This commit is contained in:
2024-07-25 14:02:31 +08:00
parent b35147baf9
commit 982453bfc7
4 changed files with 17 additions and 20 deletions

View File

@@ -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