From 3740a5aca02714f0786b88e09de92340e6bf617d Mon Sep 17 00:00:00 2001 From: LSH Date: 星期二, 07 十一月 2023 10:11:25 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/plan/plan.js | 54 +++++++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 45 insertions(+), 9 deletions(-) diff --git a/src/main/webapp/static/js/plan/plan.js b/src/main/webapp/static/js/plan/plan.js index 3af7f75..6fec9e3 100644 --- a/src/main/webapp/static/js/plan/plan.js +++ b/src/main/webapp/static/js/plan/plan.js @@ -143,14 +143,45 @@ // ,{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: '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)}} @@ -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,18 @@ }); } ,done: function(res, index, upload){ //鎴愬姛鐨勫洖璋� + element.progress('progress-demo-'+ index, '100%'); //鎵ц杩涘害鏉°�俷 鍗充负杩斿洖鐨勮繘搴︾櫨鍒嗘瘮 + layer.msg('涓婁紶鎴愬姛', {icon: 1}); + $("#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 +296,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%'); //鎵ц杩涘害鏉°�俷 鍗充负杩斿洖鐨勮繘搴︾櫨鍒嗘瘮 } }); @@ -615,7 +649,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]); -- Gitblit v1.9.1