lilei há 2 anos atrás
pai
commit
83a2b69821

+ 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 {