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 @@ 无待结费用 + + +