Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sfw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨郁彬
sfw
Commits
7fe6cae2
Commit
7fe6cae2
authored
May 21, 2024
by
Du Xingdong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
在新增页面添加密级的内部选项
parent
0a1a0e7e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
add.jsp
src/main/webapp/WEB-INF/views/mailSend/add.jsp
+3
-1
index.jsp
src/main/webapp/WEB-INF/views/wdgl/index.jsp
+1
-0
No files found.
src/main/webapp/WEB-INF/views/mailSend/add.jsp
View file @
7fe6cae2
...
...
@@ -150,7 +150,7 @@
<a onclick="mailSend_add_sample.fileUploadButton1()" style="text-decoration:none;float: right;color: red;">添加附件</a>
<cui:fileuploader id="fileUpload${idSuffix}" uploadBtn="#fileBtn${idSuffix}"
url="${ctx}/attachment/upload/${attachmentModule}/${relevanceId}"
maxFileSize="
1000
00kb" acceptFileTypes="*.*"
maxFileSize="
2048
00kb" acceptFileTypes="*.*"
autoUpload="true" required="true" multiple="true"
uploadBtnOptions="{label: '添加附件'}"
onSuccess="mailSend_add_sample.uploadOnSuccess"
...
...
@@ -198,6 +198,7 @@
//密级
this.safeLevelData = [
{text: '无', value: '无', selected: true},
{text: '内部', value: '内部'},
{text: '秘密', value: '秘密'},
{text: '机密', value: '机密'}
];
...
...
@@ -205,6 +206,7 @@
this.securityLevelFileData = [
/*{text: '普通', value: '普通',checked:true},*/
{text: '无', value: '无'},
{text: '内部', value: '内部'},
{text: '秘密', value: '秘密'},
{text: '机密', value: '机密'},
/*{text: '绝密', value: '绝密'}*/
...
...
src/main/webapp/WEB-INF/views/wdgl/index.jsp
View file @
7fe6cae2
...
...
@@ -207,6 +207,7 @@
//密级
this.safeLevelData = [
{text: '无', value: '无'},
{text: '内部', value: '内部'},
{text: '秘密', value: '秘密'},
{text: '机密', value: '机密'}
];
...
...
Write
Preview
Markdown
is supported
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