From 33cf8078cce546c51204e28077b7c12c0199740f Mon Sep 17 00:00:00 2001 From: huangdeliang <huangdeliang@skieer.com> Date: Tue, 30 Mar 2021 17:20:05 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A3=9F=E8=B0=B1?= =?UTF-8?q?=E8=AE=A1=E5=88=92bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stdiet-ui/src/components/RecipesPlanDrawer/index.vue | 1 + stdiet-ui/src/views/custom/recipesBuild/InfoView/index.vue | 3 +++ 2 files changed, 4 insertions(+) diff --git a/stdiet-ui/src/components/RecipesPlanDrawer/index.vue b/stdiet-ui/src/components/RecipesPlanDrawer/index.vue index 7fb52978e..a37f18f8d 100644 --- a/stdiet-ui/src/components/RecipesPlanDrawer/index.vue +++ b/stdiet-ui/src/components/RecipesPlanDrawer/index.vue @@ -205,6 +205,7 @@ export default { } return str; }, ""); + console.log(response.data); this.copyValue = window.location.origin.replace("manage", "sign") + "/recipes/detail/" + diff --git a/stdiet-ui/src/views/custom/recipesBuild/InfoView/index.vue b/stdiet-ui/src/views/custom/recipesBuild/InfoView/index.vue index 4374dfe21..52f59eec1 100644 --- a/stdiet-ui/src/views/custom/recipesBuild/InfoView/index.vue +++ b/stdiet-ui/src/views/custom/recipesBuild/InfoView/index.vue @@ -26,6 +26,9 @@ <DailyAnalyzeCom v-else /> </div> </el-tab-pane> + <el-tab-pane label="快捷列表" name="3"> + + </el-tab-pane> </el-tabs> </div> </template> From f7b080533535076186299500194261da125b74cb Mon Sep 17 00:00:00 2001 From: huangdeliang <huangdeliang@skieer.com> Date: Tue, 30 Mar 2021 17:20:15 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A3=9F=E8=B0=B1?= =?UTF-8?q?=E8=AE=A1=E5=88=92bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/custom/SysRecipesPlanMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdiet-custom/src/main/resources/mapper/custom/SysRecipesPlanMapper.xml b/stdiet-custom/src/main/resources/mapper/custom/SysRecipesPlanMapper.xml index f13e36f46..c566e4898 100644 --- a/stdiet-custom/src/main/resources/mapper/custom/SysRecipesPlanMapper.xml +++ b/stdiet-custom/src/main/resources/mapper/custom/SysRecipesPlanMapper.xml @@ -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"> From 14a47388075d65aecb15a1ac408adbdcafff5a9e Mon Sep 17 00:00:00 2001 From: huangdeliang <huangdeliang@skieer.com> Date: Tue, 30 Mar 2021 17:20:49 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=8E=BB=E9=99=A4log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stdiet-ui/src/components/RecipesPlanDrawer/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stdiet-ui/src/components/RecipesPlanDrawer/index.vue b/stdiet-ui/src/components/RecipesPlanDrawer/index.vue index a37f18f8d..69dac7d95 100644 --- a/stdiet-ui/src/components/RecipesPlanDrawer/index.vue +++ b/stdiet-ui/src/components/RecipesPlanDrawer/index.vue @@ -205,12 +205,12 @@ export default { } return str; }, ""); - console.log(response.data); + // 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; }); }, @@ -324,7 +324,7 @@ export default { }); }, handleOnSendChange(val, data) { - console.log({ val, data }); + // console.log({ val, data }); const { id } = data; if (data.reviewStatus === 2) { updateRecipesPlan({