|
|
@@ -1,174 +1,190 @@
|
|
|
<style>
|
|
|
- /* 顶部搜索框 */
|
|
|
- .top-nav {
|
|
|
- margin-bottom: 10px;
|
|
|
- font-family: "Microsoft YaHei", "微软雅黑" !important;
|
|
|
- }
|
|
|
- .top-nav #search_input {
|
|
|
- height: 36px;
|
|
|
- font-size: 14px;
|
|
|
- font-family: '微软雅黑';
|
|
|
- border: 1px solid #327EBE;
|
|
|
- border-top-left-radius: 0;
|
|
|
- border-bottom-left-radius: 0;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
-
|
|
|
- .top-nav #search_btn {
|
|
|
- height: 36px;
|
|
|
- padding-top: 0;
|
|
|
- padding-bottom: 0;
|
|
|
- font-size: 16px;
|
|
|
- background: #327EBE;
|
|
|
- border: 1px solid #327EBE;
|
|
|
- color: #fff;
|
|
|
- border-top-right-radius: 0;
|
|
|
- border-bottom-right-radius: 0;
|
|
|
- }
|
|
|
-
|
|
|
- /* 主内容区 */
|
|
|
- .main-content {
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
-
|
|
|
- /* 选项菜单 招标单按钮*/
|
|
|
- .div-menu .text-num {
|
|
|
- color: rgb(211,37,38);
|
|
|
- padding: 0 5px;
|
|
|
- }
|
|
|
-
|
|
|
- .btn-tender {
|
|
|
- border-radius: 0;
|
|
|
- width: 100%;
|
|
|
- height: 40px;
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
-
|
|
|
- /* 选项按钮 */
|
|
|
- /* 当前激活 */
|
|
|
- .div-menu .menu-status .btn-selected {
|
|
|
- background-color: #fff;
|
|
|
- color: #D32526;
|
|
|
- border: none;
|
|
|
- border-bottom: 2px solid #D32526;
|
|
|
- border-radius: 0;
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- .div-menu .menu-status .btn-selected:hover {
|
|
|
- background-color: #f5f5f5;
|
|
|
- }
|
|
|
-
|
|
|
- .div-menu .btn-select {
|
|
|
- background-color: #fff;
|
|
|
- color: #000000;
|
|
|
- border: none;
|
|
|
- border-radius: 0;
|
|
|
- height: 40px;
|
|
|
- font-weight: 600;
|
|
|
- padding: 0 20px 0 20px;
|
|
|
- border-bottom: 2px solid #fff;
|
|
|
- }
|
|
|
-
|
|
|
- .div-menu {
|
|
|
- border-bottom: 1px solid #e8e8e8;
|
|
|
- /* height: 56px;*/
|
|
|
- }
|
|
|
-
|
|
|
- .div-menu .btn-select:hover {
|
|
|
- border-bottom: 2px solid #D32526;
|
|
|
- }
|
|
|
- .div-menu .btn-select:focus {
|
|
|
- border-bottom: 2px solid #D32526;
|
|
|
- }
|
|
|
- .div-menu .btn-select:first-child {
|
|
|
- margin-left: 10px;
|
|
|
- }
|
|
|
-
|
|
|
- .div-menu>div:first-child .btn {
|
|
|
- font-size: 16px;
|
|
|
- }
|
|
|
-
|
|
|
- /* 列表内容 */
|
|
|
- .tender-table {
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
- .tender-table .header {
|
|
|
- height: 50px;
|
|
|
- background-color: #fff;
|
|
|
- color: rgb(50,50,50);
|
|
|
- border-bottom: 1px solid #e8e8e8;
|
|
|
- }
|
|
|
- .tender-table .header>th {
|
|
|
- text-align: center;
|
|
|
- font-weight: 600;
|
|
|
- }
|
|
|
- .tender-table>tbody {
|
|
|
- font-size: 14px;
|
|
|
- color: #323232;
|
|
|
- border: 1px solid transparent;
|
|
|
- }
|
|
|
- .tender-table>tbody>tr:nth-child(odd) {
|
|
|
- height: 100px;
|
|
|
- }
|
|
|
- .tender-table tbody>tr:nth-child(odd):hover {
|
|
|
- border: 2px solid #D32526;
|
|
|
-
|
|
|
- }
|
|
|
- .tender-table tbody tr td a {
|
|
|
- color: #327ebe;
|
|
|
- }
|
|
|
- .tender-table tbody>tr{
|
|
|
- border-bottom: 1px solid #e8e8e8;
|
|
|
- }
|
|
|
-
|
|
|
- .unPrinted {
|
|
|
- color: #327ebe;
|
|
|
- }
|
|
|
-
|
|
|
- .main-content>table .operates {
|
|
|
- display: none;
|
|
|
- }
|
|
|
-
|
|
|
- .main-content>table .operates i {
|
|
|
- padding: 0 2px;
|
|
|
- }
|
|
|
-
|
|
|
- .main-content>table>tbody:hover .operates {
|
|
|
- display: block;
|
|
|
- }
|
|
|
- .main-content>table>tbody:hover .operates-status {
|
|
|
- display: none;
|
|
|
- }
|
|
|
- .main-content .btn-group{
|
|
|
- font-family: "Microsoft YaHei", "微软雅黑";
|
|
|
- font-weight: 500;
|
|
|
- }
|
|
|
- .main-content .btn-group button{
|
|
|
- font-weight: inherit;
|
|
|
- }
|
|
|
- .main-content .text-left{
|
|
|
- text-align: left;
|
|
|
- line-height: 25px;
|
|
|
- padding: 10px 20px;
|
|
|
- }
|
|
|
- .deputy-btn{
|
|
|
- float: right;
|
|
|
- width: 225px;
|
|
|
- padding-right: 0;
|
|
|
- }
|
|
|
- .deputy-btn a{
|
|
|
- padding: 0;
|
|
|
- line-height: 40px;
|
|
|
- margin-right: 20px;
|
|
|
- }
|
|
|
- .deputy-btn a i{
|
|
|
- color: #5078cb;
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
- .deputy-btn a:hover{
|
|
|
- text-decoration: none;
|
|
|
- }
|
|
|
+/* 顶部搜索框 */
|
|
|
+.top-nav {
|
|
|
+ margin-bottom: 10px;
|
|
|
+ font-family: "Microsoft YaHei", "微软雅黑" !important;
|
|
|
+}
|
|
|
+
|
|
|
+.top-nav #search_input {
|
|
|
+ height: 36px;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: '微软雅黑';
|
|
|
+ border: 1px solid #327EBE;
|
|
|
+ border-top-left-radius: 0;
|
|
|
+ border-bottom-left-radius: 0;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.top-nav #search_btn {
|
|
|
+ height: 36px;
|
|
|
+ padding-top: 0;
|
|
|
+ padding-bottom: 0;
|
|
|
+ font-size: 16px;
|
|
|
+ background: #327EBE;
|
|
|
+ border: 1px solid #327EBE;
|
|
|
+ color: #fff;
|
|
|
+ border-top-right-radius: 0;
|
|
|
+ border-bottom-right-radius: 0;
|
|
|
+}
|
|
|
+
|
|
|
+/* 主内容区 */
|
|
|
+.main-content {
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+/* 选项菜单 招标单按钮*/
|
|
|
+.div-menu .text-num {
|
|
|
+ color: rgb(211, 37, 38);
|
|
|
+ padding: 0 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-tender {
|
|
|
+ border-radius: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 40px;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+/* 选项按钮 */
|
|
|
+/* 当前激活 */
|
|
|
+.div-menu .menu-status .btn-selected {
|
|
|
+ background-color: #fff;
|
|
|
+ color: #D32526;
|
|
|
+ border: none;
|
|
|
+ border-bottom: 2px solid #D32526;
|
|
|
+ border-radius: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.div-menu .menu-status .btn-selected:hover {
|
|
|
+ background-color: #f5f5f5;
|
|
|
+}
|
|
|
+
|
|
|
+.div-menu .btn-select {
|
|
|
+ background-color: #fff;
|
|
|
+ color: #000000;
|
|
|
+ border: none;
|
|
|
+ border-radius: 0;
|
|
|
+ height: 40px;
|
|
|
+ font-weight: 600;
|
|
|
+ padding: 0 20px 0 20px;
|
|
|
+ border-bottom: 2px solid #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.div-menu {
|
|
|
+ border-bottom: 1px solid #e8e8e8;
|
|
|
+ /* height: 56px;*/
|
|
|
+}
|
|
|
+
|
|
|
+.div-menu .btn-select:hover {
|
|
|
+ border-bottom: 2px solid #D32526;
|
|
|
+}
|
|
|
+
|
|
|
+.div-menu .btn-select:focus {
|
|
|
+ border-bottom: 2px solid #D32526;
|
|
|
+}
|
|
|
+
|
|
|
+.div-menu .btn-select:first-child {
|
|
|
+ margin-left: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.div-menu>div:first-child .btn {
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+/* 列表内容 */
|
|
|
+.tender-table {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.tender-table .header {
|
|
|
+ height: 50px;
|
|
|
+ background-color: #fff;
|
|
|
+ color: rgb(50, 50, 50);
|
|
|
+ border-bottom: 1px solid #e8e8e8;
|
|
|
+}
|
|
|
+
|
|
|
+.tender-table .header>th {
|
|
|
+ text-align: center;
|
|
|
+ font-weight: 600;
|
|
|
+}
|
|
|
+
|
|
|
+.tender-table>tbody {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #323232;
|
|
|
+ border: 1px solid transparent;
|
|
|
+}
|
|
|
+
|
|
|
+.tender-table>tbody>tr:nth-child(odd) {
|
|
|
+ height: 100px;
|
|
|
+}
|
|
|
+
|
|
|
+.tender-table tbody>tr:nth-child(odd):hover {
|
|
|
+ border: 2px solid #D32526;
|
|
|
+}
|
|
|
+
|
|
|
+.tender-table tbody tr td a {
|
|
|
+ color: #327ebe;
|
|
|
+}
|
|
|
+
|
|
|
+.tender-table tbody>tr {
|
|
|
+ border-bottom: 1px solid #e8e8e8;
|
|
|
+}
|
|
|
+
|
|
|
+.unPrinted {
|
|
|
+ color: #327ebe;
|
|
|
+}
|
|
|
+
|
|
|
+.main-content>table .operates {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.main-content>table .operates i {
|
|
|
+ padding: 0 2px;
|
|
|
+}
|
|
|
+
|
|
|
+.main-content>table>tbody:hover .operates {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.main-content>table>tbody:hover .operates-status {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.main-content .btn-group {
|
|
|
+ font-family: "Microsoft YaHei", "微软雅黑";
|
|
|
+ font-weight: 500;
|
|
|
+}
|
|
|
+
|
|
|
+.main-content .btn-group button {
|
|
|
+ font-weight: inherit;
|
|
|
+}
|
|
|
+
|
|
|
+.main-content .text-left {
|
|
|
+ text-align: left;
|
|
|
+ line-height: 25px;
|
|
|
+ padding: 10px 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.deputy-btn {
|
|
|
+ float: right;
|
|
|
+ width: 225px;
|
|
|
+ padding-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.deputy-btn a {
|
|
|
+ padding: 0;
|
|
|
+ line-height: 40px;
|
|
|
+ margin-right: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.deputy-btn a i {
|
|
|
+ color: #5078cb;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+.deputy-btn a:hover {
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
</style>
|
|
|
<link rel="stylesheet" href="static/css/public.css">
|
|
|
<div id="public">
|
|
|
@@ -311,6 +327,7 @@
|
|
|
<div ng-if="order.remark != null && order.statuscode == 222">备注:<span class="text-inverse" ng-bind="order.remark"></span></div>
|
|
|
</td>
|
|
|
<td class="text-left">
|
|
|
+ <div>合同编号:<span ng-bind="order.salepocode" style="color: #327ebe"></span></div>
|
|
|
<div>最新付款日期:<span ng-bind="order.paydate| date: 'yyyy-MM-dd'"></span></div>
|
|
|
<div>累计付款金额:<span ng-bind="order.totalamount| number: 2"></span></div>
|
|
|
</td>
|