卸货库存查询
This commit is contained in:
@@ -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 () {
|
||||||
|
|||||||
Reference in New Issue
Block a user