From 1e4f8b36b5d74323e9189fe95608bd48c8e272e9 Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Wed, 18 Oct 2023 09:02:36 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=AC=A0=E6=AC=BE=E9=A2=86?=
=?UTF-8?q?=E7=A5=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../arrearscollectionAdd.vue | 119 +++++++++++++++++-
.../arrearscollectionInfo.vue | 48 ++++++-
.../arrearscollectionByDivisionDaiBanInfo.vue | 45 ++++++-
.../arrearscollectionDaiBanInfo.vue | 45 ++++++-
.../arrearscollectionEdit.vue | 114 ++++++++++++++++-
.../arrearscollectionYiBanInfo.vue | 45 ++++++-
6 files changed, 397 insertions(+), 19 deletions(-)
diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/arrearscollection/arrearscollectionAdd.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/arrearscollection/arrearscollectionAdd.vue
index 219c716861..cc0c07b139 100644
--- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/arrearscollection/arrearscollectionAdd.vue
+++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/arrearscollection/arrearscollectionAdd.vue
@@ -16,7 +16,7 @@
-
欠款领票申请单
+
欠款领票及领手续
@@ -164,7 +164,7 @@
- 附件
+ 《欠款承诺书》(欠款人、担保人同签)
@@ -172,6 +172,30 @@
+ 《公司股东会对外担保决议》(公司担保)
+
+
+
+
+
+
+
+ 《责任人担保承诺书》
+
+
+
+
+
+
+
+ 资方信审截图
+
+
+
+
+
+
+
@@ -200,6 +224,9 @@ export default {
index: 0,
accept: '.jpg,.jpeg,.png,.JPG,.JPEG',
image_list1: [],
+ image_list2: [],
+ image_list3: [],
+ image_list4: [],
formobj: {
applyDate: '',
arrearsMoney: '',
@@ -236,6 +263,9 @@ export default {
openTickUnitName: '',
openTickUnitSid: '',
orgSidPath: '',
+ pcgsgdhdwdbjy: [],
+ pczfxsjt: [],
+ pczrrdbcns: [],
procDefId: '',
procInstSid: '',
remarks: '',
@@ -260,7 +290,7 @@ export default {
methods: {
showAdd(sid) {
- this.viewTitle = '【新增】欠款领票申请'
+ this.viewTitle = '【新增】欠款领票及领手续'
this.$nextTick(() => {
this.$refs['form_obj'].clearValidate()
})
@@ -273,7 +303,7 @@ export default {
})
},
showEdit(row) {
- this.viewTitle = '【编辑】欠款领票申请'
+ this.viewTitle = '【编辑】欠款领票及领手续'
this.$nextTick(() => {
this.$refs['form_obj'].clearValidate()
})
@@ -289,6 +319,30 @@ export default {
})
})
}
+ if (this.formobj.pcgsgdhdwdbjy.length > 0) {
+ this.formobj.pcgsgdhdwdbjy.forEach((e) => {
+ this.image_list2.push({
+ name: e.fileName,
+ url: e.fileUrl
+ })
+ })
+ }
+ if (this.formobj.pczrrdbcns.length > 0) {
+ this.formobj.pczrrdbcns.forEach((e) => {
+ this.image_list3.push({
+ name: e.fileName,
+ url: e.fileUrl
+ })
+ })
+ }
+ if (this.formobj.pczfxsjt.length > 0) {
+ this.formobj.pczfxsjt.forEach((e) => {
+ this.image_list4.push({
+ name: e.fileName,
+ url: e.fileUrl
+ })
+ })
+ }
}
})
},
@@ -359,6 +413,60 @@ export default {
} else {
this.formobj.fjApplicationAppendxs = []
}
+ if (this.image_list2.length > 0) {
+ const aa = []
+ for (var k = 0; k < this.image_list2.length; k++) {
+ aa.push({
+ attachType: '',
+ billAppSid: '',
+ createByName: window.sessionStorage.getItem('name'),
+ fileSid: '',
+ fileName: this.image_list2[k].name,
+ fileType: this.image_list2[k].name.substr(this.image_list2[k].name.lastIndexOf('.')),
+ fileUrl: this.image_list2[k].url,
+ sid: ''
+ })
+ }
+ this.formobj.pcgsgdhdwdbjy = aa
+ } else {
+ this.formobj.pcgsgdhdwdbjy = []
+ }
+ if (this.image_list3.length > 0) {
+ const aa = []
+ for (var p = 0; p < this.image_list3.length; p++) {
+ aa.push({
+ attachType: '',
+ billAppSid: '',
+ createByName: window.sessionStorage.getItem('name'),
+ fileSid: '',
+ fileName: this.image_list3[p].name,
+ fileType: this.image_list3[p].name.substr(this.image_list3[p].name.lastIndexOf('.')),
+ fileUrl: this.image_list3[p].url,
+ sid: ''
+ })
+ }
+ this.formobj.pczrrdbcns = aa
+ } else {
+ this.formobj.pczrrdbcns = []
+ }
+ if (this.image_list4.length > 0) {
+ const aa = []
+ for (var q = 0; q < this.image_list4.length; q++) {
+ aa.push({
+ attachType: '',
+ billAppSid: '',
+ createByName: window.sessionStorage.getItem('name'),
+ fileSid: '',
+ fileName: this.image_list4[q].name,
+ fileType: this.image_list4[q].name.substr(this.image_list4[q].name.lastIndexOf('.')),
+ fileUrl: this.image_list4[q].url,
+ sid: ''
+ })
+ }
+ this.formobj.pczfxsjt = aa
+ } else {
+ this.formobj.pczfxsjt = []
+ }
},
// 关闭、返回到列表页面
handleReturn(isreload) {
@@ -399,6 +507,9 @@ export default {
openTickUnitName: '',
openTickUnitSid: '',
orgSidPath: '',
+ pcgsgdhdwdbjy: [],
+ pczfxsjt: [],
+ pczrrdbcns: [],
procDefId: '',
procInstSid: '',
remarks: '',
diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/arrearscollection/arrearscollectionInfo.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/arrearscollection/arrearscollectionInfo.vue
index 666bffb262..3df5ebaeb1 100644
--- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/arrearscollection/arrearscollectionInfo.vue
+++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/arrearscollection/arrearscollectionInfo.vue
@@ -12,7 +12,7 @@
-
欠款领票申请单
+
欠款领票及领手续
@@ -160,12 +160,30 @@
{{ formobj.reason }}
- 附件
+ 《欠款承诺书》(欠款人、担保人同签)
+ 《公司股东会对外担保决议》(公司担保)
+
+
+
+
+
+ 《责任人担保承诺书》
+
+
+
+
+
+ 资方信审截图
+
+
+
+
+
@@ -187,6 +205,9 @@ export default {
billingKey: 1,
index: 0,
image_list1: [],
+ image_list2: [],
+ image_list3: [],
+ image_list4: [],
formobj: {
applyDate: '',
arrearsMoney: '',
@@ -223,6 +244,9 @@ export default {
openTickUnitName: '',
openTickUnitSid: '',
orgSidPath: '',
+ pcgsgdhdwdbjy: [],
+ pczfxsjt: [],
+ pczrrdbcns: [],
procDefId: '',
procInstSid: '',
remarks: '',
@@ -245,7 +269,7 @@ export default {
methods: {
showInfo(row) {
- this.viewTitle = '欠款领票详情'
+ this.viewTitle = '欠款领票及领手续'
fetchDetailsBySid(row.sid).then((res) => {
if (res.success) {
this.formobj = res.data
@@ -254,6 +278,21 @@ export default {
this.image_list1.push(e.fileUrl)
})
}
+ if (this.formobj.pcgsgdhdwdbjy.length > 0) {
+ this.formobj.pcgsgdhdwdbjy.forEach((e) => {
+ this.image_list2.push(e.fileUrl)
+ })
+ }
+ if (this.formobj.pczrrdbcns.length > 0) {
+ this.formobj.pczrrdbcns.forEach((e) => {
+ this.image_list3.push(e.fileUrl)
+ })
+ }
+ if (this.formobj.pczfxsjt.length > 0) {
+ this.formobj.pczfxsjt.forEach((e) => {
+ this.image_list4.push(e.fileUrl)
+ })
+ }
}
})
},
@@ -272,6 +311,9 @@ 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/qiankuanlingpiaoFlow/arrearscollectionByDivisionDaiBanInfo.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuanlingpiaoFlow/arrearscollectionByDivisionDaiBanInfo.vue
index bf735040e5..4b5fde4dc6 100644
--- a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuanlingpiaoFlow/arrearscollectionByDivisionDaiBanInfo.vue
+++ b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuanlingpiaoFlow/arrearscollectionByDivisionDaiBanInfo.vue
@@ -15,7 +15,7 @@
-
欠款领票申请单
+
欠款领票及领手续
@@ -171,12 +171,30 @@
{{ formobj.reason }}
- 附件
+ 《欠款承诺书》(欠款人、担保人同签)
+ 《公司股东会对外担保决议》(公司担保)
+
+
+
+
+
+ 《责任人担保承诺书》
+
+
+
+
+
+ 资方信审截图
+
+
+
+
+
@@ -238,6 +256,9 @@ export default {
billingKey: 1,
index: 0,
image_list1: [],
+ image_list2: [],
+ image_list3: [],
+ image_list4: [],
formobj: {
applyDate: '',
arrearsMoney: '',
@@ -274,6 +295,9 @@ export default {
openTickUnitName: '',
openTickUnitSid: '',
orgSidPath: '',
+ pcgsgdhdwdbjy: [],
+ pczfxsjt: [],
+ pczrrdbcns: [],
procDefId: '',
procInstSid: '',
remarks: '',
@@ -344,7 +368,7 @@ export default {
},
methods: {
showInfo(sid) {
- this.viewTitle = '欠款领票详情'
+ this.viewTitle = '欠款领票及领手续'
fetchDetailsBySid(sid).then((res) => {
if (res.success) {
this.formobj = res.data
@@ -353,6 +377,21 @@ export default {
this.image_list1.push(e.fileUrl)
})
}
+ if (this.formobj.pcgsgdhdwdbjy.length > 0) {
+ this.formobj.pcgsgdhdwdbjy.forEach((e) => {
+ this.image_list2.push(e.fileUrl)
+ })
+ }
+ if (this.formobj.pczrrdbcns.length > 0) {
+ this.formobj.pczrrdbcns.forEach((e) => {
+ this.image_list3.push(e.fileUrl)
+ })
+ }
+ if (this.formobj.pczfxsjt.length > 0) {
+ this.formobj.pczfxsjt.forEach((e) => {
+ this.image_list4.push(e.fileUrl)
+ })
+ }
}
})
},
diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuanlingpiaoFlow/arrearscollectionDaiBanInfo.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuanlingpiaoFlow/arrearscollectionDaiBanInfo.vue
index edf10c75a2..e6b2a138c7 100644
--- a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuanlingpiaoFlow/arrearscollectionDaiBanInfo.vue
+++ b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuanlingpiaoFlow/arrearscollectionDaiBanInfo.vue
@@ -15,7 +15,7 @@
-
欠款领票申请单
+
欠款领票及领手续
@@ -171,12 +171,30 @@
{{ formobj.reason }}
- 附件
+ 《欠款承诺书》(欠款人、担保人同签)
+ 《公司股东会对外担保决议》(公司担保)
+
+
+
+
+
+ 《责任人担保承诺书》
+
+
+
+
+
+ 资方信审截图
+
+
+
+
+
@@ -238,6 +256,9 @@ export default {
billingKey: 1,
index: 0,
image_list1: [],
+ image_list2: [],
+ image_list3: [],
+ image_list4: [],
formobj: {
applyDate: '',
arrearsMoney: '',
@@ -274,6 +295,9 @@ export default {
openTickUnitName: '',
openTickUnitSid: '',
orgSidPath: '',
+ pcgsgdhdwdbjy: [],
+ pczfxsjt: [],
+ pczrrdbcns: [],
procDefId: '',
procInstSid: '',
remarks: '',
@@ -344,7 +368,7 @@ export default {
},
methods: {
showInfo(sid) {
- this.viewTitle = '欠款领票详情'
+ this.viewTitle = '欠款领票及领手续'
fetchDetailsBySid(sid).then((res) => {
if (res.success) {
this.formobj = res.data
@@ -353,6 +377,21 @@ export default {
this.image_list1.push(e.fileUrl)
})
}
+ if (this.formobj.pcgsgdhdwdbjy.length > 0) {
+ this.formobj.pcgsgdhdwdbjy.forEach((e) => {
+ this.image_list2.push(e.fileUrl)
+ })
+ }
+ if (this.formobj.pczrrdbcns.length > 0) {
+ this.formobj.pczrrdbcns.forEach((e) => {
+ this.image_list3.push(e.fileUrl)
+ })
+ }
+ if (this.formobj.pczfxsjt.length > 0) {
+ this.formobj.pczfxsjt.forEach((e) => {
+ this.image_list4.push(e.fileUrl)
+ })
+ }
}
})
},
diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuanlingpiaoFlow/arrearscollectionEdit.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuanlingpiaoFlow/arrearscollectionEdit.vue
index 58a1b0b660..be58c690b6 100644
--- a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuanlingpiaoFlow/arrearscollectionEdit.vue
+++ b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuanlingpiaoFlow/arrearscollectionEdit.vue
@@ -15,7 +15,7 @@
-
欠款领票申请单
+
欠款领票及领手续
@@ -163,7 +163,7 @@
- 附件
+ 《欠款承诺书》(欠款人、担保人同签)
@@ -171,6 +171,30 @@
+ 《公司股东会对外担保决议》(公司担保)
+
+
+
+
+
+
+
+ 《责任人担保承诺书》
+
+
+
+
+
+
+
+ 资方信审截图
+
+
+
+
+
+
+
@@ -199,6 +223,9 @@ export default {
index: 0,
accept: '.jpg,.jpeg,.png,.JPG,.JPEG',
image_list1: [],
+ image_list2: [],
+ image_list3: [],
+ image_list4: [],
formobj: {
applyDate: '',
arrearsMoney: '',
@@ -235,6 +262,9 @@ export default {
openTickUnitName: '',
openTickUnitSid: '',
orgSidPath: '',
+ pcgsgdhdwdbjy: [],
+ pczfxsjt: [],
+ pczrrdbcns: [],
procDefId: '',
procInstSid: '',
remarks: '',
@@ -275,7 +305,7 @@ export default {
},
methods: {
showInfo(sid) {
- this.viewTitle = '【编辑】欠款领票申请'
+ this.viewTitle = '【编辑】欠款领票及领手续'
this.$nextTick(() => {
this.$refs['form_obj'].clearValidate()
})
@@ -291,6 +321,30 @@ export default {
})
})
}
+ if (this.formobj.pcgsgdhdwdbjy.length > 0) {
+ this.formobj.pcgsgdhdwdbjy.forEach((e) => {
+ this.image_list2.push({
+ name: e.fileName,
+ url: e.fileUrl
+ })
+ })
+ }
+ if (this.formobj.pczrrdbcns.length > 0) {
+ this.formobj.pczrrdbcns.forEach((e) => {
+ this.image_list3.push({
+ name: e.fileName,
+ url: e.fileUrl
+ })
+ })
+ }
+ if (this.formobj.pczfxsjt.length > 0) {
+ this.formobj.pczfxsjt.forEach((e) => {
+ this.image_list4.push({
+ name: e.fileName,
+ url: e.fileUrl
+ })
+ })
+ }
}
})
},
@@ -373,6 +427,60 @@ export default {
} else {
this.formobj.fjApplicationAppendxs = []
}
+ if (this.image_list2.length > 0) {
+ const aa = []
+ for (var k = 0; k < this.image_list2.length; k++) {
+ aa.push({
+ attachType: '',
+ billAppSid: '',
+ createByName: window.sessionStorage.getItem('name'),
+ fileSid: '',
+ fileName: this.image_list2[k].name,
+ fileType: this.image_list2[k].name.substr(this.image_list2[k].name.lastIndexOf('.')),
+ fileUrl: this.image_list2[k].url,
+ sid: ''
+ })
+ }
+ this.formobj.pcgsgdhdwdbjy = aa
+ } else {
+ this.formobj.pcgsgdhdwdbjy = []
+ }
+ if (this.image_list3.length > 0) {
+ const aa = []
+ for (var p = 0; p < this.image_list3.length; p++) {
+ aa.push({
+ attachType: '',
+ billAppSid: '',
+ createByName: window.sessionStorage.getItem('name'),
+ fileSid: '',
+ fileName: this.image_list3[p].name,
+ fileType: this.image_list3[p].name.substr(this.image_list3[p].name.lastIndexOf('.')),
+ fileUrl: this.image_list3[p].url,
+ sid: ''
+ })
+ }
+ this.formobj.pczrrdbcns = aa
+ } else {
+ this.formobj.pczrrdbcns = []
+ }
+ if (this.image_list4.length > 0) {
+ const aa = []
+ for (var q = 0; q < this.image_list4.length; q++) {
+ aa.push({
+ attachType: '',
+ billAppSid: '',
+ createByName: window.sessionStorage.getItem('name'),
+ fileSid: '',
+ fileName: this.image_list4[q].name,
+ fileType: this.image_list4[q].name.substr(this.image_list4[q].name.lastIndexOf('.')),
+ fileUrl: this.image_list4[q].url,
+ sid: ''
+ })
+ }
+ this.formobj.pczfxsjt = aa
+ } else {
+ this.formobj.pczfxsjt = []
+ }
}
}
}
diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuanlingpiaoFlow/arrearscollectionYiBanInfo.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuanlingpiaoFlow/arrearscollectionYiBanInfo.vue
index 570e15f529..d737478479 100644
--- a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuanlingpiaoFlow/arrearscollectionYiBanInfo.vue
+++ b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuanlingpiaoFlow/arrearscollectionYiBanInfo.vue
@@ -13,7 +13,7 @@
-
欠款领票申请单
+
欠款领票及领手续
@@ -169,12 +169,30 @@
{{ formobj.reason }}
- 附件
+ 《欠款承诺书》(欠款人、担保人同签)
+ 《公司股东会对外担保决议》(公司担保)
+
+
+
+
+
+ 《责任人担保承诺书》
+
+
+
+
+
+ 资方信审截图
+
+
+
+
+
@@ -209,6 +227,9 @@ export default {
billingKey: 1,
index: 0,
image_list1: [],
+ image_list2: [],
+ image_list3: [],
+ image_list4: [],
formobj: {
applyDate: '',
arrearsMoney: '',
@@ -245,6 +266,9 @@ export default {
openTickUnitName: '',
openTickUnitSid: '',
orgSidPath: '',
+ pcgsgdhdwdbjy: [],
+ pczfxsjt: [],
+ pczrrdbcns: [],
procDefId: '',
procInstSid: '',
remarks: '',
@@ -301,7 +325,7 @@ export default {
},
methods: {
showInfo(sid) {
- this.viewTitle = '欠款领票详情'
+ this.viewTitle = '欠款领票及领手续'
fetchDetailsBySid(sid).then((res) => {
if (res.success) {
this.formobj = res.data
@@ -310,6 +334,21 @@ export default {
this.image_list1.push(e.fileUrl)
})
}
+ if (this.formobj.pcgsgdhdwdbjy.length > 0) {
+ this.formobj.pcgsgdhdwdbjy.forEach((e) => {
+ this.image_list2.push(e.fileUrl)
+ })
+ }
+ if (this.formobj.pczrrdbcns.length > 0) {
+ this.formobj.pczrrdbcns.forEach((e) => {
+ this.image_list3.push(e.fileUrl)
+ })
+ }
+ if (this.formobj.pczfxsjt.length > 0) {
+ this.formobj.pczfxsjt.forEach((e) => {
+ this.image_list4.push(e.fileUrl)
+ })
+ }
}
})
},