删除多余字段
This commit is contained in:
@@ -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" : {
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user