From b2b80d17b16e1d7bd4cc789c0449c2a12d8f03c6 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Fri, 14 Jan 2022 16:51:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BB=A3=E7=A0=81=E5=86=B2?= =?UTF-8?q?=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../manage/list/acceptanceDraft/invoice.vue | 6 ++-- src/pages/manage/list/business/deposit.vue | 4 +-- .../manage/list/business/openAccount.vue | 2 +- src/pages/manage/list/business/transfer.vue | 4 +-- src/pages/manage/list/business/withdrawal.vue | 2 +- src/pages/manage/list/cityWide/cityWideIn.vue | 6 ++-- .../manage/list/cityWide/cityWideOut.vue | 6 ++-- .../personal/callDeposits/accountClosed.vue | 2 +- .../personal/callDeposits/openAccount.vue | 2 +- .../list/personal/currentAccount/deposit.vue | 2 +- .../list/personal/currentAccount/settle.vue | 2 +- .../currentAccount/transferAccounts.vue | 2 +- .../personal/currentAccount/withdrawal.vue | 2 +- .../list/personal/timeDeposit/deposit.vue | 32 +++++++++---------- .../list/personal/timeDeposit/openAccount.vue | 2 +- .../list/personal/timeDeposit/withdrawal.vue | 4 +-- .../personal/usefulPhrases/accountClosed.vue | 2 +- .../usefulPhrases/continueDeposit.vue | 2 +- .../personal/usefulPhrases/openAccount.vue | 30 ++++++++--------- src/store/modules/system.js | 16 +++++----- 20 files changed, 65 insertions(+), 65 deletions(-) diff --git a/src/pages/manage/list/acceptanceDraft/invoice.vue b/src/pages/manage/list/acceptanceDraft/invoice.vue index 5128311..b09fb32 100644 --- a/src/pages/manage/list/acceptanceDraft/invoice.vue +++ b/src/pages/manage/list/acceptanceDraft/invoice.vue @@ -21,7 +21,7 @@ - CYC人民币 + CNY人民币 @@ -139,7 +139,7 @@ export default { // 非必填项 accountName: '', // 出票人名称 collectionName: '', // 收款人名称 - currencyType: 'CYC人民币', // 币种 + currencyType: 'CNY人民币', // 币种 moneyOrderMoney: '', // 汇划费金额 accountTradeName: '', // 出票人行名 tradeAddress: '', // 出票行地址 @@ -189,7 +189,7 @@ export default { myTable2: { // accountName: '', // 出票人名称 // collectionName: '', // 收款人名称 - // currencyType: 'CYC人民币', // 币种 + // currencyType: 'CNY人民币', // 币种 // moneyOrderMoney: '', // 汇划费金额 // accountTradeName: '', // 出票人行名 // tradeAddress: '', // 出票行地址 diff --git a/src/pages/manage/list/business/deposit.vue b/src/pages/manage/list/business/deposit.vue index af316a6..d9ec133 100644 --- a/src/pages/manage/list/business/deposit.vue +++ b/src/pages/manage/list/business/deposit.vue @@ -13,7 +13,7 @@ - CYC人民币 + CNY人民币 @@ -87,7 +87,7 @@ export default { username: '', // 账号 depositNum: '', // 存款金额 // 非必填项 - currency: 'CYC人民币', // 币种 + currency: 'CNY人民币', // 币种 currencyMark: '钞户', // 钞汇标识 interestRate: '', // 利率 abstract: '', // 摘要 diff --git a/src/pages/manage/list/business/openAccount.vue b/src/pages/manage/list/business/openAccount.vue index 4a19ffd..77a04d2 100644 --- a/src/pages/manage/list/business/openAccount.vue +++ b/src/pages/manage/list/business/openAccount.vue @@ -60,7 +60,7 @@ - CYC人民币 + CNY人民币 diff --git a/src/pages/manage/list/business/transfer.vue b/src/pages/manage/list/business/transfer.vue index 7f7603d..8b73007 100644 --- a/src/pages/manage/list/business/transfer.vue +++ b/src/pages/manage/list/business/transfer.vue @@ -48,7 +48,7 @@ - CYC人民币 + CNY人民币 @@ -114,7 +114,7 @@ export default { transinName: '', // 转入户名 money: '', // 金额 // 非必填项 - currencyType: 'CYC人民币', // 币种 + currencyType: 'CNY人民币', // 币种 currencyMark: '钞户', // 钞汇标识 certificateType: '转账支票', // 凭证类型 signDate: '', // 签发日期 diff --git a/src/pages/manage/list/business/withdrawal.vue b/src/pages/manage/list/business/withdrawal.vue index 7774f11..536114b 100644 --- a/src/pages/manage/list/business/withdrawal.vue +++ b/src/pages/manage/list/business/withdrawal.vue @@ -104,7 +104,7 @@ export default { money: '', // 金额 // 非必填项 issueDate: '', // 签发日期 - currency: 'CYC人民币', // 币种 + currency: 'CNY人民币', // 币种 currencyMark: '钞户', // 钞汇标识 certificateType: '现金支票', // 凭证类型 payWay: '', // 支取方式 diff --git a/src/pages/manage/list/cityWide/cityWideIn.vue b/src/pages/manage/list/cityWide/cityWideIn.vue index 52e4037..0e1eb56 100644 --- a/src/pages/manage/list/cityWide/cityWideIn.vue +++ b/src/pages/manage/list/cityWide/cityWideIn.vue @@ -38,7 +38,7 @@ - CYC人民币 + CNY人民币 @@ -111,7 +111,7 @@ export default { otherAccountNumber: '', // 他行收款账号 voucherNumber: '', // 凭证号码 // 非必填项 - currency: 'CYC人民币', // 币种 + currency: 'CNY人民币', // 币种 proposeTime: '', // 提出场次 insertDate: '', // 提入日期 otherAccountUsername: '', // 他行收款户名 @@ -167,7 +167,7 @@ export default { visible:false, myTable2: { // 非必填项配置 - // currency: 'CYC人民币', // 币种 + // currency: 'CNY人民币', // 币种 // proposeTime: '', // 提出场次 // insertDate: '', // 提入日期 // otherAccountUsername: '', // 他行收款户名 diff --git a/src/pages/manage/list/cityWide/cityWideOut.vue b/src/pages/manage/list/cityWide/cityWideOut.vue index da996ce..ea830b5 100644 --- a/src/pages/manage/list/cityWide/cityWideOut.vue +++ b/src/pages/manage/list/cityWide/cityWideOut.vue @@ -40,7 +40,7 @@ - CYC人民币 + CNY人民币 @@ -111,7 +111,7 @@ export default { otherAccountNumber: '', // 他行收款账号 voucherNumber: '', // 凭证号码 // 非必填项 - currency: 'CYC人民币', // 币种 + currency: 'CNY人民币', // 币种 proposeTime: '', // 提出场次 proposeDate: '', // 提出日期 otherAccountUsername: '', // 其他收款户名 @@ -164,7 +164,7 @@ export default { }, myTable2: { // 非必填项配置 - // currency: 'CYC人民币', // 币种 + // currency: 'CNY人民币', // 币种 // proposeTime: '', // 提出场次 // proposeDate: '', // 提出日期 // otherAccountUsername: '', // 其他收款户名 diff --git a/src/pages/manage/list/personal/callDeposits/accountClosed.vue b/src/pages/manage/list/personal/callDeposits/accountClosed.vue index f4ce5b0..73cb540 100644 --- a/src/pages/manage/list/personal/callDeposits/accountClosed.vue +++ b/src/pages/manage/list/personal/callDeposits/accountClosed.vue @@ -17,7 +17,7 @@ - CYC人民币 + CNY人民币 diff --git a/src/pages/manage/list/personal/callDeposits/openAccount.vue b/src/pages/manage/list/personal/callDeposits/openAccount.vue index 2abbd6b..044fe2d 100644 --- a/src/pages/manage/list/personal/callDeposits/openAccount.vue +++ b/src/pages/manage/list/personal/callDeposits/openAccount.vue @@ -14,7 +14,7 @@ - CYC人民币 + CNY人民币 diff --git a/src/pages/manage/list/personal/currentAccount/deposit.vue b/src/pages/manage/list/personal/currentAccount/deposit.vue index a644379..444980b 100644 --- a/src/pages/manage/list/personal/currentAccount/deposit.vue +++ b/src/pages/manage/list/personal/currentAccount/deposit.vue @@ -14,7 +14,7 @@ - CYC人民币 + CNY人民币 diff --git a/src/pages/manage/list/personal/currentAccount/settle.vue b/src/pages/manage/list/personal/currentAccount/settle.vue index 2c38099..10705a2 100644 --- a/src/pages/manage/list/personal/currentAccount/settle.vue +++ b/src/pages/manage/list/personal/currentAccount/settle.vue @@ -14,7 +14,7 @@ - CYC人民币 + CNY人民币 diff --git a/src/pages/manage/list/personal/currentAccount/transferAccounts.vue b/src/pages/manage/list/personal/currentAccount/transferAccounts.vue index d047433..6a0b152 100644 --- a/src/pages/manage/list/personal/currentAccount/transferAccounts.vue +++ b/src/pages/manage/list/personal/currentAccount/transferAccounts.vue @@ -14,7 +14,7 @@ - CYC人民币 + CNY人民币 diff --git a/src/pages/manage/list/personal/currentAccount/withdrawal.vue b/src/pages/manage/list/personal/currentAccount/withdrawal.vue index 48a3790..e156104 100644 --- a/src/pages/manage/list/personal/currentAccount/withdrawal.vue +++ b/src/pages/manage/list/personal/currentAccount/withdrawal.vue @@ -14,7 +14,7 @@ - CYC人民币 + CNY人民币 diff --git a/src/pages/manage/list/personal/timeDeposit/deposit.vue b/src/pages/manage/list/personal/timeDeposit/deposit.vue index cec8e6c..c5546af 100644 --- a/src/pages/manage/list/personal/timeDeposit/deposit.vue +++ b/src/pages/manage/list/personal/timeDeposit/deposit.vue @@ -14,7 +14,7 @@ - CYC人民币 + CNY人民币 @@ -124,20 +124,20 @@ export default{ }, formName:{ // 必填项 - customerName: '客户姓名', // - currency: '币种', // - currencyMark: '钞汇标识', // - depositTerm: '存期', // - extendPeriod: '续存', // - certificateDeposit: '存款类别', // - valueDate: '起息日', // - voucherNumber: '凭证号码', // - drawPassword: '支付密码', // + customerName: '客户姓名', // + currency: '币种', // + currencyMark: '钞汇标识', // + depositTerm: '存期', // + extendPeriod: '续存', // + certificateDeposit: '存款类别', // + valueDate: '起息日', // + voucherNumber: '凭证号码', // + drawPassword: '支付密码', // // 非必填项 - money: '金额', // - interestRate: '利率', // - withdrawingWay: '支取方式', // - abstract: '摘要' // + money: '金额', // + interestRate: '利率', // + withdrawingWay: '支取方式', // + abstract: '摘要' // }, rules: { customerName: vercustomer , @@ -150,7 +150,7 @@ export default{ ], voucherNumber: [ { - required: true, + required: true, message: '请输入凭证号码', trigger: 'blur' } @@ -308,7 +308,7 @@ export default{ // 验证通过逻辑写在这 this.visible = true; }, this.$refs)); - + }, submitForm2() { let nomtimeDeposit1 = sessionStorage.getItem('nomtimeDeposit1') diff --git a/src/pages/manage/list/personal/timeDeposit/openAccount.vue b/src/pages/manage/list/personal/timeDeposit/openAccount.vue index 123c09a..53a9a3c 100644 --- a/src/pages/manage/list/personal/timeDeposit/openAccount.vue +++ b/src/pages/manage/list/personal/timeDeposit/openAccount.vue @@ -14,7 +14,7 @@ - CYC人民币 + CNY人民币 diff --git a/src/pages/manage/list/personal/timeDeposit/withdrawal.vue b/src/pages/manage/list/personal/timeDeposit/withdrawal.vue index 07be595..bb4af02 100644 --- a/src/pages/manage/list/personal/timeDeposit/withdrawal.vue +++ b/src/pages/manage/list/personal/timeDeposit/withdrawal.vue @@ -14,7 +14,7 @@ - CYC人民币 + CNY人民币 @@ -113,7 +113,7 @@ export default{ currencyType: '', // 币种 // userName, 这是vuex里的 - // currency:'CYC人民币', + // currency:'CNY人民币', // goldLogo:'钞户', // interest: '0.00', // depositNubianmber: '0912', diff --git a/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue b/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue index 06d644f..3358016 100644 --- a/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue +++ b/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue @@ -19,7 +19,7 @@ - CYC人民币 + CNY人民币 diff --git a/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue b/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue index 423fab2..4bb99af 100644 --- a/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue +++ b/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue @@ -30,7 +30,7 @@ - CYC人民币 + CNY人民币 diff --git a/src/pages/manage/list/personal/usefulPhrases/openAccount.vue b/src/pages/manage/list/personal/usefulPhrases/openAccount.vue index 0f89f24..17e4bef 100644 --- a/src/pages/manage/list/personal/usefulPhrases/openAccount.vue +++ b/src/pages/manage/list/personal/usefulPhrases/openAccount.vue @@ -14,7 +14,7 @@ - CYC人民币 + CNY人民币 @@ -125,19 +125,19 @@ export default{ formName:{ // 必填项 // identityCard: '', // 身份证 - customerName: '客户姓名', // - currency: '币种', // - currencyMark: '钞汇标识', // - voucherType: '凭证类型', // - monthDeposit: '月存金额', // - depositTerm: '存期', // - extendDepositTarget: '续存标识', // - voucherNumber: '凭证号码', // - drawPassword: '支付密码', // + customerName: '客户姓名', // + currency: '币种', // + currencyMark: '钞汇标识', // + voucherType: '凭证类型', // + monthDeposit: '月存金额', // + depositTerm: '存期', // + extendDepositTarget: '续存标识', // + voucherNumber: '凭证号码', // + drawPassword: '支付密码', // // 非必填项 - clientNumber: '客户号', // - certificateType: '证件类型', // - customerManage: '客户经理', // + clientNumber: '客户号', // + certificateType: '证件类型', // + customerManage: '客户经理', // }, rules: { customerName: vercustomer, @@ -214,7 +214,7 @@ export default{ "subjectId": 8, }, 163: { - prop: 'currencyMark',//钞汇标识 + prop: 'currencyMark',//钞汇标识 type: '1', "subjectId": 9, }, @@ -248,7 +248,7 @@ export default{ // userName, // peopleNumber, // idNumber, - // currency:'CYC人民币', + // currency:'CNY人民币', // goldLogo:'钞户', ...mapMutations({ changeShowGoods: 'system/changeShowGoods', diff --git a/src/store/modules/system.js b/src/store/modules/system.js index ded5829..98b2dff 100644 --- a/src/store/modules/system.js +++ b/src/store/modules/system.js @@ -43,7 +43,7 @@ const allGoods = { 442: {name:'法人身份证',src:require('@/assets/img/goods/idcard.png'),id:442}, 431: {name:'法人身份证复印件',src:require('@/assets/img/idCard-copy-sm.png'),id:431}, - 432: {name:'开立银行结算账户申请书',src:require('@/assets/img/goods/ApplicationBankSettlement.png'),id:432}, + 443: {name:'开立银行结算账户申请书',src:require('@/assets/img/goods/ApplicationBankSettlement.png'),id:432}, 434: {name:'统一社会信用代码证',src:require('@/assets/img/goods/营业执照.png'),id:434}, 435: {name:'统一社会信用代码证复印件',src:require('@/assets/img/goods/营业执照复印件.png'),id:435}, @@ -773,7 +773,7 @@ export default { // // nationality:'汉',//民族 // mailbox:'肥仔无处不在',//通讯地址 // phone:'13222223122',//联系电话 - currency:'CYC人民币', + currency:'CNY人民币', userName, goldLogo:'钞户', serviceCharge:'0.00', @@ -813,7 +813,7 @@ export default { dataFlow: { idNumber, userName, - currency:'CYC人民币', + currency:'CNY人民币', goldLogo:'钞户', } }, @@ -852,7 +852,7 @@ export default { dataFlow: { // 客户姓名、币种、钞汇标识、定存编号(0912)、本金(开户时存的业务中的金额)、支取类别(现金)、支取方式(密码) userName, - currency:'CYC人民币', + currency:'CNY人民币', goldLogo:'钞户', interest: '0.00', depositNumber: '0912', @@ -894,7 +894,7 @@ export default { dataFlow: { // 客户姓名、币种、钞汇标识、定存编号(0912)、本金(开户时存的业务中的金额)、支取类别(现金)、支取方式(密码) userName, - currency:'CYC人民币', + currency:'CNY人民币', goldLogo:'钞户', interest: '5.75', depositNumber: '0912', @@ -935,7 +935,7 @@ export default { dataFlowPassword: 0, dataFlow: { // 身份证号码、客户号、客户姓名、币种(人民币)、钞汇标识(钞户) - currency:'CYC人民币', + currency:'CNY人民币', goldLogo:'钞户', userName, peopleNumber, @@ -975,7 +975,7 @@ export default { // 客户姓名、定存编号(0816)、币种、钞汇标识、存期(显示上一业务选中的存期)、月存金额 userName, depositNumber: '0816', - currency:'CYC人民币', + currency:'CNY人民币', goldLogo:'钞户', depositTerm: '1年', monthDeposit: 100, @@ -1012,7 +1012,7 @@ export default { dataFlow: { userName, depositNumber: '0816', - currency:'CYC人民币', + currency:'CNY人民币', goldLogo:'钞户', capital: 100, interestRate: 1.85,