From ee187bba78bfaefafabb19e9c030eb2a9baa2fa8 Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Tue, 21 Dec 2021 10:53:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8D=E7=A7=B0=E8=A7=84=E5=88=99=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/manage/list/acceptanceDraft/invoice.vue | 9 +++++---- src/pages/manage/list/business/deposit.vue | 3 ++- src/pages/manage/list/business/transfer.vue | 2 +- src/pages/manage/list/business/withdrawal.vue | 4 ++-- .../manage/list/personal/callDeposits/accountClosed.vue | 7 ++++--- .../manage/list/personal/callDeposits/openAccount.vue | 7 ++++--- .../manage/list/personal/currentAccount/openAccount.vue | 5 +++-- src/pages/manage/list/personal/currentAccount/settle.vue | 8 +++++--- src/pages/manage/list/personal/timeDeposit/deposit.vue | 7 ++++--- .../manage/list/personal/timeDeposit/openAccount.vue | 7 ++++--- .../manage/list/personal/timeDeposit/withdrawal.vue | 7 ++++--- .../manage/list/personal/usefulPhrases/accountClosed.vue | 7 ++++--- .../list/personal/usefulPhrases/continueDeposit.vue | 7 ++++--- .../manage/list/personal/usefulPhrases/openAccount.vue | 7 ++++--- src/pages/manage/list/servicesAccount/passwordChange.vue | 7 ++++--- src/pages/manage/list/servicesAccount/passwordLost.vue | 7 ++++--- src/pages/manage/list/servicesAccount/relieveLost.vue | 7 ++++--- src/utils/utilFunction.js | 8 ++++---- src/utils/verify.js | 8 ++++---- 19 files changed, 70 insertions(+), 54 deletions(-) diff --git a/src/pages/manage/list/acceptanceDraft/invoice.vue b/src/pages/manage/list/acceptanceDraft/invoice.vue index ebb546f..da497c7 100644 --- a/src/pages/manage/list/acceptanceDraft/invoice.vue +++ b/src/pages/manage/list/acceptanceDraft/invoice.vue @@ -14,13 +14,13 @@ - + - + @@ -118,7 +118,7 @@ diff --git a/src/pages/manage/list/business/deposit.vue b/src/pages/manage/list/business/deposit.vue index c81bc80..afa0fc9 100644 --- a/src/pages/manage/list/business/deposit.vue +++ b/src/pages/manage/list/business/deposit.vue @@ -140,7 +140,8 @@ export default { ismoney: ismoney, rateListen: rateListen, checkName: checkName, - checkHanzi: checkHanzi + checkHanzi: checkHanzi, + checkName: checkName } }; diff --git a/src/pages/manage/list/business/transfer.vue b/src/pages/manage/list/business/transfer.vue index 4261518..18767be 100644 --- a/src/pages/manage/list/business/transfer.vue +++ b/src/pages/manage/list/business/transfer.vue @@ -41,7 +41,7 @@ - + diff --git a/src/pages/manage/list/business/withdrawal.vue b/src/pages/manage/list/business/withdrawal.vue index c5ead97..d86bdfd 100644 --- a/src/pages/manage/list/business/withdrawal.vue +++ b/src/pages/manage/list/business/withdrawal.vue @@ -36,11 +36,11 @@ - + diff --git a/src/pages/manage/list/personal/callDeposits/accountClosed.vue b/src/pages/manage/list/personal/callDeposits/accountClosed.vue index 58c3734..b1bc6c7 100644 --- a/src/pages/manage/list/personal/callDeposits/accountClosed.vue +++ b/src/pages/manage/list/personal/callDeposits/accountClosed.vue @@ -42,7 +42,7 @@ - + @@ -84,7 +84,7 @@ diff --git a/src/pages/manage/list/personal/callDeposits/openAccount.vue b/src/pages/manage/list/personal/callDeposits/openAccount.vue index 1f2fba7..ad567b2 100644 --- a/src/pages/manage/list/personal/callDeposits/openAccount.vue +++ b/src/pages/manage/list/personal/callDeposits/openAccount.vue @@ -38,7 +38,7 @@ - + @@ -69,7 +69,7 @@ diff --git a/src/pages/manage/list/personal/currentAccount/openAccount.vue b/src/pages/manage/list/personal/currentAccount/openAccount.vue index d7c2fdb..8f53913 100644 --- a/src/pages/manage/list/personal/currentAccount/openAccount.vue +++ b/src/pages/manage/list/personal/currentAccount/openAccount.vue @@ -15,7 +15,7 @@ - + @@ -176,7 +176,7 @@ import {getSubjectInfo,addOperation,getOperation} from "@/api/http.js"; import { mapMutations } from 'vuex' import { vercustomer } from '@/utils/verify.js' -import { myValidate, checkHanzi } from '@/utils/utilFunction.js' +import { myValidate, checkName, checkHanzi } from '@/utils/utilFunction.js' export default { data(){ return{ @@ -528,6 +528,7 @@ export default { popUpsThree(){ this.$store.commit('system/changePop',{show:true,text:'密码器',id:'62,3'}) }, + checkName: checkName, checkHanzi: checkHanzi } }; diff --git a/src/pages/manage/list/personal/currentAccount/settle.vue b/src/pages/manage/list/personal/currentAccount/settle.vue index 1b3b4f3..f827349 100644 --- a/src/pages/manage/list/personal/currentAccount/settle.vue +++ b/src/pages/manage/list/personal/currentAccount/settle.vue @@ -28,7 +28,7 @@ - + @@ -56,7 +56,7 @@ diff --git a/src/pages/manage/list/personal/timeDeposit/deposit.vue b/src/pages/manage/list/personal/timeDeposit/deposit.vue index 26eb1ac..f88ba15 100644 --- a/src/pages/manage/list/personal/timeDeposit/deposit.vue +++ b/src/pages/manage/list/personal/timeDeposit/deposit.vue @@ -33,7 +33,7 @@ - + @@ -76,7 +76,7 @@ diff --git a/src/pages/manage/list/personal/timeDeposit/openAccount.vue b/src/pages/manage/list/personal/timeDeposit/openAccount.vue index 241def8..4061473 100644 --- a/src/pages/manage/list/personal/timeDeposit/openAccount.vue +++ b/src/pages/manage/list/personal/timeDeposit/openAccount.vue @@ -35,7 +35,7 @@ - + @@ -58,7 +58,7 @@ diff --git a/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue b/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue index fa6de60..e7cd1b9 100644 --- a/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue +++ b/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue @@ -42,7 +42,7 @@ - + @@ -84,7 +84,7 @@ diff --git a/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue b/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue index b763ce9..e8b003b 100644 --- a/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue +++ b/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue @@ -23,7 +23,7 @@ - + @@ -50,7 +50,7 @@ diff --git a/src/pages/manage/list/personal/usefulPhrases/openAccount.vue b/src/pages/manage/list/personal/usefulPhrases/openAccount.vue index 2ecef2b..4222463 100644 --- a/src/pages/manage/list/personal/usefulPhrases/openAccount.vue +++ b/src/pages/manage/list/personal/usefulPhrases/openAccount.vue @@ -42,7 +42,7 @@ - + @@ -73,7 +73,7 @@ diff --git a/src/pages/manage/list/servicesAccount/passwordChange.vue b/src/pages/manage/list/servicesAccount/passwordChange.vue index a3f3e02..ed2a432 100644 --- a/src/pages/manage/list/servicesAccount/passwordChange.vue +++ b/src/pages/manage/list/servicesAccount/passwordChange.vue @@ -15,7 +15,7 @@ - + @@ -70,7 +70,7 @@ diff --git a/src/pages/manage/list/servicesAccount/passwordLost.vue b/src/pages/manage/list/servicesAccount/passwordLost.vue index 106aa31..8f6f55a 100644 --- a/src/pages/manage/list/servicesAccount/passwordLost.vue +++ b/src/pages/manage/list/servicesAccount/passwordLost.vue @@ -22,7 +22,7 @@ - +
@@ -64,7 +64,7 @@ diff --git a/src/pages/manage/list/servicesAccount/relieveLost.vue b/src/pages/manage/list/servicesAccount/relieveLost.vue index 72bd22b..eae661f 100644 --- a/src/pages/manage/list/servicesAccount/relieveLost.vue +++ b/src/pages/manage/list/servicesAccount/relieveLost.vue @@ -27,7 +27,7 @@ - +
@@ -67,7 +67,7 @@