Commit 020b0c35 authored by 黄奎's avatar 黄奎

页面修改

parent 0d590ff3
...@@ -147,12 +147,13 @@ ...@@ -147,12 +147,13 @@
} }
var attr = []; var attr = [];
if (this.new_SpecPriceList && this.new_SpecPriceList.length > 0) { if (this.new_SpecPriceList && this.new_SpecPriceList.length > 0) {
this.new_SpecPriceList.forEach(item => { this.new_SpecPriceList.forEach((item,index) => {
var obj = { var obj = {
AttrList: item.AttrList, AttrList: item.AttrList,
SpecificationSort: item.SpecificationSort, SpecificationSort: item.SpecificationSort,
PinTuanPrice: 0, PinTuanPrice: 0,
PinTuanStock: 0 PinTuanStock: 0,
SortNum:index+1
} }
attr.push(obj); attr.push(obj);
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment