Commit d0eef88d authored by Ken you's avatar Ken you

add start deplov btn---Ken

parent 6e78a2b7
......@@ -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) {
......
......@@ -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"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment