From 5d0510e87c501b7eaf0ec3d9cf128e243cc53d70 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 20 十二月 2023 10:53:55 +0800
Subject: [PATCH] Gy_BankList.html、Gy_CustomerList.html、Gy_DepartmentList.html、Gy_EmployeeList.html、Gy_SellStyle.html、Gy_SettleStyle.html、Gy_UnitList.html、Gy_WarehouseList.html:增加回车键触发过滤
---
WebTM/views/home/console.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/WebTM/views/home/console.html b/WebTM/views/home/console.html
index 6f85351..d5a2b93 100644
--- a/WebTM/views/home/console.html
+++ b/WebTM/views/home/console.html
@@ -347,7 +347,8 @@
var $ = layui.$;
var element = layui.element;
var $ = layui.jquery;
-
+ //鐧诲綍骞冲彴(PC绔�佹墜鏈虹)
+ var HType = "PC";
//#region 椤甸潰鍒濆鍖�
set_ClearBill();
//#endregion
@@ -366,7 +367,7 @@
url: GetWEBURL() + "/Web/Xt_UserFastMenu_Init",
type: "GET",
async: false,
- data: { "HMakeName": sessionStorage["HUserName"] },
+ data: { "HMakeName": sessionStorage["HUserName"], "HType": HType },
success: function (data) {
console.log(data.data);
FastMenu(data.data);
--
Gitblit v1.9.1