|
@@ -13,19 +13,21 @@
|
|
|
:height="height"
|
|
|
:row-config="{isCurrent: true,isHover: true}"
|
|
|
:data="data">
|
|
|
+ <vxe-column type="seq" title="序号" width="60"></vxe-column>
|
|
|
<vxe-column field="entryOrderCode" title="订单编号" width="100"> </vxe-column>
|
|
|
- <vxe-column field="orderType" title="出库类型" width="140"> </vxe-column>
|
|
|
+ <vxe-column field="orderType" title="出库类型" width="100"> </vxe-column>
|
|
|
<vxe-column field="entryOrderId" title="入库单仓储系统编码" width="150"> </vxe-column>
|
|
|
- <vxe-column field="warehouseCode" title="仓库编码" width="150"> </vxe-column>
|
|
|
- <vxe-column field="logisticsCode" title="物流公司编码" width="150"> </vxe-column>
|
|
|
- <vxe-column field="logisticsName" title="物流公司名称" width="150"> </vxe-column>
|
|
|
+ <vxe-column field="warehouseCode" title="仓库编码" width="100"> </vxe-column>
|
|
|
+ <vxe-column field="logisticsCode" title="物流公司编码" width="130"> </vxe-column>
|
|
|
+ <vxe-column field="logisticsName" title="物流公司名称" width="130"> </vxe-column>
|
|
|
<vxe-column field="expectStartTime" title="预期到货时间" width="150"> </vxe-column>
|
|
|
<vxe-column field="expectEndTime" title="最迟预期到货时间" width="140"> </vxe-column>
|
|
|
- <vxe-column field="senderInfo" title="发件人信息" width="170"> </vxe-column>
|
|
|
- <vxe-column field="receiverInfo" title="收件人信息" width="170"> </vxe-column>
|
|
|
- <vxe-column field="supplierName" title="供应商名称" width="140"> </vxe-column>
|
|
|
+ <vxe-column field="senderInfo" title="发件人信息" show-overflow width="170"> </vxe-column>
|
|
|
+ <vxe-column field="receiverInfo" title="收件人信息" width="200"> </vxe-column>
|
|
|
+ <vxe-column field="supplierName" title="供应商名称" show-overflow width="140"> </vxe-column>
|
|
|
<vxe-column field="sourceWarehouseName" title="出库仓库名称" width="140"> </vxe-column>
|
|
|
- <vxe-column field="expressCode" title="运单号" width="140"> </vxe-column>
|
|
|
+ <vxe-column field="expressCode" title="运单号" width="100"> </vxe-column>
|
|
|
+ <vxe-column field="createTime" title="创建时间" width="140"> </vxe-column>
|
|
|
<vxe-column title="操作" width="120" fixed="right" align="center">
|
|
|
<template #default="{ row }">
|
|
|
<el-button type="text" size="mini" @click="detailProduct(row)">查看商品</el-button>
|