新购新增租赁价格修改
This commit is contained in:
parent
58437e4919
commit
d8a4dbfdbb
|
|
@ -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(() => {
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue