卸货库存查询

This commit is contained in:
2026-03-19 10:43:58 +08:00
parent 1a254b38b4
commit dbaff23ddb

View File

@@ -1,7 +1,7 @@
<template>
<view class="zd_container">
<!-- 物料维护 -->
<nav-bar :title="title" :inner="true"></nav-bar>
<!-- 卸货库存查询 -->
<nav-bar :title="title"></nav-bar>
<view class="zd_content">
<view class="zd_wrapper">
<view class="zd-row border-bottom">
@@ -67,6 +67,7 @@
},
onLoad (options) {
this.title = options.title
this._queryIvtRegion()
},
methods: {
async _queryIvtRegion () {