doctor-admin-components 1.0.13-beta.45 → 1.0.13-beta.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "doctor-admin-components",
3
3
  "version1": "1.0.11",
4
- "version": "1.0.13-beta.45",
4
+ "version": "1.0.13-beta.47",
5
5
  "private": false,
6
6
  "main1": "lib/index.umd.min.js",
7
7
  "main": "packages/index.js",
@@ -96,12 +96,12 @@
96
96
  "Deposit_received": "Deposit received",
97
97
  "Deposit_invoice_to_be_uploaded":"Deposit invoice to be uploaded",
98
98
  "Generate_deposit_invoice":"Generate deposit invoice",
99
- "Payment_voucher":"Payment Voucher",
99
+ "Payment_voucher":"Deposit Remittance Receipt/Swift",
100
100
  "Please_enter_a_file_name":"Please enter a file name",
101
101
  "rename":"Rename",
102
- "tip15": "Drag files here",
102
+ "tip15": "Drag and drop the files to upload",
103
103
  "Final_payment_unpaid":"Final Payment Unpaid",
104
- "Final_payment_voucher":"Final payment voucher",
104
+ "Final_payment_voucher":"Final payment Final Payment Remittance Receipt swift",
105
105
  "final_payment_warning":"The system automatically calculates the reference final payment based on the weight x unit price minus deposit, which can be used to verify the invoice. Click on the blue font to view the system's data source details and modify the automatically calculated deduction deposit.",
106
106
  "Copy_of_formal_bill_of_lading":"Copy of formal bill of lading",
107
107
  "Formal_bill_of_lading_copy_to_be_updated": "Formal bill of lading copy to be updated",
@@ -140,7 +140,7 @@
140
140
  <span class="bg-history" v-if="channel !== 'official-website'" @click="skipInvoiceList">{{ $t('contractDetail.invoice_list') }}</span>
141
141
  </div>
142
142
  </el-col>
143
-
143
+ <!-- 支付凭证 -->
144
144
  <el-col :span="12" v-if="contractFileInfo.proformaInvoiceWaterBillFileInfo && contractFileInfo.proformaInvoiceWaterBillFileInfo.length">
145
145
  <ContentTitle :contentTitleProp="{
146
146
  bgButton: $t('contractDetail.Payment_voucher'),
@@ -465,7 +465,7 @@
465
465
  ">{{ identify }}
466
466
  </span>
467
467
  </div>
468
- <ShowAndHide :dataInfoArr="shipmentFileInfo.purchasePersonalPackingList" heightStr="50px" :HideAmount="2">
468
+ <ShowAndHide :dataInfoArr="shipmentFileInfo.purchasePersonalPackingList" heightStr="100px" :HideAmount="2">
469
469
  <template>
470
470
  <el-col :span="24">
471
471
  <div class="file-list">
@@ -496,7 +496,7 @@
496
496
  </el-row>
497
497
  <el-row v-if="contract.contractType == 'sale'">
498
498
  <div>
499
- <ShowAndHide :dataInfoArr="shipmentFileInfo.packingList || []" heightStr="50px" :HideAmount="2">
499
+ <ShowAndHide :dataInfoArr="shipmentFileInfo.packingList || []" heightStr="100px" :HideAmount="2">
500
500
  <el-col :span="24">
501
501
  <div class="file-list">
502
502
  <el-col :span="12" v-if="!shipmentFileInfo.packingList || shipmentFileInfo.packingList.length == 0" class="center-status">
@@ -535,7 +535,7 @@
535
535
  <el-col :span="24">
536
536
  <div class="content-root-row">
537
537
  <ContentTitle :contentTitleProp="{
538
- bgButton: $t('contractDetail.packingPhoto') + containerFile.containerNo,
538
+ bgButton: $t('contractDetail.packingPhoto')+ ' ' + containerFile.containerNo,
539
539
  bgTime: containerFile.packingPhoto && timeFormate(containerFile.packingPhoto),
540
540
  bgcolor: shipProgressInfo.bgcolor
541
541
  }"></ContentTitle>
@@ -1907,7 +1907,7 @@ export default {
1907
1907
  }
1908
1908
 
1909
1909
  // 是否已支付尾款
1910
- if(!shipmentItem.balanceInvoiceFullyPaidFlag && this.contract.contractType == 'sale') {
1910
+ if(!shipmentItem.generateInvoiceFlag && this.contract.contractType == 'purchase') {
1911
1911
  // 尾款发票待上传(英文:Balance Invoice to be updated)
1912
1912
  shipTextArr.push(this.$t('contractDetail.balance_invoice_false'))
1913
1913
  }
@@ -2,7 +2,7 @@
2
2
  * @Author: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
3
3
  * @Date: 2024-02-22 11:04:36
4
4
  * @LastEditors: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
5
- * @LastEditTime: 2024-04-10 15:04:48
5
+ * @LastEditTime: 2024-04-11 10:28:42
6
6
  * @FilePath: /doctor-admin-components 公共组件/packages/src/views/biz/bizFileInfo/contractFile/Process.vue
7
7
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
8
8
  -->
@@ -71,6 +71,7 @@ export default {
71
71
  font-size: 14px;
72
72
  line-height:27px;
73
73
  font-weight: normal;
74
+ color: #FFFFFF;
74
75
  }
75
76
  .progress-rate {
76
77
  font-size: 14px;