Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
9a3ea8c7
Commit
9a3ea8c7
authored
Oct 30, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[dev] add approval edite page
parent
40d7f80b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
app-approve.ctrl.js
...main/webapp/app/framework/app-approve/app-approve.ctrl.js
+16
-1
No files found.
atms-web/src/main/webapp/app/framework/app-approve/app-approve.ctrl.js
View file @
9a3ea8c7
...
...
@@ -637,7 +637,22 @@
showBorders
:
true
,
editing
:
{
mode
:
"form"
,
allowUpdating
:
true
allowUpdating
:
true
,
form
:
{
items
:[
{
dataField
:
"projectName"
,
editorOptions
:
{
disabled
:
true
}},
{
dataField
:
"period"
,
editorOptions
:
{
disabled
:
true
}},
{
dataField
:
"createBy"
,
editorOptions
:
{
disabled
:
true
}},
{
dataField
:
"createTime"
,
editorOptions
:
{
disabled
:
true
}},
{
dataField
:
"status"
,
editorOptions
:
{
disabled
:
true
}},
{
dataField
:
"result"
,
editorType
:
'dxRadioGroup'
,
label
:
{
text
:
'审核结果'
,
location
:
'left'
},
editorOptions
:
{
dataSource
:
[{
text
:
"通过"
,
value
:
'agreed'
},
{
text
:
"不通过"
,
value
:
'disagreed'
}],
layout
:
"horizontal"
}
},
{
dataField
:
"approvalResult"
,
editorType
:
"dxTextArea"
,
editorOptions
:
{
height
:
50
}}
]
}
},
columns
:
[
{
caption
:
'项目名称'
,
width
:
'12%'
,
dataField
:
"projectName"
},
...
...
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