This commit is contained in:
2025-06-13 17:58:39 +08:00
parent facb9e5928
commit 9c346b6530
10 changed files with 229 additions and 118 deletions

View File

@@ -40,7 +40,13 @@
</view>
<view class="relative filter_input_wraper">
<view class="absolute filter_tip">B2车间需要输入温度</view>
<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="mixed"
:decimalLength="3"
/>
</view>
<view class="filter_unit"></view>
</view>
@@ -50,7 +56,12 @@
</view>
<view class="relative filter_input_wraper">
<view class="absolute filter_tip">B2车间需要输入时间</view>
<input type="number" class="filter_input" v-model="val4">
<!-- <input type="number" class="filter_input" v-model="val4"> -->
<NumberInput
v-model="val4"
input-class="filter_input"
mode="integer"
/>
</view>
<view class="filter_unit">小时</view>
</view>
@@ -109,11 +120,13 @@
<script>
import NavBar from '@/components/NavBar.vue'
import SearchBox from '@/components/SearchBox.vue'
import NumberInput from '@/components/NumberInput.vue'
import {queryRawFoilList, needEmptyAxis, needEmptyVehicle, confirmBlanking, finishBlanking, finish} from '@/utils/getData1.js'
export default {
components: {
NavBar,
SearchBox
SearchBox,
NumberInput
},
data() {
return {