From e27bbbc05bccc103e1fdfaf30414997aeabbdf84 Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期三, 24 十二月 2025 14:24:11 +0800
Subject: [PATCH] 增加了车辆轨迹表编辑和列表和条码主档的链接页面

---
 WebTM/views/工资管理/阶梯工价系数/Gy_SteppedPriceCoefficientBillEdit.html |    6 +-----
 WebTM/views/工资管理/阶梯工价系数/Gy_SteppedPriceCoefficientBillList.html |    3 ++-
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\351\230\266\346\242\257\345\267\245\344\273\267\347\263\273\346\225\260/Gy_SteppedPriceCoefficientBillEdit.html" "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\351\230\266\346\242\257\345\267\245\344\273\267\347\263\273\346\225\260/Gy_SteppedPriceCoefficientBillEdit.html"
index 9d8f8b8..891e444 100644
--- "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\351\230\266\346\242\257\345\267\245\344\273\267\347\263\273\346\225\260/Gy_SteppedPriceCoefficientBillEdit.html"
+++ "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\351\230\266\346\242\257\345\267\245\344\273\267\347\263\273\346\225\260/Gy_SteppedPriceCoefficientBillEdit.html"
@@ -519,11 +519,7 @@
              * 鏍规嵁宸ュ簭ID璁剧疆宸ュ簭鍚嶇О锛堣嚜鍔ㄥ~鍏呭埌杈撳叆妗嗭級
              * @param {string} processId - 宸ュ簭ID
              */
-            function setProcessNameById(processId) {
-                if (!processId || processId === "0" || processId === "") {
-                    $("#HProcName").val('');
-                    return;
-                }
+      
 
                 getProcessNameById(processId, function (processName) {
                     if (processName) {
diff --git "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\351\230\266\346\242\257\345\267\245\344\273\267\347\263\273\346\225\260/Gy_SteppedPriceCoefficientBillList.html" "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\351\230\266\346\242\257\345\267\245\344\273\267\347\263\273\346\225\260/Gy_SteppedPriceCoefficientBillList.html"
index fad6f7e..1d03d0a 100644
--- "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\351\230\266\346\242\257\345\267\245\344\273\267\347\263\273\346\225\260/Gy_SteppedPriceCoefficientBillList.html"
+++ "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\351\230\266\346\242\257\345\267\245\344\273\267\347\263\273\346\225\260/Gy_SteppedPriceCoefficientBillList.html"
@@ -199,6 +199,7 @@
         </div>
     </div>
     <script>
+        
         layui.config({
             base: '../../../layuiadmin/' //闈欐�佽祫婧愭墍鍦ㄨ矾寰�
         }).extend({
@@ -221,7 +222,7 @@
             console.log("GetWEBURL:", typeof GetWEBURL);
 
             var HModName = "Gy_SteppedPriceCoefficientBillList";
-            var HBillType = "GYSTPRICECOEFF";
+            var HBillType = "";
             var HMaker = sessionStorage["HUserName"];
             var Organization = sessionStorage["Organization"];
 

--
Gitblit v1.9.1