shish 4 лет назад
Родитель
Сommit
902be6d1e9

+ 2 - 0
ghsApp/src/admin/billing/customerPlace.vue

@@ -1,4 +1,5 @@
 <template>
+<view class="app-content">
 	<view class="billing_box_bg">
 		<app-tabs
 			:tabs="tabs"
@@ -124,6 +125,7 @@
 			@confirm="confirmSelectEvent"
 		></FooterCart>
 	</view>
+</view>
 </template>
 
 <script>

+ 2 - 0
ghsApp/src/admin/billing/index.vue

@@ -1,4 +1,5 @@
 <template>
+<view class="app-content">
 	<view class="billing_box_bg">
 		<view class="input-wrap" >
 			<view class="search-bar">
@@ -63,6 +64,7 @@
 		<FooterCart :price="allPrice" :count="allCount" @confirm="confirmToSave" ></FooterCart>
 
 	</view>
+</view>
 </template>
 
 <script>

+ 2 - 0
ghsApp/src/admin/billing/priceChange.vue

@@ -1,4 +1,5 @@
 <template>
+<view class="app-content">
   <view class="billing_box_bg">
     <view class="input-wrap">
       <app-search-module v-model="py" placeholder="输英文字母搜索" @input="searchFnContrapose" />
@@ -25,6 +26,7 @@
         <!--内容部分 end -->
     </view>
   </view>
+</view>
 </template>
 
 <script>

+ 2 - 0
ghsApp/src/admin/breakage/index.vue

@@ -1,4 +1,5 @@
 <template>
+<view class="app-content">
 	<view class="billing_box_bg">
 		<view class="input-wrap" >
 			<view class="search-bar">
@@ -70,6 +71,7 @@
 		</modal-module>
 		<FooterCart :price="allPrice" :count="allCount" @confirm="confirmToSave" ></FooterCart>
 	</view>
+<view>
 </template>
 
 <script>

+ 2 - 0
ghsApp/src/admin/changePrice/list.vue

@@ -1,4 +1,5 @@
 <template>
+<view class="app-content">
 	<view class="billing_box_bg">
     <view class="input-wrap">
 			<view class="search-bar">
@@ -45,6 +46,7 @@
       </div>
 
 	</view>
+</view>
 </template>
 <script>
 import AppSearchModule from "@/components/module/app-search";

+ 0 - 1
ghsApp/src/admin/home/order.vue

@@ -282,7 +282,6 @@ page{
 	overflow: hidden;
 }
 .app-content {
-	width: 100%;
   padding-top: 100upx;
   padding-bottom: 1upx;
 	overflow: hidden;

+ 2 - 1
ghsApp/src/admin/item/list.vue

@@ -1,4 +1,5 @@
 <template>
+  <view class="app-content">
 	<view class="billing_box_bg">
     <view class="input-wrap">
 			<view class="search-bar">
@@ -38,8 +39,8 @@
 				</block>
 			</scroll-view>
 		</view>
-
 	</view>
+ </view>
 </template>
 
 <script>

+ 2 - 0
ghsApp/src/admin/item/xj.vue

@@ -1,4 +1,5 @@
 <template>
+<view class="app-content">
 	<view class="billing_box_bg">
     	<view class="input-wrap">
 			<text style="margin-right:30upx;">库存:{{parseFloat(option.stock)}}扎</text>
@@ -37,6 +38,7 @@
 		</div>
 
 	</view>
+</view>
 </template>
 <script>
 import AppWrapperEmpty from "@/components/app-wrapper-empty";

+ 1 - 1
ghsApp/src/admin/item/xjSelect.vue

@@ -1,5 +1,5 @@
 <template>
-<view>
+<view class="app-content">
   <view>
     <form @submit="formSubmit">
       <div class="module-com input-line-wrap">

+ 2 - 0
ghsApp/src/admin/ptItem/itemList.vue

@@ -1,4 +1,5 @@
 <template>
+<view class="app-content">
 	<view class="billing_box_bg">
     <view class="input-wrap">
 			<view class="search-bar">
@@ -32,6 +33,7 @@
 			</block>
 		</view>
 	</view>
+</view>
 </template>
 <script>
 import AppSearchModule from "@/components/module/app-search";

+ 2 - 2
ghsApp/src/admin/shopYeChange/list.vue

@@ -1,5 +1,5 @@
 <template>
-	<div>
+<view class="app-content">
 		<block v-if="!$util.isEmpty(list.data)">
 			<t-table :headerBackgroundColor="'#F0F2F6'">
 				<t-tr header>
@@ -21,7 +21,7 @@
 		<block v-else>
 			<AppWrapperEmpty title="暂无数据" :is-empty="$util.isEmpty(list.data)" />
 		</block>
-	</div>
+	</view>
 </template>
 
 <script>

+ 2 - 3
ghsApp/src/components/plugin/t-table/t-td.vue

@@ -1,6 +1,6 @@
 <template>
 	<view
-		:class="['t-td', color]"
+		:class="['t-td']"
 		:style="{
 			flex: width ? `0 0 ${width}upx` : '1',
 			'border-width': thBorder + 'upx',
@@ -20,8 +20,7 @@ export default {
 		width: {
 			type: Number | null,
 			default: null
-		},
-		color: String
+		}
 	},
 	data() {
 		return {

+ 1 - 1
ghsApp/src/components/plugin/t-table/t-th.vue

@@ -7,7 +7,7 @@
 			'border-color': borderColor,
 			'font-size': fontSize + 'upx',
 			'justify-content': thAlignCpd,
-			backgroundColor: backgroundColor
+			backgroundColor: '#f9fbfc'
 		}"
 	>
 		<slot></slot>

+ 1 - 2
ghsApp/src/components/plugin/t-table/t-tr.vue

@@ -2,7 +2,7 @@
 	<view
 		:class="['t-tr', { header: header }]"
 		:style="{
-			backgroundColor: backgroundColor
+			backgroundColor: '#f9fbfc'
 		}"
 	>
 		<view
