优化结算页面

This commit is contained in:
BianLzhaoMin 2024-08-02 15:38:47 +08:00
parent 40e2dc42a1
commit 95c7b914c1
1 changed files with 6 additions and 6 deletions

View File

@ -123,14 +123,14 @@ export default {
], ],
// //
repairTableColumns: [ repairTableColumns: [
{ t_prop: '', t_label: '设备名称' }, { t_prop: 'typeName', t_label: '设备名称' },
{ t_prop: '', t_label: '规格型号' }, { t_prop: 'modelName', t_label: '规格型号' },
{ t_prop: 'date', t_label: '单位' }, { t_prop: 'nuitName', t_label: '单位' },
{ t_prop: '', t_label: '维修配件名称' }, { t_prop: '', t_label: '维修配件名称' },
{ t_prop: '', t_label: '维修配件型号' }, { t_prop: '', t_label: '维修配件型号' },
{ t_prop: '', t_label: '使用数量' }, { t_prop: 'num', t_label: '使用数量' },
{ t_prop: '', t_label: '配件单价' }, { t_prop: '', t_label: '配件单价' },
{ t_prop: 'price', t_label: '配件总价' }, { t_prop: 'costs', t_label: '配件总价' },
{ t_prop: '', t_label: '委外维修费用' }, { t_prop: '', t_label: '委外维修费用' },
{ t_prop: '', t_label: '费用总价' }, { t_prop: '', t_label: '费用总价' },
], ],
@ -205,7 +205,7 @@ export default {
this.settleTotalPrice_01 = res.relations[0].leaseCostOne this.settleTotalPrice_01 = res.relations[0].leaseCostOne
this.settleTotalPrice_03 = res.relations[0].leaseCostThree this.settleTotalPrice_03 = res.relations[0].leaseCostThree
// this.settleTotalPrice_01 = res.relations[0].leaseCostOne // this.settleTotalPrice_01 = res.relations[0].repairList
// this.settleTotalPrice_01 = res.relations[0].leaseCostOne // this.settleTotalPrice_01 = res.relations[0].leaseCostOne
this.noReturnTotalPrice = res.relations[0].loseCost this.noReturnTotalPrice = res.relations[0].loseCost
this.isSettle_01 = res.relations[0].isSltOne this.isSettle_01 = res.relations[0].isSltOne