This commit is contained in:
2025-09-18 09:47:48 +08:00
parent d835e52c69
commit 414db71188
5 changed files with 30 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view class="zd_container">
<!-- 大料箱出库 - 货位出库 -->
<nav-bar :title="title"></nav-bar>
<nav-bar :title="title" :inner="true"></nav-bar>
<view class="zd_content">
<view class="zd_wrapper">
<view class="zd-row border-bottom">
@@ -19,6 +19,7 @@
<view class="zd-col-17">
<search-box
v-model="val1"
@handleChange="handleChange"
/>
</view>
</view>
@@ -119,6 +120,11 @@
this.val2 = ''
this.disabled = false
},
handleChange (e) {
if (e) {
this._getInvInfoQty()
}
},
async _getInvInfoQty () {
let res = await getInvInfoQty(this.val1)
this.materialData.qty1 = res.data.ivt_qty