|
|
@ -1699,6 +1699,7 @@ export default {
|
|
|
|
// this.workPlaceQueueCode = this.scanCode
|
|
|
|
// this.workPlaceQueueCode = this.scanCode
|
|
|
|
if (this.getDMHotskeyValue(this.scanCode)) {
|
|
|
|
if (this.getDMHotskeyValue(this.scanCode)) {
|
|
|
|
//获取当前工位的所有码 然后批量扫入
|
|
|
|
//获取当前工位的所有码 然后批量扫入
|
|
|
|
|
|
|
|
if (this.splitType == 'return') {
|
|
|
|
getCodeList({workPlaceQueueCode:this.scanCode}).then((response) => {
|
|
|
|
getCodeList({workPlaceQueueCode:this.scanCode}).then((response) => {
|
|
|
|
if (response.code === 20000) {
|
|
|
|
if (response.code === 20000) {
|
|
|
|
let params = {
|
|
|
|
let params = {
|
|
|
@ -1708,6 +1709,9 @@ export default {
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
return
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (this.splitType == 'out') {
|
|
|
|
if (this.splitType == 'out') {
|
|
|
|