소스 검색

无客户订单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);