From 591dcbe6d9757494116c515902a7f2ea30ca9910 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 21 十一月 2022 14:15:54 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/plan/plan.js | 56 +++++++++++++++++++++++++++++++++++++-------------------
1 files changed, 37 insertions(+), 19 deletions(-)
diff --git a/src/main/webapp/static/js/plan/plan.js b/src/main/webapp/static/js/plan/plan.js
index d3beded..3b5d953 100644
--- a/src/main/webapp/static/js/plan/plan.js
+++ b/src/main/webapp/static/js/plan/plan.js
@@ -219,27 +219,45 @@
element.init();form.render();
layer.close(loadIndex);
+ // 纭瑙勫垝鍗曠被鍨�
form.on('submit(planTypeSubmit)', function (data) {
- // var loadIndex = layer.load(2);
- // $.ajax({
- // url: baseUrl+"/plan/"+(mData?'update':'add')+"/auth",
- // headers: {'token': localStorage.getItem('token')},
- // data: data.field,
- // method: 'POST',
- // success: function (res) {
- // layer.close(loadIndex);
- // if (res.code === 200){
- // layer.close(dIndex);
- // layer.msg(res.msg, {icon: 1});
- // tableReload();
- // } else if (res.code === 403){
- // top.location.href = baseUrl+"/";
- // }else {
- // layer.msg(res.msg, {icon: 2});
- // }
+ layer.close(dIndex);
+ let planType = data.field.planType;
+
+ // admin.open({
+ // type: 1,
+ // area: '600px',
+ // title: '娣诲姞鍞墠瑙勫垝鐢宠鍗�',
+ // content: $('#editDialog').html(),
+ // success: function (layero, dIndex) {
+ // layDateRender();
+ // form.on('submit(editSubmit)', function (data) {
+ // var loadIndex = layer.load(2);
+ // $.ajax({
+ // url: baseUrl+"/plan/"+(mData?'update':'add')+"/auth",
+ // headers: {'token': localStorage.getItem('token')},
+ // data: data.field,
+ // method: 'POST',
+ // success: function (res) {
+ // layer.close(loadIndex);
+ // if (res.code === 200){
+ // layer.close(dIndex);
+ // layer.msg(res.msg, {icon: 1});
+ // tableReload();
+ // } else if (res.code === 403){
+ // top.location.href = baseUrl+"/";
+ // }else {
+ // layer.msg(res.msg, {icon: 2});
+ // }
+ // }
+ // })
+ // return false;
+ // });
+ // $(layero).children('.layui-layer-content').css('overflow', 'visible');
+ // layui.form.render('select');
// }
- // })
- alert(data.field.planType);
+ // });
+
return false;
});
}
--
Gitblit v1.9.1