101
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
"name" : "株洲中钨",
|
"name" : "株洲中钨",
|
||||||
"appid" : "__UNI__B609253",
|
"appid" : "__UNI__B609253",
|
||||||
"description" : "株硬粉末LMS手持系统",
|
"description" : "株硬粉末LMS手持系统",
|
||||||
"versionName" : "1.0.0",
|
"versionName" : "1.0.1",
|
||||||
"versionCode" : 100,
|
"versionCode" : 101,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
@@ -18,27 +18,25 @@
|
|||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
<th>批次</th>
|
||||||
<th>物料编码</th>
|
<th>物料编码</th>
|
||||||
<th>物料名称</th>
|
<th>物料名称</th>
|
||||||
<th>库位</th>
|
<th>库位</th>
|
||||||
<th>批次</th>
|
|
||||||
<th>物料型号</th>
|
<th>物料型号</th>
|
||||||
<th>料桶号</th>
|
<th>料桶号</th>
|
||||||
<th>数量</th>
|
<th>数量</th>
|
||||||
<th>供应商编码</th>
|
|
||||||
<th>供应商名称</th>
|
<th>供应商名称</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr v-for="(e, i) in dataList" :key="i" :class="{'checked': e.struct_code === pkId}" @tap="toCheck(e)">
|
<tr v-for="(e, i) in dataList" :key="i" :class="{'checked': e.struct_code === pkId}" @tap="toCheck(e)">
|
||||||
|
<td>{{e.pcsn}}</td>
|
||||||
<td>{{e.material_code}}</td>
|
<td>{{e.material_code}}</td>
|
||||||
<td>{{e.material_name}}</td>
|
<td>{{e.material_name}}</td>
|
||||||
<td>{{e.struct_code}}</td>
|
<td>{{e.struct_code}}</td>
|
||||||
<td>{{e.pcsn}}</td>
|
|
||||||
<td>{{e.material_model}}</td>
|
<td>{{e.material_model}}</td>
|
||||||
<td>{{e.storagevehicle_code}}</td>
|
<td>{{e.storagevehicle_code}}</td>
|
||||||
<td>{{e.qty}}</td>
|
<td>{{e.qty}}</td>
|
||||||
<td>{{e.supp_code}}</td>
|
|
||||||
<td>{{e.supp_name}}</td>
|
<td>{{e.supp_name}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user