Authored by 陈峰

calc price add skupType

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