后台添加已提交验证等

20240205
yujialong 2 years ago
parent 8b614eeaf6
commit 670ad6e0fe
  1. 19
      src/pages/counter/list/index.vue
  2. 13
      src/pages/lobbyManager/list/index.vue
  3. 3
      src/pages/manage/list/ImportantCash/controlCash/cashOut.vue
  4. 3
      src/pages/manage/list/ImportantCash/controlCash/cashPaid.vue
  5. 3
      src/pages/manage/list/ImportantCash/controlCash/cashRecipients.vue
  6. 3
      src/pages/manage/list/ImportantCash/controlCash/cashTransferInto.vue
  7. 3
      src/pages/manage/list/ImportantCash/controlCash2/cashOut.vue
  8. 3
      src/pages/manage/list/ImportantCash/controlCash2/cashPaid.vue
  9. 3
      src/pages/manage/list/ImportantCash/controlCash2/cashRecipients.vue
  10. 3
      src/pages/manage/list/ImportantCash/controlCash2/cashTransferInto.vue
  11. 5
      src/pages/manage/list/ImportantCash/controlCash3/index.vue
  12. 3
      src/pages/manage/list/acceptanceDraft/invoice.vue
  13. 5
      src/pages/manage/list/business/deposit.vue
  14. 5
      src/pages/manage/list/business/openAccount.vue
  15. 5
      src/pages/manage/list/business/transfer.vue
  16. 5
      src/pages/manage/list/business/withdrawal.vue
  17. 3
      src/pages/manage/list/cityWide/cityWideIn.vue
  18. 5
      src/pages/manage/list/cityWide/cityWideOut.vue
  19. 3
      src/pages/manage/list/client/consumerClient.vue
  20. 3
      src/pages/manage/list/client/corporateClient.vue
  21. 5
      src/pages/manage/list/dayEnd/branchDayEnd.vue
  22. 3
      src/pages/manage/list/dayEnd/tellerCash.vue
  23. 5
      src/pages/manage/list/dayEnd/tellerCertificate.vue
  24. 3
      src/pages/manage/list/personal/callDeposits/accountClosed.vue
  25. 3
      src/pages/manage/list/personal/callDeposits/openAccount.vue
  26. 5
      src/pages/manage/list/personal/currentAccount/accountCancellation.vue
  27. 4
      src/pages/manage/list/personal/currentAccount/deposit.vue
  28. 5
      src/pages/manage/list/personal/currentAccount/settle.vue
  29. 5
      src/pages/manage/list/personal/currentAccount/transferAccounts.vue
  30. 7
      src/pages/manage/list/personal/currentAccount/withdrawal.vue
  31. 3
      src/pages/manage/list/personal/timeDeposit/deposit.vue
  32. 3
      src/pages/manage/list/personal/timeDeposit/openAccount.vue
  33. 3
      src/pages/manage/list/personal/timeDeposit/withdrawal.vue
  34. 3
      src/pages/manage/list/personal/usefulPhrases/accountClosed.vue
  35. 4
      src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue
  36. 3
      src/pages/manage/list/personal/usefulPhrases/openAccount.vue
  37. 3
      src/pages/manage/list/servicesAccount/passwordChange.vue
  38. 3
      src/pages/manage/list/servicesAccount/passwordLost.vue
  39. 5
      src/pages/manage/list/servicesAccount/relieveLost.vue
  40. 2
      src/store/modules/system.js

