Explorar el Código

无客户订单bug

2213980799@qq.com hace 1 año
padre
commit
25aec74855
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);