|
@@ -188,13 +188,7 @@
|
|
|
</el-table-column> -->
|
|
|
<el-table-column align="left" label="订单号" prop="mainOrderId" min-width="150" show-overflow-tooltip />
|
|
|
<el-table-column align="left" label="订单日期" prop="theTime" min-width="150" show-overflow-tooltip />
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="订单审核时间"
|
|
|
- prop="approvalTime"
|
|
|
- min-width="150"
|
|
|
- show-overflow-tooltip
|
|
|
- />
|
|
|
+ <el-table-column align="left" label="订单审核时间" prop="examineTime" min-width="150" show-overflow-tooltip />
|
|
|
<el-table-column
|
|
|
align="left"
|
|
|
label="预留时间"
|
|
@@ -205,7 +199,13 @@
|
|
|
<el-table-column align="left" label="预留单号" prop="reservedId" min-width="150" show-overflow-tooltip />
|
|
|
<el-table-column align="left" label="发货单号" prop="invoiceId" min-width="150" show-overflow-tooltip />
|
|
|
<el-table-column align="left" label="发货单日期" prop="orderTime" min-width="150" show-overflow-tooltip />
|
|
|
- <el-table-column align="left" label="发货审核时间" prop="examineTime" min-width="150" show-overflow-tooltip />
|
|
|
+ <el-table-column
|
|
|
+ align="left"
|
|
|
+ label="发货审核时间"
|
|
|
+ prop="approvalTime"
|
|
|
+ min-width="150"
|
|
|
+ show-overflow-tooltip
|
|
|
+ />
|
|
|
<el-table-column
|
|
|
align="left"
|
|
|
label="出库状态"
|