卸货库存查询

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

View File

@@ -1,7 +1,7 @@
<template> <template>
<view class="zd_container"> <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_content">
<view class="zd_wrapper"> <view class="zd_wrapper">
<view class="zd-row border-bottom"> <view class="zd-row border-bottom">
@@ -67,6 +67,7 @@
}, },
onLoad (options) { onLoad (options) {
this.title = options.title this.title = options.title
this._queryIvtRegion()
}, },
methods: { methods: {
async _queryIvtRegion () { async _queryIvtRegion () {