diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/arrearsbilling/arrearsbillingAdd.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/arrearsbilling/arrearsbillingAdd.vue index 53e37d1e8d..a9ad506cdc 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/arrearsbilling/arrearsbillingAdd.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/arrearsbilling/arrearsbillingAdd.vue @@ -41,10 +41,8 @@
*销售类型
- - - - + + {{ formobj.saleTypeValue }}
@@ -284,7 +282,6 @@ export default { }, rules: { oneBillMoney: [{ required: true, message: '单台开票金额不能为空', trigger: 'blur' }], - saleTypeValue: [{ required: true, message: '销售类型不能为空', trigger: 'change' }], isLQOrigInvoice: [{ required: true, message: '是否领取发票原件请选择是或否', trigger: 'change' }], arrearsOpenYYValue: [{ required: true, message: '欠款开票原因不能为空', trigger: 'change' }], returnedMoneyDate: [{ required: true, message: '承诺回款日期不能为空', trigger: 'blur' }] @@ -351,6 +348,8 @@ export default { this.formobj.openTickUnitName = row.partyA this.formobj.modelName = row.modelName this.formobj.modelSid = row.modelSid + this.formobj.saleTypeValue = row.saleTypeValue + this.formobj.saleTypeKey = row.saleTypeKey this.formobj.orgSidPath = window.sessionStorage.getItem('defaultOrgPath') fetchByContractNo(this.formobj.contractNo).then((res) => { if (res.success) { @@ -468,7 +467,7 @@ export default { this.formobj.finBillTrailers.push({ gcVinNo: k.gcVinNo, vinNo: k.vinNo, - oneBillMoney: '' + oneBillMoney: k.oneBillMoney }) }) } @@ -667,6 +666,7 @@ export default { this.image_list1 = [] this.image_list2 = [] this.image_list3 = [] + this.image_list4 = [] this.moneyEdit = false this.submitdisabled = false this.$refs['form_obj'].resetFields() diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingByDivisionDaiBanInfo.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingByDivisionDaiBanInfo.vue index 7c8c45a911..127fd3bcc0 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingByDivisionDaiBanInfo.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingByDivisionDaiBanInfo.vue @@ -80,26 +80,31 @@ {{ scope.row.vinNo }} - + - + - + - + + + + @@ -133,11 +138,26 @@ {{ scope.row.vinNo }} - + + + + + + + + + +
证件(营业执照或身份证)
@@ -169,6 +189,11 @@ + + + + + @@ -207,6 +232,8 @@ export default { tableKey: 0, billingKey: 1, index: 0, + dialogVisible: false, + srcList: [], image_list1: [], image_list2: [], image_list3: [], @@ -343,6 +370,11 @@ export default { } }) }, + handleLook(row) { + this.srcList = [] + this.dialogVisible = true + this.srcList = row + }, // 同意 openAgree(val) { this.operation = val diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingByFileDaiBanInfo.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingByFileDaiBanInfo.vue index 689fd9af60..1bcd078e21 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingByFileDaiBanInfo.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingByFileDaiBanInfo.vue @@ -80,26 +80,31 @@ {{ scope.row.vinNo }}
- + - + - + - + + + + @@ -133,11 +138,26 @@ {{ scope.row.vinNo }} - + + + + + + + + + +
*证件(营业执照或身份证)
@@ -167,6 +187,11 @@ + + + + + @@ -211,6 +236,8 @@ export default { billingKey: 1, index: 0, accept: '.jpg,.jpeg,.png,.JPG,.JPEG', + dialogVisible: false, + srcList: [], image_list1: [], image_list2: [], image_list3: [], @@ -363,6 +390,11 @@ export default { } }) }, + handleLook(row) { + this.srcList = [] + this.dialogVisible = true + this.srcList = row + }, getUrl() { if (this.image_list1.length > 0) { const aa = [] diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingDaiBanInfo.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingDaiBanInfo.vue index e55897380a..076b7ca0a2 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingDaiBanInfo.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingDaiBanInfo.vue @@ -80,26 +80,31 @@ {{ scope.row.vinNo }}
- + - + - + - + + + + @@ -133,11 +138,26 @@ {{ scope.row.vinNo }} - + + + + + + + + + +
证件(营业执照或身份证)
@@ -169,6 +189,10 @@ + + + + @@ -207,6 +231,8 @@ export default { tableKey: 0, billingKey: 1, index: 0, + dialogVisible: false, + srcList: [], image_list1: [], image_list2: [], image_list3: [], @@ -343,6 +369,11 @@ export default { } }) }, + handleLook(row) { + this.srcList = [] + this.dialogVisible = true + this.srcList = row + }, // 同意 openAgree(val) { this.operation = val diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingYiBanInfo.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingYiBanInfo.vue index 4748312e62..05880ba1e8 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingYiBanInfo.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingYiBanInfo.vue @@ -78,26 +78,31 @@ {{ scope.row.vinNo }}
- + - + - + - + + + + @@ -131,11 +136,26 @@ {{ scope.row.vinNo }} - + + + + + + + + + +
证件(营业执照或身份证)
@@ -167,6 +187,10 @@ + + + + @@ -180,6 +204,8 @@ export default { tableKey: 0, billingKey: 1, index: 0, + dialogVisible: false, + srcList: [], image_list1: [], image_list2: [], image_list3: [], @@ -302,6 +328,11 @@ export default { } }) }, + handleLook(row) { + this.srcList = [] + this.dialogVisible = true + this.srcList = row + }, /** 确认撤回任务 */ openRevoke() { this.$confirm('是否确认执行撤回操作', '提示', {