From 17580e07751d7abaac48071a8ec0e743fdfb35fc Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期一, 11 九月 2023 10:40:24 +0800
Subject: [PATCH] #权限控制优化

---
 src/main/webapp/static/js/plan/plan.js |   73 ++++++++++++++++++++++++++++--------
 1 files changed, 57 insertions(+), 16 deletions(-)

diff --git a/src/main/webapp/static/js/plan/plan.js b/src/main/webapp/static/js/plan/plan.js
index ae1fe6b..ec26e83 100644
--- a/src/main/webapp/static/js/plan/plan.js
+++ b/src/main/webapp/static/js/plan/plan.js
@@ -141,13 +141,13 @@
             {type: 'checkbox'}
             // ,{field: 'id', align: 'center',title: 'ID'}
             // ,{field: 'hostId$', align: 'center',title: '鎵�灞炲晢鎴�'}
-            ,{field: 'userId$', align: 'left',title: '涓氬姟鍛�',hide: false}
+            ,{field: 'userId$', align: 'left',title: '涓氬姟鍛�',hide: false, width: 100}
             ,{field: 'planType$', align: 'left',title: '涓氬姟绫诲瀷', width: 150,hide: false}
             ,{field: 'name', align: 'left',title: '鍞墠瑙勫垝鐢宠鍗曞悕绉�', width: 220, style: 'color: #1890ff;cursor:pointer', event: 'more',hide: false}
             ,{field: 'uuid', align: 'left',title: '瑙勫垝鍗曞彿', width: 100,hide: false}
             ,{field: 'planNeed$', align: 'left',title: '鎵�闇�', templet:function(d){return emptyShow(d.planNeed$)},hide: false}
             ,{field: 'deptId$', align: 'left',title: '鎵�灞為儴闂�',hide: true}
-            ,{field: 'planner$', align: 'left',title: '瑙勫垝鍛�',hide: false}
+            ,{field: 'planner$', align: 'left',title: '瑙勫垝鍛�',hide: false, width: 100}
             // ,{field: 'nowHeadman$', align: 'left',title: '瑙勫垝缁勯暱',hide: true}
             ,{field: 'orderId$', align: 'left',title: '璺熻釜椤圭洰', width: 220, style: 'color: #1890ff;cursor:pointer', event: 'orderMore',hide: false}
             // ,{field: 'cstmrId$', align: 'left',title: '鐢叉柟鍗曚綅', width: 220, style: 'color: #1890ff;cursor:pointer', event: 'cstmrMore',hide: true}
@@ -162,16 +162,16 @@
             // ,{field: 'planBonus', align: 'center',title: '瑙勬牸濂栭噾'}
             // ,{field: 'planLeaderBonus', align: 'center',title: '瑙勬牸缁勯暱濂栭噾'}
             // ,{field: 'files', align: 'center',title: '闄勪欢'}
-            ,{field: 'settle$', align: 'center',title: '杩涘害'}
+            ,{field: 'settle$', align: 'center',title: '杩涘害', width: 150}
             // ,{field: 'settleMsg', align: 'center',title: '瀹℃牳杩涘害'}
             // ,{field: 'comment', align: 'center',title: '璇勮'}
             // ,{field: 'status$', align: 'center',title: '鐘舵��'}
             ,{field: 'createTime$', align: 'left',title: '娣诲姞鏃ユ湡', width: 160, hide: false}
-            ,{field: 'updateBy$', align: 'left',title: '淇敼浜�'}
+            ,{field: 'updateBy$', align: 'left',title: '淇敼浜�', width: 100}
             ,{field: 'updateTime$', align: 'left',title: '淇敼鏃堕棿', hide: true}
             ,{field: 'memo', align: 'left',title: '娉ㄩ噴', hide: true}
 