@ -190,8 +190,10 @@
<div v-show="showPop" width="900px" class="data-dia z500 max-h-screen 2xl:-mt-20;" ref="dataDia" v-drag> <div v-show="showPop" width="900px" class="data-dia z500 max-h-screen 2xl:-mt-20;" ref="dataDia" v-drag>
<div class="dia-header h-1/6"> <div class="dia-header h-1/6">
<div class="data-title">{{ popText }}</div> <div class="data-title">{{ popText }}</div>
<div class="close-wrap">
<img class="close" v-lazy="lazyImg[28]" alt="" @click="closePop" /> <img class="close" v-lazy="lazyImg[28]" alt="" @click="closePop" />
</div> </div>
</div>
<p v-if="popText=='密码器'" class="tips"></p> <p v-if="popText=='密码器'" class="tips"></p>
<p v-else-if="popText=='重要空白凭证箱'||popText=='普通凭证箱'" class="tips">- 请从以下物品中选取所需材料 -</p> <p v-else-if="popText=='重要空白凭证箱'||popText=='普通凭证箱'" class="tips">- 请从以下物品中选取所需材料 -</p>
@ -426,8 +428,10 @@
<div class="data-dia peopleDialog" ref="dataDia2" v-drag> <div class="data-dia peopleDialog" ref="dataDia2" v-drag>
<div class="dia-header h-1/6"> <div class="dia-header h-1/6">
<div class="data-title2">客户对话中</div> <div class="data-title2">客户对话中</div>
<div class="close-wrap">
<img class="close" v-lazy="lazyImg[28]" alt="" @click="closePeopleJudge" /> <img class="close" v-lazy="lazyImg[28]" alt="" @click="closePeopleJudge" />
</div> </div>
</div>
<h2>请选择以下一个业务进行办理</h2> <h2>请选择以下一个业务进行办理</h2>
<div class="dia-footer"> <div class="dia-footer">
<button v-throttle @click="peopleDoing(1)" class="w-20" type="button" style="margin-bottom: 10px;">客户签字</button> <button v-throttle @click="peopleDoing(1)" class="w-20" type="button" style="margin-bottom: 10px;">客户签字</button>
@ -446,8 +450,10 @@
<div class="data-dia tipsDialog" ref="dataDia2"> <div class="data-dia tipsDialog" ref="dataDia2">
<div class="dia-header h-2/6" > <div class="dia-header h-2/6" >
<div class="data-title2">提示</div> <div class="data-title2">提示</div>
<div class="close-wrap">
<img class="close" v-lazy="lazyImg[28]" alt="" @click="changeTipsDialog(false)" /> <img class="close" v-lazy="lazyImg[28]" alt="" @click="changeTipsDialog(false)" />
</div> </div>
</div>
<h3>您已选择:</h3> <h3>您已选择:</h3>
<h3 v-for="item in backMoneyArr" :key="item.key">面额 {{ item.name }} <img :src="require('@/assets/img/cash/乘号3.svg')" /> {{ item.num + '张' }} = {{ parseInt(item.name)*item.num + '元' }}</h3> <h3 v-for="item in backMoneyArr" :key="item.key">面额 {{ item.name }} <img :src="require('@/assets/img/cash/乘号3.svg')" /> {{ item.num + '张' }} = {{ parseInt(item.name)*item.num + '元' }}</h3>
<h3>总额 {{ backMoneyTotal + '元' }}</h3> <h3>总额 {{ backMoneyTotal + '元' }}</h3>
@ -2083,7 +2089,6 @@ export default {
this.setTipsOperate('请选择印章!') this.setTipsOperate('请选择印章!')
return return
} }
// //
const sealArr = [...this.sealChecked] const sealArr = [...this.sealChecked]
this.stampJudge({ this.stampJudge({
@ -2204,12 +2209,13 @@ export default {
this.pushThingsGoods([...tmpGoods]) this.pushThingsGoods([...tmpGoods])
} }
this.$store.commit('system/changePop',{show:false,text:''}) // this.nbm !== 5 && this.$store.commit('system/changePop',{show:false,text:''}) //
} }
this.closePop()
// } // }
if(this.nbm !== 5) { if(this.nbm !== 5) {
// //
this.closePop()
this.$store.commit('system/changePop', {show: false, text: ''}) this.$store.commit('system/changePop', {show: false, text: ''})
} }
// this.$message({ // this.$message({
@ -2648,10 +2654,15 @@ export default {
// background: url(../../../assets/img/dia-title.png); // background: url(../../../assets/img/dia-title.png);
background-size: 300px 72px; background-size: 300px 72px;
} }
.close { .close-wrap {
position: absolute; position: absolute;
top: 15px; top: 15px;
right: 15px; right: 15px;
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
cursor: pointer; cursor: pointer;
} }
} }

@ -140,9 +140,18 @@
<img style="margin-top: 10px" :src="elImg[10].img" :alt="elImg[10].name" :title="elImg[10].name"> <img style="margin-top: 10px" :src="elImg[10].img" :alt="elImg[10].name" :title="elImg[10].name">
<p>{{ elImg[10].name }}</p> <p>{{ elImg[10].name }}</p>
</li> </li>
<li :class="{checked: checkList.includes(elImg[11].key)}" @click="checkData(elImg[11].key)">
<img style="margin-top: 10px" :src="elImg[11].img" :alt="elImg[11].name" :title="elImg[11].name">
<p>{{ elImg[11].name }}</p>
</li>
<li :class="{checked: checkList.includes(elImg[12].key)}" @click="checkData(elImg[12].key)">
<img style="margin-top: 10px" :src="elImg[12].img" :alt="elImg[12].name" :title="elImg[12].name">
<p>{{ elImg[12].name }}</p>
</li>
<!-- 这个是占位的 --> <!-- 这个是占位的 -->
<li class="sitting2"></li> <li class="sitting2"></li>
<li class="sitting2"></li>
<li class="sitting2"></li>
</ul> </ul>
@ -277,6 +286,8 @@ export default {
{ img: require('@/assets/img/goods/CheckCoupons.png'), name: '支票领购单', key: 413 }, { img: require('@/assets/img/goods/CheckCoupons.png'), name: '支票领购单', key: 413 },
{ img: require('@/assets/img/goods/CashCertificate.png'), name: '现金缴款单', key: 414 }, { img: require('@/assets/img/goods/CashCertificate.png'), name: '现金缴款单', key: 414 },
{ img: require('@/assets/img/goods/银行承兑协议.png'), name: '境外汇款申请书', key: 415 }, { img: require('@/assets/img/goods/银行承兑协议.png'), name: '境外汇款申请书', key: 415 },
{ img: require('@/assets/img/goods/qkpt.png'), name: '取款凭条', key: 698 },
{ img: require('@/assets/img/goods/xhsqs.png'), name: '销户申请书', key: 588 },
], ],
elImg2: [ elImg2: [
{ img: require('@/assets/img/goods/accountApplyBook.jpg'), name: '开户申请书', key: 405, copyState: false, returnState: false }, { img: require('@/assets/img/goods/accountApplyBook.jpg'), name: '开户申请书', key: 405, copyState: false, returnState: false },

@ -241,6 +241,7 @@ export default {
} }
], ],
visible:false, visible:false,
submited: 0
} }
}, },
computed: { computed: {
@ -287,6 +288,7 @@ export default {
row.moneyNumber = Number(val.replace(/\D+/, '')) row.moneyNumber = Number(val.replace(/\D+/, ''))
}, },
submitClick() { submitClick() {
if (this.submited) return this.$message.error('已提交!')
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
this.visible = true this.visible = true
}, this.$refs)); }, this.$refs));
@ -322,6 +324,7 @@ export default {
// }); // });
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
// this.setDataFlow({ ...this.form }) // this.setDataFlow({ ...this.form })
this.submited = 1
}).catch((error)=>{ }).catch((error)=>{
}) })
}, },

