11
This commit is contained in:
@@ -769,7 +769,14 @@
|
||||
_this.data = resp
|
||||
console.log("======", resp);
|
||||
_this.baseDataSuccess = true
|
||||
_this.getgoods()
|
||||
if (_this.data.brandVos.length != 0) {
|
||||
_this.getgoods()
|
||||
} else {
|
||||
_this.$nextTick(() => {
|
||||
_this.$refs.pageView.setLoadState(2)
|
||||
})
|
||||
}
|
||||
|
||||
}).catch(e => {
|
||||
_this.$nextTick(() => {
|
||||
_this.$refs.pageView.setLoadState(1)
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
<text style="font-size: 12px;color: #666;">存量:</text>
|
||||
<!-- :style="{color:(item.state == '1' ? '#999' : '#FF5006')}" -->
|
||||
<text :style="{color:(item.state == '1' ? '#999' : '#FF5006')}"
|
||||
style="font-size: 14px;color: #FF5006;">{{item.goodsNumber}}{{item.unitName}}</text>
|
||||
style="font-size: 14px;color: #FF5006;">{{item.goodsNumber}}</text>
|
||||
</view>
|
||||
|
||||
<!-- :class="item.state=='0'?'oragin':'gray'" -->
|
||||
@@ -641,8 +641,17 @@
|
||||
_this.pickingUpGoods = []
|
||||
_this.baseDataSuccess = true
|
||||
// _this.selectIndex = 0
|
||||
_this.getgoods()
|
||||
|
||||
if (_this.data.length != 0) {
|
||||
_this.getgoods()
|
||||
} else {
|
||||
_this.$nextTick(() => {
|
||||
_this.$refs.pageView.setLoadState(2)
|
||||
})
|
||||
}
|
||||
|
||||
}).catch(e => {
|
||||
console.log("vegeCellarTypeList>>>>", e);
|
||||
_this.$nextTick(() => {
|
||||
_this.$refs.pageView.setLoadState(1)
|
||||
})
|
||||
|
||||
@@ -71,13 +71,14 @@
|
||||
</view>
|
||||
<text class="name">我的订单</text>
|
||||
</view>
|
||||
<view class="icon-name" @click="itemClick('已失效')">
|
||||
<!-- <view class="icon-name" @click="itemClick('已失效')">
|
||||
<view class="icon">
|
||||
<image class="img" src="../../static/img/record-query/invalid.png" mode="aspectFill">
|
||||
</image>
|
||||
</view>
|
||||
<text class="name">已失效</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="icon-name"></view>
|
||||
<view class="icon-name"></view>
|
||||
<view class="icon-name"></view>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user