退料流程还是按照目前的流程,需要增加双方拍照上传的功能。
This commit is contained in:
parent
8a4745e079
commit
dbb0ec1782
@ -420,7 +420,7 @@ export default {
|
|||||||
}).join(",")
|
}).join(",")
|
||||||
}
|
}
|
||||||
if ((!this.chooseStaff || this.chooseStaff.length === 0)){
|
if ((!this.chooseStaff || this.chooseStaff.length === 0)){
|
||||||
this.$modal.msgError("请选择领料人!")
|
this.$modal.msgError(`请选择${this.type ? '领' : '退'}料人!`)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// 生成领料单、退料单
|
// 生成领料单、退料单
|
||||||
|
Loading…
Reference in New Issue
Block a user