Commit fee5271b authored by liwenhong's avatar liwenhong

add:commission_mode

parent 317d5159
...@@ -438,6 +438,7 @@ export default { ...@@ -438,6 +438,7 @@ export default {
marketing_name: "", marketing_name: "",
first_commission_value: "", first_commission_value: "",
second_commission_value: "", second_commission_value: "",
commission_mode: '',
start_time: "", start_time: "",
end_time: "", end_time: "",
goods_spu_id: [], goods_spu_id: [],
...@@ -645,6 +646,7 @@ export default { ...@@ -645,6 +646,7 @@ export default {
let { let {
marketing_name, marketing_name,
first_commission_value, first_commission_value,
commission_mode,
second_commission_value, second_commission_value,
} = this.ruleForm; } = this.ruleForm;
let [start_time, end_time] = this.timeSelect || []; let [start_time, end_time] = this.timeSelect || [];
...@@ -662,6 +664,7 @@ export default { ...@@ -662,6 +664,7 @@ export default {
marketing_name, marketing_name,
first_commission_value: first_commission_value + "", first_commission_value: first_commission_value + "",
second_commission_value: second_commission_value + "", second_commission_value: second_commission_value + "",
commission_mode: commission_mode,
start_time: this.formatTime(start_time), start_time: this.formatTime(start_time),
end_time: this.formatTime(end_time), end_time: this.formatTime(end_time),
}; };
...@@ -688,6 +691,7 @@ export default { ...@@ -688,6 +691,7 @@ export default {
marketing_name: "", marketing_name: "",
first_commission_value: "", first_commission_value: "",
second_commission_value: "", second_commission_value: "",
commission_mode: '',
start_time: "", start_time: "",
end_time: "", end_time: "",
goods_spu_id: [], goods_spu_id: [],
......
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