确认取货
This commit is contained in:
@@ -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