From 07bbbe5e7413e4a345cc122fefa6028f9f453656 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 13 十一月 2024 17:06:36 +0800
Subject: [PATCH] 条码生成替换特殊字符;开工单自动审核后禁用审核按钮
---
WebTM/views/indexMenu_PDA.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/WebTM/views/indexMenu_PDA.html b/WebTM/views/indexMenu_PDA.html
index be4da27..1a32df8 100644
--- a/WebTM/views/indexMenu_PDA.html
+++ b/WebTM/views/indexMenu_PDA.html
@@ -161,11 +161,11 @@
//#region 鏄剧ず渚ц竟鑿滃崟
function set_sideMenuDisPlay() {
- //鍒ゆ柇鐢ㄦ埛鏄Щ鍔ㄧ杩樻槸PC绔�
- var judgeMorPCflag = judgeMorPC();
- if (judgeMorPCflag) {//PC绔�
- window.location.href = 'indexMenu.html'
- }
+ ////鍒ゆ柇鐢ㄦ埛鏄Щ鍔ㄧ杩樻槸PC绔�
+ //var judgeMorPCflag = judgeMorPC();
+ //if (judgeMorPCflag) {//PC绔�
+ // window.location.href = 'indexMenu.html'
+ //}
var ajaxLoad = layer.load();
//鑾峰彇鑿滃崟鍒楄〃鏁版嵁
--
Gitblit v1.9.1