From f83dc77f98df8efb0fc3f343028f900bd51454f0 Mon Sep 17 00:00:00 2001 From: liuxy Date: Mon, 28 Aug 2023 10:15:52 +0800 Subject: [PATCH] =?UTF-8?q?rev=EF=BC=9A=E6=88=90=E5=93=81=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E5=89=8D=E7=AB=AF=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/wms/storage_manage/product/productOut/AddDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {