Commit 75772db5 authored by zhoumaotao's avatar zhoumaotao

代码调整

parent 7729f276
...@@ -4,23 +4,13 @@ ...@@ -4,23 +4,13 @@
<block slot="content">空托出库</block> <block slot="content">空托出库</block>
<block slot="backText">返回</block> <block slot="backText">返回</block>
</cu-custom> </cu-custom>
<view class="cu-form-group" style="background: #eee;"> <view class="cu-form-group" style="background: #eee;">
<view class="title " style="width: 30%" >选择分类:</view> <view class="title " style="width: 30%" >选择分类:</view>
<picker mode="selector" range-key="name" :value="selectedIndex" :range="pickerArray" @change="onPickerChange"> <picker mode="selector" range-key="name" :value="selectedIndex" :range="pickerArray" @change="onPickerChange">
<view style="font-size: 15px;" class="uni-input">{{pickerArray[selectedIndex].name}}</view> <view style="font-size: 15px;" class="uni-input">{{pickerArray[selectedIndex].name}}</view>
</picker> </picker>
</view> </view>
<!-- 新增查询条件 --> <!-- 新增查询条件 -->
<view class="cu-form-group" style="background: #eee;">
<view class="title " style="width: 30%" >供应商代码</view>
<!-- <input v-model="gyscode" class="uni-input" focus placeholder="请输入供应商代码" /> -->
<picker mode="selector" range-key="name" :value="selectedIndex_gys" :range="gysArray" @change="onPickerChange_gys">
<view style="font-size: 15px;" class="uni-input">{{gysArray[selectedIndex_gys].name}}</view>
</picker>
</view>
<view class="cu-form-group" style="background: #eee;"> <view class="cu-form-group" style="background: #eee;">
<view class="title " style="width: 30%" >托盘类别</view> <view class="title " style="width: 30%" >托盘类别</view>
<!-- <input v-model="rqlb" class="uni-input" focus placeholder="请输入容托盘类别" /> --> <!-- <input v-model="rqlb" class="uni-input" focus placeholder="请输入容托盘类别" /> -->
...@@ -43,11 +33,11 @@ ...@@ -43,11 +33,11 @@
<view v-show="item.isSelect" style="position: absolute;right: 10px;top: 45px;color: #fff;font-size: 20px;" class="checkBody"> <view v-show="item.isSelect" style="position: absolute;right: 10px;top: 45px;color: #fff;font-size: 20px;" class="checkBody">
<text class="lg text-gray checkItem" :class="'cuIcon-check'" ></text> <text class="lg text-gray checkItem" :class="'cuIcon-check'" ></text>
</view> </view>
<view class="basis-sm margin-top-xs margin-bottom-xs radius">货架<span>{{item.hjname}}</span></view> <view class="basis-sm margin-top-xs margin-bottom-xs radius">货架:<span>{{item.hjname}}</span></view>
<view class="basis-lg margin-top-xs margin-bottom-xs radius">库位:<span>{{item.code}}</span></view> <view class="basis-lg margin-top-xs margin-bottom-xs radius">库位:<span>{{item.code}}</span></view>
<view class="basis-sm margin-top-xs margin-bottom-xs radius">托盘类型:<span>{{item.rqflname}}</span></view> <view class="basis-sm margin-top-xs margin-bottom-xs radius">托盘类型:<span>{{item.rqlb}}</span></view>
<view class="basis-lg margin-top-xs margin-bottom-xs radius">托盘:<span>{{item.tpcode}}</span></view> <view class="basis-lg margin-top-xs margin-bottom-xs radius">托盘:<span>{{item.tpcode}}</span></view>
</view> </view>
<view class="cu-form-group" style="min-height: 5px;"> <view class="cu-form-group" style="min-height: 5px;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment