20240205
yujialong 1 year ago
parent d7878f56e6
commit 128d944307
  1. 1
      src/pages/counter/list/index.vue
  2. 11
      src/store/modules/system.js

@ -1853,7 +1853,6 @@ export default {
this.$router.push(sessionStorage.getItem('computerPath') || '/counter/list/manage/consumerClient')
},
popSure () {/* 弹框-确定 */
debugger
//
if (this.popText.includes('刷卡')) {
if (this.receptionList.length === 0) {

@ -2736,6 +2736,11 @@ export default {
stampSuccess = '452'
}else if (id === 438) {
stampSuccess = '465'
}else if(id === 425) {
state.businessSelect[state.businessKey].data.push(420, 421)
judgeDelete = false
stampSuccess = '444'
cb([420,421])
}else if(id === 426) {
state.businessSelect[state.businessKey].data.push(419, 418)
judgeDelete = false
@ -2774,6 +2779,12 @@ export default {
stampSuccess = '445'
cb([422, 424])
}
else if(id === 411) {
state.businessSelect[state.businessKey].data.push(472, 473)
judgeDelete = false
stampSuccess = '456'
cb([472, 473])
}
}else if(seal === '转讫章') {
if(id === 426) {
state.businessSelect[state.businessKey].data.push(419, 418)

Loading…
Cancel
Save