From b67aab4c69b0c2619a334e7ae110becd97cec4bf Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期六, 29 七月 2023 19:24:12 +0800
Subject: [PATCH] #售前规划申请单上传文件

---
 src/main/webapp/static/js/plan/plan.js |  167 +++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 125 insertions(+), 42 deletions(-)

diff --git a/src/main/webapp/static/js/plan/plan.js b/src/main/webapp/static/js/plan/plan.js
index dc3df76..3809a81 100644
--- a/src/main/webapp/static/js/plan/plan.js
+++ b/src/main/webapp/static/js/plan/plan.js
@@ -2,18 +2,20 @@
 var pageCount = 0;
 var treeCond;
 var admin;
+var planNeedXmlSelData;
 layui.config({
     base: baseUrl + "/static/layui/lay/modules/"
 }).extend({
     steps: 'steps/steps',
     cascader: 'cascader/cascader',
-}).use(['table','laydate', 'form', 'admin', 'xmSelect', 'steps', 'element', 'cascader', 'tree', 'dropdown'], function(){
+}).use(['table','laydate','layer','upload', 'form', 'admin', 'xmSelect', 'steps', 'element', 'cascader', 'tree', 'dropdown'], function(){
     var table = layui.table;
     var $ = layui.jquery;
     var layer = layui.layer;
     var layDate = layui.laydate;
     var form = layui.form;
     admin = layui.admin;
+    var upload = layui.upload;
     var xmSelect = layui.xmSelect;
     var steps = layui.steps;
     var cascader = layui.cascader;
@@ -139,14 +141,16 @@
             {type: 'checkbox'}
             // ,{field: 'id', align: 'center',title: 'ID'}
             // ,{field: 'hostId$', align: 'center',title: '鎵�灞炲晢鎴�'}
-            ,{field: 'userId$', align: 'left',title: '涓氬姟鍛�'}
-            ,{field: 'planType$', align: 'left',title: '涓氬姟绫诲瀷', width: 150}
-            ,{field: 'name', align: 'left',title: '鍞墠瑙勫垝鐢宠鍗曞悕绉�', width: 220, style: 'color: #1890ff;cursor:pointer', event: 'more'}
-            ,{field: 'uuid', align: 'left',title: '瑙勫垝鍗曞彿', width: 100}
-            ,{field: 'planNeed$', align: 'left',title: '鎵�闇�', templet:function(d){return emptyShow(d.planNeed$)}}
-            ,{field: 'deptId$', align: 'left',title: '鎵�灞為儴闂�'}
-            ,{field: 'orderId$', align: 'left',title: '璺熻釜椤圭洰', width: 220, style: 'color: #1890ff;cursor:pointer', event: 'orderMore'}
-            // ,{field: 'cstmrId$', align: 'left',title: '鐢叉柟鍗曚綅', width: 220, style: 'color: #1890ff;cursor:pointer', event: 'cstmrMore'}
+            ,{field: 'userId$', align: 'left',title: '涓氬姟鍛�',hide: false}
+            ,{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: '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: 'beItem$', align: 'center',title: '绔嬮」'}
             // ,{field: 'planner', align: 'left',title: '瑙勫垝鍛�', templet:function(d){return emptyShow(d.planner)}}
@@ -158,7 +162,7 @@
             // ,{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: '杩涘害'}
             // ,{field: 'settleMsg', align: 'center',title: '瀹℃牳杩涘害'}
             // ,{field: 'comment', align: 'center',title: '璇勮'}
             // ,{field: 'status$', align: 'center',title: '鐘舵��'}
@@ -190,6 +194,78 @@
             }
             pageCurr=curr;pageCount=count;
             limit();
+        }
+    });
+
+    //婕旂ず澶氭枃浠跺垪琛�
+    var uploadListIns = upload.render({
+        elem: '#data-btn-file2'
+        ,elemList: $('#data-btn-file3') //鍒楄〃鍏冪礌瀵硅薄
+        ,url: '/plan/insert/file/auth' //姝ゅ鐢ㄧ殑鏄涓夋柟鐨� http 璇锋眰婕旂ず锛屽疄闄呬娇鐢ㄦ椂鏀规垚鎮ㄨ嚜宸辩殑涓婁紶鎺ュ彛鍗冲彲銆�
+        ,accept: 'file'
+        ,multiple: true
+        ,number: 3
+        ,auto: false
+        ,bindAction: '#testListAction'
+        ,choose: function(obj){
+            console.log(obj)
+            console.log(this.data)
+            console.log($('.layui-layer-title').text())
+            var that = this;
+            var files = this.files = obj.pushFile(); //灏嗘瘡娆¢�夋嫨鐨勬枃浠惰拷鍔犲埌鏂囦欢闃熷垪
+            //璇诲彇鏈湴鏂囦欢
+            obj.preview(function(index, file, result){
+                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>'
+                    ,'<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>'
+                    ,'</td>'
+                    ,'</tr>'].join(''));
+
+                //鍗曚釜閲嶄紶
+                tr.find('.demo-reload').on('click', function(){
+                    obj.upload(index, file);
+                });
+
+                //鍒犻櫎
+                tr.find('.demo-delete').on('click', function(){
+                    delete files[index]; //鍒犻櫎瀵瑰簲鐨勬枃浠�
+                    tr.remove();
+                    uploadListIns.config.elem.next()[0].value = ''; //娓呯┖ input file 鍊硷紝浠ュ厤鍒犻櫎鍚庡嚭鐜板悓鍚嶆枃浠朵笉鍙��
+                });
+
+                that.elemList.append(tr);
+                element.render('progress'); //娓叉煋鏂板姞鐨勮繘搴︽潯缁勪欢
+            });
+        }
+        ,data : {
+            planId : $('.layui-layer-title').text()
+        }
+        ,done: function(res, index, upload){ //鎴愬姛鐨勫洖璋�
+            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;
+            //}
+            this.error(index, upload);
+        }
+        ,allDone: function(obj){ //澶氭枃浠朵笂浼犲畬姣曞悗鐨勭姸鎬佸洖璋�
+            console.log(obj)
+        }
+        ,error: function(index, upload){ //閿欒鍥炶皟
+            var that = this;
+            var tr = that.elemList.find('tr#upload-'+ index)
+                ,tds = tr.children();
+            tds.eq(3).find('.demo-reload').removeClass('layui-hide'); //鏄剧ず閲嶄紶
+        }
+        ,progress: function(n, elem, e, index){ //娉ㄦ剰锛歩ndex 鍙傛暟涓� layui 2.6.6 鏂板
+            element.progress('progress-demo-'+ index, n + '%'); //鎵ц杩涘害鏉°�俷 鍗充负杩斿洖鐨勮繘搴︾櫨鍒嗘瘮
         }
     });
 
