优化结算页面
This commit is contained in:
parent
40e2dc42a1
commit
95c7b914c1
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue