From 7110df85290cce9aa23349f99aaf7788a642b5f6 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 30 九月 2024 13:31:35 +0800
Subject: [PATCH] 前端更新

---
 WebTM/views/计划管理/工艺路线/Gy_RoutingBillCheckQuery.html           |    4 ----
 WebTM/views/工资管理/定额申请/Pay_ProcPriceRequestBillCheckQuery.html |    6 +-----
 WebTM/layuiadmin/Scripts/webConfig.js                         |    2 +-
 3 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/WebTM/layuiadmin/Scripts/webConfig.js b/WebTM/layuiadmin/Scripts/webConfig.js
index f5895a2..ebbeea6 100644
--- a/WebTM/layuiadmin/Scripts/webConfig.js
+++ b/WebTM/layuiadmin/Scripts/webConfig.js
@@ -8,7 +8,7 @@
     //var WEBURL = "http://localhost:8082/API/";    //鏉滆春鏈湴閰嶇疆
     /*var WEBURL = "http://localhost/API/";*/    //娼樻禉娓告湰鍦伴厤缃�  
     var WEBURL = "http://localhost:8082/API/";    //寮犵憺骞挎湰鍦伴厤缃�
-/*    var WEBURL = "http://localhost:81/API/"    //缈佹稕娑涙湰鍦伴厤缃�*/
+    var WEBURL = "http://localhost:81/API/";   //缈佹稕娑涙湰鍦伴厤缃�
     //var WEBURL = "http://47.96.97.237/API/";          //鏅轰簯鏈嶅姟鍣�
    /* var WEBURL = "http://localhost:8082/LuBaoAPI/";   //浣欐�濇澃鏈湴閰嶇疆*/
     //var WEBURL = "http://localhost:8088/ARAPI/";      //浣欐�濇澃鏈湴閰嶇疆(瀹夌憺)
diff --git "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\256\232\351\242\235\347\224\263\350\257\267/Pay_ProcPriceRequestBillCheckQuery.html" "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\256\232\351\242\235\347\224\263\350\257\267/Pay_ProcPriceRequestBillCheckQuery.html"
index 142992f..a54f78e 100644
--- "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\256\232\351\242\235\347\224\263\350\257\267/Pay_ProcPriceRequestBillCheckQuery.html"
+++ "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\256\232\351\242\235\347\224\263\350\257\267/Pay_ProcPriceRequestBillCheckQuery.html"
@@ -533,11 +533,7 @@
                                             return '<span style="color: blue;">' + d.鍗曟嵁鍙� + '</span>'
                                         }, style: 'cursor: pointer;'
                                     });
-                                } else if (data[i].name == '瀹℃壒椤圭洰鍚嶇О') {//娣诲姞瓒呴摼鎺�
-                                    col.push({
-                                        field: data[i].id, title: data[i].name, align: 'center', width: 120, fixed: 'left', sort: true
-                                    });
-                                }else {
+                                } else {
                                     switch (data[i].Type) {
                                         //int
                                         case 'DateTime':
diff --git "a/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/\345\267\245\350\211\272\350\267\257\347\272\277/Gy_RoutingBillCheckQuery.html" "b/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/\345\267\245\350\211\272\350\267\257\347\272\277/Gy_RoutingBillCheckQuery.html"
index f2576a2..b5ba12c 100644
--- "a/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/\345\267\245\350\211\272\350\267\257\347\272\277/Gy_RoutingBillCheckQuery.html"
+++ "b/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/\345\267\245\350\211\272\350\267\257\347\272\277/Gy_RoutingBillCheckQuery.html"
@@ -533,10 +533,6 @@
                                             return '<span style="color: blue;">' + d.鍗曟嵁鍙� + '</span>'
                                         }, style: 'cursor: pointer;'
                                     });
-                                } else if (data[i].name == '瀹℃壒椤圭洰鍚嶇О') {//娣诲姞瓒呴摼鎺�
-                                    col.push({
-                                        field: data[i].id, title: data[i].name, align: 'center', width: 120, fixed: 'left', sort: true
-                                    });
                                 }else {
                                     switch (data[i].Type) {
                                         //int

--
Gitblit v1.9.1