|
|
@ -3,7 +3,8 @@ |
|
|
|
<back-Button /> |
|
|
|
<back-Button /> |
|
|
|
<!-- <img class="sth bg" v-lazy="lazyImg[2]" alt="" /> --> |
|
|
|
<!-- <img class="sth bg" v-lazy="lazyImg[2]" alt="" /> --> |
|
|
|
<!-- <img class="sth guide" src="@/assets/img/guide.png" alt="" /> --> |
|
|
|
<!-- <img class="sth guide" src="@/assets/img/guide.png" alt="" /> --> |
|
|
|
<img 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="" @click="changePeopleJudge"/> |
|
|
|
<img class="sth counter" v-lazy="lazyImg[1]" alt="" /> |
|
|
|
<img class="sth counter" v-lazy="lazyImg[1]" alt="" /> |
|
|
|
<img class="sth glass" v-lazy="lazyImg[2]" alt="" @click="changePeopleJudge"/> |
|
|
|
<img class="sth glass" v-lazy="lazyImg[2]" alt="" @click="changePeopleJudge"/> |
|
|
|
|
|
|
|
|
|
|
@ -310,11 +311,11 @@ |
|
|
|
<el-dialog |
|
|
|
<el-dialog |
|
|
|
title="客户对话中..." |
|
|
|
title="客户对话中..." |
|
|
|
:visible.sync="peopleJudge" |
|
|
|
:visible.sync="peopleJudge" |
|
|
|
custom-class="2xl:w-7/12 xl:w-9/12 lg:w-full h-auto rounded-2xl border-2 border-gray-600 border-dashed" |
|
|
|
custom-class="2xl:w-7/12 xl:w-9/12 lg:w-full h-auto rounded-2xl border-2 border-gray-600" |
|
|
|
center> |
|
|
|
center> |
|
|
|
<h3 class="text-4xl antialiased text-center">客户: 你好!我现在该做什么呢?</h3> |
|
|
|
<h3 class="text-4xl antialiased text-center">客户: 你好!我现在该做什么呢?</h3> |
|
|
|
<span slot="footer" class="dialog-footer"> |
|
|
|
<span slot="footer" class="dialog-footer"> |
|
|
|
<el-button @click="peopleDoing(1)">找我签字</el-button> |
|
|
|
<el-button @click="peopleDoing(1)">找他签字</el-button> |
|
|
|
<el-button type="primary" @click="peopleDoing(2)">返还资料</el-button> |
|
|
|
<el-button type="primary" @click="peopleDoing(2)">返还资料</el-button> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</el-dialog> |
|
|
|
</el-dialog> |
|
|
@ -626,6 +627,8 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
this.$refs.dataDia |
|
|
|
this.$refs.dataDia |
|
|
|
this.receptionList = [] |
|
|
|
this.receptionList = [] |
|
|
|
|
|
|
|
this.passwordForm.passwordAgain = '' |
|
|
|
|
|
|
|
this.passwordForm.password2 = '' |
|
|
|
if(!this.showGoods) this.checkList = [] |
|
|
|
if(!this.showGoods) this.checkList = [] |
|
|
|
return this.$store.state.system.showPop; |
|
|
|
return this.$store.state.system.showPop; |
|
|
|
// 以下代码是之前的,想用来存刷过的证 |
|
|
|
// 以下代码是之前的,想用来存刷过的证 |
|
|
@ -1527,10 +1530,20 @@ export default { |
|
|
|
// } |
|
|
|
// } |
|
|
|
// } |
|
|
|
// } |
|
|
|
if(this.passwordForm.passwordAgain.length !== 6) { |
|
|
|
if(this.passwordForm.passwordAgain.length !== 6) { |
|
|
|
this.setTipsOperate('您输入的密码不足6位!') |
|
|
|
this.$message({ |
|
|
|
|
|
|
|
center: true, |
|
|
|
|
|
|
|
showClose: true, |
|
|
|
|
|
|
|
message: '您输入的密码不足6位!', |
|
|
|
|
|
|
|
type: 'error' |
|
|
|
|
|
|
|
}); |
|
|
|
return |
|
|
|
return |
|
|
|
}else if(this.passwordForm.password2 !== this.passwordForm.passwordAgain) { |
|
|
|
}else if(this.passwordForm.password2 !== this.passwordForm.passwordAgain) { |
|
|
|
this.setTipsOperate('您输入的密码和确认密码不一致!') |
|
|
|
this.$message({ |
|
|
|
|
|
|
|
center: true, |
|
|
|
|
|
|
|
showClose: true, |
|
|
|
|
|
|
|
message: '您输入的密码和确认密码不一致!', |
|
|
|
|
|
|
|
type: 'error' |
|
|
|
|
|
|
|
}); |
|
|
|
return |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|
}else if(this.popText.includes('身份证扫描')) { |
|
|
|
}else if(this.popText.includes('身份证扫描')) { |
|
|
@ -1755,6 +1768,7 @@ export default { |
|
|
|
}) |
|
|
|
}) |
|
|
|
}else if (this.popText === '密码器') { |
|
|
|
}else if (this.popText === '密码器') { |
|
|
|
this.setTipsOperate('输入密码成功!') |
|
|
|
this.setTipsOperate('输入密码成功!') |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
// this.showGoods = false |
|
|
|
// this.showGoods = false |
|
|
|
this.changeShowGoods(false) |
|
|
|
this.changeShowGoods(false) |
|
|
@ -1800,6 +1814,10 @@ export default { |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
}else if (this.nbm == 1){ //传票栏 |
|
|
|
}else if (this.nbm == 1){ //传票栏 |
|
|
|
|
|
|
|
if(this.goodState.length === 0) { |
|
|
|
|
|
|
|
this.setTipsOperate('传票栏中未放入物品!') |
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
} |
|
|
|
let projectId = sessionStorage.getItem('projectId') |
|
|
|
let projectId = sessionStorage.getItem('projectId') |
|
|
|
let startTime = sessionStorage.getItem('startTime') |
|
|
|
let startTime = sessionStorage.getItem('startTime') |
|
|
|
for (var i=0;i<this.goodState.length;i++){formList.push({"answerId":this.goodState[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,4,"+this.goodState[i].id,"type": ""})} |
|
|
|
for (var i=0;i<this.goodState.length;i++){formList.push({"answerId":this.goodState[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,4,"+this.goodState[i].id,"type": ""})} |
|
|
@ -1949,6 +1967,15 @@ export default { |
|
|
|
// this.sealChecked = [] |
|
|
|
// this.sealChecked = [] |
|
|
|
// this.$store.commit('system/changePop', {show: false, text: ''}) |
|
|
|
// this.$store.commit('system/changePop', {show: false, text: ''}) |
|
|
|
}else if (this.nbm == 6){ //验钞机 |
|
|
|
}else if (this.nbm == 6){ //验钞机 |
|
|
|
|
|
|
|
if(this.goodState.length === 0 || this.goodState[0].id !== 15) { |
|
|
|
|
|
|
|
this.$message({ |
|
|
|
|
|
|
|
center: true, |
|
|
|
|
|
|
|
showClose: true, |
|
|
|
|
|
|
|
message: '请放入现金!', |
|
|
|
|
|
|
|
type: 'error' |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
} |
|
|
|
let projectId = sessionStorage.getItem('projectId') |
|
|
|
let projectId = sessionStorage.getItem('projectId') |
|
|
|
let startTime = sessionStorage.getItem('startTime') |
|
|
|
let startTime = sessionStorage.getItem('startTime') |
|
|
|
for (var i=0;i<this.goodState.length;i++){formList.push({"answerId":this.goodState[i].id, "emptyOne": "", "emptyTwo": "", "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,9,"+this.goodState[i].id,"type": ""})} |
|
|
|
for (var i=0;i<this.goodState.length;i++){formList.push({"answerId":this.goodState[i].id, "emptyOne": "", "emptyTwo": "", "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,9,"+this.goodState[i].id,"type": ""})} |
|
|
@ -1965,6 +1992,15 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
// that.outThingsGoods([that.goodsShelfTotalData[evt.oldIndex].id]) |
|
|
|
// that.outThingsGoods([that.goodsShelfTotalData[evt.oldIndex].id]) |
|
|
|
}else if (this.nbm == 7){ //打印机 |
|
|
|
}else if (this.nbm == 7){ //打印机 |
|
|
|
|
|
|
|
if(this.goodState.length === 0) { |
|
|
|
|
|
|
|
this.$message({ |
|
|
|
|
|
|
|
center: true, |
|
|
|
|
|
|
|
showClose: true, |
|
|
|
|
|
|
|
message: '请放入证件!', |
|
|
|
|
|
|
|
type: 'error' |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
} |
|
|
|
let projectId = sessionStorage.getItem('projectId') |
|
|
|
let projectId = sessionStorage.getItem('projectId') |
|
|
|
let startTime = sessionStorage.getItem('startTime') |
|
|
|
let startTime = sessionStorage.getItem('startTime') |
|
|
|
for (var i=0;i<this.goodState.length;i++){formList.push({"answerId":this.goodState[i].id, "emptyOne": "", "emptyTwo": "", "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,10,"+this.goodState[i].id,"type": ""})} |
|
|
|
for (var i=0;i<this.goodState.length;i++){formList.push({"answerId":this.goodState[i].id, "emptyOne": "", "emptyTwo": "", "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,10,"+this.goodState[i].id,"type": ""})} |
|
|
@ -1979,7 +2015,6 @@ export default { |
|
|
|
}).catch((error)=>{ |
|
|
|
}).catch((error)=>{ |
|
|
|
}) |
|
|
|
}) |
|
|
|
}else if(this.nbm == 8){ // 密码器 |
|
|
|
}else if(this.nbm == 8){ // 密码器 |
|
|
|
if (this.nbm == 8){ |
|
|
|
|
|
|
|
let formList = [] |
|
|
|
let formList = [] |
|
|
|
let ruleReqs = sessionStorage.getItem('ruleReqs') |
|
|
|
let ruleReqs = sessionStorage.getItem('ruleReqs') |
|
|
|
if (ruleReqs){formList = JSON.parse(ruleReqs);}else{formList = []} |
|
|
|
if (ruleReqs){formList = JSON.parse(ruleReqs);}else{formList = []} |
|
|
@ -3164,7 +3199,7 @@ export default { |
|
|
|
left: 50%; |
|
|
|
left: 50%; |
|
|
|
transform: translate(-50%, 0); |
|
|
|
transform: translate(-50%, 0); |
|
|
|
padding: 0 15px 15px; |
|
|
|
padding: 0 15px 15px; |
|
|
|
z-index: 999; |
|
|
|
z-index: 2900; |
|
|
|
// border: 1px solid #e6e6e6; |
|
|
|
// border: 1px solid #e6e6e6; |
|
|
|
// border-color: black; |
|
|
|
// border-color: black; |
|
|
|
box-shadow: 0 2px 6px rgba(0, 0, 0, .12), 0 0 8px rgba(0, 0, 0, .04); |
|
|
|
box-shadow: 0 2px 6px rgba(0, 0, 0, .12), 0 0 8px rgba(0, 0, 0, .04); |
|
|
@ -3467,6 +3502,7 @@ export default { |
|
|
|
top: -3%; |
|
|
|
top: -3%; |
|
|
|
left: 50%; |
|
|
|
left: 50%; |
|
|
|
min-height: 65vh; |
|
|
|
min-height: 65vh; |
|
|
|
|
|
|
|
z-index: 9980; |
|
|
|
.seal{ |
|
|
|
.seal{ |
|
|
|
margin-top: -5vh; |
|
|
|
margin-top: -5vh; |
|
|
|
// max-height: 40vh; |
|
|
|
// max-height: 40vh; |
|
|
|