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

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

@@ -277,6 +277,7 @@ export default {
 .billing_box_bg {
 	height: 100%;
 	display: flex;
+	background: white;
 	flex-direction: column;
 	.input-wrap {
 		padding: 22upx 20upx 22upx 30upx;

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

@@ -122,6 +122,7 @@ export default {
 
 <style lang="scss" scoped>
 .billing_box_bg {
+	background: white;
 	height: 100%;
 	display: flex;
 	flex-direction: column;

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

@@ -77,6 +77,7 @@ export default {
 .billing_box_bg {
   height: 100%;
   display: flex;
+  background: white;
   flex-direction: column;
   .input-wrap {
     padding: 22upx 20upx 22upx 30upx;

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

@@ -71,7 +71,7 @@
 		</modal-module>
 		<FooterCart :price="allPrice" :count="allCount" @confirm="confirmToSave" ></FooterCart>
 	</view>
-<view>
+</view>
 </template>
 
 <script>
@@ -138,6 +138,7 @@ export default {
 <style lang="scss" scoped>
 .billing_box_bg {
 	height: 100%;
+	background: white;
 	display: flex;
 	flex-direction: column;
 	.input-wrap {

+ 3 - 1
ghsApp/src/admin/changePrice/list.vue

@@ -1,5 +1,5 @@
 <template>
-<view class="app-content">
+<view class="app-content" style="background:white;">
 	<view class="billing_box_bg">
     <view class="input-wrap">
 			<view class="search-bar">
@@ -190,7 +190,9 @@ export default {
 <style lang="scss" scoped>
 .billing_box_bg {
 	height: 100%;
+	background: white;
 	display: flex;
+	background:white;
 	flex-direction: column;
 	.input-wrap {
 		display: flex;

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

@@ -1,5 +1,5 @@
 <template>
-  <view class="app-content">
+  <view class="app-content" style="background:white;">
 	<view class="billing_box_bg">
     <view class="input-wrap">
 			<view class="search-bar">
@@ -218,6 +218,7 @@ export default {
 .billing_box_bg {
 	height: 100%;
 	display: flex;
+	background:white;
 	flex-direction: column;
 	.input-wrap {
 		display: flex;

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

@@ -153,6 +153,7 @@ export default {
 .billing_box_bg {
 	height: 100%;
 	display: flex;
+	background: white;
 	flex-direction: column;
 	.input-wrap {
 		font-size:30upx;

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

@@ -198,6 +198,7 @@ export default {
 .billing_box_bg {
 	height: 100%;
 	display: flex;
+	background: white;
 	flex-direction: column;
 	.input-wrap {
 		font-size:30upx;

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

@@ -146,6 +146,7 @@ export default {
 .billing_box_bg {
 	height: 100%;
 	display: flex;
+	background: white;
 	flex-direction: column;
 	.input-wrap {
 		display: flex;

+ 1 - 0
ghsApp/src/components/app-result.vue

@@ -35,6 +35,7 @@ export default {
 	position: relative;
 	padding: 60upx 30upx;
 	display: flex;
+	background: white;
 	flex-direction: column;
     background-color: #f5f5f5;
 	.top-view {

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

@@ -1,6 +1,6 @@
 <template>
 	<view
-		:class="['t-td']"
+		:class="['t-td', color]"
 		:style="{
 			flex: width ? `0 0 ${width}upx` : '1',
 			'border-width': thBorder + 'upx',
@@ -20,7 +20,8 @@ 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: '#f9fbfc'
+			backgroundColor: backgroundColor
 		}"
 	>
 		<slot></slot>

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

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

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

@@ -261,6 +261,7 @@ export default {
 .billing_box_bg {
 	height: 100%;
 	display: flex;
+	background: white;
 	flex-direction: column;
 	.input-wrap {
 		padding: 22upx 20upx 22upx 30upx;

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

@@ -1,5 +1,5 @@
 <template>
-<view class="app-content">
+<view class="app-content" style="background:white;">
 	<view class="billing_box_bg">
 		<view class="input-wrap">
 			<view class="search-bar">
@@ -147,6 +147,7 @@ export default {
 .billing_box_bg {
 	height: 100%;
 	display: flex;
+	background:white;
 	flex-direction: column;
 	.input-wrap {
 		display: flex;

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

@@ -121,6 +121,7 @@ export default {
 .billing_box_bg {
 	height: 100%;
 	display: flex;
+	background: white;
 	flex-direction: column;
 	.input-wrap {
 		padding: 22upx 20upx 22upx 30upx;

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

@@ -136,6 +136,7 @@ export default {
 .billing_box_bg {
 	height: 100%;
 	display: flex;
+	background: white;
 	flex-direction: column;
 	.input-wrap {
 		padding: 22upx 20upx 22upx 30upx;

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

@@ -116,6 +116,7 @@ export default {
 .billing_box_bg {
 	height: 100%;
 	display: flex;
+	background: white;
 	flex-direction: column;
 	.input-wrap {
 		display: flex;