-            ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width: 180}
+            ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width: 280}
         ]],
         request: {
             pageName: 'curr',
@@ -303,6 +303,7 @@
                                     method: 'GET',
                                     success: function (res0) {
                                         let planType = res0.data.planType;
+                                        console.log(planType.html)
                                         if (res0.code === 200) {
                                             admin.open({
                                                 type: 1,
@@ -326,6 +327,7 @@
                                                     });
                                                     layDateRender();
                                                     form.on('submit(editSubmit)', function (data) {
+                                                        console.log(data)
                                                         data.field.planType = planType.id;
                                                         data.field.orderId = orderSel.getValue()[0] ? orderSel.getValue()[0].value : null;
                                                         data.field.cstmrId = cstmrSel.getValue()[0] ? cstmrSel.getValue()[0].value : null;
@@ -486,6 +488,7 @@
                                     autoRow: true,
                                     filterable: true,
                                     remoteSearch: true,
+                                    clickClose: true,
                                     radio: true,
                                     remoteMethod: function (val, cb, show) {
                                         let loadIndex = layer.load(2);
@@ -587,26 +590,42 @@
     // 鐐瑰嚮涓嬭浇鎸夐挳鏃惰Е鍙戞枃浠朵笅杞�
     $('#data-btn-file3').on('click', 'a', function() {
         var downloadUrl = $(this).attr('href');
-        console.log(downloadUrl)
-        // 鍙戣捣 AJAX 璇锋眰锛岃幏鍙栨枃浠�
+        // console.log(downloadUrl)
+        // console.log(baseUrl)
+        // window.open("/\//"+downloadUrl);
+        // return false;
+        // var downloadUrl = $(this).attr('href');
+        // console.log(downloadUrl)
+        // // 鍙戣捣 AJAX 璇锋眰锛岃幏鍙栨枃浠�
         $.ajax({
             url: '/plan/download/file/auth',
             type: 'POST',
             data: { downloadUrl: downloadUrl },  // 浼犻�掍笅杞介摼鎺ヤ綔涓哄弬鏁�
             success: function(response) {
                 console.log(response)
-                // window.open(baseUrl+response.msg)
-                // 鍒涘缓涓�涓狟lob瀵硅薄
-                var blob = new Blob([response]);
-                // 浣跨敤FileSaver淇濆瓨鏂囦欢
-                var fileName = downloadUrl.substring(downloadUrl.lastIndexOf('\\') + 1);
-                console.log(fileName)
-                saveAs(blob, fileName);
+                layer.msg(response.msg+',宸蹭笅杞借嚦榛樿璺緞锛佽缁嗕笅杞借矾寰勶細'+response.data, {icon: 1});
+        //         // window.open(baseUrl+response.msg)
+        //         // 鍒涘缓涓�涓狟lob瀵硅薄
+        //         var blob = new Blob([response]);
+        //         // 浣跨敤FileSaver淇濆瓨鏂囦欢
+        //         var fileName = downloadUrl.substring(downloadUrl.lastIndexOf('\\') + 1);
+        //         console.log(fileName)
+        //         saveAs(blob, fileName);
+        //         return false;
             },
             error: function() {
                 layer.msg('璇锋眰鏂囦欢涓嬭浇澶辫触');
             }
         });
+        // var downloadUrl = $(this).attr('href');
+        // console.log(downloadUrl)
+        // if (downloadUrl == "" || downloadUrl == null) {
+        //     layer.msg('璇峰厛涓婁紶app鏂囦欢',{time:1000},() => {
+        //         parent.location.reload()
+        //     })
+        // }else{
+        //     window.open(downloadUrl);
+        // }
         return false;  // 闃绘榛樿鐨勯摼鎺ヨ烦杞涓�
     });
 
@@ -804,6 +823,7 @@
             autoRow: true,
             filterable: true,
             remoteSearch: true,
+            clickClose: true,
             radio: true,
             remoteMethod: function (val, cb, show) {
                 $.ajax({
@@ -832,6 +852,7 @@
             autoRow: true,
             filterable: true,
             remoteSearch: true,
+            clickClose: true,
             radio: true,
             remoteMethod: function (val, cb, show) {
                 $.ajax({
@@ -845,11 +866,30 @@
                         if (res.code === 200) {
                             cb(res.data)
                         } else {
-                            cb([]);
+                            cb([]);Query/auth
                             layer.msg(res.msg, {icon: 2});
                         }
                     }
                 });
+            },
+            on: function (data){
+                if (data.change.length > 0) {
+                    let orderId = data.change[0].value;
+                    $.ajax({
+                        url: baseUrl + "/order/" + orderId + "/auth",
+                        headers: {'token': localStorage.getItem('token')},
+                        data: {},
+                        method: 'GET',
+                        success: function (res) {
+                            if (res.code === 200) {
+                                let cstmrSel = loadCstmrSel();
+                                cstmrSel.setValue([{name: res.data.cstmrId$, value: res.data.cstmrId}]);
+                            } else {
+                                layer.msg(res.msg, {icon: 2});
+                            }
+                        }
+                    });
+                }
             }
         });
     }
@@ -860,6 +900,7 @@
             autoRow: true,
             filterable: true,
             remoteSearch: true,
+            clickClose: true,
             radio: true,
             remoteMethod: function (val, cb, show) {
                 $.ajax({
@@ -898,7 +939,6 @@
             method: 'POST',
             success: function (res) {
                 if (res.code === 200) {
-                    console.log(planNeedXmlSelData)
                     planNeedXmlSel.update({
                         initValue: planNeedXmlSelData,
                         data: res.data
@@ -919,6 +959,7 @@
             autoRow: true,
             filterable: true,
             remoteSearch: true,
+            clickClose: true,
             radio: true,
             remoteMethod: function (val, cb, show) {
                 $.ajax({

--
Gitblit v1.9.1