|
|
@@ -15,8 +15,8 @@
|
|
|
</td>
|
|
|
<td><span>@{{ i+1 }}</span></td>
|
|
|
<td class="text-muted"><span>@{{store.asn_code}}</span></td>
|
|
|
- <td><span>@{{store.warehouse.name}}</span></td>
|
|
|
- <td class="text-muted"><span>@{{store.owner.name}}</span></td>
|
|
|
+ <td><span>@{{store.warehouse ? store.warehouse.name : ''}}</span></td>
|
|
|
+ <td class="text-muted"><span>@{{store.owner ? store.owner.name : ''}}</span></td>
|
|
|
<td class="text-muted"><span>@{{store.stored_method}}</span></td>
|
|
|
<td class="text-muted"><span>@{{store.status}}</span></td>
|
|
|
<td><span>@{{store.remark}}</span></td>
|
|
|
@@ -45,8 +45,6 @@
|
|
|
mounted:function(){
|
|
|
$('#fast').removeClass('d-none');
|
|
|
let column = [
|
|
|
- {name:'cloneCheckAll',customization:true,type:'checkAll',column:'id',
|
|
|
- dom:$('#cloneCheckAll').removeClass('d-none'), neglect: true},
|
|
|
{name:'index',value: '序号', neglect: true},
|
|
|
{name:'asn_code',value: 'ASN编号'},
|
|
|
{name:'warehouse_name',value: '仓库'},
|