From 5f5db5ddcccd858e45bf9e9b92f55646218d4643 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 07 十一月 2023 10:29:59 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/js/plan/plan.js b/src/main/webapp/static/js/plan/plan.js
index ec26e83..9f6eac5 100644
--- a/src/main/webapp/static/js/plan/plan.js
+++ b/src/main/webapp/static/js/plan/plan.js
@@ -143,15 +143,46 @@
             // ,{field: 'hostId$', align: 'center',title: '鎵�灞炲晢鎴�'}
             ,{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: '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: '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, 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}
-            ,{field: 'appleTime$', 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
+            // }
+            ,{field: 'appleTime$', align: 'left',title: '鐢宠鏃ユ湡', hide: false}
             // ,{field: 'beItem$', align: 'center',title: '绔嬮」'}
             // ,{field: 'planner', align: 'left',title: '瑙勫垝鍛�', templet:function(d){return emptyShow(d.planner)}}
             // ,{field: 'finishTime$', align: 'center',title: '瀹屾垚鏃堕棿'}
@@ -165,13 +196,13 @@
             ,{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: 'status$', align: 'center',title: '鐘舵��'}
+            ,{field: 'createTime$', align: 'left',title: '娣诲姞鏃ユ湡', width: 160, hide: true}
             ,{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: 280}
+            ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width: 340}
         ]],
         request: {
             pageName: 'curr',
@@ -217,7 +248,7 @@
                 var tr = $(['<tr id="upload-'+ index +'">'
                     ,'<td>'+ file.name +'</td>'
                     ,'<td>'+ (file.size/1014).toFixed(1) +'kb</td>'
-                    ,'<td><div class="layui-progress" lay-filter="progress-demo-'+ index +'"><div class="layui-progress-bar" lay-percent=""></div></div></td>'
+                    ,'<td><div class="layui-progress" id="progress-id-'+ index +'" lay-filter="progress-demo-'+ index +'"><div class="layui-progress-bar" lay-percent=""></div></div></td>'
                     ,'<td>'
                     ,'<button class="layui-btn layui-btn-xs demo-reload layui-hide">閲嶄紶</button>'
                     ,'<button class="layui-btn layui-btn-xs layui-btn-danger demo-delete">鍒犻櫎</button>'
@@ -242,15 +273,24 @@
             });
         }
         ,done: function(res, index, upload){ //鎴愬姛鐨勫洖璋�
+            if (res.code == 200) {
+                element.progress('progress-demo-'+ index, '100%'); //鎵ц杩涘害鏉°�俷 鍗充负杩斿洖鐨勮繘搴︾櫨鍒嗘瘮
+                layer.msg('涓婁紶鎴愬姛', {icon: 1});
+                $("#progress-id-" + index).html("宸插畬鎴�")
+            }else {
+                element.progress('progress-demo-'+ index, '100%'); //鎵ц杩涘害鏉°�俷 鍗充负杩斿洖鐨勮繘搴︾櫨鍒嗘瘮
+                layer.msg('涓婁紶澶辫触', {icon: 2});
+                $("#progress-id-" + index).html("涓婁紶澶辫触")
+            }
             var that = this;
             //if(res.code == 0){ //涓婁紶鎴愬姛
             var tr = that.elemList.find('tr#upload-'+ index)
                 ,tds = tr.children();
             tds.eq(3).html(''); //娓呯┖鎿嶄綔
             delete this.files[index]; //鍒犻櫎鏂囦欢闃熷垪宸茬粡涓婁紶鎴愬姛鐨勬枃浠�
-            return;
+            // return;
             //}
-            this.error(index, upload);
+            // this.error(index, upload);
         }
         ,allDone: function(obj){ //澶氭枃浠朵笂浼犲畬姣曞悗鐨勭姸鎬佸洖璋�
             console.log(obj)
@@ -262,7 +302,7 @@
             tds.eq(3).find('.demo-reload').removeClass('layui-hide'); //鏄剧ず閲嶄紶
         }
         ,progress: function(n, elem, e, index){
-            element.progress('progress-demo-'+ index, n + '%'); //鎵ц杩涘害鏉°�俷 鍗充负杩斿洖鐨勮繘搴︾櫨鍒嗘瘮
+            element.progress('progress-demo-'+ index, '90%'); //鎵ц杩涘害鏉°�俷 鍗充负杩斿洖鐨勮繘搴︾櫨鍒嗘瘮
         }
     });
 
