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;
}
if(this.warehouseCode==""){
this.showErrorMessage("仓库代码为空,请输入仓库代码")
return;
}
// if(this.warehouseCode==""){
// this.showErrorMessage(",")
// return;
// }
uni.showLoading({
title:"查询中",
mask:true

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

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

Loading…
Cancel
Save