@@ -26,7 +26,6 @@ export default {
 	props: {
 		header: Boolean,
 		fontSize: String,
-		color: String,
 		align: String
 	},
 	inject: ["table"],

+ 2 - 0
ghsApp/src/pagesOrder/select.vue

@@ -1,4 +1,5 @@
 <template>
+<view class="app-content">
 	<view class="billing_box_bg">
 		<app-tabs
 			:tabs="tabs"
@@ -100,6 +101,7 @@
 		<FooterCart :price="allPrice" :count="allCount" @confirm="confirmSelectEvent" ></FooterCart>
     <!-- <kd-entrance></kd-entrance> -->
 	</view>
+</view>
 </template>
 
 <script>

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

@@ -1,4 +1,5 @@
 <template>
+<view class="app-content">
 	<view class="billing_box_bg">
 		<view class="input-wrap">
 			<view class="search-bar">
@@ -64,6 +65,7 @@
 		<FooterCart :price="cgAllPriceFun" :count="allCount" @confirm="confirmSaveItem"></FooterCart>
 
 	</view>
+</view>
 </template>
 
 <script>

+ 2 - 2
ghsApp/src/pagesStore/me/incomeExpenses.vue

@@ -1,5 +1,5 @@
 <template>
-	<div>
+	<view class="app-content">
 		<app-tabs :tabs="tabs" :isFixed="true" :currentTab="tabIndex" :height="100" @change="changeIncome" itemWidth="50%"/>
 		<div class="list-by_box" v-if="!$util.isEmpty(list.data)">
 			<t-table :headerBackgroundColor="'#F0F2F6'">
@@ -26,7 +26,7 @@
 			<AppWrapperEmpty title="暂无数据" :is-empty="$util.isEmpty(list.data)" />
 		</block>
     <!-- <kd-entrance></kd-entrance> -->
-	</div>
+	</view>
 </template>
 
 <script>

+ 1 - 1
ghsApp/src/pagesStore/me/recharge.vue

@@ -1,5 +1,5 @@
 <template>
-  <view>
+  <view class="app-content">
     <view class="recharge_title">充值金额</view>
     <view>
       <view class="amount_area">

+ 2 - 2
ghsApp/src/pagesStore/me/rechargeList.vue

@@ -1,5 +1,5 @@
 <template>
-	<div>
+	<view class="app-content">
 		<block v-if="!$util.isEmpty(list.data)">
 			<t-table :headerBackgroundColor="'#F0F2F6'">
 				<t-tr header>
@@ -24,7 +24,7 @@
 		<block v-else>
 			<AppWrapperEmpty title="暂无记录" :is-empty="$util.isEmpty(list.data)" />
 		</block>
-	</div>
+	</view>
 </template>
 
 <script>

+ 2 - 0
ghsApp/src/pagesStore/me/rechargeSuccess.vue

@@ -1,7 +1,9 @@
 <template>
+<view class="app-content">
   <appResult :title="'充值成功'">
     <button class="admin-button-com big" @click="closeLayer">关闭</button>
   </appResult>
+</view>
 </template>
 <script>
 import appResult from "@/components/app-result";

+ 2 - 2
ghsApp/src/pagesStore/me/withdraw.vue

@@ -1,5 +1,5 @@
 <template>
-	<div>
+	<view class="app-content">
 		<block v-if="!$util.isEmpty(list.data)">
 			<t-table :headerBackgroundColor="'#F0F2F6'">
 				<t-tr header>
@@ -25,7 +25,7 @@
 			<AppWrapperEmpty title="暂无数据" :is-empty="$util.isEmpty(list.data)" />
 		</block>
     <!-- <kd-entrance></kd-entrance> -->
-	</div>
+	</view>
 </template>
 
 <script>

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

@@ -1,4 +1,5 @@
 <template>
+<view class="app-content">
 	<view class="billing_box_bg">
 		<view class="input-wrap">
 			<app-search-module v-model="py" placeholder="输字母搜索,如艾莎 as" @input="searchFn" />
@@ -59,6 +60,7 @@
 		<FooterCart :price="allPrice" :count="allCount" @confirm="confirmOut" ></FooterCart>
 
 	</view>
+</view>
 </template>
 <script>
 import AppSearchModule from "@/components/module/app-search";

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

@@ -1,4 +1,5 @@
 <template>
+<view class="app-content">
 	<view class="billing_box_bg">
 		<view class="input-wrap">
 			<app-search-module v-model="py" placeholder="输字母搜索" @input="searchFn" />
@@ -58,6 +59,7 @@
 		<FooterCart :offPrice="true" :price="allPrice" :count="allCount" @confirm="confirmToSaveItem"></FooterCart>
 
 	</view>
+</view>
 </template>
 
 <script>

+ 2 - 0
ghsApp/src/pagesStorehouse/stockWarn/manage.vue

@@ -1,4 +1,5 @@
 <template>
+<view class="app-content">
 	<view class="billing_box_bg">
     <view class="input-wrap">
 			<view class="search-bar">
@@ -21,6 +22,7 @@
 			</block>
 		</view>
 	</view>
+</view>
 </template>
 <script>
 import AppSearchModule from "@/components/module/app-search";