liukang 2 years ago
parent
commit
2dc6f0396e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pages/good/add.vue

+ 6 - 0
pages/good/add.vue

@@ -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()