From 972d6f829aeb7be97765a8d8bab8c5d8f7224787 Mon Sep 17 00:00:00 2001 From: bonus <1203338439@qq.com> Date: Fri, 28 Nov 2025 15:16:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E6=9D=83=E9=99=90=E5=8F=96?= =?UTF-8?q?=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/cost/component/applyDetail.vue | 5 ++-- .../material/cost/component/applyHome.vue | 30 +++++++++++++++++++ src/views/material/cost/costApplyList.vue | 10 ++++++- 3 files changed, 42 insertions(+), 3 deletions(-) diff --git a/src/views/material/cost/component/applyDetail.vue b/src/views/material/cost/component/applyDetail.vue index 41136be7..73668a69 100644 --- a/src/views/material/cost/component/applyDetail.vue +++ b/src/views/material/cost/component/applyDetail.vue @@ -673,7 +673,8 @@ export default { repairList: this.repairList, scrapList: this.scrapList, loseList: this.loseList, - reductionList: this.reducList + reductionList: this.reducList, + settlementType: this.rowData[0].settlementType || '' } console.log('2222222222222', params) submitCosts(params).then(response => { @@ -681,7 +682,7 @@ export default { type: 'success', message: '提交成功' }) - this.$emit('goBackPage') + this.$emit('isReset') }) }) .catch(() => {}) diff --git a/src/views/material/cost/component/applyHome.vue b/src/views/material/cost/component/applyHome.vue index e7c7292a..4174300c 100644 --- a/src/views/material/cost/component/applyHome.vue +++ b/src/views/material/cost/component/applyHome.vue @@ -53,6 +53,17 @@ > + + + + + + 查询 重置 @@ -83,6 +94,15 @@ 无待结费用 + + +