diff --git a/anrui-riskcenter-ui/src/views/agentbusiness/agentbusinessAdd.vue b/anrui-riskcenter-ui/src/views/agentbusiness/agentbusinessAdd.vue index 34e9c332ce..47db69ae40 100644 --- a/anrui-riskcenter-ui/src/views/agentbusiness/agentbusinessAdd.vue +++ b/anrui-riskcenter-ui/src/views/agentbusiness/agentbusinessAdd.vue @@ -26,11 +26,26 @@ - -
备注
+ +
财务付款形式
+ + + + + + +
+ +
其他说明
+ + +
打款时需备注内容
+ +
+
附件
@@ -55,35 +70,24 @@ - + - + - + - - - - + @@ -111,8 +115,7 @@ export default { tableKey: 0, index: 0, accept: '.jpg,.jpeg,.png', - accountType_list: [], - payment_list: [], + payForm_list: [], formobj: { sid: '', userSid: '', @@ -122,6 +125,9 @@ export default { applyDate: '', remarks: '', orgPath: '', + payForm: '', + payFormKey: '', + payRemarks: '', taskId: '', instanceId: '', files: [], @@ -132,9 +138,9 @@ export default { }, methods: { init() { - typeValues({ type: 'accountType' }).then((resp) => { + typeValues({ type: 'payForm' }).then((resp) => { if (resp.success) { - this.accountType_list = resp.data + this.payForm_list = resp.data } }) }, @@ -167,25 +173,12 @@ export default { } }) }, - accountTypeChange(value, row) { - const choose = this.accountType_list.filter((item) => item.dictValue === value) + payFormChange(value) { + const choose = this.payForm_list.filter((item) => item.dictKey === value) if (choose.length > 0 && choose !== null) { - row.accountTypeKey = choose[0].dictKey - listByPayment({ orgPath: this.formobj.orgPath, key: row.accountTypeKey }).then((res) => { - if (res.success) { - this.payment_list = res.data - } - }) + this.formobj.payForm = choose[0].dictValue } else { - row.accountTypeKey = '' - } - }, - accountNumberChange(value, row) { - const choose = this.payment_list.filter((item) => item.accountNumber === value) - if (choose.length > 0 && choose !== null) { - row.account = choose[0].account - } else { - row.account = '' + this.formobj.payForm = '' } }, saveOrUpdate() { @@ -233,6 +226,9 @@ export default { applyDate: '', remarks: '', orgPath: '', + payForm: '', + payFormKey: '', + payRemarks: '', taskId: '', instanceId: '', files: [], @@ -246,7 +242,10 @@ export default { diff --git a/anrui-riskcenter-ui/src/views/agentbusiness/agentbusinessInfo.vue b/anrui-riskcenter-ui/src/views/agentbusiness/agentbusinessInfo.vue index c414828f42..cceabcf31a 100644 --- a/anrui-riskcenter-ui/src/views/agentbusiness/agentbusinessInfo.vue +++ b/anrui-riskcenter-ui/src/views/agentbusiness/agentbusinessInfo.vue @@ -24,11 +24,21 @@
- -
备注
+ +
财务付款形式
+ {{ formobj.payForm }} +
+ +
其他说明
{{ formobj.remarks }}
+ + +
打款时需备注内容
+ {{ formobj.payRemarks }} +
+
附件
@@ -49,11 +59,10 @@ - - - - + + + @@ -82,6 +91,9 @@ export default { applyDate: '', remarks: '', orgPath: '', + payForm: '', + payFormKey: '', + payRemarks: '', taskId: '', instanceId: '', files: [], @@ -116,6 +128,9 @@ export default { applyDate: '', remarks: '', orgPath: '', + payForm: '', + payFormKey: '', + payRemarks: '', taskId: '', instanceId: '', files: [], @@ -128,7 +143,10 @@ export default { diff --git a/anrui-riskcenter-ui/src/views/workFlow/daishoudaifuFlow/agentbusinessDaiBan.vue b/anrui-riskcenter-ui/src/views/workFlow/daishoudaifuFlow/agentbusinessDaiBan.vue index 58f52fb9f2..7e74c2afd6 100644 --- a/anrui-riskcenter-ui/src/views/workFlow/daishoudaifuFlow/agentbusinessDaiBan.vue +++ b/anrui-riskcenter-ui/src/views/workFlow/daishoudaifuFlow/agentbusinessDaiBan.vue @@ -27,11 +27,21 @@
- -
备注
+ +
财务付款形式
+ {{ formobj.payForm }} +
+ +
其他说明
{{ formobj.remarks }}
+ + +
打款时需备注内容
+ {{ formobj.payRemarks }} +
+
附件
@@ -52,11 +62,10 @@ - - - - + + + @@ -123,6 +132,9 @@ export default { applyDate: '', remarks: '', orgPath: '', + payForm: '', + payFormKey: '', + payRemarks: '', taskId: '', instanceId: '', files: [], @@ -388,8 +400,11 @@ export default { diff --git a/anrui-riskcenter-ui/src/views/workFlow/daishoudaifuFlow/agentbusinessYiBan.vue b/anrui-riskcenter-ui/src/views/workFlow/daishoudaifuFlow/agentbusinessYiBan.vue index e6a58faaac..adf4efb21f 100644 --- a/anrui-riskcenter-ui/src/views/workFlow/daishoudaifuFlow/agentbusinessYiBan.vue +++ b/anrui-riskcenter-ui/src/views/workFlow/daishoudaifuFlow/agentbusinessYiBan.vue @@ -24,11 +24,21 @@
- -
备注
+ +
财务付款形式
+ {{ formobj.payForm }} +
+ +
其他说明
{{ formobj.remarks }}
+ + +
打款时需备注内容
+ {{ formobj.payRemarks }} +
+
附件
@@ -49,11 +59,10 @@ - - - - + + + @@ -82,6 +91,9 @@ export default { applyDate: '', remarks: '', orgPath: '', + payForm: '', + payFormKey: '', + payRemarks: '', taskId: '', instanceId: '', files: [], @@ -183,7 +195,10 @@ export default {