Authored by 陈峰

calc price add skupType

@@ -109,7 +109,8 @@ export default { @@ -109,7 +109,8 @@ export default {
109 storage_id: this.skc.storageId, 109 storage_id: this.skc.storageId,
110 new_price: price, 110 new_price: price,
111 old_price: this.skc.price, 111 old_price: this.skc.price,
112 - num: this.skc.storageNum 112 + num: this.skc.storageNum,
  113 + skupType: this.skc.isAdvance === 'Y' ? 4 : 1
113 }); 114 });
114 115
115 if (result && result.code === 200) { 116 if (result && result.code === 200) {