|
@@ -157,8 +157,8 @@
|
|
|
queryQplsConfig({shelfSn: this.shelfSn}).then(res => {
|
|
|
this.$store.state.vuex_configPrice = res.data || null
|
|
|
const ret = [false,false]
|
|
|
- ret[0]= res.data.shelf_cost_show == '1'
|
|
|
- ret[1]= res.data.shelf_price_show == '1'
|
|
|
+ ret[0]= res.data.shelf_cost_show == '1' || res.data.non_shelf_cost_show == '1'
|
|
|
+ ret[1]= res.data.shelf_price_show == '1' || res.data.non_shelf_price_show == '1'
|
|
|
this.showPriceSet = ret.filter(item => !!item).length > 0
|
|
|
})
|
|
|
},
|