优化
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<view class="search-confirm-wrap">
|
||||
<view class="zd-row">
|
||||
<view class="zd-col-24 zd-row jcflexstart">
|
||||
<view class="zd-col-8"><search-box v-model="val1" /></view>
|
||||
<view class="zd-col-8"><search-box placeholder="请输入查询条件" v-model="val1" /></view>
|
||||
<view class="zd-col-8 select_wraper mgl10">
|
||||
<zxz-uni-data-select placeholder="请选择仓库名称" v-model="value1" filterable :localdata="range1"></zxz-uni-data-select>
|
||||
</view>
|
||||
@@ -63,8 +63,8 @@
|
||||
<th>序号</th>
|
||||
<th>选择</th>
|
||||
<th>仓库名称</th>
|
||||
<th>物料编号</th>
|
||||
<th>物料名称</th>
|
||||
<th>物料编号</th>
|
||||
<th>单位</th>
|
||||
<th>库位</th>
|
||||
<th>数量</th>
|
||||
@@ -88,8 +88,8 @@
|
||||
</view>
|
||||
</td>
|
||||
<td>{{el.ckmc}}</td>
|
||||
<td>{{el.wlbm}}</td>
|
||||
<td>{{el.wlmc}}</td>
|
||||
<td>{{el.wlbm}}</td>
|
||||
<td>{{el.jldw}}</td>
|
||||
<td>{{el.kwbm}}</td>
|
||||
<td>{{el.sl}}</td>
|
||||
@@ -644,7 +644,7 @@
|
||||
border-radius: 6px;
|
||||
/deep/ .uni-select__input-placeholder, /deep/ .uni-select__input-text
|
||||
font-size 13px
|
||||
color #fff
|
||||
color grey
|
||||
/deep/ .uni-select__selector
|
||||
background-color #071F3E
|
||||
border-color #0c3162
|
||||
|
||||
Reference in New Issue
Block a user