打印样式
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<view class="zd-col-13">
|
||||
<search-box v-model="keyword"/>
|
||||
</view>
|
||||
<button class="mini-btn" type="primary" size="mini" @tap="_getIoDisDocumentInfo">查询</button>
|
||||
<button class="mini-btn" type="primary" @tap="_getIoDisDocumentInfo">查询</button>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd_wrapper grid-wraper">
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<view class="zd-col-13">
|
||||
<search-box v-model="keyword"/>
|
||||
</view>
|
||||
<button class="mini-btn" type="primary" size="mini" @tap="_getCheckDocumentInfo">查询</button>
|
||||
<button class="mini-btn" type="primary" @tap="_getCheckDocumentInfo">查询</button>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd_wrapper grid-wraper">
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<view class="zd-col-14">
|
||||
<input type="text" placeholder="输入物料关键字" class="filter_input" v-model="val1">
|
||||
</view>
|
||||
<button class="mini-btn" type="primary" size="mini" @tap="searchList">查询</button>
|
||||
<button class="mini-btn" type="primary" @tap="searchList">查询</button>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd_wrapper grid-wraper">
|
||||
|
||||
Reference in New Issue
Block a user