From dd2345c33c21d5f34ff52a09f45963f13856ea69 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期三, 22 五月 2024 17:32:31 +0800
Subject: [PATCH] 器具档案 增加 子表 和网格; Gy_MouldFileSub_SubMater 用来显示 这个 器具的 的 子配件(或子器具); (子表 非必录,允许为空)
---
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