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
5279bdc9
Commit
5279bdc9
authored
May 11, 2020
by
季圣华
Browse files
给系统设置增加演示用户禁止操作的判断(优化)
parent
53a43385
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/manage/systemConfig.html
View file @
5279bdc9
...
...
@@ -80,14 +80,16 @@
</tr>
<tr>
<td>
仓库开关
</td>
<td
style=
"padding:5px"
>
<input
name=
"depotFlag"
id=
"depotFlag"
type=
"checkbox"
style=
"width: 220px;height: 20px"
title=
"勾选后需要到用户列表配置权限"
/>
<td
style=
"padding:5px;text-align:center;"
>
<input
name=
"depotFlag"
id=
"depotFlag"
type=
"checkbox"
style=
"width: 20px;height: 20px"
title=
"勾选后需要到用户列表配置权限"
/>
(勾选后需要到用户列表配置)
</td>
</tr>
<tr>
<td>
客户开关
</td>
<td
style=
"padding:5px"
>
<input
name=
"customerFlag"
id=
"customerFlag"
type=
"checkbox"
style=
"width: 220px;height: 20px"
title=
"勾选后需要到用户列表配置权限"
/>
<td
style=
"padding:5px;text-align:center;"
>
<input
name=
"customerFlag"
id=
"customerFlag"
type=
"checkbox"
style=
"width: 20px;height: 20px"
title=
"勾选后需要到用户列表配置权限"
/>
(勾选后需要到用户列表配置)
</td>
</tr>
</table>
...
...
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