页面优化
This commit is contained in:
parent
ab25097299
commit
6c169348cf
|
|
@ -34,7 +34,7 @@
|
|||
<div style="color: rgb(217, 0, 27); font-weight: 700; padding: 20px 0">
|
||||
结算费用合计:¥{{ costAll }},租赁费用¥{{ leaseCost }},维修费用¥{{
|
||||
repairCost
|
||||
}},报废费用¥{{ scrapCost }},丢失费用{{ loseCost }}。
|
||||
}},报废费用¥{{ scrapCost }},丢失费用{{ loseCost }}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -82,7 +82,12 @@
|
|||
:data="agreementList"
|
||||
@selection-change="handleSelectionChange"
|
||||
>
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<el-table-column
|
||||
type="selection"
|
||||
width="55"
|
||||
align="center"
|
||||
:selectable="(row) => row.sltStatus == 1"
|
||||
/>
|
||||
<el-table-column
|
||||
label="序号"
|
||||
align="center"
|
||||
|
|
@ -342,6 +347,10 @@ export default {
|
|||
})
|
||||
},
|
||||
handleApplyList() {
|
||||
if (this.ids.length < 1) {
|
||||
this.$message.error('请候选需要结算的数据!')
|
||||
return
|
||||
}
|
||||
if (this.ids.length > 0) {
|
||||
let arr = this.ids
|
||||
this.$tab.closeOpenPage({
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
item.loseCost
|
||||
}},增加项费用¥{{ item.addCost }},减免费用¥{{
|
||||
item.subCost
|
||||
}},增减原因:{{ item.remark }}。
|
||||
}},增减原因:{{ item.remark }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue