优化返回按钮

master
luoyang 6 years ago
parent 77a2a01c02
commit cd7a8948a0

@ -1047,24 +1047,19 @@ define(['angular', 'decimal', 'uiRouter', 'ngBootSwitch', 'ngFileUpload','uiBoot
window.scrollTo(0, document.documentElement.scrollHeight-document.documentElement.clientHeight); window.scrollTo(0, document.documentElement.scrollHeight-document.documentElement.clientHeight);
}; };
$scope. goBackToCompliance =function() {
alert(1111);
}
$scope.submitContract =function(){ $scope.submitContract =function(){
$scope.goBottom(); $scope.goBottom();
$scope.confirmforsubmit(); $scope.confirmForSubmit();
}; };
$scope.confirmforsubmit =function(){ $scope.confirmForSubmit =function(){
var Confirm = confirm("确认提交合同吗?") var Confirm = confirm("确认提交合同吗?")
if(Confirm) if(Confirm)
{ {
alert(111111111); alert(111111111);
} }
}; };
}]); }]);

@ -62,16 +62,15 @@
前去签订 前去签订
</button><i class="fa fa-back"></i> </button><i class="fa fa-back"></i>
<br/> <br/>
<p> <p style="margin-top: 30px;">
<button class="btn btn-success" type="button" ng-click="submitContract()">确认签署</button> <button class="btn btn-success" type="button" ng-click="submitContract()">确认签署</button>
</p> </p>
</table> </table>
</div> </div>
<div id="back" style="z-index: 9999; position: fixed ! important; right: 85%; top: 20%;"> <div id="back" style="z-index: 9999; position: fixed ! important; right: 82%;top: 13.2%;">
<table width=""100% style="position: absolute; width:260px; right: 0px; top: 0px;"> <button class="btn-warning" style="float: right;line-height: 46px;font-size: 40px;
<input name="" type="button" ui-sref="basic.compliance_to_perfect" style=" width:81px; height:39px; border:0; background:url(https://file.royalpay.com.au/open/2019/08/23/1566552615778_7vCo6vyDQ8Nf0uVLW9kI9jQSoIZKPK.png) no-repeat left top" /> padding: 10px 50px;" ui-sref="basic.compliance_to_perfect"><i class="fa fa-reply"></i> 返回</button>
</table>
</div> </div>
@ -1132,7 +1131,7 @@
<tr> <tr>
<td> <td>
<p><strong><strong>Print Full Name:</strong></strong></p> <p><strong><strong>Print Full Name:</strong></strong></p>
<span style="color:blue">(请在此输入全名)</span> <span style="color:#f39c12">(请在此输入全名)</span>
</td> </td>
<td> <td>
<input ng-bind="aggregateFileInfo.full_name" style="width:100%"/> <input ng-bind="aggregateFileInfo.full_name" style="width:100%"/>
@ -1173,7 +1172,7 @@
<div class="row"> <div class="row">
<div class="container-fluid"> <div class="container-fluid">
<div class="card-boxs widget-box-two widget-two-custom" style="overflow-x: auto;"> <div class="card-boxs widget-box-two widget-two-custom" style="overflow-x: auto;">
<span style="color:blue">(请在此签名)</span> <span style="color:#f39c12">(请在此签名)</span>
<div id="signatureparent" class="sign" > <div id="signatureparent" class="sign" >
<div id="signature" style="background-color: grey; lineWidth:5; color: black"></div> <div id="signature" style="background-color: grey; lineWidth:5; color: black"></div>
</div> </div>

Loading…
Cancel
Save