|
|
|
@ -85,20 +85,21 @@ export default {
|
|
|
|
|
this.$message.warning('短号有重复,请使用全工单号重新派工!!!')
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
let index=0
|
|
|
|
|
for (const item of this.sljhItemList) {
|
|
|
|
|
if (item.djh===data.djh||item.djh.slice(-djhWhLengh)===data.msg.orderNumber){
|
|
|
|
|
if (!!this.currentDw.tzbh&&item.kw===this.currentDw.tzbh){
|
|
|
|
|
const tmpZxData={
|
|
|
|
|
id:item.id,
|
|
|
|
|
lldw:this.currentDw.id,
|
|
|
|
|
llcs:this.dw[that.currentDwIndex].list.length+1,
|
|
|
|
|
llcs:this.dw[this.currentDwIndex].list.length+1,
|
|
|
|
|
llfkry:this.getCurrentWorker()?.userCode
|
|
|
|
|
}
|
|
|
|
|
const data={
|
|
|
|
|
ydjh:tmpZxData,
|
|
|
|
|
ydid:item.id,
|
|
|
|
|
dwId:this.currentDw.id,
|
|
|
|
|
ceng:this.dw[that.currentDwIndex].list.length+1,
|
|
|
|
|
ceng:this.dw[this.currentDwIndex].list.length+1,
|
|
|
|
|
czbh:item.dcCh,
|
|
|
|
|
pl:item.dcPl,
|
|
|
|
|
fd:item.dcFd,
|
|
|
|
@ -115,14 +116,15 @@ export default {
|
|
|
|
|
|
|
|
|
|
shangLiao(data).then(res=>{})
|
|
|
|
|
|
|
|
|
|
this.sljhItemList.splice(this.getAttr('index'),1)
|
|
|
|
|
this.sljhItemList.splice(index,1)
|
|
|
|
|
this.sljhGroup.destroyChildren()
|
|
|
|
|
this.drawSljhItem(that.sljhItemList)
|
|
|
|
|
this.drawSljhItem(this.sljhItemList)
|
|
|
|
|
}else{
|
|
|
|
|
that.$message.warning(`理料垛位错误,请放入${that.kwNameFormat(item.kw)}所在垛位`)
|
|
|
|
|
this.$message.warning(`理料垛位错误,请放入${this.kwNameFormat(item.kw)}所在垛位`)
|
|
|
|
|
}
|
|
|
|
|
break
|
|
|
|
|
}
|
|
|
|
|
index++
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
@ -209,8 +211,6 @@ export default {
|
|
|
|
|
that.initPgd(list[i])
|
|
|
|
|
})
|
|
|
|
|
qyGroup.on('mousedown touchstart',function ({evt}){
|
|
|
|
|
console.log(111)
|
|
|
|
|
console.log(evt)
|
|
|
|
|
const worker=that.currentWorker;
|
|
|
|
|
if (!that.canSl||!worker){
|
|
|
|
|
return
|
|
|
|
@ -373,8 +373,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
const titel=drawTitle(this.width,this.height,this.title)
|
|
|
|
|
const that=this
|
|
|
|
|
titel.on('click touch',function (){
|
|
|
|
|
console.log(111)
|
|
|
|
|
titel.on('click tap',function (){
|
|
|
|
|
that.$refs.drawer.show()
|
|
|
|
|
})
|
|
|
|
|
this.layer.add(titel)
|
|
|
|
|