num
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user