瀏覽代碼

无客户订单bug

2213980799@qq.com 1 年之前
父節點
當前提交
25aec74855
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/BIZComponents/inventoryTable.vue

+ 1 - 1
src/BIZComponents/inventoryTable.vue

@@ -1494,7 +1494,7 @@
         let item = {
           id: row.productCode
         };
-        if (this.needProduce == 1) {
+        if (this.needProduce == 1||this.needProduce == 2) {
           this.$refs.productListRef.open(item, index);
         } else {
           this.$refs.selectStockLedgerDialogRef.open(item, index);