| | |
| | | <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"> |
| | |
| | | //æ¥è¯¢æ¡ä»¶ |
| | | 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 |
| | | |
| | |
| | | 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) { |
| | |
| | | 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) { |