This commit is contained in:
2025-09-15 08:50:44 +08:00
parent 6b3b795151
commit a1dc1deb9f
8 changed files with 29 additions and 20 deletions

View File

@@ -24,16 +24,17 @@
</view>
</view>
<view class="zd-row border-bottom">
<view class="zd-col-7">
<view class="zd-col-6">
<span class="filter_label">用料数量</span>
</view>
<view class="zd-col-17">
<input type="number" class="filter_input" v-model="val3" disabled>
<view class="zd-col-16">
<input type="number" v-model="val3" class="filter_input">
</view>
<view class="zd-col-2"><span class="filter_unit">{{unit}}</span></view>
</view>
<view class="zd-row border-bottom">
<view class="zd-col-7">
<span class="filter_label">托盘数</span>
<span class="filter_label">叫料托盘数</span>
</view>
<view class="zd-col-17">
<input type="number" class="filter_input" v-model="val2">
@@ -63,6 +64,7 @@
val1: '',
val2: '1',
val3: '',
unit: '',
options: [],
index: '',
pointCode: '',
@@ -92,7 +94,8 @@
selectChange (e) {
this.index = e
let selobj = this.options.find(item => item.value === this.index)
this.val3 = selobj.qty
this.val3 = selobj.qty
this.unit = selobj.unit_name
},
handleChange1 (e) {
if (e) {