From 6029d9cca9e132c4ba7a64cefe3db5eeaaecdf74 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期五, 07 十一月 2025 09:24:53 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 WebTM/views/设备管理/Sb_EquipPatrolCheckBillList_PDA.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipPatrolCheckBillList_PDA.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipPatrolCheckBillList_PDA.html"
index ebb2ee9..095512a 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipPatrolCheckBillList_PDA.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipPatrolCheckBillList_PDA.html"
@@ -2,7 +2,7 @@
 <html>
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>璁惧鐐规璁板綍鍗曞垪琛�</title>
+    <title>璁惧宸℃璁板綍鍗曞垪琛�</title>
     <meta name="renderer" content="webkit">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
@@ -97,9 +97,9 @@
             //鏌ヨ鏉′欢
             var sWhere = "";
             var option = [];
-            var HModName = "Sb_EquipDotCheckBillList_PDA";
+            var HModName = "Sb_EquipPatrolCheckBillList_PDA";
             //涓嶉渶瑕佹樉绀虹殑瀛楁 鍙墿灞�
-            var titleData = ["hmainid", "璁惧ID", "鐐规椤圭洰ID","璐熻矗浜篒D","hsubid","HBillType"];
+            var titleData = ["hmainid", "璁惧ID", "宸℃椤圭洰ID","璐熻矗浜篒D","hsubid","HBillType"];
 
             //#endregion
 
@@ -199,7 +199,7 @@
                     url: GetWEBURL() + "/Web/GetEquipmentBillsList",
                     type: "GET",
                     async: false,
-                    data: { "sWhere": sWhere, "Type": "DJ", "user": sessionStorage["HUserName"] },
+                    data: { "sWhere": sWhere, "Type": "XJ", "user": sessionStorage["HUserName"] },
                     success: function (data1) {
 
                         if (data1.count == 1) {
@@ -305,7 +305,7 @@
                         var wait = layer.load();
                         //閫昏緫鍒犻櫎鏂规硶
                         $.ajax({
-                            url: GetWEBURL() + '/Sb_EquipDotCheckBill/DeltetEquipDotCheckBillList',
+                            url: GetWEBURL() + '/Sb_EquipPatrolCheckBill/DeltetEquipPatrolCheckBillList',
                             type: "GET",
                             data: { "HInterID": hmainid, "user": sessionStorage["HUserName"] },
                             success: function (result) {

--
Gitblit v1.9.1