diff --git a/mes/qd/src/views/wms/storage_manage/product/productOut/AddDialog.vue b/mes/qd/src/views/wms/storage_manage/product/productOut/AddDialog.vue index 1dbc19ae..77ec2cd0 100644 --- a/mes/qd/src/views/wms/storage_manage/product/productOut/AddDialog.vue +++ b/mes/qd/src/views/wms/storage_manage/product/productOut/AddDialog.vue @@ -394,7 +394,7 @@ export default { let same_mater = true this.form.tableData.forEach((item) => { if (item.base_billdtl_id === row.sale_id) { - same_mater = false + same_mater = true } }) if (same_mater) {