确认取货
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
return {
|
||||
userName: '',
|
||||
menuList: [
|
||||
{title: '原料管理', path: 'RF04', sonTree: [{title: '来料入库', path: '/pages/zw/ll-instore'}, {title: '空载具入库', path: '/pages/zw/kzj-instore'}, {title: '空载具出库', path: '/pages/zw/kzj-outstore'}, {title: '点位属性设置', path: '/pages/zw/point-attrset'}, {title: '物料组盘', path: '/pages/zw/wl-groupplate'}, {title: '确认取货', path: '/pages/zw/confirm-quhuo'}]},
|
||||
{title: '原料管理', path: 'RF04', sonTree: [{title: '来料入库', path: '/pages/zw/ll-instore'}, {title: '空载具入库', path: '/pages/zw/kzj-instore'}, {title: '空载具出库', path: '/pages/zw/kzj-outstore'}, {title: '点位属性设置', path: '/pages/zw/point-attrset'}, {title: '物料组盘', path: '/pages/zw/wl-groupplate'}, {title: '点位更新', path: '/pages/zw/confirm-quhuo'}]},
|
||||
{title: '解包管理', path: 'RF03', sonTree: [{title: '解包上料', path: '/pages/zw/jb-up-mater'}, {title: '解包下料', path: '/pages/zw/jb-lower-mater'}, {title: '料桶盘点', path: '/pages/zw/materbox-instore'}, {title: '解包退料', path: '/pages/zw/jb-return-mater'}, {title: '人车安全', path: '/pages/zw/mancar-safe'}]},
|
||||
{title: '产线管理', path: 'RF07', sonTree: [{title: '手工叫料', path: '/pages/zw/manual-callmater'}, {title: '手工退料', path: '/pages/zw/manual-returnmater'}]},
|
||||
{title: '作业管理', path: 'RF05', sonTree: [{title: '作业管理', path: '/pages/zw/zygl'}]},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="zd_container">
|
||||
<!-- 取货确认 -->
|
||||
<!-- 点位更新 -->
|
||||
<nav-bar :title="title"></nav-bar>
|
||||
<view class="zd_content">
|
||||
<view class="zd_wrapper">
|
||||
@@ -22,6 +22,14 @@
|
||||
<uni-data-select v-model="index" :localdata="options" @change="selectChange"></uni-data-select>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row border-bottom" v-if="index === '3'">
|
||||
<view class="zd-col-7">
|
||||
<span class="filter_label">托盘编码</span>
|
||||
</view>
|
||||
<view class="zd-col-17">
|
||||
<search-box v-model="val2"/>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row submit-bar">
|
||||
@@ -44,7 +52,8 @@
|
||||
return {
|
||||
title: '',
|
||||
val1: '',
|
||||
options: [{text:'空点位', value:'1'}, {text:'空托盘', value: '2'}],
|
||||
val2: '',
|
||||
options: [{text:'空点位', value:'1'}, {text:'空托盘', value: '2'}, {text:'托盘绑定', value: '3'}],
|
||||
index: '',
|
||||
disabled: false
|
||||
};
|
||||
|
||||
@@ -73,6 +73,8 @@
|
||||
<th>删除选择</th>
|
||||
<th>点位码</th>
|
||||
<th>托盘码</th>
|
||||
<th>批次号</th>
|
||||
<th>物料类型</th>
|
||||
<th>物料编码</th>
|
||||
<th>重量</th>
|
||||
<th>单据</th>
|
||||
@@ -84,6 +86,8 @@
|
||||
<td @tap="toCheck(e)"><uni-icons :type="e.checked ? 'checkbox' : 'circle'" size="24" color="#4e6ef2"></uni-icons></td>
|
||||
<td>{{e.site_code}}</td>
|
||||
<td>{{e.vehicle_code}}</td>
|
||||
<td>{{e.pcsn}}</td>
|
||||
<td>{{e.material_model}}</td>
|
||||
<td>{{e.material_code}}</td>
|
||||
<td>{{e.qty}}</td>
|
||||
<td>{{e.form_data_code}}</td>
|
||||
|
||||
Reference in New Issue
Block a user