@@ -460,6 +536,15 @@
             case "del":
                 del([data.id]);
                 break;
+            case "uploadLink":
+                // 鎵撳紑寮圭獥
+                // 鏋勫缓甯﹀弬鏁扮殑鍐呭
+                layer.open({
+                    type: 1,
+                    title: '涓婁紶鏂囦欢-'+data.id,
+                    content: $('#myModal')
+                });
+                break;
         }
     });
 
@@ -516,19 +601,13 @@
                             if (plan.orderId) { orderSel.setValue([{name: plan.orderId$, value: plan.orderId}]); }
                             if (plan.cstmrId) { cstmrSel.setValue([{name: plan.cstmrId$, value: plan.cstmrId}]); }
                             if (plan.userId) { userSel.setValue([{name: plan.userId$, value: plan.userId}]); }
-                            // console.log(plan);
-                            // console.log(plan.planNeed);
-                            // console.log(plan.planNeed.split("-"));
-                            // console.log(plan.planNeed.split("-").length);
                             let split = plan.planNeed.split("-");
-                            // console.log(split);
-                            // console.log(split.length);
                             if (plan.planNeed) {
-                                var planNeedValue1=split[0];
-                                for (var i=1;i<split.length;i++){
-                                    planNeedValue1 = planNeedSel+"-" +split[i];
-                                }
-                                planNeedSel.setValue([{name: plan.planNeed$, value: planNeedValue1}]);
+                                var data = []
+                                split.forEach((item,idx) => {
+                                    data.push(parseInt(item))
+                                })
+                                planNeedXmlSelData = data
                             }
                             layDateRender(plan);
                             plan['planTypeName'] = plan.planType$;
@@ -742,30 +821,34 @@
     }
 
     window.loadPlanNeedSel = function () {
-        return xmSelect.render({
+        var planNeedXmlSel = xmSelect.render({
             el: '#planNeedXmlSel',
             autoRow: true,
-            filterable: true,
-            remoteSearch: true,
-            remoteMethod: function (val, cb, show) {
-                $.ajax({
-                    url: baseUrl + "/planNeed/all/get/kv",
-                    headers: {'token': localStorage.getItem('token')},
-                    data: {
-                        condition: val
-                    },
-                    method: 'POST',
-                    success: function (res) {
-                        if (res.code === 200) {
-                            cb(res.data)
-                        } else {
-                            cb([]);
-                            layer.msg(res.msg, {icon: 2});
-                        }
-                    }
-                });
+            data: []
+        });
+
+        $.ajax({
+            url: baseUrl + "/planNeed/all/get/kv",
+            headers: {'token': localStorage.getItem('token')},
+            data: {
+                condition: ""
+            },
+            method: 'POST',
+            success: function (res) {
+                if (res.code === 200) {
+                    console.log(planNeedXmlSelData)
+                    planNeedXmlSel.update({
+                        initValue: planNeedXmlSelData,
+                        data: res.data
+                    })
+                } else {
+                    cb([]);
+                    layer.msg(res.msg, {icon: 2});
+                }
             }
         });
+
+        return planNeedXmlSel;
     }
 
     window.loadUserSel = function () {
@@ -799,7 +882,7 @@
 
 });
 
-// 鍏抽棴鍔ㄤ綔
+// 鐐瑰嚮浜嬩欢
 $(document).on('click','#data-detail-close', function () {
     parent.layer.closeAll();
 });

--
Gitblit v1.9.1