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
94de9b03
Commit
94de9b03
authored
Apr 06, 2020
by
季圣华
Browse files
给功能模块的页面显示菜单图标配置
parent
5602aa2b
Changes
1
Show whitespace changes
Inline
Side-by-side
erp_web/pages/manage/functions.html
View file @
94de9b03
...
@@ -89,12 +89,10 @@
...
@@ -89,12 +89,10 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
收缩
</td>
<td>
图标
</td>
<td
style=
"padding:5px"
><input
name=
"State"
id=
"State"
type=
"checkbox"
style=
"width: 230px;height: 20px"
/></td>
<td
style=
"padding:5px"
>
</tr>
<input
id=
"icon"
name=
"icon"
class=
"easyui-textbox"
style=
"width:230px;"
/>
<tr>
</td>
<td>
启用
</td>
<td
style=
"padding:5px"
><input
name=
"Enabled"
id=
"Enabled"
type=
"checkbox"
style=
"width: 230px;height: 20px"
/></td>
</tr>
</tr>
<tr>
<tr>
<td>
类型
</td>
<td>
类型
</td>
...
@@ -106,6 +104,14 @@
...
@@ -106,6 +104,14 @@
</select>
</select>
</td>
</td>
</tr>
</tr>
<tr>
<td>
收缩
</td>
<td
style=
"padding:5px"
><input
name=
"State"
id=
"State"
type=
"checkbox"
style=
"width: 230px;height: 20px"
/></td>
</tr>
<tr>
<td>
启用
</td>
<td
style=
"padding:5px"
><input
name=
"Enabled"
id=
"Enabled"
type=
"checkbox"
style=
"width: 230px;height: 20px"
/></td>
</tr>
</table>
</table>
</form>
</form>
</div>
</div>
...
@@ -174,6 +180,7 @@
...
@@ -174,6 +180,7 @@
}
}
},
},
{
title
:
'
类型
'
,
field
:
'
type
'
,
width
:
50
},
{
title
:
'
类型
'
,
field
:
'
type
'
,
width
:
50
},
{
title
:
'
图标
'
,
field
:
'
icon
'
,
width
:
110
},
{
{
title
:
'
操作
'
,
field
:
'
op
'
,
align
:
"
center
"
,
width
:
130
,
formatter
:
function
(
value
,
rec
,
index
)
{
title
:
'
操作
'
,
field
:
'
op
'
,
align
:
"
center
"
,
width
:
130
,
formatter
:
function
(
value
,
rec
,
index
)
{
var
str
=
''
;
var
str
=
''
;
...
@@ -396,6 +403,7 @@
...
@@ -396,6 +403,7 @@
$
(
"
#State
"
).
attr
(
"
checked
"
,
rowsdata
.
state
);
$
(
"
#State
"
).
attr
(
"
checked
"
,
rowsdata
.
state
);
$
(
"
#Sort
"
).
textbox
(
"
setValue
"
,
rowsdata
.
sort
);
$
(
"
#Sort
"
).
textbox
(
"
setValue
"
,
rowsdata
.
sort
);
$
(
"
#Enabled
"
).
attr
(
"
checked
"
,
rowsdata
.
enabled
);
$
(
"
#Enabled
"
).
attr
(
"
checked
"
,
rowsdata
.
enabled
);
$
(
"
#icon
"
).
textbox
(
"
setValue
"
,
rowsdata
.
icon
);
$
(
"
#Type
"
).
textbox
(
"
setValue
"
,
rowsdata
.
type
);
$
(
"
#Type
"
).
textbox
(
"
setValue
"
,
rowsdata
.
type
);
if
(
rowsdata
.
pushbtn
)
{
if
(
rowsdata
.
pushbtn
)
{
var
arr
=
rowsdata
.
pushbtn
.
split
(
"
,
"
);
var
arr
=
rowsdata
.
pushbtn
.
split
(
"
,
"
);
...
...
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