@@ -323,7 +363,8 @@
                                                     ])
                                                     let planNeedSel = loadPlanNeedSel();
                                                     form.val('detail', {
-                                                        planTypeName: planType.name
+                                                        planTypeName: planType.name,
+                                                        userXmlSelPhone: res0.data.mobile
                                                     });
                                                     layDateRender();
                                                     form.on('submit(editSubmit)', function (data) {
@@ -476,7 +517,7 @@
                 }, function (i) {
                     layer.close(i);
                     // 鎸囧畾瑙勫垝鍛�
-                    if (data.settle === 2) {
+                    if (data.settle === 1) {
                         admin.open({
                             type: 1,
                             area: '300px',
@@ -528,6 +569,17 @@
                     } else {
                         approval(data.id);
                     }
+                });
+                break;
+            case 'approvalEnd':
+                layer.confirm('瀹℃壒鎷掔粷锛�', {
+                    skin: 'layui-layer-admin',
+                    shade: .1,
+                    offset: '200px',
+                    title: data.name
+                }, function (i) {
+                    layer.close(i);
+                    approvalEnd(data.id);
                 });
                 break;
             case 'edit':
@@ -603,7 +655,9 @@
             data: { downloadUrl: downloadUrl },  // 浼犻�掍笅杞介摼鎺ヤ綔涓哄弬鏁�
             success: function(response) {
                 console.log(response)
-                layer.msg(response.msg+',宸蹭笅杞借嚦榛樿璺緞锛佽缁嗕笅杞借矾寰勶細'+response.data, {icon: 1});
+                // layer.msg(response.msg+',宸蹭笅杞借嚦榛樿璺緞锛佽缁嗕笅杞借矾寰勶細'+response.data, {icon: 1});
+                layer.msg(response.msg, {icon: 1});
+                location.href = response.data
         //         // window.open(baseUrl+response.msg)
         //         // 鍒涘缓涓�涓狟lob瀵硅薄
         //         var blob = new Blob([response]);
@@ -633,6 +687,33 @@
         let loadIndex = layer.load(2);
         $.ajax({
             url: baseUrl+"/plan/approval/auth",
+            headers: {'token': localStorage.getItem('token')},
+            data: {
+                planId: planId,
+                plannerId: plannerId
+            },
+            method: 'POST',
+            success: function (res) {
+                if (dIdx) {
+                    layer.close(dIdx);
+                }
+                layer.close(loadIndex);
+                if (res.code === 200){
+                    layer.msg(res.msg, {icon: 1});
+                    tableReload();
+                } else if (res.code === 403){
+                    top.location.href = baseUrl+"/";
+                } else {
+                    layer.msg(res.msg, {icon: 2});
+                }
+            }
+        })
+    }
+
+    function approvalEnd(planId, plannerId, dIdx) {
+        let loadIndex = layer.load(2);
+        $.ajax({
+            url: baseUrl+"/plan/approvalEnd/auth",
             headers: {'token': localStorage.getItem('token')},
             data: {
                 planId: planId,
@@ -912,7 +993,8 @@
                     method: 'POST',
                     success: function (res) {
                         if (res.code === 200) {
-                            cb(res.data)
+                            // cb(res.data)
+                            cb([]);
                         } else {
                             cb([]);
                             layer.msg(res.msg, {icon: 2});

--
Gitblit v1.9.1