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