Commit fee5271b authored by liwenhong's avatar liwenhong

add:commission_mode

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