|
|
@@ -144,6 +144,7 @@
|
|
|
</div>@endcan
|
|
|
</div>
|
|
|
</td>
|
|
|
+ <td class="td-cool"><span>@{{waybill.ordering_remark}}</span></td>
|
|
|
<td class="td-cool"><span>@{{waybill.recipient}}</span></td>
|
|
|
<td class="td-cool"><span>@{{waybill.recipient_mobile}}</span></td>
|
|
|
<td class="td-cool text-muted"><span>@{{waybill.origination}}</span></td>
|
|
|
@@ -433,6 +434,7 @@
|
|
|
{name:'other_charge',value: '其他收费', neglect: true, class:"td-warm"},
|
|
|
{name:'other_charge_remark',value: '其他收费备注', class:"td-warm"},
|
|
|
@can('运输管理-运单-图片上传'){name:'img',value: '照片', neglect: true, class:"td-warm"},@endcan
|
|
|
+ {name:'ordering_remark',value: '运单备注', class:"td-cool"},
|
|
|
{name:'recipient',value: '收件人', class:"td-cool"},
|
|
|
{name:'recipient_mobile',value: '收件人电话', class:"td-cool"},
|
|
|
{name:'origination',value: '始发地', class:"td-cool"},
|
|
|
@@ -466,8 +468,8 @@
|
|
|
before : [
|
|
|
{colspan:'4',value: '', class:"table-header-layer-1"},
|
|
|
{colspan:'14',value: '运单信息',font:"fa fa-file-text-o", class:"table-header-layer-1"},
|
|
|
- {colspan:'16',value: '运输信息',font:"fa fa-truck", class:"table-header-layer-1"},
|
|
|
- {colspan:'5',value: '运输信息',font:"fa fa-rmb", class:"table-header-layer-1"},
|
|
|
+ {colspan:'17',value: '运输信息',font:"fa fa-truck", class:"table-header-layer-1"},
|
|
|
+ {colspan:'5',value: '收费信息',font:"fa fa-rmb", class:"table-header-layer-1"},
|
|
|
@can('运输管理-运单-删除'){colspan:'1',value: '',font:"", class:"table-header-layer-1"},@endcan
|
|
|
],
|
|
|
}).init();
|