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