优化配件费用

This commit is contained in:
BianLzhaoMin 2024-08-08 14:06:35 +08:00
parent 2e03612581
commit afc5ab0e8b
3 changed files with 4 additions and 1 deletions

View File

@ -252,8 +252,9 @@
></el-input>
</el-form-item>
<el-form-item
v-if="domain.partType == 1"
:prop="'premiumListTwo.' + index + '.partCost'"
label="配件费用"
label="配件单价"
:rules="{
required: false,
validator: meneyIntegerValidator,

View File

@ -255,6 +255,7 @@
<el-form-item
label="配件单价(元)"
label-width="120px"
v-if="domain.partType == 1"
>
<el-input
v-model="domain.partPrice"

View File

@ -99,6 +99,7 @@
:prop="'premiumList.' + index + '.partPrice'"
label="配件单价(元)"
label-width="120px"
v-if="domain.partType == 1"
>
<el-input
v-model="domain.partPrice"