diff --git a/src/api/payment/paymentApplication.js b/src/api/payment/paymentApplication.js index 7c48a0d..43e50e1 100644 --- a/src/api/payment/paymentApplication.js +++ b/src/api/payment/paymentApplication.js @@ -24,7 +24,7 @@ export const syncKingdeeBatch = ids => export const paymentTypeOptions = [ { label: '项目预付', value: 'project_advance' }, { label: '进度预付', value: 'progress_advance' }, - { label: '结算付款', value: 'settlement_payment' }, + { label: '尾款付款', value: 'settlement_payment' }, ]; export const approvalStatusOptions = [ { label: '草稿', value: 'draft' }, diff --git a/src/views/business/components/waybill-import-dialog.vue b/src/views/business/components/waybill-import-dialog.vue index 8c750aa..c3452a9 100644 --- a/src/views/business/components/waybill-import-dialog.vue +++ b/src/views/business/components/waybill-import-dialog.vue @@ -113,6 +113,12 @@ label="导入方式" width="100" /> + {{ row.createUserName || '-' }} - - 选择 + + + + {{ item.settlementNo }} + + + + + 选择 + + + @@ -85,19 +107,13 @@ - - - - + + + + - + + > + + + + {{ row.settlementNo }} + + - + + + + {{ formatMoney(row.settlementAmount) }} + + + {{ formatMoney(row.payableAmount) }} + + + {{ formatMoney(row.paymentRatio) }} + + + {{ formatMoney(row.appliedAmount) }} + + - + - + + + + {{ row.settlementNo }} + + - + + @@ -355,7 +399,7 @@ 同步 - 保存 - + - + + {{ formatMoney(row.settlementAmount) }} + 选择 @@ -459,13 +505,20 @@ /> - - + + - + + {{ formatMoney(row.settlementAmount) }} + 选择 @@ -486,7 +539,7 @@ - +