zhang_li 2 weeks ago
parent
commit
5c6c21532c
  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

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

Loading…
Cancel
Save