125隐藏打印
This commit is contained in:
@@ -57,11 +57,11 @@
|
||||
</view>
|
||||
<view class="zd-row border-bottom">
|
||||
<view class="zd-col-10">
|
||||
<span class="filter_label">返回至立库料箱</span>
|
||||
<span class="filter_label">出库至二楼料箱</span>
|
||||
</view>
|
||||
<view class="zd-col-14">
|
||||
<search-box
|
||||
v-model="val3"
|
||||
v-model="val2"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
@@ -74,7 +74,7 @@
|
||||
<text @tap="setWStatus" style="position: absolute;display: inline-block;width: 52px; height: 32px;left: 0;"></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row border-bottom">
|
||||
<!-- <view class="zd-row border-bottom">
|
||||
<view class="zd-col-10">
|
||||
<span class="filter_label">是否机打印</span>
|
||||
</view>
|
||||
@@ -82,14 +82,14 @@
|
||||
<switch :checked="isChecked1" color="#4e6ef2" style="transform:scale(0.8); transform-origin: left;"/>
|
||||
<text @tap="setWStatus1" style="position: absolute;display: inline-block;width: 52px; height: 32px;left: 0;"></text>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="zd-row border-bottom">
|
||||
<view class="zd-col-10">
|
||||
<span class="filter_label">出库至二楼料箱</span>
|
||||
<span class="filter_label">返回至立库料箱</span>
|
||||
</view>
|
||||
<view class="zd-col-14">
|
||||
<search-box
|
||||
v-model="val2"
|
||||
v-model="val3"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
@@ -137,7 +137,7 @@
|
||||
val2: '',
|
||||
val3: '',
|
||||
isChecked: true,
|
||||
isChecked1: true,
|
||||
isChecked1: false,
|
||||
data: {},
|
||||
disabled: false,
|
||||
show: false
|
||||
|
||||
Reference in New Issue
Block a user