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