From 4e2f1038ed8d48a057e3a44e0d9a223dca993179 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期三, 07 五月 2025 16:11:38 +0800
Subject: [PATCH] 排产页面调整

---
 WebTM/views/基础资料/公用基础资料/excel/Gy_QCCheckClass_Excel.html |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/excel/Gy_QCCheckClass_Excel.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/excel/Gy_QCCheckClass_Excel.html"
index bd0cfea..3f8099f 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/excel/Gy_QCCheckClass_Excel.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/excel/Gy_QCCheckClass_Excel.html"
@@ -85,7 +85,7 @@
         //鏂囦欢涓婁紶
         upload.render({
             elem: '#UpLoad',
-            url: GetWEBURL() + '/Gy_QCCheckClass/Gy_Process_Excel',
+            url: GetWEBURL() + '/Gy_QCCheckClass/Gy_QCCheckClass_Excel',
             contentType: 'application/json',
             exts: 'xls|xlsx', //鍏佽涓婁紶鐨勭被鍨�
             done: function (data1) {
@@ -148,10 +148,13 @@
                 , loading: false
                 , cols: [[
                     { type: 'checkbox', fixed: 'left' }
-                     , { field: 'HItemID', title: 'HItemID', sort: true, hide: true }
-                     , { field: '浠g爜', title: '浠g爜' }
-                     , { field: '鍚嶇О', title: '鍚嶇О' }
-                     , { field: '澶囨敞', title: '澶囨敞' }               
+                    , { field: 'HOrgID', title: 'HOrgID', width: 120, hide: true }
+                    , { field: '缁勭粐浠g爜', title: '缁勭粐浠g爜', width: 120 }
+                    , { field: '缁勭粐鍚嶇О', title: '缁勭粐鍚嶇О', width: 120 }
+                    , { field: '妫�楠岄」鐩垎绫讳唬鐮�', title: '妫�楠岄」鐩垎绫讳唬鐮�', width: 120 }
+                    , { field: '妫�楠岄」鐩垎绫�', title: '妫�楠岄」鐩垎绫�', width: 120 }
+                    , { field: '鍔╄鐮�', title: '鍔╄鐮�', width: 120 }
+                    , { field: '澶囨敞', title: '澶囨敞', width: 120 }
                     , { fixed: 'right', title: '鎿嶄綔', toolbar: '#barDemo' }
                 ]]
             };
@@ -196,7 +199,7 @@
 
             $.ajax({
                 type: "POST",
-                url: GetWEBURL() + "/Gy_QCCheckClass/Gy_Process_btnSave",
+                url: GetWEBURL() + "/Gy_QCCheckClass/Gy_QCCheckClass_btnSave",
                 async: true,
                 data: { "sMainSub": sMainSub },
                 dataType: "json",

--
Gitblit v1.9.1