chenrui 2 rokov pred
rodič
commit
9ec3e797b6

+ 4 - 0
pages/latePlay/chooseBulk.vue

@@ -63,6 +63,10 @@
 		},
 		onLoad(opts) {
 			this.getShelfList()
+			uni.setNavigationBarColor({
+				frontColor: '#ffffff',
+				backgroundColor: this.$config('primaryColor')
+			})
 		},
 		methods: {
 			clearSearch(){

+ 2 - 1
pages/shelfOrder/search.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="salesSearch-wrap">
-		<u-popup v-model="isShow" class="search-popup" mode="right" @close="isShow=false" length="85%">
+		<u-popup v-model="isShow" class="search-popup" closeable mode="right" @close="isShow=false" length="85%">
 			<u-form class="form-content" :model="form" ref="uForm" label-width="150">
 				<u-form-item label="下单时间" prop="date" class="form-item">
 					<u-input clearable v-model="form.date" disabled placeholder="请选择下单时间区间" class="form-item-inp" @click="showDate=true" />
@@ -165,6 +165,7 @@
 		.search-popup {
 			.form-content {
 				display: block;
+				margin-top: 50upx;
 				padding: 0 20upx;
 				box-sizing: content-box;
 				.form-item-inp{

+ 7 - 2
pages/shelfOrder/shelfOrder.vue

@@ -69,9 +69,14 @@
 			}).exec();
 		},
 		onLoad(opts) {
+			console.log(opts)
 			const _this = this
+			uni.setNavigationBarColor({
+				frontColor: '#ffffff',
+				backgroundColor: this.$config('primaryColor')
+			})
+			
 			this.getLookUpItem('ORDER_BILL_STATE')
-			console.log(opts)
 			// 从消息页面过来
 			if(opts.bizType == 'SHELF_WARN'&&opts.shelfSn){
 				this.searchForm.shelfSnList = [opts.shelfSn]
@@ -146,7 +151,7 @@
 			.search-top-box{
 				background-color: #fff;
 				text-align: center;
-				padding-bottom: 20rpx;
+				padding: 20rpx 0;
 			}
 			.countData{
 				background: #fff;

+ 1 - 1
pages/shelfSetting/quickProductList.vue

@@ -25,7 +25,7 @@
 					<view>
 					最大库容:<text class="pnums">{{item.maxQty}}</text>
 					当前库存:<text class="pnums">{{item.qty}}</text>
-					补货在途:<text class="pnums">{{item.replenishBillQty||0}}</text>
+					补货在途:<text class="pnums">{{item.afloatQty||0}}</text>
 					</view>
 				</view>
 				<view class="ptools flex align_center justify_between">

+ 1 - 1
pages/shuntBackManage/addBackOrder.vue

@@ -19,7 +19,7 @@
 					<view class="partList-list-box" v-for="(item,index) in recallBillList" :key="item.id">
 						<view class="product flex align_center">
 							<view class="uni-col-1" @click="delDetail(item,index)">
-								<u-icon name="close-circle" color="#999" size="35"></u-icon>
+								<u-icon name="close-circle" color="#ff5500" size="35"></u-icon>
 							</view>
 							<view class="flex flex_1">
 								<view class="pimgs">

+ 1 - 1
pages/shuntBackManage/chooseProduct.vue

@@ -75,7 +75,7 @@
 					<view class="partList-list-box" v-for="(item,index) in chooseList" :key="item.id">
 						<view class="product flex align_center">
 							<view class="uni-col-1" @click="delDetail(item,index)">
-								<u-icon name="close-circle" color="#999" size="35"></u-icon>
+								<u-icon name="close-circle" color="#ff5500" size="35"></u-icon>
 							</view>
 							<view class="flex flex_1">
 								<view class="pimgs">

+ 4 - 0
pages/shuntBackManage/shelfList.vue

@@ -68,6 +68,10 @@ export default {
 	},
 	onLoad() {
 		this.getShelfList();
+		uni.setNavigationBarColor({
+			frontColor: '#ffffff',
+			backgroundColor: this.$config('primaryColor')
+		})
 	},
 	methods: {
 		clearSearch() {

+ 5 - 0
pages/shuntBackManage/shuntBackList.vue

@@ -89,6 +89,11 @@
 			}
 			// 监听整改完成后刷新事件
 			uni.$on('refreshBL', this.pageInit)
+			
+			uni.setNavigationBarColor({
+				frontColor: '#ffffff',
+				backgroundColor: this.$config('primaryColor')
+			})
 		},
 		onShow() {
 			this.pageInit()

+ 4 - 0
pages/stockCheck/shelfList.vue

@@ -93,6 +93,10 @@
 		},
 		onShow() {
 			this.getShelfList()
+			uni.setNavigationBarColor({
+				frontColor: '#ffffff',
+				backgroundColor: this.$config('primaryColor')
+			})
 		},
 		methods: {
 			clearSearch(){

+ 4 - 0
pages/vinAnalyse/shelfList.vue

@@ -63,6 +63,10 @@
 		},
 		onLoad() {
 			this.getShelfList()
+			uni.setNavigationBarColor({
+				frontColor: '#ffffff',
+				backgroundColor: this.$config('primaryColor')
+			})
 		},
 		methods: {
 			clearSearch(){