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">
@@ -111,8 +111,7 @@
},
async _getInvInfoQty () {
let res = await getInvInfoQty(this.val1)
this.materialData.qty1 = res.data.base_qty
this.materialData.fac_qty = res.data.base_qty
this.materialData.qty1 = res.data.ivt_qty
},
async _materialBoxInventoryConfirm () {
this.disabled = true