修复bug
This commit is contained in:
parent
698c297d77
commit
b2a4948203
|
@ -90,9 +90,7 @@
|
|||
},
|
||||
computed: mapGetters(['isLogin','viewColor']),
|
||||
onLoad(optios) {
|
||||
this.type = optios.type;
|
||||
|
||||
|
||||
this.type = optios.type||1;
|
||||
this.getindex()
|
||||
},
|
||||
onShow(option) {
|
||||
|
|
|
@ -29,7 +29,8 @@
|
|||
price: '', // 售价
|
||||
cost: '', // 成本价
|
||||
stock: '', // 库存
|
||||
ot_price: '', // 批发价
|
||||
ot_price: '', // 市场价
|
||||
procure_price: '', // 批发价
|
||||
bar_code: '', // 商品条码
|
||||
weight: '', // 重量
|
||||
volume: '', // 体积
|
||||
|
|
Loading…
Reference in New Issue