Browse Source

去掉console

intex_online20241111
zhang_li 3 weeks ago
parent
commit
5433a593d2
  1. 2
      src/pages/issue/job/issueDetailBatch.vue

2
src/pages/issue/job/issueDetailBatch.vue

@ -229,7 +229,6 @@
this.openScanPopupSimulate(this.scanMessage); this.openScanPopupSimulate(this.scanMessage);
} }
setTimeout(r => { setTimeout(r => {
that.resizeCollapse(); that.resizeCollapse();
}, 100) }, 100)
@ -311,7 +310,6 @@
if (isExit == undefined) { if (isExit == undefined) {
// this.showErrorMessage("" + batch + "" + result // this.showErrorMessage("" + batch + "" + result
// .fromLocationCode + "") // .fromLocationCode + "")
console.log(this.toLocationCode)
detail.subList.push({ detail.subList.push({
scaned:true, scaned:true,
fromLocationCode:this.fromLocationCode, fromLocationCode:this.fromLocationCode,

Loading…
Cancel
Save