|
|
@ -76,15 +76,10 @@ |
|
|
|
<img v-lazy="this.lazyImg[29]" alt="" /> |
|
|
|
<img v-lazy="this.lazyImg[29]" alt="" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<img class="sth employee" v-lazy="lazyImg[21]" @click="setShowBusiness(true)" alt="" /> |
|
|
|
<img class="sth employee" v-lazy="lazyImg[21]" @click="setShowBusiness(true)" alt="" /> |
|
|
|
<<<<<<< HEAD |
|
|
|
|
|
|
|
</el-tooltip> --> |
|
|
|
</el-tooltip> --> |
|
|
|
|
|
|
|
|
|
|
|
<img class="sth employee" v-lazy="lazyImg[21]" alt="" /> |
|
|
|
<img class="sth employee" v-lazy="lazyImg[21]" alt="" /> |
|
|
|
|
|
|
|
|
|
|
|
======= |
|
|
|
|
|
|
|
</el-tooltip> |
|
|
|
|
|
|
|
<!-- 点击打开资料--> |
|
|
|
|
|
|
|
>>>>>>> 8498f8e3a48d5889580b43697701a1ef33281d85 |
|
|
|
|
|
|
|
<el-tooltip placement="top" popper-class="sth-popper" offset="-50"> |
|
|
|
<el-tooltip placement="top" popper-class="sth-popper" offset="-50"> |
|
|
|
<div slot="content"> |
|
|
|
<div slot="content"> |
|
|
|
<img v-lazy="lazyImg[22]" alt="" /> |
|
|
|
<img v-lazy="lazyImg[22]" alt="" /> |
|
|
@ -673,7 +668,7 @@ export default { |
|
|
|
this.passwordForm.password = accountPassword |
|
|
|
this.passwordForm.password = accountPassword |
|
|
|
this.passwordForm.passwordAgain = accountPassword |
|
|
|
this.passwordForm.passwordAgain = accountPassword |
|
|
|
} |
|
|
|
} |
|
|
|
}else if(this.$store.state.system.id == '64'){ |
|
|
|
}else if(this.$store.state.system.id == '64,2'){ |
|
|
|
let nomCurrentWithdrawalPassword = sessionStorage.getItem('nomCurrentWithdrawalPassword'); |
|
|
|
let nomCurrentWithdrawalPassword = sessionStorage.getItem('nomCurrentWithdrawalPassword'); |
|
|
|
if(nomCurrentWithdrawalPassword){ |
|
|
|
if(nomCurrentWithdrawalPassword){ |
|
|
|
this.passwordForm.password = nomCurrentWithdrawalPassword |
|
|
|
this.passwordForm.password = nomCurrentWithdrawalPassword |
|
|
@ -685,7 +680,7 @@ export default { |
|
|
|
this.passwordForm.password = nomCurrentTransferPassword |
|
|
|
this.passwordForm.password = nomCurrentTransferPassword |
|
|
|
this.passwordForm.passwordAgain = nomCurrentTransferPassword |
|
|
|
this.passwordForm.passwordAgain = nomCurrentTransferPassword |
|
|
|
} |
|
|
|
} |
|
|
|
}else if(this.$store.state.system.id == '66'){ |
|
|
|
}else if(this.$store.state.system.id == '66,2'){ |
|
|
|
let nomCurrentSettlePassword = sessionStorage.getItem('nomCurrentSettlePassword'); |
|
|
|
let nomCurrentSettlePassword = sessionStorage.getItem('nomCurrentSettlePassword'); |
|
|
|
if(nomCurrentSettlePassword){ |
|
|
|
if(nomCurrentSettlePassword){ |
|
|
|
this.passwordForm.password = nomCurrentSettlePassword |
|
|
|
this.passwordForm.password = nomCurrentSettlePassword |
|
|
@ -699,6 +694,7 @@ export default { |
|
|
|
this.passwordForm.passwordAgain = nomCurrentSettlePassword |
|
|
|
this.passwordForm.passwordAgain = nomCurrentSettlePassword |
|
|
|
} |
|
|
|
} |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
|
|
|
|
|
|
|
|
let accountPasswordAll = sessionStorage.getItem('accountPasswordAll'); |
|
|
|
let accountPasswordAll = sessionStorage.getItem('accountPasswordAll'); |
|
|
|
if(accountPasswordAll){ |
|
|
|
if(accountPasswordAll){ |
|
|
|
this.passwordForm.password = accountPasswordAll |
|
|
|
this.passwordForm.password = accountPasswordAll |
|
|
@ -1333,10 +1329,8 @@ export default { |
|
|
|
this.callChangePassword() |
|
|
|
this.callChangePassword() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
console.log('mxx') |
|
|
|
if(this.popText === '身份证扫描仪' || this.popText === '刷卡器' || this.popText === '密码器') { |
|
|
|
console.log(this.id) |
|
|
|
if (this.$store.state.system.id == '33' && this.popText === '身份证扫描仪'){ |
|
|
|
console.log(this.$store.state.system.id) |
|
|
|
|
|
|
|
if (this.$store.state.system.id == '33'){ |
|
|
|
|
|
|
|
this.nbm = 33 |
|
|
|
this.nbm = 33 |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
if (this.receptionList.length >0){ |
|
|
@ -1349,52 +1343,60 @@ export default { |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
sessionStorage.setItem('firmClientIdentity', JSON.stringify(this.receptionList)) |
|
|
|
sessionStorage.setItem('firmClientIdentity', JSON.stringify(this.receptionList)) |
|
|
|
} |
|
|
|
} |
|
|
|
}else if (this.$store.state.system.id == '63'){ |
|
|
|
}else if (this.$store.state.system.id == '63' && this.popText === '刷卡器'){ |
|
|
|
this.nbm = 63 |
|
|
|
this.nbm = 63 |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
sessionStorage.setItem('nomBusinessDepositCard', JSON.stringify(this.receptionList)) |
|
|
|
sessionStorage.setItem('nomBusinessDepositCard', JSON.stringify(this.receptionList)) |
|
|
|
} |
|
|
|
} |
|
|
|
}else if (this.$store.state.system.id == '64'){ |
|
|
|
}else if (this.$store.state.system.id == '64' && this.popText === '刷卡器'){ |
|
|
|
this.nbm = 64 |
|
|
|
this.nbm = 64 |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
|
|
|
|
if (this.receptionList.length >0){ |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
sessionStorage.setItem('nomCurrentWithdrawalCard', JSON.stringify(this.receptionList)) |
|
|
|
sessionStorage.setItem('nomCurrentWithdrawalCard', JSON.stringify(this.receptionList)) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
}else if (this.$store.state.system.id == '64,2' && this.popText === '密码器'){ |
|
|
|
|
|
|
|
this.nbm = 64 |
|
|
|
if (this.passwordForm.passwordAgain){ |
|
|
|
if (this.passwordForm.passwordAgain){ |
|
|
|
let accountPassword = ''; |
|
|
|
let accountPassword = ''; |
|
|
|
accountPassword = this.passwordForm.passwordAgain |
|
|
|
accountPassword = this.passwordForm.passwordAgain |
|
|
|
sessionStorage.setItem('nomCurrentWithdrawalPassword', accountPassword) |
|
|
|
sessionStorage.setItem('nomCurrentWithdrawalPassword', accountPassword) |
|
|
|
} |
|
|
|
} |
|
|
|
}else if (this.$store.state.system.id == '65'){ |
|
|
|
}else if (this.$store.state.system.id == '65' && this.popText === '刷卡器'){ |
|
|
|
this.nbm = 65 |
|
|
|
this.nbm = 65 |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
sessionStorage.setItem('nomCurrentTransferCard', JSON.stringify(this.receptionList)) |
|
|
|
sessionStorage.setItem('nomCurrentTransferCard', JSON.stringify(this.receptionList)) |
|
|
|
} |
|
|
|
} |
|
|
|
if (this.passwordForm.passwordAgain){ |
|
|
|
// if (this.passwordForm.passwordAgain){ |
|
|
|
let accountPassword = ''; |
|
|
|
// let accountPassword = ''; |
|
|
|
accountPassword = this.passwordForm.passwordAgain |
|
|
|
// accountPassword = this.passwordForm.passwordAgain |
|
|
|
sessionStorage.setItem('nomCurrentTransferPassword', accountPassword) |
|
|
|
// sessionStorage.setItem('nomCurrentTransferPassword', accountPassword) |
|
|
|
} |
|
|
|
// } |
|
|
|
}else if (this.$store.state.system.id == '66'){ |
|
|
|
}else if (this.$store.state.system.id == '66' && this.popText === '刷卡器'){ |
|
|
|
this.nbm = 66 |
|
|
|
this.nbm = 66 |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
sessionStorage.setItem('nomCurrentSettleCard', JSON.stringify(this.receptionList)) |
|
|
|
sessionStorage.setItem('nomCurrentSettleCard', JSON.stringify(this.receptionList)) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// if (this.passwordForm.passwordAgain){ |
|
|
|
|
|
|
|
// let accountPassword = ''; |
|
|
|
|
|
|
|
// accountPassword = this.passwordForm.passwordAgain |
|
|
|
|
|
|
|
// sessionStorage.setItem('nomCurrentSettlePassword', accountPassword) |
|
|
|
|
|
|
|
// } |
|
|
|
|
|
|
|
}else if (this.$store.state.system.id == '66,2' && this.popText === '密码器'){ |
|
|
|
|
|
|
|
this.nbm = 66 |
|
|
|
if (this.passwordForm.passwordAgain){ |
|
|
|
if (this.passwordForm.passwordAgain){ |
|
|
|
let accountPassword = ''; |
|
|
|
let accountPassword = ''; |
|
|
|
accountPassword = this.passwordForm.passwordAgain |
|
|
|
accountPassword = this.passwordForm.passwordAgain |
|
|
|
sessionStorage.setItem('nomCurrentSettlePassword', accountPassword) |
|
|
|
sessionStorage.setItem('nomCurrentSettlePassword', accountPassword) |
|
|
|
} |
|
|
|
} |
|
|
|
}else if (this.$store.state.system.id == '67,1'){ |
|
|
|
}else if (this.$store.state.system.id == '67,1' && this.popText === '刷卡器'){ |
|
|
|
this.nbm = 67 |
|
|
|
this.nbm = 67 |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
sessionStorage.setItem('nomCurrentCancellCard1', JSON.stringify(this.receptionList)) |
|
|
|
sessionStorage.setItem('nomCurrentCancellCard1', JSON.stringify(this.receptionList)) |
|
|
|
} |
|
|
|
} |
|
|
|
}else if (this.$store.state.system.id == '67,2'){ |
|
|
|
}else if (this.$store.state.system.id == '67,2' && this.popText === '身份证扫描仪'){ |
|
|
|
this.nbm = 67 |
|
|
|
this.nbm = 67 |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
if (this.receptionList.length >0){ |
|
|
@ -1413,30 +1415,12 @@ export default { |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
sessionStorage.setItem('firmClientIdentity', JSON.stringify(this.receptionList)) |
|
|
|
sessionStorage.setItem('firmClientIdentity', JSON.stringify(this.receptionList)) |
|
|
|
} |
|
|
|
} |
|
|
|
}else if (this.$store.state.system.id == '63'){ |
|
|
|
|
|
|
|
this.nbm = 63 |
|
|
|
|
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
|
|
|
|
if (this.receptionList.length >0){ |
|
|
|
|
|
|
|
sessionStorage.setItem('nomBusinessDepositCard', JSON.stringify(this.receptionList)) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}else if (this.$store.state.system.id == '64'){ |
|
|
|
|
|
|
|
this.nbm = 64 |
|
|
|
|
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
|
|
|
|
if (this.receptionList.length >0){ |
|
|
|
|
|
|
|
sessionStorage.setItem('nomCurrentWithdrawalCard', JSON.stringify(this.receptionList)) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (this.passwordForm.passwordAgain){ |
|
|
|
|
|
|
|
let accountPassword = ''; |
|
|
|
|
|
|
|
accountPassword = this.passwordForm.passwordAgain |
|
|
|
|
|
|
|
sessionStorage.setItem('nomCurrentWithdrawalPassword', accountPassword) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}else if (myConfig[this.$store.state.system.id]){ // myConfig[this.$store.state.system.id] |
|
|
|
}else if (myConfig[this.$store.state.system.id]){ // myConfig[this.$store.state.system.id] |
|
|
|
|
|
|
|
|
|
|
|
const { nbm, name, isPassword } = myConfig[this.$store.state.system.id] |
|
|
|
const { nbm, name, isPassword, machine } = myConfig[this.$store.state.system.id] |
|
|
|
this.nbm = nbm |
|
|
|
this.nbm = nbm |
|
|
|
if(!isPassword) { |
|
|
|
if(!isPassword) { |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
if (this.receptionList.length >0 && machine === this.popText){ |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
|
|
|
|
sessionStorage.setItem(name, JSON.stringify(this.receptionList)) |
|
|
|
sessionStorage.setItem(name, JSON.stringify(this.receptionList)) |
|
|
|
} |
|
|
|
} |
|
|
|
}else { |
|
|
|
}else { |
|
|
@ -1455,40 +1439,46 @@ export default { |
|
|
|
accountPassword = this.passwordForm.passwordAgain |
|
|
|
accountPassword = this.passwordForm.passwordAgain |
|
|
|
sessionStorage.setItem('nomCurrentCancellPassword', accountPassword) |
|
|
|
sessionStorage.setItem('nomCurrentCancellPassword', accountPassword) |
|
|
|
} |
|
|
|
} |
|
|
|
}else if (this.$store.state.system.id == '62,1'){ |
|
|
|
}else if (this.$store.state.system.id == '62,1' && this.popText === '刷卡器'){ |
|
|
|
this.nbm = 62 |
|
|
|
this.nbm = 62 |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
|
|
|
|
if (this.receptionList.length >0){ |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
sessionStorage.setItem('accountVoucher', JSON.stringify(this.receptionList)) |
|
|
|
sessionStorage.setItem('accountVoucher', JSON.stringify(this.receptionList)) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
}else if (this.$store.state.system.id == '62,1' && this.popText === '密码器'){ |
|
|
|
|
|
|
|
this.nbm = 62 |
|
|
|
if (this.passwordForm.passwordAgain){ |
|
|
|
if (this.passwordForm.passwordAgain){ |
|
|
|
let accountPassword = ''; |
|
|
|
let accountPassword = ''; |
|
|
|
accountPassword = this.passwordForm.passwordAgain |
|
|
|
accountPassword = this.passwordForm.passwordAgain |
|
|
|
sessionStorage.setItem('accountPassword', accountPassword) |
|
|
|
sessionStorage.setItem('accountPassword', accountPassword) |
|
|
|
} |
|
|
|
} |
|
|
|
}else if (this.$store.state.system.id == '62,2'){ |
|
|
|
}else if (this.$store.state.system.id == '62,2' && this.popText === '刷卡器'){ |
|
|
|
this.nbm = 62 |
|
|
|
this.nbm = 62 |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
|
|
|
|
|
|
|
|
if (this.receptionList.length >0){ |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
sessionStorage.setItem('accountVoucherTwo', JSON.stringify(this.receptionList)) |
|
|
|
sessionStorage.setItem('accountVoucherTwo', JSON.stringify(this.receptionList)) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
}else if (this.$store.state.system.id == '62,2' && this.popText === '密码器'){ |
|
|
|
|
|
|
|
this.nbm = 62 |
|
|
|
if (this.passwordForm.passwordAgain){ |
|
|
|
if (this.passwordForm.passwordAgain){ |
|
|
|
let accountPasswordTwo = '' |
|
|
|
let accountPasswordTwo = '' |
|
|
|
accountPasswordTwo = this.passwordForm.passwordAgain |
|
|
|
accountPasswordTwo = this.passwordForm.passwordAgain |
|
|
|
sessionStorage.setItem('accountPasswordTwo', accountPasswordTwo) |
|
|
|
sessionStorage.setItem('accountPasswordTwo', accountPasswordTwo) |
|
|
|
} |
|
|
|
} |
|
|
|
}else if (this.$store.state.system.id == '62,3'){ |
|
|
|
}else if (this.$store.state.system.id == '62,3' && this.popText === '刷卡器'){ |
|
|
|
this.nbm = 62 |
|
|
|
this.nbm = 62 |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
// this.goodsShelfTotalData = this.auditGoodsShelf |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
if (this.receptionList.length >0){ |
|
|
|
sessionStorage.setItem('accountVoucherThree', JSON.stringify(this.receptionList)) |
|
|
|
sessionStorage.setItem('accountVoucherThree', JSON.stringify(this.receptionList)) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
}else if (this.$store.state.system.id == '62,3' && this.popText === '密码器'){ |
|
|
|
|
|
|
|
this.nbm = 62 |
|
|
|
if (this.passwordForm.passwordAgain){ |
|
|
|
if (this.passwordForm.passwordAgain){ |
|
|
|
let accountPasswordThree = '' |
|
|
|
let accountPasswordThree = '' |
|
|
|
accountPasswordThree = this.passwordForm.passwordAgain |
|
|
|
accountPasswordThree = this.passwordForm.passwordAgain |
|
|
|
sessionStorage.setItem('accountPasswordThree', accountPasswordThree) |
|
|
|
sessionStorage.setItem('accountPasswordThree', accountPasswordThree) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
}else { |
|
|
|
}else { |
|
|
|
let formList = [] |
|
|
|
let formList = [] |
|
|
|
// this.toggleGoods() |
|
|
|
// this.toggleGoods() |
|
|
|