From 53822c09bcd86f323b16f7546cb2ec2573213072 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 21 十一月 2024 09:41:17 +0800
Subject: [PATCH] 直接调拨单: 增加其他页签:将 摘要、发票号码,内部单据号 移到 其他页签 主管,保管员,验收员,业务员 都改为 非必录
---
WebTM/layuiadmin/HideButton.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebTM/layuiadmin/HideButton.js b/WebTM/layuiadmin/HideButton.js
index 6c80e8c..71d8ef8 100644
--- a/WebTM/layuiadmin/HideButton.js
+++ b/WebTM/layuiadmin/HideButton.js
@@ -19,7 +19,7 @@
//鑾峰彇鎸夐挳闅愯棌璁剧疆绐楀彛鏂囦欢璺緞
var urlStr = window.document.location.pathname;//鑾峰彇鏂囦欢璺緞
var urlLen = urlStr.split('/');
- for (var i = 0; i <= urlLen.length - 4; i++) {
+ for (var i = 0; i < urlLen.length - 4; i++) {
contentUrl += "../";
}
contentUrl += '绯荤粺绠$悊/鎸夐挳璁剧疆/Xt_ModuleButtonSet.html?HModName=' + HModName + '&HBillType=' + HBillType + "&btnIdList=" + btnIdList + "&btnNameList=" + btnNameList + "&btnOrderList=" + btnOrderList + "&HUserName=" + HUserName;
--
Gitblit v1.9.1