feat:按取货槽退货

20240912_adapter
chenhc 6 months ago
parent ffd8ac1c2e
commit b1dedb00d3

@ -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') {

Loading…
Cancel
Save