This commit is contained in:
2024-05-11 10:24:15 +08:00
parent 96440f3dd3
commit b98c7cdb66

View File

@@ -5,13 +5,6 @@
<view class="zd-row">
<view class="zd-col-24 zd-row">
<view class="zd-col-8"><search-box v-model="val1" /></view>
<view class="zd-col-7 select_wraper">
<uni-data-select
placeholder="请选择状态"
v-model="value"
:localdata="range"
></uni-data-select>
</view>
<view class="zd-col-8 select_wraper">
<uni-data-select
placeholder="请选择仓库名称"
@@ -19,6 +12,13 @@
:localdata="range1"
></uni-data-select>
</view>
<view class="zd-col-7 select_wraper">
<uni-data-select
placeholder="请选择状态"
v-model="value"
:localdata="range"
></uni-data-select>
</view>
</view>
<button class="confirm-button mgr30" @tap="toSearch">查询</button>
<!-- <button class="confirm-button" :class="{'confirm-button_disabled': checkArr1.length === 0 || btnActive1}" :disabled="disabled1" @tap="toSure">单据审核</button> -->