From 6017c3653a165126287e47d51d1d9dda18354692 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Tue, 29 Aug 2023 18:06:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=BC=80=E7=A5=A8=E7=94=B3?= =?UTF-8?q?=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../backups/finginvoiceapplyAdd.vue | 46 +++------------- .../backups/finginvoiceapplyInfo.vue | 23 ++------ .../finginvoiceapplyByFileDaiBanInfo.vue | 53 ++++--------------- .../finginvoiceapplyDaiBanInfo.vue | 22 ++------ .../finginvoiceapplyEdit.vue | 44 +++------------ .../finginvoiceapplyYiBanInfo.vue | 23 ++------ 6 files changed, 37 insertions(+), 174 deletions(-) diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyAdd.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyAdd.vue index 24bb98b9db..d6062f8559 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyAdd.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyAdd.vue @@ -166,18 +166,12 @@ -
客户开票申请书
+
车辆买卖合同
-
款项确认书(贷款业务上传)
- - - - -
车辆登记合同(开票名称与客户名称不一致时上传)
@@ -223,7 +217,6 @@ export default { openTickType_list: [], image_list1: [], image_list2: [], - image_list3: [], image_list4: [], formobj: { applyDate: '', @@ -234,6 +227,7 @@ export default { billStateKey: '', billStateValue: '', cldjhtApplicationAppendxs: [], + carBuyContractImages: [], contractNo: '', contractSid: '', createByName: '', @@ -321,14 +315,6 @@ export default { this.openTick_list = resp.data } }) - if (this.formobj.cldjhtApplicationAppendxs.length > 0) { - this.formobj.cldjhtApplicationAppendxs.forEach((e) => { - this.image_list3.push({ - name: e.fileName, - url: e.fileUrl - }) - }) - } if (this.formobj.kpxxqrsApplicationAppendxs.length > 0) { this.formobj.kpxxqrsApplicationAppendxs.forEach((e) => { this.image_list4.push({ @@ -337,8 +323,8 @@ export default { }) }) } - if (this.formobj.khkpsqsApplicationAppendxs.length > 0) { - this.formobj.khkpsqsApplicationAppendxs.forEach((e) => { + if (this.formobj.carBuyContractImages.length > 0) { + this.formobj.carBuyContractImages.forEach((e) => { this.image_list2.push({ name: e.fileName, url: e.fileUrl @@ -488,27 +474,9 @@ export default { sid: '' }) } - this.formobj.khkpsqsApplicationAppendxs = bb - } else { - this.formobj.khkpsqsApplicationAppendxs = [] - } - if (this.image_list3.length > 0) { - const cc = [] - for (var m = 0; m < this.image_list3.length; m++) { - cc.push({ - attachType: '', - billAppSid: '', - createByName: window.sessionStorage.getItem('name'), - fileSid: '', - fileName: this.image_list3[m].name, - fileType: this.image_list3[m].name.substr(this.image_list3[m].name.lastIndexOf('.')), - fileUrl: this.image_list3[m].url, - sid: '' - }) - } - this.formobj.cldjhtApplicationAppendxs = cc + this.formobj.carBuyContractImages = bb } else { - this.formobj.cldjhtApplicationAppendxs = [] + this.formobj.carBuyContractImages = [] } if (this.image_list4.length > 0) { const cc = [] @@ -551,6 +519,7 @@ export default { billStateKey: '', billStateValue: '', cldjhtApplicationAppendxs: [], + carBuyContractImages: [], contractNo: '', contractSid: '', createByName: '', @@ -596,7 +565,6 @@ export default { } this.image_list1 = [] this.image_list2 = [] - this.image_list3 = [] this.image_list4 = [] this.isEdit = false this.submitdisabled = false diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyInfo.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyInfo.vue index 1dd061a895..843d4c1416 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyInfo.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyInfo.vue @@ -148,25 +148,17 @@ -
客户开票申请书
+
车辆买卖合同
-
款项确认书(贷款业务上传)
- - - - - - -
车辆登记合同(开票名称与客户名称不一致时上传)
- + @@ -194,7 +186,6 @@ export default { index: 0, image_list1: [], image_list2: [], - image_list3: [], image_list4: [], formobj: { applyDate: '', @@ -262,16 +253,11 @@ export default { this.image_list1.push(e.fileUrl) }) } - if (this.formobj.khkpsqsApplicationAppendxs.length > 0) { - this.formobj.khkpsqsApplicationAppendxs.forEach((e) => { + if (this.formobj.carBuyContractImages.length > 0) { + this.formobj.carBuyContractImages.forEach((e) => { this.image_list2.push(e.fileUrl) }) } - if (this.formobj.kpxxqrsApplicationAppendxs.length > 0) { - this.formobj.kpxxqrsApplicationAppendxs.forEach((e) => { - this.image_list3.push(e.fileUrl) - }) - } if (this.formobj.cldjhtApplicationAppendxs.length > 0) { this.formobj.cldjhtApplicationAppendxs.forEach((e) => { this.image_list4.push(e.fileUrl) @@ -291,7 +277,6 @@ export default { handleReturn() { this.image_list1 = [] this.image_list2 = [] - this.image_list3 = [] this.image_list4 = [] this.$emit('doback') } diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyByFileDaiBanInfo.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyByFileDaiBanInfo.vue index 45e51e3d14..76369cd735 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyByFileDaiBanInfo.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyByFileDaiBanInfo.vue @@ -175,18 +175,12 @@ -
客户开票申请书
+
车辆买卖合同
-
款项确认书(贷款业务上传)
- - - - -
车辆登记合同(开票名称与客户名称不一致时上传)
@@ -258,7 +252,6 @@ export default { srcList: [], image_list1: [], image_list2: [], - image_list3: [], image_list4: [], formobj: { applyDate: '', @@ -269,6 +262,7 @@ export default { billStateKey: '', billStateValue: '', cldjhtApplicationAppendxs: [], + carBuyContractImages: [], contractNo: '', contractSid: '', createByName: '', @@ -333,6 +327,7 @@ export default { orgSidPath: '', taskDefKey: '', userSid: '', + carBuyContractImages: [], cldjhtApplicationAppendxs: [], khkpsqsApplicationAppendxs: [], kpxxqrsApplicationAppendxs: [], @@ -382,22 +377,14 @@ export default { }) }) } - if (this.formobj.khkpsqsApplicationAppendxs.length > 0) { - this.formobj.khkpsqsApplicationAppendxs.forEach((e) => { + if (this.formobj.carBuyContractImages.length > 0) { + this.formobj.carBuyContractImages.forEach((e) => { this.image_list2.push({ name: e.fileName, url: e.fileUrl }) }) } - if (this.formobj.kpxxqrsApplicationAppendxs.length > 0) { - this.formobj.kpxxqrsApplicationAppendxs.forEach((e) => { - this.image_list3.push({ - name: e.fileName, - url: e.fileUrl - }) - }) - } if (this.formobj.cldjhtApplicationAppendxs.length > 0) { this.formobj.cldjhtApplicationAppendxs.forEach((e) => { this.image_list4.push({ @@ -462,39 +449,21 @@ export default { sid: '' }) } - this.linkByParameter.khkpsqsApplicationAppendxs = bb - } else { - this.linkByParameter.khkpsqsApplicationAppendxs = [] - } - if (this.image_list3.length > 0) { - const cc = [] - for (var m = 0; m < this.image_list3.length; m++) { - cc.push({ - attachType: '', - billAppSid: '', - createByName: window.sessionStorage.getItem('name'), - fileSid: '', - fileName: this.image_list3[m].name, - fileType: this.image_list3[m].name.substr(this.image_list3[m].name.lastIndexOf('.')), - fileUrl: this.image_list3[m].url, - sid: '' - }) - } - this.linkByParameter.kpxxqrsApplicationAppendxs = cc + this.linkByParameter.carBuyContractImages = bb } else { - this.linkByParameter.kpxxqrsApplicationAppendxs = [] + this.linkByParameter.carBuyContractImages = [] } if (this.image_list4.length > 0) { const cc = [] - for (var n = 0; n < this.image_list3.length; n++) { + for (var n = 0; n < this.image_list4.length; n++) { cc.push({ attachType: '', billAppSid: '', createByName: window.sessionStorage.getItem('name'), fileSid: '', - fileName: this.image_list3[n].name, - fileType: this.image_list3[n].name.substr(this.image_list3[n].name.lastIndexOf('.')), - fileUrl: this.image_list3[n].url, + fileName: this.image_list4[n].name, + fileType: this.image_list4[n].name.substr(this.image_list4[n].name.lastIndexOf('.')), + fileUrl: this.image_list4[n].url, sid: '' }) } diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyDaiBanInfo.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyDaiBanInfo.vue index 3a521c9238..03b3c39060 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyDaiBanInfo.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyDaiBanInfo.vue @@ -175,25 +175,17 @@ -
客户开票申请书
+
车辆买卖合同
-
款项确认书(贷款业务上传)
- - - - - - -
车辆登记合同(开票名称与客户名称不一致时上传)
- + @@ -258,7 +250,6 @@ export default { srcList: [], image_list1: [], image_list2: [], - image_list3: [], image_list4: [], formobj: { applyDate: '', @@ -375,16 +366,11 @@ export default { this.image_list1.push(e.fileUrl) }) } - if (this.formobj.khkpsqsApplicationAppendxs.length > 0) { - this.formobj.khkpsqsApplicationAppendxs.forEach((e) => { + if (this.formobj.carBuyContractImages.length > 0) { + this.formobj.carBuyContractImages.forEach((e) => { this.image_list2.push(e.fileUrl) }) } - if (this.formobj.kpxxqrsApplicationAppendxs.length > 0) { - this.formobj.kpxxqrsApplicationAppendxs.forEach((e) => { - this.image_list3.push(e.fileUrl) - }) - } if (this.formobj.cldjhtApplicationAppendxs.length > 0) { this.formobj.cldjhtApplicationAppendxs.forEach((e) => { this.image_list4.push(e.fileUrl) diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyEdit.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyEdit.vue index 5aa3cbd23d..fae877aa3e 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyEdit.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyEdit.vue @@ -165,18 +165,12 @@ -
客户开票申请书
+
车辆买卖合同
-
款项确认书(贷款业务上传)
- - - - -
车辆登记合同(开票名称与客户名称不一致时上传)
@@ -223,7 +217,6 @@ export default { openTickType_list: [], image_list1: [], image_list2: [], - image_list3: [], image_list4: [], formobj: { applyDate: '', @@ -234,6 +227,7 @@ export default { billStateKey: '', billStateValue: '', cldjhtApplicationAppendxs: [], + carBuyContractImages: [], contractNo: '', contractSid: '', createByName: '', @@ -338,14 +332,6 @@ export default { this.openTick_list = resp.data } }) - if (this.formobj.cldjhtApplicationAppendxs.length > 0) { - this.formobj.cldjhtApplicationAppendxs.forEach((e) => { - this.image_list3.push({ - name: e.fileName, - url: e.fileUrl - }) - }) - } if (this.formobj.kpxxqrsApplicationAppendxs.length > 0) { this.formobj.kpxxqrsApplicationAppendxs.forEach((e) => { this.image_list4.push({ @@ -354,8 +340,8 @@ export default { }) }) } - if (this.formobj.khkpsqsApplicationAppendxs.length > 0) { - this.formobj.khkpsqsApplicationAppendxs.forEach((e) => { + if (this.formobj.carBuyContractImages.length > 0) { + this.formobj.carBuyContractImages.forEach((e) => { this.image_list2.push({ name: e.fileName, url: e.fileUrl @@ -538,27 +524,9 @@ export default { sid: '' }) } - this.formobj.khkpsqsApplicationAppendxs = bb - } else { - this.formobj.khkpsqsApplicationAppendxs = [] - } - if (this.image_list3.length > 0) { - const cc = [] - for (var m = 0; m < this.image_list3.length; m++) { - cc.push({ - attachType: '', - billAppSid: '', - createByName: window.sessionStorage.getItem('name'), - fileSid: '', - fileName: this.image_list3[m].name, - fileType: this.image_list3[m].name.substr(this.image_list3[m].name.lastIndexOf('.')), - fileUrl: this.image_list3[m].url, - sid: '' - }) - } - this.formobj.cldjhtApplicationAppendxs = cc + this.formobj.carBuyContractImages = bb } else { - this.formobj.cldjhtApplicationAppendxs = [] + this.formobj.carBuyContractImages = [] } if (this.image_list4.length > 0) { const cc = [] diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyYiBanInfo.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyYiBanInfo.vue index 2e2dace721..76ffe36486 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyYiBanInfo.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyYiBanInfo.vue @@ -173,25 +173,17 @@ -
客户开票申请书
+
车辆买卖合同
-
款项确认书(贷款业务上传)
- - - - - - -
车辆登记合同(开票名称与客户名称不一致时上传)
- + @@ -229,7 +221,6 @@ export default { srcList: [], image_list1: [], image_list2: [], - image_list3: [], image_list4: [], formobj: { applyDate: '', @@ -240,6 +231,7 @@ export default { billStateKey: '', billStateValue: '', cldjhtApplicationAppendxs: [], + carBuyContractImages: [], contractNo: '', contractSid: '', createByName: '', @@ -332,16 +324,11 @@ export default { this.image_list1.push(e.fileUrl) }) } - if (this.formobj.khkpsqsApplicationAppendxs.length > 0) { - this.formobj.khkpsqsApplicationAppendxs.forEach((e) => { + if (this.formobj.carBuyContractImages.length > 0) { + this.formobj.carBuyContractImages.forEach((e) => { this.image_list2.push(e.fileUrl) }) } - if (this.formobj.kpxxqrsApplicationAppendxs.length > 0) { - this.formobj.kpxxqrsApplicationAppendxs.forEach((e) => { - this.image_list3.push(e.fileUrl) - }) - } if (this.formobj.cldjhtApplicationAppendxs.length > 0) { this.formobj.cldjhtApplicationAppendxs.forEach((e) => { this.image_list4.push(e.fileUrl)