yusijie
2025-11-07 6029d9cca9e132c4ba7a64cefe3db5eeaaecdf74
WebTM/views/É豸¹ÜÀí/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","负责人ID","hsubid","HBillType"];
            var titleData = ["hmainid", "设备ID", "巡检项目ID","负责人ID","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) {