commit
b8a8047b9d
@ -37,7 +37,7 @@
|
||||
|
||||
|
||||
<sql id="selectSysRecipesPlanVo">
|
||||
select id, order_id, cus_id, start_date, end_date, start_num_day, end_num_day, recipes_id, send_flag, send_time, pause_date, create_time, create_by, update_time, update_by, del_flag, review_status from sys_recipes_plan
|
||||
select id, order_id, cus_id, out_id, start_date, end_date, start_num_day, end_num_day, recipes_id, send_flag, send_time, pause_date, create_time, create_by, update_time, update_by, del_flag, review_status from sys_recipes_plan
|
||||
</sql>
|
||||
|
||||
<select id="selectSysRecipesPlanList" parameterType="SysRecipesPlan" resultMap="SysRecipesPlanResult">
|
||||
|
@ -205,11 +205,12 @@ export default {
|
||||
}
|
||||
return str;
|
||||
}, "");
|
||||
// console.log(response.data);
|
||||
this.copyValue =
|
||||
window.location.origin.replace("manage", "sign") +
|
||||
"/recipes/detail/" +
|
||||
this.cusOutId;
|
||||
console.log(this.planList);
|
||||
// console.log(this.planList);
|
||||
this.planLoading = false;
|
||||
});
|
||||
},
|
||||
@ -323,7 +324,7 @@ export default {
|
||||
});
|
||||
},
|
||||
handleOnSendChange(val, data) {
|
||||
console.log({ val, data });
|
||||
// console.log({ val, data });
|
||||
const { id } = data;
|
||||
if (data.reviewStatus === 2) {
|
||||
updateRecipesPlan({
|
||||
|
@ -26,6 +26,9 @@
|
||||
<DailyAnalyzeCom v-else />
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="快捷列表" name="3">
|
||||
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user