From 39b22a93673a65872b7f63f8d5ff1c2b95ef0bbd Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 11 六月 2020 15:28:45 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/staDesc/staDesc.js | 96 +++++++++++++++++++++-------------------------- 1 files changed, 43 insertions(+), 53 deletions(-) diff --git a/src/main/webapp/static/js/staDesc/staDesc.js b/src/main/webapp/static/js/staDesc/staDesc.js index f656d46..d62f4de 100644 --- a/src/main/webapp/static/js/staDesc/staDesc.js +++ b/src/main/webapp/static/js/staDesc/staDesc.js @@ -22,10 +22,10 @@ // ,{field: 'typeId', align: 'center',title: '璺緞ID'} ,{field: 'typeNo$', align: 'center',title: '鍏ュ嚭搴撶被鍨�'} // ,{field: 'typeDesc', align: 'center',title: '浣滀笟绫诲瀷'} - ,{field: 'stnNo$', align: 'center',title: '浣滀笟绔欑偣',event: 'stnNo', style: 'cursor:pointer'} - ,{field: 'stnDesc', align: 'center',title: '绔欑偣鍚嶇О'} - ,{field: 'crnNo$', align: 'center',title: '鍫嗗灈鏈哄彿',event: 'crnNo', style: 'cursor:pointer'} - ,{field: 'crnStn$', align: 'center',title: '鍫嗗灈鏈虹珯鐐�',event: 'crnStn', style: 'cursor:pointer'} + ,{field: 'stnNo$', align: 'center',title: '璧峰绔欑偣'} + ,{field: 'stnDesc', align: 'center',title: '绔欑偣鍚嶇О', edit:'text'} + ,{field: 'crnNo$', align: 'center',title: '鍫嗗灈鏈哄彿'} + ,{field: 'crnStn$', align: 'center',title: '鐩爣绔欑偣'} ,{field: 'memo', align: 'center',title: '澶囨敞'} // ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳',event: 'modiUser', style: 'cursor:pointer'} // ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿'} @@ -51,7 +51,7 @@ }, done: function(res, curr, count) { if (res.code === 403) { - top.location.href = baseUrl; + top.location.href = baseUrl+"/"; } pageCurr=curr; limit(); @@ -64,6 +64,33 @@ } }); } + }); + + // 椤甸潰淇敼 + table.on('edit(staDesc)', function (obj) { + layer.confirm('淇濆瓨淇敼?', function(){ + $.ajax({ + url: baseUrl+"/staDesc/update/auth", + headers: {'token': localStorage.getItem('token')}, + data: top.reObject({ + typeId: obj.data.typeId, + stnDesc: obj.value, + memo: obj.data.memo + }), + method: 'POST', + async: false, + success: function (res) { + layer.closeAll(); + if (res.code === 200){ + tableReload(false); + } else if (res.code === 403){ + top.location.href = baseUrl+"/"; + }else { + layer.msg(res.msg) + } + } + }) + }); }); // 鐩戝惉鎺掑簭浜嬩欢 @@ -81,7 +108,7 @@ }, done: function (res, curr, count) { if (res.code === 403) { - top.location.href = baseUrl; + top.location.href = baseUrl+"/"; } pageCurr=curr; limit(); @@ -133,7 +160,7 @@ layer.closeAll(); tableReload(false); } else if (res.code === 403){ - top.location.href = baseUrl; + top.location.href = baseUrl+"/"; } else { layer.msg(res.msg) } @@ -172,7 +199,7 @@ if (res.code === 200) { table.exportFile(titles,res.data,'xls'); } else if (res.code === 403) { - top.location.href = baseUrl; + top.location.href = baseUrl+"/"; } else { layer.msg(res.msg) } @@ -194,7 +221,7 @@ title: '璇︽儏', maxmin: true, area: [top.detailWidth, top.detailHeight], - shadeClose: false, + shadeClose: true, content: 'staDesc_detail.html', success: function(layero, index){ setFormVal(layer.getChildFrame('#detail', index), data, true); @@ -236,7 +263,7 @@ title: '鍏ュ嚭搴撹鎯�', maxmin: true, area: [top.detailWidth, top.detailHeight], - shadeClose: false, + shadeClose: true, content: '../basWrkIotype/basWrkIotype_detail.html', success: function(layero, index){ $.ajax({ @@ -272,7 +299,7 @@ title: '浣滀笟璇︽儏', maxmin: true, area: [top.detailWidth, top.detailHeight], - shadeClose: false, + shadeClose: true, content: '../basDevp/basDevp_detail.html', success: function(layero, index){ $.ajax({ @@ -308,7 +335,7 @@ title: '鍫嗗灈鏈鸿鎯�', maxmin: true, area: [top.detailWidth, top.detailHeight], - shadeClose: false, + shadeClose: true, content: '../basCrnp/basCrnp_detail.html', success: function(layero, index){ $.ajax({ @@ -344,7 +371,7 @@ title: '鍫嗗灈鏈虹珯鐐硅鎯�', maxmin: true, area: [top.detailWidth, top.detailHeight], - shadeClose: false, + shadeClose: true, content: '../basDevp/basDevp_detail.html', success: function(layero, index){ $.ajax({ @@ -380,7 +407,7 @@ title: '淇敼璇︽儏', maxmin: true, area: [top.detailWidth, top.detailHeight], - shadeClose: false, + shadeClose: true, content: '../user/user_detail.html', success: function(layero, index){ $.ajax({ @@ -406,43 +433,6 @@ }); } break; - case 'appeUser': - var param = top.reObject(data).appeUser; - if (param === undefined) { - layer.msg("鏃犳暟鎹�"); - } else { - layer.open({ - type: 2, - title: '鍒涜鎯�', - maxmin: true, - area: [top.detailWidth, top.detailHeight], - shadeClose: false, - content: '../user/user_detail.html', - success: function(layero, index){ - $.ajax({ - url: baseUrl+"/user/"+ param +"/auth", - headers: {'token': localStorage.getItem('token')}, - method: 'GET', - success: function (res) { - if (res.code === 200){ - setFormVal(layer.getChildFrame('#detail', index), res.data, true); - top.convertDisabled(layer.getChildFrame('#data-detail :input', index), true); - layer.getChildFrame('#data-detail-submit-save,#data-detail-submit-edit,#prompt', index).hide(); - layer.iframeAuto(index);layer.style(index, {top: (($(window).height()-layer.getChildFrame('#data-detail', index).height())/3)+"px"}); - layero.find('iframe')[0].contentWindow.layui.form.render('select'); - layero.find('iframe')[0].contentWindow.layui.form.render('checkbox'); - } else if (res.code === 403){ - parent.location.href = "/"; - }else { - layer.msg(res.msg) - } - } - }) - } - }); - } - break; - } }); @@ -493,7 +483,7 @@ $(this).val(""); }); } else if (res.code === 403){ - top.location.href = baseUrl; + top.location.href = baseUrl+"/"; }else { layer.msg(res.msg) } @@ -555,7 +545,7 @@ }, done: function (res, curr, count) { if (res.code === 403) { - top.location.href = baseUrl; + top.location.href = baseUrl+"/"; } pageCurr=curr; if (res.data.length === 0 && count !== 0) { -- Gitblit v1.9.1