From 84fa742234cd34ada749aada03bc4135323a4f1e Mon Sep 17 00:00:00 2001 From: suwings Date: Fri, 10 Aug 2018 11:12:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=20-=20=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E7=AE=80=E5=8D=95=E6=A8=A1=E5=BC=8F=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/template/component/new_schedule.html | 15 +++++++ public/template/component/schedule.html | 10 ----- public/template/dialog/time_bulider.html | 46 ++++++++++++++++----- 3 files changed, 50 insertions(+), 21 deletions(-) diff --git a/public/template/component/new_schedule.html b/public/template/component/new_schedule.html index 55ccf4ce..2ed0812c 100644 --- a/public/template/component/new_schedule.html +++ b/public/template/component/new_schedule.html @@ -29,6 +29,9 @@

+
+ 使用简单模式填写 +
新建/重构
@@ -119,6 +122,18 @@ servername: this.servername })); this.toBack(); + }, + toPopWindForTime: function () { + TOOLS.popWind({ + style: { + maxWidth: "400px" + }, + title: "计划任务简单模式", + template: "template/dialog/time_bulider.html", + callback: function (result) { + console.log("得到结果", result) + } + }); } } }); diff --git a/public/template/component/schedule.html b/public/template/component/schedule.html index 8d83caf7..f7a23033 100644 --- a/public/template/component/schedule.html +++ b/public/template/component/schedule.html @@ -53,16 +53,6 @@ \ No newline at end of file