@ -108,6 +108,7 @@ export default {
}, },
], ],
visible:false, visible:false,
submited: 0
} }
}, },
filters: { filters: {
@ -205,6 +206,7 @@ export default {
}, },
submitClick() { submitClick() {
if (this.submited) return this.$message.error('已提交!')
this.visible = true this.visible = true
}, },
submitForm2() { submitForm2() {
@ -226,6 +228,7 @@ export default {
startTime:startTime, startTime:startTime,
} }
addOperation(params).then((data)=>{ addOperation(params).then((data)=>{
this.submited = 1
// this.$message({ // this.$message({
// message: '', // message: '',
// type: 'success' // type: 'success'

@ -110,6 +110,7 @@ export default {
}, },
], ],
visible:false, visible:false,
submited: 0
} }
}, },
filters: { filters: {
@ -217,6 +218,7 @@ export default {
}, },
submitClick() { submitClick() {
if (this.submited) return this.$message.error('已提交!')
this.visible = true this.visible = true
}, },
submitForm2() { submitForm2() {
@ -242,6 +244,7 @@ export default {
// type: 'success' // type: 'success'
// }); // });
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.submited = 1
// this.setDataFlow({ ...this.form }) // this.setDataFlow({ ...this.form })
}).catch((error)=>{ }).catch((error)=>{
}) })

@ -229,6 +229,7 @@ export default {
moneyNumber: 0 moneyNumber: 0
}, },
], ],
submited: 0
} }
}, },
computed: { computed: {
@ -275,6 +276,7 @@ export default {
row.moneyNumber = Number(val.replace(/\D+/, '')) row.moneyNumber = Number(val.replace(/\D+/, ''))
}, },
submitClick() { submitClick() {
if (this.submited) return this.$message.error('已提交!')
this.visible = true this.visible = true
}, },
submitForm2() { submitForm2() {
@ -303,6 +305,7 @@ export default {
// type: 'success' // type: 'success'
// }); // });
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.submited = 1
// this.setDataFlow({ ...this.form }) // this.setDataFlow({ ...this.form })
}).catch((error)=>{ }).catch((error)=>{
}) })

@ -120,6 +120,7 @@ export default {
], ],
}, },
visible:false, visible:false,
submited: 0
} }
}, },
filters: { filters: {
@ -150,6 +151,7 @@ export default {
setTipsOperate: 'system/setTipsOperate' setTipsOperate: 'system/setTipsOperate'
}), }),
submitClick() { submitClick() {
if (this.submited) return this.$message.error('已提交!')
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
if(this.form.number <= 0) { if(this.form.number <= 0) {
this.setTipsOperate('结束号码应大于起始号码。') this.setTipsOperate('结束号码应大于起始号码。')
@ -184,6 +186,7 @@ export default {
// type: 'success' // type: 'success'
// }); // });
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.submited = 1
// this.setDataFlow({ ...this.form }) // this.setDataFlow({ ...this.form })
}).catch((error)=>{ }).catch((error)=>{
}) })

@ -126,6 +126,7 @@ export default {
}, },
], ],
visible:false, visible:false,
submited: 0
} }
}, },
filters: { filters: {
@ -203,6 +204,7 @@ export default {
} }
}, },
submitClick() { submitClick() {
if (this.submited) return this.$message.error('已提交!')
this.visible = true this.visible = true
}, },
submitForm2() { submitForm2() {
@ -228,6 +230,7 @@ export default {
// type: 'success' // type: 'success'
// }); // });
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.submited = 1
// this.setDataFlow({ ...this.form }) // this.setDataFlow({ ...this.form })
}).catch((error)=>{ }).catch((error)=>{
}) })

@ -116,6 +116,7 @@ export default {
} }
], ],
visible:false, visible:false,
submited: 0
} }
}, },
filters: { filters: {
@ -194,6 +195,7 @@ export default {
} }
}, },
submitClick() { submitClick() {
if (this.submited) return this.$message.error('已提交!')
this.visible = true this.visible = true
}, },
submitForm2() { submitForm2() {
@ -219,6 +221,7 @@ export default {
// type: 'success' // type: 'success'
// }); // });
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.submited = 1
// this.setDataFlow({ ...this.form }) // this.setDataFlow({ ...this.form })
}).catch((error)=>{ }).catch((error)=>{
}) })

