Commit 72c2b183 authored by 黄奎's avatar 黄奎

页面修改

parent b5697367
...@@ -225,7 +225,6 @@ ...@@ -225,7 +225,6 @@
data.District = '' data.District = ''
} }
this.detailsData = data this.detailsData = data
console.log(this.detailsData,'=====')
} }
}) })
}, },
......
...@@ -5493,7 +5493,6 @@ ...@@ -5493,7 +5493,6 @@
"sellorder_post_GetTCNUMOrderList", "sellorder_post_GetTCNUMOrderList",
this.tuanMsg, this.tuanMsg,
(res) => { (res) => {
console.log("sellorder_post_GetTCNUMOrderList", res);
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.loading = false; this.loading = false;
this.total = res.data.data.count; this.total = res.data.data.count;
......
<style> <style>
.TD_MainContent { .TD_NewContract {
min-height: 650px; min-height: 650px;
background: url(../assets/img/bodyBg.png); background: url(../assets/img/bodyBg.png);
padding-top: 10px; padding-top: 10px;
...@@ -7,27 +7,27 @@ ...@@ -7,27 +7,27 @@
color: #555; color: #555;
} }
.TD_MainContent .container-fluid { .TD_NewContract .container-fluid {
padding: 0 20px; padding: 0 20px;
} }
.TD_MainContent .block { .TD_NewContract .block {
border: 1px solid #cdcdcd; border: 1px solid #cdcdcd;
background: #f9f9f9; background: #f9f9f9;
position: relative; position: relative;
margin-bottom: 20px; margin-bottom: 20px;
} }
.TD_MainContent .mtop15 { .TD_NewContract .mtop15 {
margin-top: 15px; margin-top: 15px;
} }
.TD_MainContent .blockTitle { .TD_NewContract .blockTitle {
border-bottom: 1px solid #cdcdcd; border-bottom: 1px solid #cdcdcd;
background-color: #efefef; background-color: #efefef;
} }
.TD_MainContent .blockTitle span.icon { .TD_NewContract .blockTitle span.icon {
border-right: 1px solid #CDCDCD; border-right: 1px solid #CDCDCD;
position: absolute; position: absolute;
left: 10px; left: 10px;
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
padding-top: 8px; padding-top: 8px;
} }
.TD_MainContent .blockTitle h2 { .TD_NewContract .blockTitle h2 {
font-size: 15px; font-size: 15px;
min-height: 40px; min-height: 40px;
margin: 0; margin: 0;
...@@ -47,19 +47,19 @@ ...@@ -47,19 +47,19 @@
line-height: 40px; line-height: 40px;
} }
.TD_MainContent .blockTitle h2 span { .TD_NewContract .blockTitle h2 span {
position: absolute; position: absolute;
right: 10px; right: 10px;
top: 0; top: 0;
} }
.TD_MainContent .contract { .TD_NewContract .contract {
background: #f9f9f9; background: #f9f9f9;
margin-bottom: 20px; margin-bottom: 20px;
margin-top: 20px; margin-top: 20px;
} }
.TD_MainContent .title { .TD_NewContract .title {
font-size: 18px; font-size: 18px;
margin-top: 10px; margin-top: 10px;
color: #555; color: #555;
...@@ -70,35 +70,35 @@ ...@@ -70,35 +70,35 @@
padding-bottom: 40px !important; padding-bottom: 40px !important;
} }
.TD_MainContent .title p { .TD_NewContract .title p {
margin: 0; margin: 0;
font-size: 12px; font-size: 12px;
} }
.TD_MainContent .contractNo { .TD_NewContract .contractNo {
font-weight: bold; font-weight: bold;
margin-right: 5px; margin-right: 5px;
} }
.TD_MainContent .title h1 { .TD_NewContract .title h1 {
font-size: 24px; font-size: 24px;
text-align: left; text-align: left;
} }
.TD_MainContent .title p span { .TD_NewContract .title p span {
font-style: normal; font-style: normal;
font-size: 14px; font-size: 14px;
color: #0088cc; color: #0088cc;
} }
.TD_MainContent .menu { .TD_NewContract .menu {
overflow: hidden; overflow: hidden;
background: #efefef; background: #efefef;
position: relative; position: relative;
width: 100%; width: 100%;
} }
.TD_MainContent .contract .menu>ul { .TD_NewContract .contract .menu>ul {
border-bottom: 0px none; border-bottom: 0px none;
margin-bottom: 0; margin-bottom: 0;
margin: 0; margin: 0;
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
list-style: none; list-style: none;
} }
.TD_MainContent .contract .menu>ul>li { .TD_NewContract .contract .menu>ul>li {
margin-bottom: -1px; margin-bottom: -1px;
float: left; float: left;
list-style: none; list-style: none;
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
font-size: 13px; font-size: 13px;
} }
.TD_MainContent .contract .menu>ul>li.active { .TD_NewContract .contract .menu>ul>li.active {
background: #f9f9f9; background: #f9f9f9;
color: #444; color: #444;
border-bottom-color: #f9f9f9; border-bottom-color: #f9f9f9;
...@@ -169,17 +169,17 @@ ...@@ -169,17 +169,17 @@
font-size: 16px; font-size: 16px;
} }
.TD_MainContent h1, .TD_NewContract h1,
.TD_MainContent h2, .TD_NewContract h2,
.TD_MainContent h3 { .TD_NewContract h3 {
line-height: 40px !important; line-height: 40px !important;
} }
.TD_MainContent .checkedNav { .TD_NewContract .checkedNav {
display: block !important; display: block !important;
} }
.TD_MainContent .SignTable { .TD_NewContract .SignTable {
max-width: 100%; max-width: 100%;
background-color: transparent; background-color: transparent;
border-collapse: collapse; border-collapse: collapse;
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
line-height: 25px; line-height: 25px;
} }
.TD_MainContent .signDiv { .TD_NewContract .signDiv {
width: 160px; width: 160px;
height: 120px; height: 120px;
position: absolute; position: absolute;
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
z-Index: 100; z-Index: 100;
} }
.TD_MainContent .esealDiv { .TD_NewContract .esealDiv {
width: 120px; width: 120px;
height: 120px; height: 120px;
position: absolute; position: absolute;
...@@ -213,38 +213,38 @@ ...@@ -213,38 +213,38 @@
z-Index: 100; z-Index: 100;
} }
.TD_MainContent .eseal { .TD_NewContract .eseal {
padding: 20px 30px 30px 30px; padding: 20px 30px 30px 30px;
background-color: #fff; background-color: #fff;
display: none; display: none;
} }
.TD_MainContent .SignTable>tbody { .TD_NewContract .SignTable>tbody {
display: table-row-group; display: table-row-group;
vertical-align: middle; vertical-align: middle;
border-color: inherit; border-color: inherit;
} }
.TD_MainContent .SignTable tr:first-child td { .TD_NewContract .SignTable tr:first-child td {
position: relative; position: relative;
width: 25%; width: 25%;
} }
.TD_MainContent .SignTable tbody td { .TD_NewContract .SignTable tbody td {
height: 30px; height: 30px;
} }
.TD_MainContent .guests, .TD_NewContract .guests,
.TD_MainContent .routes, .TD_NewContract .routes,
.TD_MainContent .shoppings, .TD_NewContract .shoppings,
.TD_MainContent .attachments, .TD_NewContract .attachments,
.TD_MainContent .activitys { .TD_NewContract .activitys {
font-size: 13px; font-size: 13px;
margin: 20px 30px 30px 30px; margin: 20px 30px 30px 30px;
display: none; display: none;
} }
.TD_MainContent .ZTable { .TD_NewContract .ZTable {
width: 100%; width: 100%;
border: none; border: none;
table-layout: fixed; table-layout: fixed;
...@@ -252,18 +252,18 @@ ...@@ -252,18 +252,18 @@
border-spacing: 0; border-spacing: 0;
} }
.TD_MainContent .ZTable>tbody>tr>td { .TD_NewContract .ZTable>tbody>tr>td {
word-break: break-word; word-break: break-word;
border: solid #ddd 1px; border: solid #ddd 1px;
padding: 8px; padding: 8px;
line-height: 25px; line-height: 25px;
} }
.TD_MainContent .text_center { .TD_NewContract .text_center {
text-align: center; text-align: center;
} }
.TD_MainContent .page_break_avoid p { .TD_NewContract .page_break_avoid p {
padding-bottom: 15px; padding-bottom: 15px;
} }
...@@ -306,7 +306,7 @@ ...@@ -306,7 +306,7 @@
} }
/*灰色遮罩层*/ /*灰色遮罩层*/
.TD_MainContent .fade { .TD_NewContract .fade {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
...@@ -317,7 +317,7 @@ ...@@ -317,7 +317,7 @@
} }
/*弹出层*/ /*弹出层*/
.TD_MainContent .qrCodeDiv { .TD_NewContract .qrCodeDiv {
width: 236px; width: 236px;
height: 275px; height: 275px;
background-color: #fff; background-color: #fff;
...@@ -332,7 +332,7 @@ ...@@ -332,7 +332,7 @@
border-radius: 5px; border-radius: 5px;
} }
.TD_MainContent .Ec_cha { .TD_NewContract .Ec_cha {
position: absolute; position: absolute;
cursor: pointer; cursor: pointer;
right: -20px; right: -20px;
...@@ -345,25 +345,25 @@ ...@@ -345,25 +345,25 @@
line-height: 30px; line-height: 30px;
} }
.TD_MainContent .Ec_cha:hover { .TD_NewContract .Ec_cha:hover {
color: red; color: red;
} }
.TD_MainContent .TcTravel_Table td { .TD_NewContract .TcTravel_Table td {
border: 1px solid rgb(0, 0, 0); border: 1px solid rgb(0, 0, 0);
word-break: break-all; word-break: break-all;
padding: 5px; padding: 5px;
line-height: 2; line-height: 2;
} }
.TD_MainContent .TcTravel_Table { .TD_NewContract .TcTravel_Table {
width: 100%; width: 100%;
border: none; border: none;
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
} }
.TD_MainContent .TC_LASTTD div { .TD_NewContract .TC_LASTTD div {
margin-bottom: 10px; margin-bottom: 10px;
} }
...@@ -385,7 +385,7 @@ ...@@ -385,7 +385,7 @@
</style> </style>
<template> <template>
<div class="TD_MainContent" v-loading="pdfLoading"> <div class="TD_NewContract" v-loading="pdfLoading">
<div class="container-fluid"> <div class="container-fluid">
<div class="block mtop15"> <div class="block mtop15">
<div class="blockTitle"> <div class="blockTitle">
......
This diff is collapsed.
...@@ -759,7 +759,7 @@ ...@@ -759,7 +759,7 @@
methods: { methods: {
//关闭弹窗 //关闭弹窗
cancelSubmit() { cancelSubmit() {
console.log("关闭"); // console.log("关闭");
this.clearMsg(); this.clearMsg();
//关闭弹窗 调用父页面方法 //关闭弹窗 调用父页面方法
this.$emit("close"); this.$emit("close");
...@@ -1051,7 +1051,7 @@ ...@@ -1051,7 +1051,7 @@
var postMsg = { var postMsg = {
ID: this.orderQueryMsg.OrderId, ID: this.orderQueryMsg.OrderId,
}; };
console.log("postMsg", postMsg) //("postMsg", postMsg)
this.apipost( this.apipost(
"sellorder_post_GetOrderEntity", postMsg, "sellorder_post_GetOrderEntity", postMsg,
(res) => { (res) => {
......
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