lilei 2 年之前
父节点
当前提交
83a2b69821
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      public/version.json
  2. 1 1
      src/views/numsGoodsShelves/replenishmentManagement/slodOutModal.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1668134791445
+  "version": 1668135566914
 }

+ 1 - 1
src/views/numsGoodsShelves/replenishmentManagement/slodOutModal.vue

@@ -125,7 +125,7 @@ export default {
       this.$refs.table.refresh(true)
     },
     handleDetail (row) {
-      if (row.productCategory) {
+      if (row.productCategory && row.productQty) {
         this.nowData = row
         this.openCreatRoModal = true
       } else {