|
@@ -160,6 +160,12 @@
|
|
|
if(options.data) {
|
|
|
that.data = JSON.parse(options.data)
|
|
|
that.spect = options.spec
|
|
|
+ that.items = that.data
|
|
|
+ that.spec = that.spect
|
|
|
+ for(var i=0;i<that.items.length;i++) {
|
|
|
+ that.stock_total += Number(that.items[i].stock_total)
|
|
|
+ }
|
|
|
+ that.price_selling = that.items[0].price_selling
|
|
|
}
|
|
|
|
|
|
that.getCate()
|