删除二期生箔工序呼叫大车,增加一期生箔工序呼叫大车

This commit is contained in:
蔡玲
2024-11-12 09:48:42 +08:00
parent 74d53a3461
commit 3da89cd464
4 changed files with 22 additions and 22 deletions

View File

@@ -25,6 +25,15 @@
/>
</view>
</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label filter_label_1"></span>
</view>
<view class="filter_input_wraper filter_input_wraper_1">
<view class="iconfont icon_unchecked" :class="{'icon_checked': isV === '1'}" @tap="isVirtual">&#xe66b;</view>
<view class="filter_input_wraper_inn_text">是否大车</view>
</view>
</view>
</view>
<view class="zd_wrapper grid-wraper">
<view class="slide_new">
@@ -108,7 +117,8 @@
},
totalCount: 0,
pageNum: 1,
pageSize: 10
pageSize: 10,
isV: '0'
};
},
created () {
@@ -121,6 +131,9 @@
this.title = options.title
},
methods: {
isVirtual () {
this.isV = this.isV === '0' ? '1' : '0'
},
searchList () {
this.pkId = ''
this.pkObj = {}
@@ -167,7 +180,7 @@
return
}
try {
let res = await needEmptyAxis(this.pkObj)
let res = await needEmptyAxis(this.pkObj, this.isV)
this.disabled1 = false
this.pkId = ''
this.pkObj = {}