Commit d8d4a0d8 authored by Marcus's avatar Marcus

【特价】申请管理折扣页面,输入新全包价后,旧全包价跟着变化了

http://zentao.jdshangmen.com/bug-view-1040.html
parent ff079447
......@@ -47,7 +47,7 @@
</el-row>
<el-form-item :label="$t('旧全包价')" v-if="orderItem.charging">
{{form.freight}} {{ currentMap[form.freightCurrency] }} / {{ unitMap[form.freightVolume] }}
{{form.orgFreight}} {{ currentMap[form.freightCurrency] }} / {{ unitMap[form.freightVolume] }}
</el-form-item>
<el-form-item :label="$t('新全包价')" style="width: 400px" prop="clearanceFreight" v-if="orderItem.charging">
<el-input v-model="form.freight" type="number" class="w-100" />
......
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