删除多余字段

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

@@ -2,8 +2,8 @@
"name" : "宁波富佳", "name" : "宁波富佳",
"appid" : "__UNI__F00F4C3", "appid" : "__UNI__F00F4C3",
"description" : "宁波富佳手持系统", "description" : "宁波富佳手持系统",
"versionName" : "1.0.4", "versionName" : "1.0.5",
"versionCode" : 104, "versionCode" : 105,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

@@ -38,7 +38,6 @@
<th>{{$t('th.WarehouseLocation')}}</th> <th>{{$t('th.WarehouseLocation')}}</th>
<th>{{$t('label.CarrierCode')}}</th> <th>{{$t('label.CarrierCode')}}</th>
<th>{{$t('label.MaterialName')}}</th> <th>{{$t('label.MaterialName')}}</th>
<th>{{$t('label.MaterialSpecification')}}</th>
<th>{{$t('label.MaterialCode')}}</th> <th>{{$t('label.MaterialCode')}}</th>
<th>{{$t('th.Quantity')}}</th> <th>{{$t('th.Quantity')}}</th>
<th>{{$t('th.Unit')}}</th> <th>{{$t('th.Unit')}}</th>
@@ -49,7 +48,6 @@
<td>{{e.struct_code}}</td> <td>{{e.struct_code}}</td>
<td>{{e.storagevehicle_code}}</td> <td>{{e.storagevehicle_code}}</td>
<td>{{e.material_name}}</td> <td>{{e.material_name}}</td>
<td>{{e.material_spec}}</td>
<td>{{e.material_code}}</td> <td>{{e.material_code}}</td>
<td>{{e.qty}}</td> <td>{{e.qty}}</td>
<td>{{e.qty_unit_name}}</td> <td>{{e.qty_unit_name}}</td>