Commit 3da30d1f authored by zhoumaotao's avatar zhoumaotao

页面调整

parent 0d54bc50
......@@ -8,19 +8,19 @@
<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">
<view style="font-size: 15px;" class="uni-input">{{pickerArray[selectedIndex].name}}</view>
</picker>
</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="请输入供应商代码" />
</view>
<view class="cu-form-group" style="background: #eee;">
<view class="title " style="width: 30%" >容器类别</view>
<input v-model="rqlb" class="uni-input" focus placeholder="请输入容器类别" />
</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="请输入供应商代码" />
<view class="title " style="width: 30%" >托盘类别</view>
<input v-model="rqlb" class="uni-input" focus placeholder="请输入托盘类别" />
</view>
<!-- 查询按钮 -->
<view style="height: 40px;">
......
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