|
|
@@ -4,11 +4,9 @@ |
|
|
|
<a-form-model :model="form" :rules="rules" v-bind="layout" ref="ruleForm"> |
|
|
|
<template v-if="sourceType==2"> |
|
|
|
<a-row v-if="form"> |
|
|
|
<a-col :span="12"><a-form-model-item label="工程费"><a-input :disabled="!isEdit" type="number" v-model="form.costCostruction" /></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="工程费"><a-input disabled="disabled" type="number" v-model="form.costCostruction" /></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="加急费"><a-input :disabled="!isEdit" type="number" v-model="form.costJiaJi" /></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="工程费"><a-input :disabled="!isEdit" type="number" v-model="form.costCostruction"/></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="加急费"><a-input :disabled="!isEdit" type="number" v-model="form.costJiaJi"/></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="浮动金额"><a-input :disabled="!isEdit" type="number" v-model="form.orderPreferentialMoney"/></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="浮动金额"><a-input disabled="disabled" type="number" v-model="form.orderPreferentialMoney"/></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="锣程费"><a-input :disabled="!isEdit" type="number" v-model="form.routLengthMoney"/></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="孔费"><a-input :disabled="!isEdit" type="number" v-model="form.holeMoney"/></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="板费"><a-input :disabled="!isEdit" type="number" v-model="form.costBoard"/></a-form-model-item></a-col> |
|
|
@@ -19,10 +17,10 @@ |
|
|
|
<a-col :span="12"><a-form-model-item label="颜料费"><a-input :disabled="!isEdit" type="number" v-model="form.costColor"/></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="成型费"><a-input :disabled="!isEdit" type="number" v-model="form.costShap"/></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="其他费"><a-input :disabled="!isEdit" type="number" v-model="form.costOther"/></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="产品费"><a-input :disabled="!isEdit" type="number" v-model="form.orderTotalMoney"/></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="税费"><a-input :disabled="!isEdit" type="number" v-model="form.orderTaxMoney"/></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="运费"><a-input :disabled="!isEdit" type="number" v-model="form.orderShipMoney"/></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="会员优惠券优惠金额"><a-input :disabled="!isEdit" type="number" v-model="form.memberCouponMoney"/></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="产品费"><a-input disabled="disabled" type="number" v-model="form.orderTotalMoney"/></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="税费"><a-input disabled="disabled" type="number" v-model="form.orderTaxMoney"/></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="运费"><a-input disabled="disabled" type="number" v-model="form.orderShipMoney"/></a-form-model-item></a-col> |
|
|
|
<a-col :span="12"><a-form-model-item label="会员优惠券优惠金额"><a-input disabled="disabled" type="number" v-model="form.memberCouponMoney"/></a-form-model-item></a-col> |
|
|
|
</a-row> |
|
|
|
</template> |
|
|
|
<template v-else-if="sourceType==4"> |
|
|
|