|
|
|
@ -24,63 +24,100 @@ |
|
|
|
|
<div slot="content"> |
|
|
|
|
<img v-lazy="lazyImg[5]" class="contentHeight" alt="" /> |
|
|
|
|
</div> |
|
|
|
|
<img class="sth summons cp" v-lazy="lazyImg[6]" alt="" @click="showData('传票栏',1)" /> |
|
|
|
|
|
|
|
|
|
<div class="sth summons cp" @click="showData('传票栏',1)"> |
|
|
|
|
<img v-lazy="lazyImg[6]" alt="" /> |
|
|
|
|
<img v-lazy="finishPng" class="absolute" style="top: 0" alt="" v-if="finishGoods.cultureIn"> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</el-tooltip> |
|
|
|
|
<!-- 点击打开普通凭证箱--> |
|
|
|
|
<el-tooltip placement="top-start" popper-class="sth-popper" offset="250"> |
|
|
|
|
<div slot="content"> |
|
|
|
|
<img v-lazy="lazyImg[7]" class="contentHeight" alt="" /> |
|
|
|
|
</div> |
|
|
|
|
<img class="sth voucher-box cp" v-lazy="lazyImg[8]" alt="" @click="showData('普通凭证箱',2)" /> |
|
|
|
|
<div class="sth voucher-box cp" @click="showData('普通凭证箱',2)"> |
|
|
|
|
<img class="" v-lazy="lazyImg[8]" alt="" /> |
|
|
|
|
<img v-lazy="finishPng" class="absolute" style="top: 0" alt="" v-if="finishGoods.proofBox"> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</el-tooltip> |
|
|
|
|
<!-- 点击打开重要凭证箱--> |
|
|
|
|
<el-tooltip placement="top-start" popper-class="sth-popper" offset="250"> |
|
|
|
|
<div slot="content"> |
|
|
|
|
<img v-lazy="lazyImg[9]" class="contentHeight" alt="" /> |
|
|
|
|
</div> |
|
|
|
|
<img class="sth important cp" v-lazy="lazyImg[10]" alt="" @click="showData('重要空白凭证箱',3)" /> |
|
|
|
|
<div class="sth important cp" @click="showData('重要空白凭证箱',3)"> |
|
|
|
|
<img v-lazy="lazyImg[10]" alt="" /> |
|
|
|
|
<img v-lazy="finishPng" class="absolute" style="top: -40px;" alt="" v-if="finishGoods.proofImportantBox"> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</el-tooltip> |
|
|
|
|
<!-- 点击打开钱箱--> |
|
|
|
|
<el-tooltip placement="left-start" popper-class="sth-popper"> |
|
|
|
|
<div slot="content"> |
|
|
|
|
<img v-lazy="lazyImg[11]" class="contentHeight" alt="" /> |
|
|
|
|
</div> |
|
|
|
|
<img class="sth money-box cp" v-lazy="lazyImg[12]" alt="" @click="showData('钱箱',4)" /> |
|
|
|
|
<div class="sth money-box cp" @click="showData('钱箱',4)"> |
|
|
|
|
<img v-lazy="lazyImg[12]" alt="" /> |
|
|
|
|
<img v-lazy="finishPng" class="absolute" style="top: 0px;left: 0px;" title="钱箱已操作" v-if="finishGoods.moneyBox"> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</el-tooltip> |
|
|
|
|
<!-- 点击打开印章盒--> |
|
|
|
|
<el-tooltip placement="top" popper-class="sth-popper" offset="-100"> |
|
|
|
|
<div slot="content" @click="showData('印章盒',5)"> |
|
|
|
|
<img v-lazy="lazyImg[13]" class="contentHeight" alt="" @click="showData('印章盒',5)" /> |
|
|
|
|
</div> |
|
|
|
|
<img class="sth seal-box cp" v-lazy="lazyImg[14]" @click="showData('印章盒',5)" alt="" /> |
|
|
|
|
<div class="sth seal-box cp" @click="showData('印章盒',5)"> |
|
|
|
|
<img v-lazy="lazyImg[14]" alt="" /> |
|
|
|
|
<img v-lazy="finishPng" class="absolute" style="top: 0px;left: 0px;" v-if="finishGoods.sealBox"> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</el-tooltip> |
|
|
|
|
<!-- 点击打开验钞机--> |
|
|
|
|
<el-tooltip placement="top" popper-class="sth-popper" offset="-100"> |
|
|
|
|
<div slot="content"> |
|
|
|
|
<img v-lazy="lazyImg[15]" class="contentHeight" alt="" /> |
|
|
|
|
</div> |
|
|
|
|
<img class="sth currency-detector cp" v-lazy="lazyImg[16]" @click="showData('验钞机',6)" alt="" /> |
|
|
|
|
<div class="sth currency-detector cp" @click="showData('验钞机',6)"> |
|
|
|
|
<img v-lazy="lazyImg[16]" alt="" /> |
|
|
|
|
<img v-lazy="finishPng" class="absolute" style="top: 0px;left: 0px;" v-if="finishGoods.checkMoneyMechine"> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</el-tooltip> |
|
|
|
|
<!-- 点击打开打印机--> |
|
|
|
|
<el-tooltip placement="top" popper-class="sth-popper" offset="-400"> |
|
|
|
|
<div slot="content"> |
|
|
|
|
<img v-lazy="lazyImg[17]" style="height: 50px;" alt="" /> |
|
|
|
|
</div> |
|
|
|
|
<img class="sth printer cp" v-lazy="lazyImg[18]" alt="" @click="showData('打印机',7)" /> |
|
|
|
|
<div class="sth printer cp" @click="showData('打印机',7)"> |
|
|
|
|
<img v-lazy="lazyImg[18]" alt="" /> |
|
|
|
|
<img v-lazy="finishPng" class="absolute" style="top: 0px;left: 0px;" v-if="finishGoods.printMechine"> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</el-tooltip> |
|
|
|
|
<!-- 点击打开密码器--> |
|
|
|
|
<el-tooltip placement="top" popper-class="sth-popper" offset="50"> |
|
|
|
|
<div slot="content"> |
|
|
|
|
<img v-lazy="lazyImg[19]" class="contentHeight" alt="" /> |
|
|
|
|
</div> |
|
|
|
|
<img class="sth cipher-machine cp" v-lazy="lazyImg[20]" @click="showData('密码器',8)" alt="" /> |
|
|
|
|
<div class="sth cipher-machine cp" @click="showData('密码器',8)"> |
|
|
|
|
<img v-lazy="lazyImg[20]" alt="" /> |
|
|
|
|
<!-- <img v-lazy="finishPng" class="absolute" style="top: 0px;left: 0px;" v-if="finishGoods.printer"> --> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</el-tooltip> |
|
|
|
|
|
|
|
|
|
<el-tooltip placement="top" popper-class="sth-popper" offset="50"> |
|
|
|
|
<div slot="content" style="margin-left: -250px"> |
|
|
|
|
<!-- <img v-lazy="this.lazyImg[29]" alt="" /> --> |
|
|
|
|
</div> |
|
|
|
|
<img class="sth employee" v-lazy="lazyImg[21]" @click="setShowBusiness(true)" alt="" /> |
|
|
|
|
<div class="sth employee" @click="setShowBusiness(true)"> |
|
|
|
|
<img v-lazy="lazyImg[21]" alt="" /> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</el-tooltip> |
|
|
|
|
|
|
|
|
|
<el-tooltip placement="top" popper-class="sth-popper" offset="-50"> |
|
|
|
@ -94,14 +131,22 @@ |
|
|
|
|
<div slot="content"> |
|
|
|
|
<img v-lazy="lazyImg[23]" class="contentHeight" alt="" /> |
|
|
|
|
</div> |
|
|
|
|
<img class="sth card-machine cp" v-lazy="lazyImg[24]" alt="" @click="showData('刷卡器',10)" /> |
|
|
|
|
<div class="sth card-machine cp" @click="showData('刷卡器',10)"> |
|
|
|
|
<img v-lazy="lazyImg[24]" alt="" /> |
|
|
|
|
<img v-lazy="finishPng" class="absolute" style="top: -20px;left: 0px;" v-if="finishGoods.swipingCard"> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</el-tooltip> |
|
|
|
|
<!-- 点击打开身份证--> |
|
|
|
|
<el-tooltip placement="top" popper-class="sth-popper" offset="-100"> |
|
|
|
|
<div slot="content"> |
|
|
|
|
<img v-lazy="lazyImg[25]" class="contentHeight" alt="" /> |
|
|
|
|
</div> |
|
|
|
|
<img class="sth idCard-scanner cp" v-lazy="lazyImg[26]" @click="showData('身份证扫描仪',11)" alt="" /> |
|
|
|
|
<div class="sth idCard-scanner cp" @click="showData('身份证扫描仪',11)"> |
|
|
|
|
<img v-lazy="lazyImg[26]" alt="" /> |
|
|
|
|
<img v-lazy="finishPng" class="absolute" style="top: -20px;left: 0px;" v-if="finishGoods.idCard"> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</el-tooltip> |
|
|
|
|
|
|
|
|
|
<!-- 物品栏 --> |
|
|
|
@ -494,56 +539,56 @@ export default { |
|
|
|
|
//身份证扫描仪//审核资料//验钞机//选择重要空白凭证 |
|
|
|
|
// 拿业务的东西替换掉 |
|
|
|
|
magnifyData:{}, |
|
|
|
|
auditGoodsShelf:[ |
|
|
|
|
{name:'身份证', src:require('@/assets/img/goods/idcard.png'), id:13, |
|
|
|
|
userName:'啧啧啧', |
|
|
|
|
sex:'男', |
|
|
|
|
nation:'汉', |
|
|
|
|
dateBirthYear:'1994', |
|
|
|
|
dateBirthMonth:'4', |
|
|
|
|
dateBirthDay:'1', |
|
|
|
|
address:'在山的那边海的那边', |
|
|
|
|
idCardNo:'465852346854168479'}, |
|
|
|
|
{name:'开户申请书', src:require('@/assets/img/goods/khsqs.png'), id:14}, |
|
|
|
|
{name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, |
|
|
|
|
{name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, |
|
|
|
|
], |
|
|
|
|
//系统录入 //选择普通空白凭证 |
|
|
|
|
systemInputGoodsShelf:[ |
|
|
|
|
{name:'身份证', src:require('@/assets/img/goods/idcard.png'), id:13, |
|
|
|
|
userName:'啧啧啧', |
|
|
|
|
sex:'男', |
|
|
|
|
nation:'汉', |
|
|
|
|
dateBirthYear:'1994', |
|
|
|
|
dateBirthMonth:'4', |
|
|
|
|
dateBirthDay:'1', |
|
|
|
|
address:'奥斯卡巅峰计划拉水电费啥地方', |
|
|
|
|
idCardNo:'465852346854168479'}, |
|
|
|
|
{name:'开户申请书', src:require('@/assets/img/goods/khsqs.png'), id:14}, |
|
|
|
|
{name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, |
|
|
|
|
{name:'银行卡', src:require('@/assets/img/goods/bankCard.png'), id:16,cardNub:'1865 3549 5675 5589'}, |
|
|
|
|
{name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, |
|
|
|
|
], |
|
|
|
|
//打印资料 //客户签字 //印章盒 |
|
|
|
|
printoutGoodsShelf:[ |
|
|
|
|
{name:'身份证', src:require('@/assets/img/goods/idcard.png'), id:13, |
|
|
|
|
userName:'啧啧啧', |
|
|
|
|
sex:'男', |
|
|
|
|
nation:'汉', |
|
|
|
|
dateBirthYear:'1994', |
|
|
|
|
dateBirthMonth:'4', |
|
|
|
|
dateBirthDay:'1', |
|
|
|
|
address:'奥斯卡巅峰计划拉水电费啥地方', |
|
|
|
|
idCardNo:'465852346854168479'}, |
|
|
|
|
{name:'开户申请书', src:require('@/assets/img/goods/khsqs.png'), id:14}, |
|
|
|
|
{name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, |
|
|
|
|
{name:'银行卡', src:require('@/assets/img/goods/bankCard.png'), id:16,cardNub:'1865 3549 5675 5589'}, |
|
|
|
|
{name:'存款凭条', src:require('@/assets/img/goods/ckpt.png'), id:17}, |
|
|
|
|
{name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, |
|
|
|
|
], |
|
|
|
|
auditGoodsShelf:[ |
|
|
|
|
{name:'身份证', src:require('@/assets/img/goods/idCard.png'), id:13, |
|
|
|
|
userName:'啧啧啧', |
|
|
|
|
sex:'男', |
|
|
|
|
nation:'汉', |
|
|
|
|
dateBirthYear:'1994', |
|
|
|
|
dateBirthMonth:'4', |
|
|
|
|
dateBirthDay:'1', |
|
|
|
|
address:'在山的那边海的那边', |
|
|
|
|
idCardNo:'465852346854168479'}, |
|
|
|
|
{name:'开户申请书', src:require('@/assets/img/goods/khsqs.png'), id:14}, |
|
|
|
|
{name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, |
|
|
|
|
{name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, |
|
|
|
|
], |
|
|
|
|
//系统录入 //选择普通空白凭证 |
|
|
|
|
systemInputGoodsShelf:[ |
|
|
|
|
{name:'身份证', src:require('@/assets/img/goods/idCard.png'), id:13, |
|
|
|
|
userName:'啧啧啧', |
|
|
|
|
sex:'男', |
|
|
|
|
nation:'汉', |
|
|
|
|
dateBirthYear:'1994', |
|
|
|
|
dateBirthMonth:'4', |
|
|
|
|
dateBirthDay:'1', |
|
|
|
|
address:'奥斯卡巅峰计划拉水电费啥地方', |
|
|
|
|
idCardNo:'465852346854168479'}, |
|
|
|
|
{name:'开户申请书', src:require('@/assets/img/goods/khsqs.png'), id:14}, |
|
|
|
|
{name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, |
|
|
|
|
{name:'银行卡', src:require('@/assets/img/goods/bankCard.png'), id:16,cardNub:'1865 3549 5675 5589'}, |
|
|
|
|
{name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, |
|
|
|
|
], |
|
|
|
|
//打印资料 //客户签字 //印章盒 |
|
|
|
|
printoutGoodsShelf:[ |
|
|
|
|
{name:'身份证', src:require('@/assets/img/goods/idCard.png'), id:13, |
|
|
|
|
userName:'啧啧啧', |
|
|
|
|
sex:'男', |
|
|
|
|
nation:'汉', |
|
|
|
|
dateBirthYear:'1994', |
|
|
|
|
dateBirthMonth:'4', |
|
|
|
|
dateBirthDay:'1', |
|
|
|
|
address:'奥斯卡巅峰计划拉水电费啥地方', |
|
|
|
|
idCardNo:'465852346854168479'}, |
|
|
|
|
{name:'开户申请书', src:require('@/assets/img/goods/khsqs.png'), id:14}, |
|
|
|
|
{name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, |
|
|
|
|
{name:'银行卡', src:require('@/assets/img/goods/bankCard.png'), id:16,cardNub:'1865 3549 5675 5589'}, |
|
|
|
|
{name:'存款凭条', src:require('@/assets/img/goods/ckpt.png'), id:17}, |
|
|
|
|
{name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, |
|
|
|
|
], |
|
|
|
|
//钱箱 |
|
|
|
|
cashboxGoodsShelf:[ |
|
|
|
|
{name:'身份证', src:require('@/assets/img/goods/idcard.png'), id:13, |
|
|
|
|
{name:'身份证', src:require('@/assets/img/goods/idCard.png'), id:13, |
|
|
|
|
userName:'啧啧啧', |
|
|
|
|
nation:'男', |
|
|
|
|
dateBirth:'汉', |
|
|
|
@ -563,23 +608,6 @@ export default { |
|
|
|
|
{name:'5角', src:require('@/assets/img/cash/5角.png'), id:4404, num: ''}, |
|
|
|
|
{name:'1角', src:require('@/assets/img/cash/1角.png'), id:4405, num: ''}, |
|
|
|
|
], |
|
|
|
|
// 总盒子里面的东西 写在computed了 业务物品 |
|
|
|
|
// goodsShelfTotalData:[ |
|
|
|
|
// {name:'身份证', src:require('@/assets/img/goods/idcard.png'), id:13, |
|
|
|
|
// userName:'啧啧啧', |
|
|
|
|
// sex:'男', |
|
|
|
|
// nation:'汉', |
|
|
|
|
// dateBirthYear:'1994', |
|
|
|
|
// dateBirthMonth:'4', |
|
|
|
|
// dateBirthDay:'1', |
|
|
|
|
// address:'深圳市宝安区新安街道华联全景G1栋403', |
|
|
|
|
// idCardNo:'4 4 1 4 2 2 1 9 9 8 0 8 1 6 8 4 7 9 '}, |
|
|
|
|
// {name:'开户申请书', src:require('@/assets/img/goods/khsqs.png'), id:14}, |
|
|
|
|
// {name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, |
|
|
|
|
// {name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, |
|
|
|
|
// ], |
|
|
|
|
// goods:[/* 物品栏物品 */ |
|
|
|
|
// ], |
|
|
|
|
popArr:[/* 弹窗展示的物品 */ |
|
|
|
|
{name:'二类银行卡',src:require('@/assets/img/goods/bankCard.png'),id:563}, |
|
|
|
|
{name:'银行卡',src:require('@/assets/img/goods/bankCard.png'),id:16,cardNub:'1865 3549 5675 5589'}, |
|
|
|
@ -593,7 +621,7 @@ export default { |
|
|
|
|
{name:'业务收费凭证',src:require('@/assets/img/goods/ywsfpz.png'),id:479}, |
|
|
|
|
{name:'利息清单',src:require('@/assets/img/goods/lxqd.png'),id:427}, |
|
|
|
|
{name:'普通空白凭证',src:require('@/assets/img/goods/ptkbpz.png'),id:438}, |
|
|
|
|
{name:'身份证',src:require('@/assets/img/goods/idcard.png'),id:13, |
|
|
|
|
{name:'身份证',src:require('@/assets/img/goods/idCard.png'),id:13, |
|
|
|
|
userName:'啧啧啧', |
|
|
|
|
sex:'男', |
|
|
|
|
nation:'汉', |
|
|
|
@ -621,7 +649,7 @@ export default { |
|
|
|
|
{name:'新定期存单',src:require('@/assets/img/seal/paid.png'),id:429}, |
|
|
|
|
{name:'新定期存单凭证联',src:require('@/assets/img/seal/paid.png'),id:485}, |
|
|
|
|
{name:'新定期存单回单',src:require('@/assets/img/seal/paid.png'),id:486}, |
|
|
|
|
{name:'法人身份证',src:require('@/assets/img/goods/idcard.png'),id:442}, |
|
|
|
|
{name:'法人身份证',src:require('@/assets/img/goods/idCard.png'),id:442}, |
|
|
|
|
{name:'法人身份证复印件',src:require('@/assets/img/idCard-copy-sm.png'),id:431}, |
|
|
|
|
{name:'开立银行结算账户申请书',src:require('@/assets/img/goods/ApplicationBankSettlement.png'),id:432}, |
|
|
|
|
{name:'统一社会信用代码证',src:require('@/assets/img/goods/营业执照.png'),id:434}, |
|
|
|
@ -692,6 +720,23 @@ export default { |
|
|
|
|
// { src: require('@/assets/img/logos/账户服务.svg') }, |
|
|
|
|
// { src: require('@/assets/img/logos/重空现金.svg') } |
|
|
|
|
// ], |
|
|
|
|
finishPng: require('@/assets/img/finish.png'), |
|
|
|
|
finishGoods: { |
|
|
|
|
moneyBox: false, |
|
|
|
|
peopleSign: false, |
|
|
|
|
cultureIn: false, |
|
|
|
|
sealBox: false, |
|
|
|
|
currencyDetector: false, |
|
|
|
|
printer: false, |
|
|
|
|
resource: false, |
|
|
|
|
backPeople: false, |
|
|
|
|
proofBox: false, |
|
|
|
|
proofImportantBox: false, |
|
|
|
|
swipingCard: false, |
|
|
|
|
idCard: false, |
|
|
|
|
checkMoneyMechine: false, |
|
|
|
|
printMechine: false |
|
|
|
|
}, |
|
|
|
|
sealChecked:[],/* 印章盒选中 */ |
|
|
|
|
importantChecked:[],// 重要凭证选中 |
|
|
|
|
commonChecked:[],// 普通凭证选中 |
|
|
|
@ -1005,6 +1050,7 @@ export default { |
|
|
|
|
this.outThingsGoods([...list]) |
|
|
|
|
this.pushThings({ idArr: [...list], name: 'cultureIn'}) |
|
|
|
|
} |
|
|
|
|
this.finishGoods.cultureIn = true |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
// 重要空白凭证箱 |
|
|
|
@ -1017,6 +1063,7 @@ export default { |
|
|
|
|
// this.pushThings({ idArr: [...list], name: 'cultureIn'}) |
|
|
|
|
this.pushThingsGoods([...list]) |
|
|
|
|
} |
|
|
|
|
this.finishGoods.proofImportantBox = true |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
@ -1029,7 +1076,7 @@ export default { |
|
|
|
|
if(list.length) { |
|
|
|
|
this.pushThingsGoods([...list]) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.finishGoods.proofBox = true |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
@ -1055,14 +1102,22 @@ export default { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if(data.status == 200 && data.data.judgmentRuleReqs) { |
|
|
|
|
console.log('印章盒的信息') |
|
|
|
|
|
|
|
|
|
const list = data.data.judgmentRuleReqs.map(item => item.answerId) |
|
|
|
|
const allKeys = Object.keys(stampJudge) |
|
|
|
|
if(list.length) { |
|
|
|
|
for(let i=0; i<list.length; i++) { |
|
|
|
|
this.outThingsGoods([...stampJudge[list[i]].delete]) |
|
|
|
|
this.pushThingsGoods([...stampJudge[list[i]].add]) |
|
|
|
|
if(allKeys.includes(list[i])) { |
|
|
|
|
this.outThingsGoods([...stampJudge[list[i]].delete]) |
|
|
|
|
this.pushThingsGoods([...stampJudge[list[i]].add]) |
|
|
|
|
}else { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.finishGoods.sealBox = true |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
@ -1081,6 +1136,7 @@ export default { |
|
|
|
|
this.pushThings({ idArr: [...list], name: 'moneyBox'}) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
this.finishGoods.moneyBox = true |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
@ -1094,10 +1150,45 @@ export default { |
|
|
|
|
this.outThingsGoods([...list]) |
|
|
|
|
this.pushThings({ idArr: [...list], name: 'backPeople'}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.finishGoods.backPeople = true |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
// 刷卡器 |
|
|
|
|
getOperation({ |
|
|
|
|
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,6' |
|
|
|
|
}).then((data)=>{ |
|
|
|
|
if(data.status == 200 && data.data.judgmentRuleReqs) { |
|
|
|
|
this.finishGoods.swipingCard = true |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
// 身份证 |
|
|
|
|
getOperation({ |
|
|
|
|
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,7' |
|
|
|
|
}).then((data)=>{ |
|
|
|
|
if(data.status == 200 && data.data.judgmentRuleReqs) { |
|
|
|
|
this.finishGoods.idCard = true |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
// 验钞机 |
|
|
|
|
getOperation({ |
|
|
|
|
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,9' |
|
|
|
|
}).then((data)=>{ |
|
|
|
|
if(data.status == 200) { |
|
|
|
|
this.finishGoods.checkMoneyMechine = true |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
// 打印机 |
|
|
|
|
getOperation({ |
|
|
|
|
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,10' |
|
|
|
|
}).then((data)=>{ |
|
|
|
|
if(data.status == 200) { |
|
|
|
|
this.finishGoods.printMechine = true |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
mounted(){ |
|
|
|
@ -1639,6 +1730,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
addOperation(params).then((data)=>{ |
|
|
|
|
this.setTipsOperate('成功刷银行卡!') |
|
|
|
|
this.finishGoods.swipingCard = true |
|
|
|
|
}).catch((error)=>{ |
|
|
|
|
}) |
|
|
|
|
}else if (this.popText === '身份证扫描仪'){ //身份证扫描仪 |
|
|
|
@ -1654,6 +1746,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
addOperation(params).then((data)=>{ |
|
|
|
|
this.setTipsOperate('成功刷身份证!') |
|
|
|
|
this.finishGoods.idCard = true |
|
|
|
|
}).catch((error)=>{ |
|
|
|
|
}) |
|
|
|
|
}else if (this.popText === '密码器') { |
|
|
|
@ -1664,6 +1757,12 @@ export default { |
|
|
|
|
this.changeShowGoods(false) |
|
|
|
|
|
|
|
|
|
}else { |
|
|
|
|
// 可以蹦出完成Logo |
|
|
|
|
if(this.myMap) { |
|
|
|
|
this.finishGoods[this.myMap] = true |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let formList = [] |
|
|
|
|
// this.toggleGoods() |
|
|
|
|
// this.$message.success(`${this.popText}操作成功!`) |
|
|
|
@ -1756,6 +1855,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
const tmp = [...clickList] |
|
|
|
|
addOperation(params).then((data)=>{ |
|
|
|
|
this.finishGoods.proofBox = true |
|
|
|
|
const tmp2 = []; |
|
|
|
|
this.commonArr.map(item => { |
|
|
|
|
if(tmp.findIndex(item2 => item2 === item.id) !== -1) { |
|
|
|
@ -1791,6 +1891,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
const tmp = [...clickList] |
|
|
|
|
addOperation(params).then((data)=>{ |
|
|
|
|
this.finishGoods.proofImportantBox = true |
|
|
|
|
const tmp2 = [] |
|
|
|
|
// this.setTipsOperate('成功取货') |
|
|
|
|
this.importanceArr.map(item => { |
|
|
|
|