1.修复查询盘点码明细未使用批次号条件过滤问题

feature-order-fix
x_z 2 years ago
parent e52c008fe3
commit b1931b4a30

@ -400,6 +400,7 @@ export default {
this.codeQuery = {
orderIdFk: row.orderIdFk,
productId: row.productId,
batchNo: row.batchNo,
edit: false
};
this.codesVisible = true;

@ -371,6 +371,7 @@ export default {
this.codeQuery = {
orderIdFk: row.orderIdFk,
productId: row.productId,
batchNo: row.batchNo,
edit: false
};
this.codesVisible = true;

Loading…
Cancel
Save