Browse Source

修改直接发料查询

intex_online20241205
lijuncheng 5 months ago
parent
commit
a1347028d2
  1. 8
      src/mycomponents/query/fifoQuery.vue
  2. 4
      src/pages/issue/record/directIssueByBatch.vue

8
src/mycomponents/query/fifoQuery.vue

@ -243,10 +243,10 @@
return; return;
} }
if(this.warehouseCode==""){ // if(this.warehouseCode==""){
this.showErrorMessage("仓库代码为空,请输入仓库代码") // this.showErrorMessage(",")
return; // return;
} // }
uni.showLoading({ uni.showLoading({
title:"查询中", title:"查询中",
mask:true mask:true

4
src/pages/issue/record/directIssueByBatch.vue

@ -377,8 +377,8 @@
}, },
scanPopupGetFocus() { scanPopupGetFocus() {
if (this.$refs.scanPopup != undefined) { if (this.$refs.scanPopup) {
this.$refs.scanPopup.getfocus(); this.$refs.scanPopup.packGetFocus();
} }
}, },

Loading…
Cancel
Save