@ -114,6 +114,7 @@ export default {
], ],
}, },
visible:false, visible:false,
submited: 0
} }
}, },
filters: { filters: {
@ -144,6 +145,7 @@ export default {
setTipsOperate: 'system/setTipsOperate' setTipsOperate: 'system/setTipsOperate'
}), }),
submitClick() { submitClick() {
if (this.submited) return this.$message.error('已提交!')
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
if(this.form.number <= 0) { if(this.form.number <= 0) {
this.setTipsOperate('结束号码应大于起始号码') this.setTipsOperate('结束号码应大于起始号码')
@ -177,6 +179,7 @@ export default {
// type: 'success' // type: 'success'
// }); // });
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.submited = 1
// this.setDataFlow({ ...this.form }) // this.setDataFlow({ ...this.form })
}).catch((error)=>{ }).catch((error)=>{
}) })

@ -203,7 +203,8 @@ export default {
trigger: 'blur' trigger: 'blur'
} }
], ],
} },
submited: 0
} }
}, },
created() { created() {
@ -247,6 +248,7 @@ export default {
submitIt() { submitIt() {
if (this.submited) return this.$message.error('已提交!')
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
if(this.form.number <= 0) { if(this.form.number <= 0) {
// this.$message({ // this.$message({
@ -271,6 +273,7 @@ export default {
] ]
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
this.submited = 1
}, },
checkHanzi: checkHanzi, checkHanzi: checkHanzi,
inputListen: inputListen, inputListen: inputListen,

@ -332,6 +332,7 @@ export default {
}, },
myTable: { myTable: {
}, },
submited: 0
} }
}, },
created() { created() {
@ -353,6 +354,7 @@ export default {
// //
// myValidateelement-uivalidate // myValidateelement-uivalidate
submitForm(){ submitForm(){
if (this.submited) return this.$message.error('已提交!')
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
this.visible = true this.visible = true
}, this.$refs)); }, this.$refs));
@ -362,6 +364,7 @@ export default {
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,30,374' const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,30,374'
// //
autoPlay(parentId, this.form, this.myTable2, this.myTable) autoPlay(parentId, this.form, this.myTable2, this.myTable)
this.submited = 1
}, },
// //
getBlur() { getBlur() {

@ -162,7 +162,8 @@ export default {
type: '3', type: '3',
"subjectId": 83, "subjectId": 83,
} }
} },
submited: 0
} }
}, },
created() { created() {
@ -194,6 +195,7 @@ export default {
autoPlay2(parentId, this.form, this.myTable2, this.myTable) autoPlay2(parentId, this.form, this.myTable2, this.myTable)
}, },
submitForm() { submitForm() {
if (this.submited) return this.$message.error('已提交!')
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
this.visible = true; this.visible = true;
}, this.$refs)); }, this.$refs));
@ -202,6 +204,7 @@ export default {
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,27,225' const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,27,225'
autoPlay(parentId, this.form, this.myTable2, this.myTable) autoPlay(parentId, this.form, this.myTable2, this.myTable)
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.submited = 1
}, },
ismoney: ismoney, ismoney: ismoney,
rateListen: rateListen, rateListen: rateListen,

@ -276,7 +276,8 @@ export default {
type: '1', type: '1',
"subjectId": 13, "subjectId": 13,
} }
} },
submited: 0
} }
}, },
mixins: [ TipsBefore ], mixins: [ TipsBefore ],
@ -307,6 +308,7 @@ export default {
submitForm(){ submitForm(){
// let projectId = sessionStorage.getItem('projectId') // let projectId = sessionStorage.getItem('projectId')
// let startTime = sessionStorage.getItem('startTime') // let startTime = sessionStorage.getItem('startTime')
if (this.submited) return this.$message.error('已提交!')
if(!this.form.customerName) { if(!this.form.customerName) {
this.setTipsOperate('请先完成 客户信息 -> 公司客户信息建立'); this.setTipsOperate('请先完成 客户信息 -> 公司客户信息建立');
return; return;
@ -320,6 +322,7 @@ export default {
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,27,224' const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,27,224'
autoPlay(parentId, this.form, this.myTable2, this.myTable) autoPlay(parentId, this.form, this.myTable2, this.myTable)
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.submited = 1
}, },
checkHanzi: checkHanzi, checkHanzi: checkHanzi,
checkName: checkName checkName: checkName

@ -235,7 +235,8 @@ export default {
type: '1', type: '1',
"subjectId": 13, "subjectId": 13,
} }
} },
submited: 0
} }
}, },
created() { created() {
@ -281,6 +282,7 @@ export default {
autoPlay2(parentId, this.form, this.myTable2, this.myTable) autoPlay2(parentId, this.form, this.myTable2, this.myTable)
}, },
submitForm() { submitForm() {
if (this.submited) return this.$message.error('已提交!')
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
this.visible = true; this.visible = true;
}, this.$refs)); }, this.$refs));
@ -290,6 +292,7 @@ export default {
autoPlay(parentId, this.form, this.myTable2, this.myTable) autoPlay(parentId, this.form, this.myTable2, this.myTable)
console.log("🚀 ~ file: transfer.vue ~ line 291 ~ submitForm2 ~ parentId, this.form, this.myTable2, this.myTable", parentId, this.form, this.myTable2, this.myTable) console.log("🚀 ~ file: transfer.vue ~ line 291 ~ submitForm2 ~ parentId, this.form, this.myTable2, this.myTable", parentId, this.form, this.myTable2, this.myTable)
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.submited = 1
}, },
ismoney: ismoney, ismoney: ismoney,
checkHanzi: checkHanzi, checkHanzi: checkHanzi,

