Browse Source

app 兼容

shish 4 years ago
parent
commit
ac943931cb

+ 2 - 0
ghsApp/src/pagesPurchase/order.vue

@@ -1,4 +1,5 @@
 <template>
+<view class="app-content">
 	<view class="order-page">
 		<view scroll-y class="order-list">
 			<block v-if="!$util.isEmpty(list.data)">
@@ -12,6 +13,7 @@
 			<view @click="addEvent" class="admin-button-com middle blue">新增采购</view>
 		</view>
 	</view>
+</view>
 </template>
 <script>
 import Tabs from "@/components/plugin/tabs";

+ 2 - 0
ghsApp/src/pagesStorehouse/allot/addExDetails.vue

@@ -1,4 +1,5 @@
 <template>
+<view class="app-content">
 	<view class="ex-page">
 		<view class="main-view overscroll">
 			<view class="space-view ex-info">
@@ -82,6 +83,7 @@
 			</view>
 		</view>
 	</view>
+</view>
 </template>
 <script>
 import TuiListCell from "@/components/plugin/list-cell";

+ 2 - 0
ghsApp/src/pagesStorehouse/inventory/list.vue

@@ -1,4 +1,5 @@
 <template>
+<view class="app-content">
 	<view class="allot-ex-page">
 		<view class="allot-list">
 			<block v-if="!$util.isEmpty(list.data)">
@@ -32,6 +33,7 @@
 			<div @click="addEvent" class="admin-button-com middle blue">新增盘点</div>
 		</div>
 	</view>
+</view>
 </template>
 <script>
 import AppWrapperEmpty from "@/components/app-wrapper-empty";