删除多余字段

This commit is contained in:
2025-11-05 16:46:00 +08:00
parent 49eaed04d6
commit 5a4f83bfd9
2 changed files with 2 additions and 4 deletions

View File

@@ -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>