@@ -63,6 +63,10 @@
},
onLoad(opts) {
this.getShelfList()
+ uni.setNavigationBarColor({
+ frontColor: '#ffffff',
+ backgroundColor: this.$config('primaryColor')
+ })
methods: {
clearSearch(){
@@ -77,6 +77,12 @@
loading: false
}
+ onLoad() {
+ },
mounted() {
this.clearSearch()
this.checkList = this.checkEdList
@@ -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 class="ptools flex align_center justify_between">
@@ -68,6 +68,10 @@ export default {
onLoad() {
this.getShelfList();
clearSearch() {
@@ -93,6 +93,10 @@
onShow() {