Commit 0a22d053 authored by dragondean@qq.com's avatar dragondean@qq.com

Merge branch 'feature/order_edit' into pre-release

# Conflicts:
#	src/views/ecw/order/index.vue
parents 1dec6dce f0f9b510
...@@ -142,7 +142,7 @@ export default { ...@@ -142,7 +142,7 @@ export default {
<el-table-column prop="specificationType" :label="$t('包装')" width="120px"/> <el-table-column prop="specificationType" :label="$t('包装')" width="120px"/>
<el-table-column prop="worth" :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="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"> <el-table-column prop="sumNum" :label="$t('收费数据')" width="90px">
<template slot-scope="{row}"> <template slot-scope="{row}">
<div v-if="row.warehouseInInfoVO"> <div v-if="row.warehouseInInfoVO">
......
...@@ -511,7 +511,7 @@ ...@@ -511,7 +511,7 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</div> </div>
<div class="form-section" v-if="showAdress"> <div class="form-section" v-if="form.harvestMethod == 2">
<el-form-item :label="$t('收货地区')" prop="country"> <el-form-item :label="$t('收货地区')" prop="country">
<area-selector <area-selector
:country="form.consigneeVO ? form.consigneeVO.country : undefined" :country="form.consigneeVO ? form.consigneeVO.country : undefined"
......
...@@ -2049,12 +2049,12 @@ export default { ...@@ -2049,12 +2049,12 @@ export default {
page: 1, page: 1,
rows: 10, rows: 10,
packageTypeArr: [], packageTypeArr: [],
channelId: ''
}; };
this.destCountryId = null this.destCountryId = null
this.destWarehouseId = null this.destWarehouseId = null
this.objectiveId = null this.objectiveId = null
this.queryParams.channelIds = null;
this.noParam.value = ""; this.noParam.value = "";
this.prodParam.value = ""; this.prodParam.value = "";
this.dateFilter = []; this.dateFilter = [];
......
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