@@ -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);