diff --git a/src/components/dialog/index.vue b/src/components/dialog/index.vue index 4f9d2b5..390ae8f 100644 --- a/src/components/dialog/index.vue +++ b/src/components/dialog/index.vue @@ -317,6 +317,14 @@ const nameMap = { 148: '是', 149: '否' }, + monthlyWithholding: { + 142: '是', + 143: '否' + }, + numType: { + 144: '手机号码', + 145: '座机号码' + }, buyForeignPurpose: { 187: '因私旅游', 188: '境外留学', diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index 60bda34..52b6ebc 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -202,7 +202,7 @@
+ key="passwordFormpasswordAgain" class="flex flex-col justify-center" @submit.native.prevent> + :spare="false" @submitIt="submitForm2" depositNumber='0816' /> 提交 diff --git a/src/pages/manage/list/agent/telRate.vue b/src/pages/manage/list/agent/telRate.vue index 9882d64..800cc3c 100644 --- a/src/pages/manage/list/agent/telRate.vue +++ b/src/pages/manage/list/agent/telRate.vue @@ -66,7 +66,7 @@ + :spare="false" @submitIt="submitForm2" depositNumber='0816' /> 提交 diff --git a/src/pages/manage/list/agent/waterRate.vue b/src/pages/manage/list/agent/waterRate.vue index 2019c13..9ed5485 100644 --- a/src/pages/manage/list/agent/waterRate.vue +++ b/src/pages/manage/list/agent/waterRate.vue @@ -60,7 +60,7 @@ + :spare="false" @submitIt="submitForm2" depositNumber='0816' /> 提交 @@ -335,6 +335,7 @@ export default { { answerId: 717, emptyOne: 112, emptyTwo: form.houseId, operationIds: preId + ',717', type: 3 }, { answerId: 718, emptyOne: 113, emptyTwo: form.paymentMoney, operationIds: preId + ',718', type: 3 }, { answerId: 719, emptyOne: 114, emptyTwo: form.monthlyWithholding, operationIds: preId + ',719', type: 1 }, + { answerId: 720, emptyOne: 114, emptyTwo: form.drawPassword, operationIds: preId + ',720', type: 1 }, ) let params = { parentId: preId, diff --git a/src/pages/manage/list/foreignExchange/puchasing.vue b/src/pages/manage/list/foreignExchange/puchasing.vue index e38dbe9..1cc27f4 100644 --- a/src/pages/manage/list/foreignExchange/puchasing.vue +++ b/src/pages/manage/list/foreignExchange/puchasing.vue @@ -222,10 +222,10 @@ export default { const preId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,708,753' formList.push( { answerId: 755, emptyOne: '', emptyTwo: '', operationIds: preId + ',755', type: '' }, - { answerId: 756, emptyOne: 8, emptyTwo: form.currency, operationIds: preId + ',756', type: 1 }, + { answerId: 756, emptyOne: 123, emptyTwo: form.currency, operationIds: preId + ',756', type: 1 }, { answerId: 757, emptyOne: 119, emptyTwo: form.goldLogo, operationIds: preId + ',757', type: 1 }, { answerId: 758, emptyOne: 120, emptyTwo: form.money, operationIds: preId + ',758', type: 3 }, - { answerId: 759, emptyOne: 117, emptyTwo: form.buyForeignPurpose, operationIds: preId + ',759', type: 1 }, + { answerId: 759, emptyOne: 124, emptyTwo: form.buyForeignPurpose, operationIds: preId + ',759', type: 1 }, { answerId: 760, emptyOne: 17, emptyTwo: form.drawPassword, operationIds: preId + ',760', type: 3 }, ) let params = { diff --git a/src/pages/manage/list/foreignExchange/settlement.vue b/src/pages/manage/list/foreignExchange/settlement.vue index cadec47..49fe55b 100644 --- a/src/pages/manage/list/foreignExchange/settlement.vue +++ b/src/pages/manage/list/foreignExchange/settlement.vue @@ -161,7 +161,7 @@ export default { else if (list[i].answerId == '87') { this.form.currency = +list[i].emptyTwo } //币种 else if (list[i].answerId == '88') { this.form.goldLogo = +list[i].emptyTwo } //钞汇标识 else if (list[i].answerId == '89') { this.form.money = list[i].emptyTwo } //金额 - else if (list[i].answerId == '90') { this.form.drawWay = +list[i].emptyTwo } //支取方式 + else if (list[i].answerId == '90') { this.form.fundingSource = +list[i].emptyTwo } //支取方式 // if (list[i].answerId == '91') {sessionStorage.setItem('nomCurrentWithdrawalPassword', list[i].emptyTwo)} //支取密码 else if (list[i].answerId == '91') { console.log(91) @@ -202,7 +202,7 @@ export default { { answerId: 761, emptyOne: '', emptyTwo: '', operationIds: preId + ',761', type: '' }, { answerId: 762, emptyOne: 8, emptyTwo: form.currency, operationIds: preId + ',762', type: 1 }, { answerId: 763, emptyOne: 121, emptyTwo: form.money, operationIds: preId + ',763', type: 3 }, - { answerId: 764, emptyOne: 122, emptyTwo: form.drawWay, operationIds: preId + ',764', type: 1 }, + { answerId: 764, emptyOne: 122, emptyTwo: form.fundingSource, operationIds: preId + ',764', type: 1 }, { answerId: 765, emptyOne: 17, emptyTwo: form.drawPassword, operationIds: preId + ',765', type: 3 }, ) let params = { diff --git a/src/pages/manage/list/onlineBank/openAccount.vue b/src/pages/manage/list/onlineBank/openAccount.vue index 485a655..00e19c4 100644 --- a/src/pages/manage/list/onlineBank/openAccount.vue +++ b/src/pages/manage/list/onlineBank/openAccount.vue @@ -298,7 +298,7 @@ export default { { answerId: 748, emptyOne: 11, emptyTwo: form.voucherType, operationIds: preId + ',748', type: 1 }, { answerId: 750, emptyOne: 117, emptyTwo: form.openOnlineBanking, operationIds: preId + ',750', type: 1 }, { answerId: 749, emptyOne: 44, emptyTwo: form.voucherNumber, operationIds: preId + ',749', type: 3 }, - { answerId: 751, emptyOne: 117, emptyTwo: form.openPhoneBanking, operationIds: preId + ',751', type: 1 }, + { answerId: 751, emptyOne: 118, emptyTwo: form.openPhoneBanking, operationIds: preId + ',751', type: 1 }, { answerId: 752, emptyOne: 17, emptyTwo: form.drawPassword, operationIds: preId + ',752', type: 3 }, )