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
7fed6abb
Commit
7fed6abb
authored
May 05, 2019
by
qiankunpingtai
Browse files
修改应用管理选择框没有选中的问题
parent
b932a154
Changes
1
Show whitespace changes
Inline
Side-by-side
erp_web/pages/manage/app.html
View file @
7fed6abb
...
@@ -425,13 +425,13 @@
...
@@ -425,13 +425,13 @@
$
(
"
#URL
"
).
val
(
rowsdata
.
url
);
$
(
"
#URL
"
).
val
(
rowsdata
.
url
);
$
(
"
#Width
"
).
val
(
rowsdata
.
width
);
$
(
"
#Width
"
).
val
(
rowsdata
.
width
);
$
(
"
#Height
"
).
val
(
rowsdata
.
height
);
$
(
"
#Height
"
).
val
(
rowsdata
.
height
);
$
(
"
#ReSize
"
).
attr
(
"
checked
"
,
rowsdata
.
resize
==
'
true
'
?
true
:
false
);
$
(
"
#ReSize
"
).
attr
(
"
checked
"
,
rowsdata
.
resize
==
=
true
?
true
:
false
);
$
(
"
#OpenMax
"
).
attr
(
"
checked
"
,
rowsdata
.
openmax
==
'
true
'
?
true
:
false
);
$
(
"
#OpenMax
"
).
attr
(
"
checked
"
,
rowsdata
.
openmax
==
=
true
?
true
:
false
);
$
(
"
#Flash
"
).
attr
(
"
checked
"
,
rowsdata
.
flash
==
'
true
'
?
true
:
false
);
$
(
"
#Flash
"
).
attr
(
"
checked
"
,
rowsdata
.
flash
==
=
true
?
true
:
false
);
$
(
"
#ZL
"
).
val
(
rowsdata
.
zl
);
$
(
"
#ZL
"
).
val
(
rowsdata
.
zl
);
$
(
"
#Sort
"
).
val
(
rowsdata
.
sort
);
$
(
"
#Sort
"
).
val
(
rowsdata
.
sort
);
$
(
"
#Remark
"
).
val
(
rowsdata
.
remark
);
$
(
"
#Remark
"
).
val
(
rowsdata
.
remark
);
$
(
"
#Enabled
"
).
attr
(
"
checked
"
,
rowsdata
.
enabled
==
'
true
'
?
true
:
false
);
$
(
"
#Enabled
"
).
attr
(
"
checked
"
,
rowsdata
.
enabled
==
=
true
?
true
:
false
);
orgApp
=
rowsdata
.
name
;
orgApp
=
rowsdata
.
name
;
$
(
'
#appDlg
'
).
dialog
(
'
open
'
).
dialog
(
'
setTitle
'
,
'
<img src="/js/easyui-1.3.5/themes/icons/pencil.png"/> 编辑应用信息
'
);
$
(
'
#appDlg
'
).
dialog
(
'
open
'
).
dialog
(
'
setTitle
'
,
'
<img src="/js/easyui-1.3.5/themes/icons/pencil.png"/> 编辑应用信息
'
);
...
...
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