From e5ea2c30e33f280ffc8a0ce78224ef99fb6679b1 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期二, 30 十二月 2025 08:16:06 +0800
Subject: [PATCH] 在制品报表导出修改
---
north-glass-erp/northglass-erp/src/views/pp/report/WorkInProgressCombination.vue | 16 ++++------------
1 files changed, 4 insertions(+), 12 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 4235538..4702f69 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
@@ -108,9 +108,7 @@
optionVal = null
}
let terminationVals = terminationVal.value
-if (terminationVals == '') {
- terminationVals = null
-}
+
//绗竴娆″姞杞芥暟鎹�
request.post(`/report/workInProgressCombinationProcess/1/${total.pageSize}/${selectProcesses}/${inputVal}/${inputProject}/${optionVal}`, filterData.value).then((res) => {
@@ -145,9 +143,7 @@
optionVal = null
}
let terminationVals = terminationVal.value
- if (terminationVals == '') {
- terminationVals = null
- }
+
request.post(`/report/workInProgressCombination/${pageNum.value}/${total.pageSize}/${inputVal}/${inputProject}/${selectProcesses}/${optionVal}/${terminationVals}`, filterData.value).then((res) => {
if (res.code == 200) {
total.value = res.data.total
@@ -181,9 +177,7 @@
optionVal = null
}
let terminationVals = terminationVal.value
- if (terminationVals == '') {
- terminationVals = null
- }
+ console.log(terminationVals)
request.post(`/report/workInProgressCombination/${pageNum.value}/${total.pageSize}/${inputVal}/${inputProject}/${selectProcesses}/${optionVal}/${terminationVals}`, filterData.value).then((res) => {
if (res.code == 200) {
@@ -326,9 +320,7 @@
inputProject = null
}
let terminationVals = terminationVal.value
- if (terminationVals == '') {
- terminationVals = null
- }
+
if(date===null){
ElMessage.warning(t('report.pleaseSelectADateFirst'))
return
--
Gitblit v1.8.0