Commit 18cac1d4 authored by dragondean@qq.com's avatar dragondean@qq.com

订单编辑和详情的bug

parent dc20d9b8
......@@ -142,7 +142,7 @@ export default {
<el-table-column prop="specificationType" :label="$t('包装')" width="120px"/>
<el-table-column prop="worth" :label="$t('货值')" width="120px"/>
<el-table-column prop="warehouseRecordRemark" :label="$t('入仓备注')" width="120px"/>
<el-table-column prop="TODO" :label="$t('快递单号')" />
<el-table-column prop="warehouseInInfoVO.expressNo" :label="$t('快递单号')" />
<el-table-column prop="sumNum" :label="$t('收费数据')" width="90px">
<template slot-scope="{row}">
<div v-if="row.warehouseInInfoVO">
......
......@@ -511,7 +511,7 @@
</el-select>
</el-form-item>
</div>
<div class="form-section" v-if="showAdress">
<div class="form-section" v-if="form.harvestMethod == 2">
<el-form-item :label="$t('收货地区')" prop="country">
<area-selector
:country="form.consigneeVO ? form.consigneeVO.country : undefined"
......
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