From e5239c3c53f01bec29583f11387d4da99a11a3ee Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Tue, 18 Jun 2024 13:53:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=90=86=E4=B8=9A=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dialog/index.vue | 3 + src/pages/counter/list/myConfig.js | 21 ++ src/pages/manage/list/agent/electricRate.vue | 5 + src/pages/manage/list/agent/telRate.vue | 257 ++++++++----------- src/pages/manage/list/agent/waterRate.vue | 4 + 5 files changed, 143 insertions(+), 147 deletions(-) diff --git a/src/components/dialog/index.vue b/src/components/dialog/index.vue index 81ce5ee..f1ab433 100644 --- a/src/components/dialog/index.vue +++ b/src/components/dialog/index.vue @@ -98,6 +98,9 @@ const obj = { 'onlineBank/openAccount': '网上银行开户', 'foreignExchange/puchasing': '外汇业务购汇', 'foreignExchange/settlement': '外汇业务结汇', + 'agent/waterRate': '代收水费', + 'agent/electricRate': '代收电费', + 'agent/telRate': '代收电话费', 'spacial': '提交' } diff --git a/src/pages/counter/list/myConfig.js b/src/pages/counter/list/myConfig.js index 05e5735..af5c1eb 100644 --- a/src/pages/counter/list/myConfig.js +++ b/src/pages/counter/list/myConfig.js @@ -392,6 +392,27 @@ const myConfig = { parentId: '5,706,710', isPassword: true }, + + '732': { + nbm: 732, + name: 'telRateIdCard', + parentId: '5,706,711', + isPassword: false, + machine: '身份证扫描仪' + }, + '733': { + nbm: 733, + name: 'telRateBankCard', + parentId: '5,706,711', + isPassword: false, + machine: '刷卡器' + }, + '740': { + nbm: 740, + name: 'telRatePassword', + parentId: '5,706,711', + isPassword: true + }, } export { diff --git a/src/pages/manage/list/agent/electricRate.vue b/src/pages/manage/list/agent/electricRate.vue index 6ccc257..68fd440 100644 --- a/src/pages/manage/list/agent/electricRate.vue +++ b/src/pages/manage/list/agent/electricRate.vue @@ -348,6 +348,11 @@ export default { const { form } = this const preId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,706,710' formList.push( + { answerId: 721, emptyOne: 19, emptyTwo: form.certificateType, operationIds: preId + ',721', type: 1 }, + { answerId: 722, emptyOne: '', emptyTwo: '', operationIds: preId + ',722', type: '' }, + { answerId: 724, emptyOne: 84, emptyTwo: form.voucherNumber, operationIds: preId + ',724', type: 3 }, + { answerId: 723, emptyOne: 7, emptyTwo: form.customerName, operationIds: preId + ',723', type: 3 }, + { answerId: 725, emptyOne: 111, emptyTwo: form.paymentUnit, operationIds: preId + ',725', type: 3 }, { answerId: 726, emptyOne: 112, emptyTwo: form.houseId, operationIds: preId + ',726', type: 3 }, { answerId: 730, emptyOne: '', emptyTwo: '', operationIds: preId + ',730', type: '' }, diff --git a/src/pages/manage/list/agent/telRate.vue b/src/pages/manage/list/agent/telRate.vue index b093ede..b1ee252 100644 --- a/src/pages/manage/list/agent/telRate.vue +++ b/src/pages/manage/list/agent/telRate.vue @@ -14,24 +14,21 @@
请刷卡