From 1cc5ac52bc5b7e2fb0388b162def539290f1756b Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 13 Jun 2024 14:10:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E6=B1=87=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dialog/index.vue | 22 +++++++++++++- src/pages/counter/list/index.vue | 25 ++++++++-------- .../manage/list/foreignExchange/puchasing.vue | 29 ++++++++----------- .../list/foreignExchange/settlement.vue | 17 ++--------- src/store/modules/system.js | 5 ++-- 5 files changed, 51 insertions(+), 47 deletions(-) diff --git a/src/components/dialog/index.vue b/src/components/dialog/index.vue index dc7839c..81ce5ee 100644 --- a/src/components/dialog/index.vue +++ b/src/components/dialog/index.vue @@ -120,7 +120,9 @@ const nameMap = { 12: 'CNY人民币' }, goldLogo: { - 13: '钞户' + 13: '钞户', + 150: '现汇(参考牌价712.34)', + 151: '现钞(参考牌价712.34)', }, accountQuality: { 14: '个人结算户', @@ -285,6 +287,24 @@ const nameMap = { 148: '是', 149: '否' }, + buyForeignPurpose: { + 187: '因私旅游', + 188: '境外留学', + 189: '公务及商务出国', + 190: '探亲', + 191: '境外就医', + 192: '海外购物', + 193: '非投资类保险', + 194: '咨询服务', + 195: '境内外汇储蓄存款', + 196: '购买境内外汇理财产品', + 197: '职工报酬和婚家款', + 198: '专有权利使用费和特许费', + 199: '投资收益', + 200: '运输', + 201: '其他服务', + 202: '其他经常转移', + }, } export default { props: { diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index 8783c4f..2b853b6 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -1613,35 +1613,30 @@ export default { if (this.popText === '身份证扫描仪' || this.popText === '刷卡器' || this.popText === '密码器') { if (this.$store.state.system.id == '33' && this.popText === '身份证扫描仪') { - this.nbm = 33 if (this.receptionList.length > 0) { sessionStorage.setItem('nomClientIdentity', JSON.stringify("getIt")) } this.showManage() } else if (this.$store.state.system.id == '34' && this.popText === '身份证扫描仪') { - this.nbm = 34 if (this.receptionList.length > 0) { sessionStorage.setItem('firmClientIdentity', JSON.stringify("getIt")) } this.showManage() } else if (this.$store.state.system.id == '63' && this.popText === '刷卡器') { - this.nbm = 63 if (this.receptionList.length > 0) { sessionStorage.setItem('nomBusinessDepositCard', JSON.stringify("getIt")) } this.showManage() } else if (this.$store.state.system.id == '64' && this.popText === '刷卡器') { - this.nbm = 64 if (this.receptionList.length > 0) { sessionStorage.setItem('nomCurrentWithdrawalCard', JSON.stringify("getIt")) } this.showManage() } else if (this.$store.state.system.id == '64,2' && this.popText === '密码器') { - this.nbm = 64 if (this.passwordForm.passwordAgain) { let accountPassword = ''; @@ -1650,7 +1645,6 @@ export default { } this.showManage() } else if (this.$store.state.system.id == '65' && this.popText === '刷卡器') { - this.nbm = 65 if (this.receptionList.length > 0) { sessionStorage.setItem('nomCurrentTransferCard', JSON.stringify("getIt")) @@ -1770,6 +1764,18 @@ export default { } } this.showManage() + } else if (this.$store.state.system.id == '68' && this.popText === '刷卡器') { + this.nbm = 68 + if (this.receptionList.length > 0) { + sessionStorage.setItem('foreignExchangeSettlementVoucher', JSON.stringify("getIt")) + } + this.showManage() + } else if (this.$store.state.system.id == '69' && this.popText === '刷卡器') { + this.nbm = 69 + if (this.receptionList.length > 0) { + sessionStorage.setItem('foreignExchangePuchasingVoucher', JSON.stringify("getIt")) + } + this.showManage() } else if (this.$store.state.system.id == '62,3' && this.popText === '密码器') { this.nbm = 62 if (this.passwordForm.passwordAgain) { @@ -2017,12 +2023,7 @@ export default { projectId: +projectId, startTime: startTime, } - addOperation(params).then((data) => { - console.log('我靠取钱') - // this.setTipsOperate('取钱成功!') - }).catch((error) => { - }) - // console.log(this.) + addOperation(params).then((data) => { }).catch((error) => { }) // 如果需要钱箱取钱并且满足了 } else { diff --git a/src/pages/manage/list/foreignExchange/puchasing.vue b/src/pages/manage/list/foreignExchange/puchasing.vue index a2fb947..a0e4e52 100644 --- a/src/pages/manage/list/foreignExchange/puchasing.vue +++ b/src/pages/manage/list/foreignExchange/puchasing.vue @@ -34,9 +34,10 @@ :key="item.itemId"> - - - + + + @@ -45,7 +46,6 @@ - @@ -66,9 +66,6 @@ - - -