@ -206,7 +206,8 @@ export default {
type: '3', type: '3',
"subjectId": 16, "subjectId": 16,
} }
} },
submited: 0
} }
}, },
@ -237,6 +238,7 @@ export default {
autoPlay2(parentId, this.form, this.myTable2, this.myTable) autoPlay2(parentId, this.form, this.myTable2, this.myTable)
}, },
submitForm() { submitForm() {
if (this.submited) return this.$message.error('已提交!')
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
// //
this.visible = true; this.visible = true;
@ -248,6 +250,7 @@ export default {
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,27,226' const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,27,226'
autoPlay(parentId, this.form, this.myTable2, this.myTable) autoPlay(parentId, this.form, this.myTable2, this.myTable)
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.submited = 1
}, },
ismoney: ismoney, ismoney: ismoney,
checkName: checkName, checkName: checkName,

@ -285,6 +285,7 @@ export default {
"subjectId": '66', "subjectId": '66',
} }
}, },
submited: 0
} }
}, },
created() { created() {
@ -308,6 +309,7 @@ export default {
}, },
methods: { methods: {
submitForm() { submitForm() {
if (this.submited) return this.$message.error('已提交!')
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
// //
this.visible = true this.visible = true
@ -316,6 +318,7 @@ export default {
submitForm2() { submitForm2() {
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,29,345,359' const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,29,345,359'
autoPlay(parentId, this.form, this.myTable2, this.myTable) autoPlay(parentId, this.form, this.myTable2, this.myTable)
this.submited = 1
}, },
getFocus() { getFocus() {
if(!this.form.shroffAccountNumber) { if(!this.form.shroffAccountNumber) {

@ -283,7 +283,8 @@ export default {
"subjectId": '61', "subjectId": '61',
}, },
}, },
visible:false visible:false,
submited: 0
} }
}, },
created() { created() {
@ -308,6 +309,7 @@ export default {
}, },
methods: { methods: {
submitForm() { submitForm() {
if (this.submited) return this.$message.error('已提交!')
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
// //
// const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,29,345,346' // const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,29,345,346'
@ -344,6 +346,7 @@ export default {
} }
addOperation(params).then((data)=>{ addOperation(params).then((data)=>{
this.submited = 1
// this.$message({ // this.$message({
// message: '', // message: '',
// type: 'success' // type: 'success'

@ -214,6 +214,7 @@ export default {
{ "itemId": 79, "description": " 基诺族", "options": " 基诺族", "subjectId": 3, "isDel": 0, "createTime": "2021-12-20 12:00:46", "updateTime": "2021-12-20 12:00:46" }, { "itemId": 79, "description": " 基诺族", "options": " 基诺族", "subjectId": 3, "isDel": 0, "createTime": "2021-12-20 12:00:46", "updateTime": "2021-12-20 12:00:46" },
{ "itemId": 80, "description": " 其他", "options": " 其他", "subjectId": 3, "isDel": 0, "createTime": "2021-12-20 12:00:46", "updateTime": "2021-12-20 12:00:46" } { "itemId": 80, "description": " 其他", "options": " 其他", "subjectId": 3, "isDel": 0, "createTime": "2021-12-20 12:00:46", "updateTime": "2021-12-20 12:00:46" }
], ],
submited: 0
} }
}, },
components: { components: {
@ -320,6 +321,7 @@ export default {
}, },
// //
submitForm(){ submitForm(){
if (this.submited) return this.$message.error('已提交!')
let nomClientIdentity = sessionStorage.getItem('nomClientIdentity') let nomClientIdentity = sessionStorage.getItem('nomClientIdentity')
let consumerClientDragList = JSON.parse(nomClientIdentity); let consumerClientDragList = JSON.parse(nomClientIdentity);
let nomClientIdentitys = JSON.parse(nomClientIdentity); let nomClientIdentitys = JSON.parse(nomClientIdentity);
@ -389,6 +391,7 @@ export default {
// }); // });
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.setDataFlow({ ...this.form }) this.setDataFlow({ ...this.form })
this.submited = 1
}).catch((error)=>{ }).catch((error)=>{
this.setTipsOperate('服务器繁忙哦,提交失败。') this.setTipsOperate('服务器繁忙哦,提交失败。')
}) })

@ -151,6 +151,7 @@ export default {
} }
] ]
}, },
submited: 0
} }
}, },
@ -240,6 +241,7 @@ export default {
}, },
submitForm() { submitForm() {
if (this.submited) return this.$message.error('已提交!')
if(!this.form.idNumber) { if(!this.form.idNumber) {
messageIdCard() messageIdCard()
return return
@ -300,6 +302,7 @@ export default {
// //
this.setDataFlow({ [moduleName]: true }) this.setDataFlow({ [moduleName]: true })
this.form.registeredCapital = this.form.registeredCapital.slice(0, this.form.registeredCapital.length-1) this.form.registeredCapital = this.form.registeredCapital.slice(0, this.form.registeredCapital.length-1)
this.submited = 1
}).catch((error)=>{ }).catch((error)=>{
this.setTipsOperate('服务器繁忙哦,提交失败。') this.setTipsOperate('服务器繁忙哦,提交失败。')
}) })

@ -60,7 +60,8 @@ export default {
trigger: 'blur' trigger: 'blur'
} }
] ]
} },
submited: 0
} }
}, },
created() { created() {
@ -83,6 +84,7 @@ export default {
setTipsOperate: 'system/setTipsOperate' setTipsOperate: 'system/setTipsOperate'
}), }),
submitIt() { submitIt() {
if (this.submited) return this.$message.error('已提交!')
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
this.visible = true; this.visible = true;
}, this.$refs)); }, this.$refs));
@ -101,6 +103,7 @@ export default {
} }
addOperation(params).then((data)=>{ addOperation(params).then((data)=>{
this.submited = 1
// this.$message({ // this.$message({
// message: '', // message: '',
// type: 'success' // type: 'success'

@ -111,6 +111,7 @@ export default {
} }
], ],
visible:false, visible:false,
submited: 0
} }
}, },
filters: { filters: {
@ -140,6 +141,7 @@ export default {
setTipsOperate: 'system/setTipsOperate' setTipsOperate: 'system/setTipsOperate'
}), }),
submitForm() { submitForm() {
if (this.submited) return this.$message.error('已提交!')
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
this.visible = true this.visible = true
}, this.$refs)); }, this.$refs));
@ -158,6 +160,7 @@ export default {
} }
addOperation(params).then((data)=>{ addOperation(params).then((data)=>{
this.submited = 1
// this.$message({ // this.$message({
// message: '', // message: '',
// type: 'success' // type: 'success'

@ -159,7 +159,8 @@ export default {
cashBoxNum: '', cashBoxNum: '',
name2: 'transCheck', name2: 'transCheck',
} }
] ],
submited: 0
} }
}, },
created() { created() {
@ -182,6 +183,7 @@ export default {
row.cashBoxNum = Number(val.replace(/\D+/, '')) row.cashBoxNum = Number(val.replace(/\D+/, ''))
}, },
submitForm() { submitForm() {
if (this.submited) return this.$message.error('已提交!')
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
for(const item of this.tableData) { for(const item of this.tableData) {
if(item.cashBoxNum === '') { if(item.cashBoxNum === '') {
@ -223,6 +225,7 @@ export default {
startTime:startTime, startTime:startTime,
} }
addOperation(params).then((data)=>{ addOperation(params).then((data)=>{
this.submited = 1
// this.$message({ // this.$message({
// message: '', // message: '',
// type: 'success' // type: 'success'

@ -278,6 +278,7 @@ export default{
"subjectId": 35, "subjectId": 35,
} }
}, },
submited: 0
} }
}, },
created() { created() {
@ -405,6 +406,7 @@ export default{
this.$router.push('/counter/list/') this.$router.push('/counter/list/')
}, },
submitForm() { submitForm() {
if (this.submited) return this.$message.error('已提交!')
if(!this.form.idNumber) { if(!this.form.idNumber) {
messageIdCard() messageIdCard()
return return
@ -435,6 +437,7 @@ export default{
} }
] ]
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
this.submited = 1
}, },
ismoney: ismoney, ismoney: ismoney,
checkHanzi: checkHanzi, checkHanzi: checkHanzi,

@ -266,6 +266,7 @@ export default{
// type: '1' // type: '1'
// }, // },
}, },
submited: 0
} }
}, },
created() { created() {
@ -349,6 +350,7 @@ export default{
this.$router.push('/counter/list/') this.$router.push('/counter/list/')
}, },
submitForm() { submitForm() {
if (this.submited) return this.$message.error('已提交!')
if(!this.form.idNumber) { if(!this.form.idNumber) {
messageIdCard() messageIdCard()
// let projectId = sessionStorage.getItem('projectId') // let projectId = sessionStorage.getItem('projectId')
@ -404,6 +406,7 @@ export default{
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.submited = 1
}, },
ismoney: ismoney, ismoney: ismoney,
checkHanzi: checkHanzi, checkHanzi: checkHanzi,

@ -110,7 +110,8 @@ export default{
"subjectId": 17, "subjectId": 17,
}, },
// cardNumber // cardNumber
} },
submited: 0
} }
}, },
created() { created() {
@ -176,6 +177,7 @@ export default{
setTipsOperate: 'system/setTipsOperate' setTipsOperate: 'system/setTipsOperate'
}), }),
submitForm(){ submitForm(){
if (this.submited) return this.$message.error('已提交!')
if(!this.form.cardNumber || !this.form.userName) { if(!this.form.cardNumber || !this.form.userName) {
this.setTipsOperate('请先完成活期业务 -> 结清'); this.setTipsOperate('请先完成活期业务 -> 结清');
return return
@ -213,6 +215,7 @@ export default{
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,57,67' const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,57,67'
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.submited = 1
}, this.$refs)); }, this.$refs));
}, },
popUp1(text) { popUp1(text) {

@ -118,6 +118,7 @@ export default{
} }
] ]
}, },
submited: 0
} }
}, },
created() { created() {
@ -176,7 +177,7 @@ export default{
}), }),
// //
submitForm(){ submitForm(){
if (this.submited) return this.$message.error('已提交!')
if(!this.form.voucherNumber) { if(!this.form.voucherNumber) {
messageCard() messageCard()
return return
@ -216,6 +217,7 @@ export default{
startTime:startTime, startTime:startTime,
} }
addOperation(params).then((data)=>{ addOperation(params).then((data)=>{
this.submited = 1
// this.$message({ // this.$message({
// message: '', // message: '',
// type: 'success' // type: 'success'

@ -172,7 +172,8 @@ export default{
"subjectId": 13, "subjectId": 13,
} }
} },
submited: 0
} }
}, },
created() { created() {
@ -235,6 +236,7 @@ export default{
}), }),
// //
submitForm(){ submitForm(){
if (this.submited) return this.$message.error('已提交!')
if(!this.form.cardNumber) { if(!this.form.cardNumber) {
messageCard() messageCard()
return return
@ -267,6 +269,7 @@ export default{
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,57,66' const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,57,66'
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
this.setDataFlow({ isSettle: true }) this.setDataFlow({ isSettle: true })
this.submited = 1
}, },
popUp(text) { popUp(text) {
// this.$store.commit('system/changePop',{show:true,text, id: 66}) // this.$store.commit('system/changePop',{show:true,text, id: 66})

@ -185,7 +185,8 @@ export default{
"subjectId": 14, "subjectId": 14,
}, },
} },
submited: 0
} }
}, },
created() { created() {
@ -242,6 +243,7 @@ export default{
}), }),
// //
submitForm(){ submitForm(){
if (this.submited) return this.$message.error('已提交!')
if(!this.form.cardNumber) { if(!this.form.cardNumber) {
messageCard() messageCard()
return return
@ -274,6 +276,7 @@ export default{
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
this.setDataFlow({ ...this.form }) this.setDataFlow({ ...this.form })
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.submited = 1
}, },
popUp(text) { popUp(text) {
// this.$store.commit('system/changePop',{show:true,text, id: 65}) // this.$store.commit('system/changePop',{show:true,text, id: 65})

@ -165,8 +165,9 @@ export default{
message: '请输入金额', message: '请输入金额',
trigger: 'blur' trigger: 'blur'
} }
] ],
} },
submited: 0
} }
}, },
mounted() { mounted() {
@ -219,6 +220,7 @@ export default{
}) })
}, },
submitForm(){ submitForm(){
if (this.submited) return this.$message.error('已提交!')
if(!this.form.drawPassword) { if(!this.form.drawPassword) {
messagePassword() messagePassword()
return return
@ -266,6 +268,7 @@ export default{
// }); // });
this.setDataFlow({ ...this.form }) this.setDataFlow({ ...this.form })
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.submited = 1
}).catch((error)=>{ }).catch((error)=>{
this.$message({ this.$message({
message: '服务器繁忙,提交失败。', message: '服务器繁忙,提交失败。',

@ -275,6 +275,7 @@ export default{
"subjectId": 32, "subjectId": 32,
}, },
}, },
submited: 0
} }
}, },
created() { created() {
@ -359,6 +360,7 @@ export default{
this.$router.push('/counter/list/') this.$router.push('/counter/list/')
}, },
submitForm() { submitForm() {
if (this.submited) return this.$message.error('已提交!')
if(!this.form.voucherNumber) { if(!this.form.voucherNumber) {
messageCard('请填写凭证号码') messageCard('请填写凭证号码')
return return
@ -388,6 +390,7 @@ export default{
// } // }
] ]
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
this.submited = 1
}, },
ismoney: ismoney, ismoney: ismoney,
checkHanzi: checkHanzi, checkHanzi: checkHanzi,

@ -219,6 +219,7 @@ export default{
"subjectId": 11, "subjectId": 11,
}, },
}, },
submited: 0
} }
}, },
created() { created() {
@ -323,6 +324,7 @@ export default{
this.$router.push('/counter/list/') this.$router.push('/counter/list/')
}, },
submitForm() { submitForm() {
if (this.submited) return this.$message.error('已提交!')
if(!this.form.idNumber) { if(!this.form.idNumber) {
messageIdCard() messageIdCard()
return return
@ -353,6 +355,7 @@ export default{
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,58,118' const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,58,118'
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.submited = 1
}, },
checkHanzi: checkHanzi, checkHanzi: checkHanzi,
checkName: checkName, checkName: checkName,

@ -308,6 +308,7 @@ export default{
"subjectId": 26, "subjectId": 26,
}, },
}, },
submited: 0
} }
}, },
mounted() { mounted() {
@ -403,6 +404,7 @@ export default{
// messageCard() // messageCard()
// return // return
// } // }
if (this.submited) return this.$message.error('已提交!')
if(!this.form.drawPassword) { if(!this.form.drawPassword) {
messagePassword() messagePassword()
return return
@ -427,6 +429,7 @@ export default{
] ]
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.submited = 1
}, },
ismoney: ismoney, ismoney: ismoney,
checkHanzi: checkHanzi, checkHanzi: checkHanzi,

@ -302,6 +302,7 @@ export default{
"subjectId": 8, "subjectId": 8,
}, },
}, },
submited: 0
} }
}, },
mounted() { mounted() {
@ -377,6 +378,7 @@ export default{
this.$router.push('/counter/list/') this.$router.push('/counter/list/')
}, },
submitForm() { submitForm() {
if (this.submited) return this.$message.error('已提交!')
if(!this.form.idNumber) { if(!this.form.idNumber) {
messageIdCard() messageIdCard()
// let projectId = sessionStorage.getItem('projectId') // let projectId = sessionStorage.getItem('projectId')
@ -443,6 +445,7 @@ export default{
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.submited = 1
}, },
ismoney: ismoney, ismoney: ismoney,
checkHanzi: checkHanzi, checkHanzi: checkHanzi,

@ -191,6 +191,7 @@ export default{
// "subjectId": 17, // "subjectId": 17,
// } // }
}, },
submited: 0
} }
}, },
mounted() { mounted() {
@ -249,7 +250,7 @@ export default{
this.$router.push('/counter/list/') this.$router.push('/counter/list/')
}, },
submitForm() { submitForm() {
if (this.submited) return this.$message.error('已提交!')
if(!this.form.voucherNumber) { if(!this.form.voucherNumber) {
messageCard('请填写凭证号码') messageCard('请填写凭证号码')
return return
@ -280,6 +281,7 @@ export default{
// } // }
] ]
autoPlay(parentId, this.form, this.myTable2, this.myTable) autoPlay(parentId, this.form, this.myTable2, this.myTable)
this.submited = 1
}, },
ismoney: ismoney, ismoney: ismoney,
checkHanzi: checkHanzi, checkHanzi: checkHanzi,

@ -287,6 +287,7 @@ export default{
"subjectId": 37, "subjectId": 37,
}, },
}, },
submited: 0
} }
}, },
mounted() { mounted() {
@ -347,6 +348,7 @@ export default{
autoPlay2(parentId, this.form, this.myTable2, this.myTable, cards, callback) autoPlay2(parentId, this.form, this.myTable2, this.myTable, cards, callback)
}, },
submitForm() { submitForm() {
if (this.submited) return this.$message.error('已提交!')
if(!this.form.idNumber) { if(!this.form.idNumber) {
messageIdCard() messageIdCard()
// let projectId = sessionStorage.getItem('projectId') // let projectId = sessionStorage.getItem('projectId')
@ -411,6 +413,7 @@ export default{
// } // }
] ]
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
this.submited = 1
}, },
ismoney: ismoney, ismoney: ismoney,
checkHanzi: checkHanzi, checkHanzi: checkHanzi,

@ -159,6 +159,7 @@ export default{
"subjectId": 51, "subjectId": 51,
} }
}, },
submited: 0
} }
}, },
created() { created() {
@ -253,6 +254,7 @@ export default{
this.$router.push('/counter/list/') this.$router.push('/counter/list/')
}, },
submitForm() { submitForm() {
if (this.submited) return this.$message.error('已提交!')
if(!this.form.idNumber) { if(!this.form.idNumber) {
messageIdCard('请输入证件号码') messageIdCard('请输入证件号码')
return return
@ -285,6 +287,7 @@ export default{
} }
] ]
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
this.submited = 1
}, },
checkHanzi: checkHanzi, checkHanzi: checkHanzi,
checkName: checkName checkName: checkName

