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

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

@@ -32,15 +32,6 @@
<button class="btn-submit btn-success" @tap="searchList">查询</button>
</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">
@@ -128,8 +119,7 @@
},
totalCount: 0,
pageNum: 1,
pageSize: 10,
isV: '0'
pageSize: 10
};
},
onLoad (options) {
@@ -145,9 +135,6 @@
this.$refs.scanChild.handleFocus()
},
methods: {
isVirtual () {
this.isV = this.isV === '0' ? '1' : '0'
},
searchList () {
this.pkId = ''
this.pkObj = {}
@@ -191,7 +178,7 @@
async _needEmptyAxis () {
this.disabled1 = true
try {
let res = await needEmptyAxis(this.val1, this.val2, this.isV)
let res = await needEmptyAxis(this.val1, this.val2)
this.disabled1 = false
uni.showToast({
title: res.message,