Commit e1cccded authored by zhoumaotao's avatar zhoumaotao

调整名称

parent bd7d853d
......@@ -8,7 +8,7 @@
<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>
......@@ -22,8 +22,8 @@
</picker>
</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 class="title " style="width: 30%" >托盘类别</view>
<!-- <input v-model="rqlb" class="uni-input" focus placeholder="请输入容托盘类别" /> -->
<!-- hide -->
<picker mode="selector" range-key="name" :value="selectedIndex_rqlb" :range="rqlbArray" @change="onPickerChange_rqlb">
<view style="font-size: 15px;" class="uni-input">{{rqlbArray[selectedIndex_rqlb].name}}</view>
......
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