Commit 906a348a authored by 332784038@qq.com's avatar 332784038@qq.com

特价与管理折扣申请业务参数bug修复

parent d5e33a83
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
/> />
</el-form-item> </el-form-item>
<el-row v-if="!orderItem.orgCharging"> <el-row v-if="!form.orgCharging">
<el-col :span="12"> <el-col :span="12">
<el-form-item :label="$t('旧运费')"> <el-form-item :label="$t('旧运费')">
{{form.orgFreight}} {{ currentMap[form.orgFreightCurrency] }} / {{ unitMap[form.freightVolume] }} {{form.orgFreight}} {{ currentMap[form.orgFreightCurrency] }} / {{ unitMap[form.freightVolume] }}
...@@ -38,6 +38,9 @@ ...@@ -38,6 +38,9 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-form-item :label="$t('旧全包价')" v-if="form.orgCharging">
{{form.orgFreight}} {{ currentMap[form.orgFreightCurrency] }} / {{ unitMap[form.freightVolume] }}
</el-form-item>
<el-row v-if="!form.charging"> <el-row v-if="!form.charging">
<el-col :span="12"> <el-col :span="12">
<el-form-item :label="$t('新运费')" style="width: 400px" prop="freight"> <el-form-item :label="$t('新运费')" style="width: 400px" prop="freight">
...@@ -56,10 +59,6 @@ ...@@ -56,10 +59,6 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<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="freight" v-if="form.charging"> <el-form-item :label="$t('新全包价')" style="width: 400px" prop="freight" v-if="form.charging">
<el-input v-model="form.freight" type="number" class="w-100" /> <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