新购新增租赁价格修改

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

View File

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