新购新增租赁价格修改

This commit is contained in:
zzyuan 2025-01-07 16:39:31 +08:00
parent 58437e4919
commit d8a4dbfdbb
2 changed files with 7 additions and 3 deletions

View File

@ -159,7 +159,7 @@
></el-input-number>
</template>
</el-table-column>
<el-table-column label="租赁价" prop="rentPrice"
<el-table-column label="租赁价(元/天)" prop="rentPrice"
align="center" width="200"
>
<template slot-scope="scope">
@ -650,8 +650,6 @@ export default {
this.$modal.msgError('采购数量不能为0')
}else if(index1>-1){
this.$modal.msgError('租赁价格不能为0')
}else if(index2>-1){
this.$modal.msgError('购置单价含税不能为0')
}else{
this.$modal.confirm('是否确认保存当前页面').then(function () {})
.then(() => {

View File

@ -49,6 +49,12 @@
prop="purchasePrice"
:show-overflow-tooltip="true"
/>
<el-table-column
label="租赁价(元/天)"
align="center"
prop="rentPrice"
:show-overflow-tooltip="true"
/>
<el-table-column
label="是否未固定资产"
align="center"