Browse Source

修改盘点功能

wms3.0_pda
聂喜婷 1 year ago
parent
commit
c5c7a98b20
  1. 38
      pages/count/job/countDetail.vue

38
pages/count/job/countDetail.vue

@ -357,27 +357,25 @@
} else if (subItems.length == 1) { } else if (subItems.length == 1) {
let subItem = subItems[0]; let subItem = subItems[0];
if (subItem.scaned) { if (subItem.scaned) {
if (subItem != undefined) { that.editCountResult(item, subItem);
// this.$refs.comMessage.showQuestionMessage("" + that.label.packingNumber +
that.editCountResult(item, subItem); // ",?",
// res => {
// this.$refs.comMessage.showQuestionMessage("" + that.label.packingNumber + // if (res) {
// ",?", // this.currentEditItem = subItem;
// res => { // this.$refs.countQtyEdit.openEditPopup(subItem,
// if (res) { // item.subList);
// this.currentEditItem = subItem; // // this.$refs.countQtyEdit.openEditPopupShowSeconds(subItem,
// this.$refs.countQtyEdit.openEditPopup(subItem, // // item.subList);
// item.subList); // } else {
// // this.$refs.countQtyEdit.openEditPopupShowSeconds(subItem, // this.scanPopupGetFocus();
// // item.subList); // }
// } else { // })
// this.scanPopupGetFocus(); } else {
// } that.scanByBalance(result);
// })
} else {
that.scanByBalance(result);
}
} }
} else if (subItems.length == 0) {
that.scanByBalance(result);
} }
} }
} catch (e) { } catch (e) {

Loading…
Cancel
Save