删除多余字段
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
<th>{{$t('th.WarehouseLocation')}}</th>
|
||||
<th>{{$t('label.CarrierCode')}}</th>
|
||||
<th>{{$t('label.MaterialName')}}</th>
|
||||
<th>{{$t('label.MaterialSpecification')}}</th>
|
||||
<th>{{$t('label.MaterialCode')}}</th>
|
||||
<th>{{$t('th.Quantity')}}</th>
|
||||
<th>{{$t('th.Unit')}}</th>
|
||||
@@ -49,7 +48,6 @@
|
||||
<td>{{e.struct_code}}</td>
|
||||
<td>{{e.storagevehicle_code}}</td>
|
||||
<td>{{e.material_name}}</td>
|
||||
<td>{{e.material_spec}}</td>
|
||||
<td>{{e.material_code}}</td>
|
||||
<td>{{e.qty}}</td>
|
||||
<td>{{e.qty_unit_name}}</td>
|
||||
|
||||
Reference in New Issue
Block a user