物料入库

This commit is contained in:
2025-11-13 16:24:56 +08:00
parent e8a2cf10fa
commit d0ff76238e
7 changed files with 205 additions and 17 deletions

View File

@@ -21,12 +21,13 @@
</view>
</view>
<view v-show="index4 !== '2'" class="zd-row border-bottom">
<view class="zd-col-7">
<span class="filter_label">物料数量(kg)</span>
<view class="zd-col-6">
<span class="filter_label">物料数量</span>
</view>
<view class="zd-col-17">
<view class="zd-col-16">
<input type="text" class="filter_input" v-model="qty">
</view>
<view class="zd-col-2"><span class="filter_unit">KG</span></view>
</view>
</view>
</view>
@@ -149,6 +150,8 @@
}
}
})
} else {
this._checkoutbillBackMaterial()
}
},
async _checkoutbillBackMaterial () {