|
@@ -72,14 +72,13 @@
|
|
<vxe-column field="logisticsCompany" title="快递公司" width="120"></vxe-column>
|
|
<vxe-column field="logisticsCompany" title="快递公司" width="120"></vxe-column>
|
|
<vxe-column field="logisticsCompanyId" title="物流公司编码" width="120"></vxe-column>
|
|
<vxe-column field="logisticsCompanyId" title="物流公司编码" width="120"></vxe-column>
|
|
<vxe-column field="internationalLogisticsId" title="国际物流单号" width="120"></vxe-column>
|
|
<vxe-column field="internationalLogisticsId" title="国际物流单号" width="120"></vxe-column>
|
|
- <vxe-column field="skus" title="商品" width="120"></vxe-column>
|
|
|
|
|
|
+ <vxe-column field="skus" title="skus" width="120"></vxe-column>
|
|
<vxe-column field="weight" title="重量" width="70"></vxe-column>
|
|
<vxe-column field="weight" title="重量" width="70"></vxe-column>
|
|
<vxe-column field="isCod" title="是否货到付款" width="120">
|
|
<vxe-column field="isCod" title="是否货到付款" width="120">
|
|
<template #default="{ row }">
|
|
<template #default="{ row }">
|
|
{{ row.isCod == 1 ? '是' :' 否' }}
|
|
{{ row.isCod == 1 ? '是' :' 否' }}
|
|
</template>
|
|
</template>
|
|
</vxe-column>
|
|
</vxe-column>
|
|
- <!-- <vxe-column field="freight" title="运费" width="70"></vxe-column> -->
|
|
|
|
<vxe-column field="sendDate" title="发货日期" width="120"></vxe-column>
|
|
<vxe-column field="sendDate" title="发货日期" width="120"></vxe-column>
|
|
<vxe-column field="signTime" title="预计送达时间" width="120"></vxe-column>
|
|
<vxe-column field="signTime" title="预计送达时间" width="120"></vxe-column>
|
|
<vxe-column field="endTime" title="确认收货时间" width="120"></vxe-column>
|
|
<vxe-column field="endTime" title="确认收货时间" width="120"></vxe-column>
|
|
@@ -124,8 +123,8 @@
|
|
<vxe-column field="note" title="线下备注" width="120"></vxe-column>
|
|
<vxe-column field="note" title="线下备注" width="120"></vxe-column>
|
|
<vxe-column title="操作" width="120" fixed="right">
|
|
<vxe-column title="操作" width="120" fixed="right">
|
|
<template #default="{ row }">
|
|
<template #default="{ row }">
|
|
- <el-button type="text" v-if="showMerge(row)" @click="mergeHandle(row)">合并</el-button>
|
|
|
|
- <el-button type="text" v-if="showSplit(row)" @click="splitHandle(row)">拆分</el-button>
|
|
|
|
|
|
+ <el-button type="text" size="mini" v-if="showMerge(row)" @click="mergeHandle(row)">合并</el-button>
|
|
|
|
+ <el-button type="text" size="mini" v-if="showSplit(row)" @click="splitHandle(row)">拆分</el-button>
|
|
</template>
|
|
</template>
|
|
</vxe-column>
|
|
</vxe-column>
|
|
</vxe-table>
|
|
</vxe-table>
|