|
|
|
@ -3,10 +3,33 @@ |
|
|
|
|
<back-Button /> |
|
|
|
|
<!-- <img class="sth bg" v-lazy="lazyImg[2]" alt="" /> --> |
|
|
|
|
<!-- <img class="sth guide" src="@/assets/img/guide.png" alt="" /> --> |
|
|
|
|
<!-- <img class="sth man cp" v-lazy="lazyImg[0]" alt="" @click="changePeopleJudge"/> --> |
|
|
|
|
<img slot="reference" class="sth man cp" v-lazy="lazyImg[0]" alt="" @click="changePeopleJudge"/> |
|
|
|
|
<img class="sth man cp" v-lazy="lazyImg[0]" alt="" @click="changePeopleJudge"/> |
|
|
|
|
<img slot="reference" class="sth man cp" v-lazy="lazyImg[0]" alt="" ref="manPhoto" @click="changePeopleJudge"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="sth man cp" style="z-index: 10;" @click="changePeopleJudge" ref="manDiv"></div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<img class="sth counter" v-lazy="lazyImg[1]" alt="" /> |
|
|
|
|
<img class="sth glass" v-lazy="lazyImg[2]" alt="" @click="changePeopleJudge" /> |
|
|
|
|
<div class="sth cipher-machine cp" @click="showData('密码器',8)"> |
|
|
|
|
<img v-lazy="lazyImg[20]" alt="" ref="cipherPhoto" /> |
|
|
|
|
<!-- <img v-lazy="finishPng" class="absolute" style="top: 0px;left: 0px;" v-if="finishGoods.printer"> --> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<!-- 点击打开密码器--> |
|
|
|
|
<el-tooltip placement="top" popper-class="sth-popper" offset="50" style="z-index: 10"> |
|
|
|
|
<div slot="content"> |
|
|
|
|
<img v-lazy="lazyImg[19]" class="contentHeight" alt="" /> |
|
|
|
|
</div> |
|
|
|
|
<div class="sth cipher-machine cp" ref="cipherDiv" @click="showData('密码器',8)"> |
|
|
|
|
<div class="sth cipher-machine cp"></div> |
|
|
|
|
<!-- <img v-lazy="finishPng" class="absolute" style="top: 0px;left: 0px;" v-if="finishGoods.printer"> --> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</el-tooltip> |
|
|
|
|
|
|
|
|
|
<img class="sth glass" v-lazy="lazyImg[2]" alt="" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -97,17 +120,7 @@ |
|
|
|
|
</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> |
|
|
|
|
<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> |
|
|
|
|
|
|
|
|
|
<div class="employee-wrap sth"> |
|
|
|
|
<el-tooltip placement="top" popper-class="sth-popper" offset="50"> |
|
|
|
|
<img v-lazy="lazyImg[21]" alt="" /> |
|
|
|
@ -832,6 +845,10 @@ export default { |
|
|
|
|
430: '销户章', |
|
|
|
|
439: '销户章' |
|
|
|
|
} |
|
|
|
|
// 还有一个证件能盖两种章的,开多一个map结构来存 |
|
|
|
|
const stampMap3 = { |
|
|
|
|
428: '销户章' |
|
|
|
|
} |
|
|
|
|
return (id) => { |
|
|
|
|
if(!this.finishSealedArr.includes(id)) { |
|
|
|
|
return [] |
|
|
|
@ -841,6 +858,9 @@ export default { |
|
|
|
|
if(item.name.includes(stampMap2[id])) { |
|
|
|
|
return item |
|
|
|
|
} |
|
|
|
|
if(item.name.includes(stampMap3[id])) { |
|
|
|
|
return item |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -898,8 +918,9 @@ export default { |
|
|
|
|
{name:'转账支票',src:require('@/assets/img/goods/xd-zzzp.png'),id:412}, |
|
|
|
|
{name:'银行承兑汇票',src:require('@/assets/img/goods/银行承兑汇票.png'),id:584}, |
|
|
|
|
{name:'现金支票',src:require('@/assets/img/goods/xjzp.png'),id:411}, |
|
|
|
|
{name:'新定期存单',src:require('@/assets/img/goods/储蓄存单.png'),id:429}, |
|
|
|
|
// {name:'新定期存单',src:require('@/assets/img/goods/储蓄存单.png'),id:429}, |
|
|
|
|
] |
|
|
|
|
// 业务一的银行卡和其他业务的不一样 |
|
|
|
|
if(this.businessKey === '业务一') { |
|
|
|
|
// arr.unshift({name:'二类银行卡',src:require('@/assets/img/goods/bankCard.png'),id:16,cardNub:'1865 3549 5675 5589'}) |
|
|
|
|
arr.unshift({name:'二类银行卡',src:require('@/assets/img/goods/bankCard.png'),id:563,cardNub:'1865 3549 5675 5589'}) |
|
|
|
@ -909,6 +930,47 @@ export default { |
|
|
|
|
}else { |
|
|
|
|
arr.unshift({name:'银行卡',src:require('@/assets/img/goods/bankCard.png'),id:16,cardNub:'1865 3549 5675 5589'}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if(this.businessKey === '业务四') { |
|
|
|
|
|
|
|
|
|
const findIt2 = arr.findIndex(item => item.id === 429) |
|
|
|
|
|
|
|
|
|
const findIt = arr.findIndex(item => item.id === 428) |
|
|
|
|
// if(findIt !== -1) { |
|
|
|
|
// arr.splice(findIt, 1) |
|
|
|
|
// } |
|
|
|
|
// 如果新定期存单不存在 |
|
|
|
|
if(findIt2 === -1) { |
|
|
|
|
// 如果定期存单存在,那么删掉定期存单的同时将新定期存单插入到原来定期存单的位置 |
|
|
|
|
if(findIt !== -1) { |
|
|
|
|
arr.splice(findIt, 1, {name:'新定期存单',src:require('@/assets/img/goods/储蓄存单.png'),id:429}) |
|
|
|
|
}else { |
|
|
|
|
arr.push({name:'新定期存单',src:require('@/assets/img/goods/储蓄存单.png'),id:429}) |
|
|
|
|
} |
|
|
|
|
}else { |
|
|
|
|
if(findIt !== -1) { |
|
|
|
|
arr.splice(findIt, 1, {name:'新定期存单',src:require('@/assets/img/goods/储蓄存单.png'),id:429}) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}else { |
|
|
|
|
const findIt = arr.findIndex(item => item.id === 429) |
|
|
|
|
|
|
|
|
|
const findIt2 = arr.findIndex(item => item.id === 428) |
|
|
|
|
if(findIt2 === -1) { |
|
|
|
|
if(findIt !== -1) { |
|
|
|
|
arr.splice(findIt, 1, {name:'定期存单',src:require('@/assets/img/goods/储蓄存单.png'),id:428}) |
|
|
|
|
}else { |
|
|
|
|
arr.push({name:'定期存单',src:require('@/assets/img/goods/储蓄存单.png'),id:428}) |
|
|
|
|
} |
|
|
|
|
}else { |
|
|
|
|
if(findIt !== -1) { |
|
|
|
|
arr.splice(findIt, 1, {name:'定期存单',src:require('@/assets/img/goods/储蓄存单.png'),id:428}) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
return arr |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
@ -1066,24 +1128,6 @@ export default { |
|
|
|
|
}, |
|
|
|
|
id(newVal) { |
|
|
|
|
}, |
|
|
|
|
// businessKey: { |
|
|
|
|
// handler(newVal) { |
|
|
|
|
// this.getThingsCache() |
|
|
|
|
// }, |
|
|
|
|
// immediate: true |
|
|
|
|
// }, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 'passwordForm.password'(newVal) { |
|
|
|
|
// // passwordForm:{ |
|
|
|
|
// // password:'', |
|
|
|
|
// // passwordAgain: '' |
|
|
|
|
// // }, |
|
|
|
|
|
|
|
|
|
// this.passwordForm.passwordAgain = newVal |
|
|
|
|
// console.log('???xxxxxxxxxx') |
|
|
|
|
// console.log(this.passwordForm.passwordAgain) |
|
|
|
|
// } |
|
|
|
|
}, |
|
|
|
|
created() { |
|
|
|
|
if(!sessionStorage.getItem('firstLoad')) { |
|
|
|
@ -1127,9 +1171,24 @@ export default { |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
mounted(){ |
|
|
|
|
|
|
|
|
|
let that = this |
|
|
|
|
|
|
|
|
|
this.$refs.manPhoto.onload = function() { |
|
|
|
|
that.$refs.manDiv.style.width = this.width + 'px'; |
|
|
|
|
that.$refs.manDiv.style.height = (this.height - 70) + 'px'; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.$refs.cipherPhoto.onload = function() { |
|
|
|
|
that.$refs.cipherDiv.style.width = this.width + 'px'; |
|
|
|
|
that.$refs.cipherDiv.style.height = this.height + 'px'; |
|
|
|
|
} |
|
|
|
|
// cipherDiv |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 图片查看器允许拖拽 |
|
|
|
|
this.$nextTick(() => { |
|
|
|
|
// console.log('wokao') |
|
|
|
@ -1462,6 +1521,9 @@ export default { |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
test() { |
|
|
|
|
console.log('test---man') |
|
|
|
|
}, |
|
|
|
|
voucherCardGetIt(number) { |
|
|
|
|
if(number === 2) { |
|
|
|
|
|
|
|
|
@ -2336,7 +2398,6 @@ export default { |
|
|
|
|
top: -18%; |
|
|
|
|
left: 47%; |
|
|
|
|
width: 36.5%; |
|
|
|
|
cursor: pointer; |
|
|
|
|
} |
|
|
|
|
.employee-wrap { |
|
|
|
|
// 柜员 |
|
|
|
@ -2417,6 +2478,7 @@ export default { |
|
|
|
|
top: 42%; |
|
|
|
|
left: 65%; |
|
|
|
|
width: 7%; |
|
|
|
|
z-index: 20; |
|
|
|
|
} |
|
|
|
|
.printer { |
|
|
|
|
top: 50%; |
|
|
|
@ -3165,6 +3227,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
.sth{ |
|
|
|
|
position: absolute; |
|
|
|
|
z-index: 1; |
|
|
|
|
&.cp{ |
|
|
|
|
cursor: pointer; |
|
|
|
|
} |
|
|
|
|