From 494028aa87d4523328b17d8dedecdac3e6f28419 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期日, 23 一月 2022 20:32:28 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MESWMS-LayUI --- WebTM/views/设备管理/Sb_EquipDotCheckBillList.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckBillList.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckBillList.html" index b58571e..fcb8320 100644 --- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckBillList.html" +++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckBillList.html" @@ -225,7 +225,7 @@ $.ajax({ url: GetWEBURL() + '/Sb_EquipDotCheckBill/GetEquipDotCheckBillList', type: "GET", - data: { "sWhere": sWhere }, + data: { "sWhere": sWhere, "user": sessionStorage["HUserName"] }, success: function (data1) { if (data1.count == 1) { option.data = data1.data; @@ -302,7 +302,7 @@ $.ajax({ type: "GET", url: GetWEBURL() + "/Sb_EquipDotCheckBill/DeltetEquipDotCheckBillList", //鏂规硶鎵�鍦ㄩ〉闈㈠拰鏂规硶鍚� - data: { "HInterID": HInterID }, + data: { "HInterID": HInterID, "user": sessionStorage["HUserName"]}, success: function (result) { if (result.count == 1) { layer.msg(result.Message, { time: 1 * 1000, icon: 1 }, function () { -- Gitblit v1.9.1