优化配件费用
This commit is contained in:
parent
2e03612581
commit
afc5ab0e8b
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -255,6 +255,7 @@
|
|||
<el-form-item
|
||||
label="配件单价(元):"
|
||||
label-width="120px"
|
||||
v-if="domain.partType == 1"
|
||||
>
|
||||
<el-input
|
||||
v-model="domain.partPrice"
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@
|
|||
:prop="'premiumList.' + index + '.partPrice'"
|
||||
label="配件单价(元):"
|
||||
label-width="120px"
|
||||
v-if="domain.partType == 1"
|
||||
>
|
||||
<el-input
|
||||
v-model="domain.partPrice"
|
||||
|
|
|
|||
Loading…
Reference in New Issue