From 24696c883845233e3d37cee89b6721e1061c54d7 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期二, 30 十二月 2025 08:16:44 +0800
Subject: [PATCH] 在制品报表导出修改

---
 north-glass-erp/northglass-erp/src/views/pp/report/WorkInProgressCombination.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/pp/report/WorkInProgressCombination.vue b/north-glass-erp/northglass-erp/src/views/pp/report/WorkInProgressCombination.vue
index 4702f69..eb109ba 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/report/WorkInProgressCombination.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/report/WorkInProgressCombination.vue
@@ -177,7 +177,6 @@
     optionVal = null
   }
   let terminationVals = terminationVal.value
-  console.log(terminationVals)
   request.post(`/report/workInProgressCombination/${pageNum.value}/${total.pageSize}/${inputVal}/${inputProject}/${selectProcesses}/${optionVal}/${terminationVals}`, filterData.value).then((res) => {
 
     if (res.code == 200) {

--
Gitblit v1.8.0