Commit 811db4bf authored by 邓春圆's avatar 邓春圆

线路价格修改

parent 8361e4ba
...@@ -449,9 +449,9 @@ export default { ...@@ -449,9 +449,9 @@ export default {
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
}).then(() => { }).then(() => {
this.form.priceLineCount = val.id; // this.form.priceLineCount = val.id;
this.lineNum = val.priceStepClearanceCount; this.lineNum = val.priceLineCount;
this.form.priceLineCount = val.id; this.form.productTemplateId = val.id;
this.isCopyProductPriceTemplate = true; this.isCopyProductPriceTemplate = true;
copy() copy()
this.open = true; this.open = true;
......
...@@ -181,7 +181,7 @@ export default { ...@@ -181,7 +181,7 @@ export default {
}).then(() => { }).then(() => {
this.form.priceLineCount = val.id; this.form.priceLineCount = val.id;
this.lineNum = val.priceStepClearanceCount; this.lineNum = val.priceStepClearanceCount;
this.form.priceLineCount = val.id; this.form.productTemplateId = val.id;
this.isCopyProductPriceTemplate = true; this.isCopyProductPriceTemplate = true;
copy() copy()
this.open = true; this.open = true;
......
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