From a08e8abcab5ccf7da847bf6fe26a2733ce1eaf6f Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Wed, 11 Dec 2024 11:29:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4debugger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wms/productionManage/productionplan/productionMain/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/wms/productionManage/productionplan/productionMain/index.vue b/src/views/wms/productionManage/productionplan/productionMain/index.vue index 637f82d65..f3c5a0503 100644 --- a/src/views/wms/productionManage/productionplan/productionMain/index.vue +++ b/src/views/wms/productionManage/productionplan/productionMain/index.vue @@ -480,7 +480,6 @@ const autoCreatePlanRequest = async (row)=>{ // 生成发料申请 if (Array.isArray(res) && res.length > 0) { res.forEach(item => { - debugger // 已发布 if(item.status == '6'){ ProductionMainApi.generateIssueRequest(item.number)