lilei 2 年之前
父节点
当前提交
901a0001a0

+ 4 - 0
pages/latePlay/chooseBulk.vue

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

+ 6 - 0
pages/shelfOrder/shelfList.vue

@@ -77,6 +77,12 @@
 				loading: false
 			}
 		},
+		onLoad() {
+			uni.setNavigationBarColor({
+				frontColor: '#ffffff',
+				backgroundColor: this.$config('primaryColor')
+			})
+		},
 		mounted() {
 			this.clearSearch()
 			this.checkList = this.checkEdList

+ 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">

+ 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() {

+ 4 - 0
pages/stockCheck/shelfList.vue

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