This commit is contained in:
2025-06-24 16:51:48 +08:00
21 changed files with 87 additions and 42 deletions

View File

@@ -135,6 +135,7 @@
title: res.message,
icon: 'none'
})
this.clearUp()
this.disabled = false
} catch (e) {
this.disabled = false

View File

@@ -196,6 +196,7 @@
try {
let res = await forcedFeedShaft(this.index1, deviceT, this.index2, upLT, this.upL, upRT, this.upR, lowLT, this.lowL, lowRT, this.lowR)
this.disabled = false
this.dataList = []
uni.showToast({
title: res.message,
icon: 'none'

View File

@@ -76,6 +76,7 @@
title: res.message,
icon: 'none'
})
this.index = ''
this.disabled = false
} catch (e) {
this.disabled = false

View File

@@ -153,6 +153,7 @@
title: res.message,
icon: 'none'
})
this.clearUp()
this.disabled = false
} catch (e) {
this.disabled = false

View File

@@ -101,6 +101,7 @@
title: res.message,
icon: 'none'
})
this.clearUp()
this.disabled = false
} catch (e) {
this.disabled = false

View File

@@ -52,6 +52,7 @@
title: res.message,
icon: 'none'
})
this.clearUp()
this.disabled = false
} catch (e) {
this.disabled = false

View File

@@ -64,6 +64,7 @@
title: res.message,
icon: 'none'
})
this.clearUp()
this.disabled = false
} catch (e) {
this.disabled = false
@@ -81,6 +82,7 @@
title: res.message,
icon: 'none'
})
this.clearUp()
this.disabled = false
} catch (e) {
this.disabled = false

View File

@@ -17,7 +17,13 @@
<span class="filter_label">{{$t('filter.chipweight')}}</span>
</view>
<view class="filter_input_wraper">
<input type="number" class="filter_input" v-model="val2">
<!-- <input type="number" class="filter_input" v-model="val2"> -->
<NumberInput
v-model="val2"
input-class="filter_input"
mode="decimal"
:decimalLength="3"
/>
</view>
</view>
<view class="filter_item">
@@ -25,7 +31,13 @@
<span class="filter_label">{{$t('grid.sub-roll-weight')}}</span>
</view>
<view class="filter_input_wraper">
<input type="number" class="filter_input" v-model="val3">
<!-- <input type="number" class="filter_input" v-model="val3"> -->
<NumberInput
v-model="val3"
input-class="filter_input"
mode="decimal"
:decimalLength="3"
/>
</view>
</view>
<view class="msg_item">{{$t('grid.tip')}}{{obj.tip}}</view>
@@ -41,11 +53,13 @@
<script>
import NavBar from '@/components/NavBar.vue'
import SearchBox from '@/components/SearchBox.vue'
import NumberInput from '@/components/NumberInput.vue'
import {doSubRollWeightBindingTip, doSubRollWeightBinding} from '@/utils/getData3.js'
export default {
components: {
NavBar,
SearchBox
SearchBox,
NumberInput
},
data() {
return {

View File

@@ -136,6 +136,7 @@
title: res.message,
icon: 'none'
})
this.clearUp()
this.disabled = false
} catch (e) {
this.disabled = false