diff --git a/pages/chat/customer_list/index.vue b/pages/chat/customer_list/index.vue index e9c361c..d455a79 100644 --- a/pages/chat/customer_list/index.vue +++ b/pages/chat/customer_list/index.vue @@ -90,9 +90,7 @@ }, computed: mapGetters(['isLogin','viewColor']), onLoad(optios) { - this.type = optios.type; - - + this.type = optios.type||1; this.getindex() }, onShow(option) { diff --git a/pages/product/addGoods/price.vue b/pages/product/addGoods/price.vue index e3839af..db5053b 100644 --- a/pages/product/addGoods/price.vue +++ b/pages/product/addGoods/price.vue @@ -29,7 +29,8 @@ price: '', // 售价 cost: '', // 成本价 stock: '', // 库存 - ot_price: '', // 批发价 + ot_price: '', // 市场价 + procure_price: '', // 批发价 bar_code: '', // 商品条码 weight: '', // 重量 volume: '', // 体积