Commit 0e67334b authored by 332784038@qq.com's avatar 332784038@qq.com

单独修改优惠bug修复

parent 0427e2f5
......@@ -60,7 +60,7 @@
<el-form-item :label="$t('旧全包价')" v-if="orderItem.orgCharging">
{{form.orgFreight}} {{ currentMap[form.orgFreightCurrency] }} / {{ unitMap[form.freightVolume] }}
</el-form-item>
<el-form-item :label="$t('新全包价')" style="width: 400px" prop="clearanceFreight" v-if="orderItem.charging">
<el-form-item :label="$t('新全包价')" style="width: 400px" prop="freight" v-if="orderItem.charging">
<el-input v-model="form.freight" type="number" class="w-100" />
<!--货币-->
<selector v-model="form.freightCurrency" :options="currencyList" :label-field="$l('title')" value-field="id" defaultable class="w-100 ml-10" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment