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
d0eef88d
Commit
d0eef88d
authored
Apr 01, 2019
by
Ken you
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add start deplov btn---Ken
parent
6e78a2b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
vatApproveService.js
...c/main/webapp/app/common/vatservices/vatApproveService.js
+2
-2
app-approve.html
...rc/main/webapp/app/framework/app-approve/app-approve.html
+1
-1
No files found.
atms-web/src/main/webapp/app/common/vatservices/vatApproveService.js
View file @
d0eef88d
...
...
@@ -5,8 +5,8 @@
return
$http
.
get
(
'url'
,
apiConfig
.
createVat
());
},
startApproveDeploy
:
function
()
{
return
$http
.
post
(
'/approval/deploy'
,
apiConfig
.
createVat
());
startApproveDeploy
:
function
()
{
return
$http
.
post
(
'/approval/deploy'
,
{},
apiConfig
.
createVat
());
},
commitNewApproval
:
function
(
param
)
{
...
...
atms-web/src/main/webapp/app/framework/app-approve/app-approve.html
View file @
d0eef88d
...
...
@@ -52,6 +52,7 @@
class=
"num-style"
>
{{completedNum}}
</span>
<span
style=
"padding-right:10px;padding-left:20px;"
>
{{'ApproveDisAgreed' | translate}}
</span><span
class=
"num-style"
>
{{notBeginNum}}
</span>
<span
style=
"padding-right:10px;padding-left:20px;display: none"
><a
ng-click=
"startApprove()"
>
StartApprovalDeploy
</a></span>
</div>
<div
class=
"task-list"
>
<span
class=
"taskMsg"
ng-show=
"serviceTypeId !=='12'"
>
{{'ApproveTaskList' | translate}}
</span>
...
...
@@ -59,7 +60,6 @@
</div>
<div
class=
"new-right-body"
>
<div
class=
"right-header"
>
<button
style=
"display: none; "
ng-click=
"startApprove()"
>
start
</button>
<div
class=
"overview-picker"
>
<input
type=
"text"
id=
"overviewDatepicker"
class=
"datepicker vat-subheader"
style=
"width:120px;"
readonly=
"readonly"
/>
...
...
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