Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
ebc637fe
"vscode:/vscode.git/clone" did not exist on "71e545fa54d830491bfaed16df88c5b1c3135484"
Commit
ebc637fe
authored
Feb 18, 2020
by
季圣华
Browse files
解决部分功能模块无法修改名称的bug
parent
3a1ff5ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
erp_web/index.html
View file @
ebc637fe
...
...
@@ -191,5 +191,6 @@
<script
src=
"js/jquery-toastr/2.0/toastr.min.js"
></script>
<script
src=
"js/jquery/jquery.slimscroll.js"
></script>
<script
src=
"js/easyui/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"js/common/common.js"
></script>
<script
src=
"js/modules/sys/sysIndex.js"
></script>
\ No newline at end of file
erp_web/pages/manage/functions.html
View file @
ebc637fe
...
...
@@ -390,7 +390,7 @@
$
(
"
#Sort
"
).
textbox
(
"
setValue
"
,
rowsdata
.
sort
);
$
(
"
#Enabled
"
).
attr
(
"
checked
"
,
rowsdata
.
enabled
);
$
(
"
#Type
"
).
textbox
(
"
setValue
"
,
rowsdata
.
type
);
if
(
rowsdata
.
pushbtn
!=
"
undefined
"
&&
rowsdata
.
pushbtn
!=
""
)
{
if
(
rowsdata
.
pushbtn
)
{
var
arr
=
rowsdata
.
pushbtn
.
split
(
"
,
"
);
var
pushBtnArray
=
[];
for
(
var
i
=
0
;
i
<
arr
.
length
;
i
++
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment