change
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
"name" : "欧伦",
|
"name" : "欧伦",
|
||||||
"appid" : "__UNI__DE2F207",
|
"appid" : "__UNI__DE2F207",
|
||||||
"description" : "欧伦WMS手持系统",
|
"description" : "欧伦WMS手持系统",
|
||||||
"versionName" : "1.0.2",
|
"versionName" : "1.0.3",
|
||||||
"versionCode" : 102,
|
"versionCode" : 103,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
<span class="filter_label">物料信息</span>
|
<span class="filter_label">物料信息</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="zd-col-17">
|
<view class="zd-col-17">
|
||||||
<input type="text" class="filter_input" v-model="currentData.material_code" @tap="toJump">
|
<input type="text" class="filter_input" v-model="currentData.material_name" @tap="toJump">
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="zd-row border-bottom">
|
<view class="zd-row border-bottom">
|
||||||
@@ -52,14 +52,14 @@
|
|||||||
<input type="text" class="filter_input filter_input_disabled" v-model="currentData.material_code" disabled>
|
<input type="text" class="filter_input filter_input_disabled" v-model="currentData.material_code" disabled>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="zd-row border-bottom">
|
<!-- <view class="zd-row border-bottom">
|
||||||
<view class="zd-col-7">
|
<view class="zd-col-7">
|
||||||
<span class="filter_label">物料批次</span>
|
<span class="filter_label">物料批次</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="zd-col-17">
|
<view class="zd-col-17">
|
||||||
<input type="text" class="filter_input" v-model="currentData.pcsn">
|
<input type="text" class="filter_input" v-model="currentData.pcsn">
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="zd-row border-bottom">
|
<view class="zd-row border-bottom">
|
||||||
<view class="zd-col-7">
|
<view class="zd-col-7">
|
||||||
<span class="filter_label">物料数量</span>
|
<span class="filter_label">物料数量</span>
|
||||||
|
|||||||
@@ -36,22 +36,22 @@
|
|||||||
<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>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr v-for="(e, i) in dataList" :key="i" @tap="toChek(e)" :class="{'checked': pkId === e.group_id}">
|
<tr v-for="(e, i) in dataList" :key="i" @tap="toChek(e)" :class="{'checked': pkId === e.group_id}">
|
||||||
<td>{{e.material_name}}</td>
|
<td>{{e.material_name}}</td>
|
||||||
<td>{{e.qty}}</td>
|
<td>{{e.qty}}</td>
|
||||||
<td>{{e.material_spec}}</td>
|
|
||||||
<td>{{e.material_code}}</td>
|
<td>{{e.material_code}}</td>
|
||||||
<td>{{e.pcsn}}</td>
|
<td>{{e.pcsn}}</td>
|
||||||
<td>{{e.struct_code}}</td>
|
<td>{{e.struct_code}}</td>
|
||||||
<td>{{e.qty_unit_name}}</td>
|
<td>{{e.qty_unit_name}}</td>
|
||||||
|
<td>{{e.material_spec}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -36,22 +36,22 @@
|
|||||||
<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>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr v-for="(e, i) in dataList" :key="i" @tap="toChek(e)" :class="{'checked': pkId === e.group_id}">
|
<tr v-for="(e, i) in dataList" :key="i" @tap="toChek(e)" :class="{'checked': pkId === e.group_id}">
|
||||||
<td>{{e.material_name}}</td>
|
<td>{{e.material_name}}</td>
|
||||||
<td>{{e.qty}}</td>
|
<td>{{e.qty}}</td>
|
||||||
<td>{{e.material_spec}}</td>
|
|
||||||
<td>{{e.material_code}}</td>
|
<td>{{e.material_code}}</td>
|
||||||
<td>{{e.pcsn}}</td>
|
<td>{{e.pcsn}}</td>
|
||||||
<td>{{e.struct_code}}</td>
|
<td>{{e.struct_code}}</td>
|
||||||
<td>{{e.qty_unit_name}}</td>
|
<td>{{e.qty_unit_name}}</td>
|
||||||
|
<td>{{e.material_spec}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user