@ -110,6 +110,7 @@ export default{
"subjectId": '7', "subjectId": '7',
} }
}, },
submited: 0
} }
}, },
created() { created() {
@ -217,6 +218,7 @@ export default{
// }); // });
// }).catch((error)=>{ // }).catch((error)=>{
// }) // })
if (this.submited) return this.$message.error('已提交!')
if(!this.form.voucherNumber) { if(!this.form.voucherNumber) {
messageCard('请刷卡识别账号') messageCard('请刷卡识别账号')
return return
@ -246,6 +248,7 @@ export default{
// } // }
] ]
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
this.submited = 1
}, },
checkHanzi: checkHanzi, checkHanzi: checkHanzi,
checkName: checkName checkName: checkName

@ -125,7 +125,8 @@ export default{
"subjectId": '17', "subjectId": '17',
} }
}, },
visible: false visible: false,
submited: 0
} }
}, },
methods: { methods: {
@ -168,6 +169,7 @@ export default{
// this.$store.commit('system/changePop',{show:true,text, id: '343'}) // this.$store.commit('system/changePop',{show:true,text, id: '343'})
}, },
submitForm() { submitForm() {
if (this.submited) return this.$message.error('已提交!')
if(!this.form.idNumber) { if(!this.form.idNumber) {
messageIdCard('请输入证件号码') messageIdCard('请输入证件号码')
return return
@ -198,6 +200,7 @@ export default{
} }
] ]
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
this.submited = 1
}, },
checkHanzi: checkHanzi, checkHanzi: checkHanzi,
checkName: checkName checkName: checkName

@ -2789,7 +2789,7 @@ export default {
}else if(seal === '收讫章') { }else if(seal === '收讫章') {
if(id === 17) { if(id === 17) {
state.businessSelect[state.businessKey].data.push(269, 22) state.businessSelect[state.businessKey].data.push(269, 22)
judgeDelete = false // judgeDelete = false
stampSuccess = '447' stampSuccess = '447'
}else if(id === 409) { }else if(id === 409) {
state.businessSelect[state.businessKey].data.push(487, 441) state.businessSelect[state.businessKey].data.push(487, 441)

Loading…
Cancel
Save