|
|
@@ -60,6 +60,7 @@
|
|
|
<span>@{{ i+1 }}</span>
|
|
|
</td>
|
|
|
<td class="td-warm text-muted"><span>@{{ item.id }}</span></td>
|
|
|
+ <td class="td-warm text-muted"><span>@{{ item.createTime }}</span></td>
|
|
|
<td class="td-warm text-muted"><span>@{{ item.type }}</span></td>
|
|
|
<td class="td-warm text-muted"><span>@{{ item.status }}</span></td>
|
|
|
<td class="td-warm text-muted"><span>@{{ item.asnNos }}</span></td>
|
|
|
@@ -168,7 +169,7 @@
|
|
|
<div class="modal fade" id="staticBackdropShowCommodityDetail" tabindex="-1"
|
|
|
aria-labelledby="staticBackdropLabel"
|
|
|
aria-hidden="true">
|
|
|
- <div class="modal-dialog " style="max-width: 70% !important;">
|
|
|
+ <div class="modal-dialog modal-lg">
|
|
|
<div class="modal-content ">
|
|
|
<div class="modal-header ">
|
|
|
<h5 class="modal-title" id="staticBackdropLabel">明细</h5>
|
|
|
@@ -274,6 +275,7 @@
|
|
|
let column = [
|
|
|
{name: 'row_num', value: '序号'},
|
|
|
{name: 'id', value: '推单任务编号'},
|
|
|
+ {name: 'createTime', value: '创建时间'},
|
|
|
{name: 'type', value: '任务类型'},
|
|
|
{name: 'status', value: '状态'},
|
|
|
{name: 'asnNos', value: 'ASN单号'},
|