From cea031da5102655e2d42faca6dca74aaf1ae40b2 Mon Sep 17 00:00:00 2001
From: pzy <2829717936@qq.com>
Date: 星期三, 18 九月 2024 10:09:37 +0800
Subject: [PATCH] 导入任务1

---
 WebTM/views/计划管理/Excel/Gy_Group_Excel.html |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git "a/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/Excel/Gy_Group_Excel.html" "b/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/Excel/Gy_Group_Excel.html"
index 35b3cbb..26b0a40 100644
--- "a/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/Excel/Gy_Group_Excel.html"
+++ "b/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/Excel/Gy_Group_Excel.html"
@@ -85,7 +85,7 @@
         //鏂囦欢涓婁紶
         upload.render({
             elem: '#UpLoad',
-            url: GetWEBURL() + '/Gy_Process/Gy_Process_Excel',
+            url: GetWEBURL() + '/Gy_Group/Gy_Process_Excel',
             contentType: 'application/json',
             exts: 'xls|xlsx', //鍏佽涓婁紶鐨勭被鍨�
             done: function (data1) {
@@ -153,13 +153,16 @@
                     , { field: '缁勭粐鍚嶇О', title: '缁勭粐鍚嶇О', width: 120 }
                     , { field: '鐝粍浠g爜', title: '鐝粍浠g爜', width: 120 }
                     , { field: '鐝粍', title: '鐝粍', width: 120 }
+                    , { field: '鏉″舰鐮�', title: '鏉″舰鐮�', width: 120 }
                     , { field: 'HDeptID', title: 'HDeptID', width: 120, hide: true }
                     , { field: '閮ㄩ棬浠g爜', title: '閮ㄩ棬浠g爜', width: 120, hide: true }
                     , { field: '鎵�灞為儴闂�', title: '鎵�灞為儴闂�', width: 120 }
                     , { field: '鐝粍鎬讳汉鏁�', title: '鐝粍鎬讳汉鏁�', width: 120}
-                    , { field: '宸ュ簭浠g爜', title: '宸ュ簭浠g爜', width: 120, hide: true }
-                    , { field: '宸ュ簭', title: '宸ュ簭', width: 120 }
+                    , { field: '宸ュ簭', title: '宸ュ簭', width: 120, hide: true }
+                    , { field: '宸ュ簭鍚嶇О', title: '宸ュ簭鍚嶇О', width: 120 }
+                    , { field: '鍔冲姟鍗曚綅', title: '鍔冲姟鍗曚綅', width: 120 }
                     , { field: '澶囨敞', title: '澶囨敞', width: 120 }
+                    , { fixed: 'right', title: '鎿嶄綔', toolbar: '#barDemo' }
                 ]]
             };
 
@@ -167,6 +170,7 @@
             table.render(option);
             //DisPlay_HideColumn();
         }
+
 
         //琛屽唴鍒犻櫎
         function set_GridDelete(obj) {
@@ -203,7 +207,7 @@
 
             $.ajax({
                 type: "POST",
-                url: GetWEBURL() + "/Gy_Process/Gy_Process_btnSave",
+                url: GetWEBURL() + "/Gy_Group/Gy_Process_btnSave",
                 async: true,
                 data: { "sMainSub": sMainSub },
                 dataType: "json",

--
Gitblit v1.9.1