Commit 0c2156bf authored by youjie's avatar youjie

no message

parent 0f5cd4d3
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
<div>甲方:<span class="">四川和平国际旅行社有限公司</span></div> <div>甲方:<span class="">四川和平国际旅行社有限公司</span></div>
<div>法定代表人(或授权代表): <span>谢麟</span></div> <div>法定代表人(或授权代表): <span>谢麟</span></div>
<div>乙方:<span class="yifang"></span></div> <div>乙方:<span class="yifang"></span></div>
<div>法定代表人(或授权代表):<span class="yifangfr2"></span></div> <div>法定代表人(或授权代表):<span class="qianzi yifangfr2"></span></div>
</div> </div>
<div id="SignBox" class=""> <div id="SignBox" class="">
<div class="contractTisp"> <div class="contractTisp">
...@@ -165,10 +165,10 @@ ...@@ -165,10 +165,10 @@
console.log(InfoData,'--------') console.log(InfoData,'--------')
$(`.yifang`).html(InfoData.Tourists_Name) $(`.yifang`).html(InfoData.Tourists_Name)
$(`.yifangfr`).html(InfoData.LegalPersonName) $(`.yifangfr`).html(InfoData.LegalPersonName)
if(InfoData.TravelAgency_SignAddress==''){ if(InfoData.Tourists_Sign==''){
// $(`.yifangfr2`).html(InfoData.LegalPersonName) // $(`.yifangfr2`).html(InfoData.LegalPersonName)
}else{ }else{
$(`.yifangfr2`).html(`<img class="signName" src="${InfoData.TravelAgency_SignAddress}" alt="">`) $(`.yifangfr2`).html(`<img class="signName" src="${InfoData.Tourists_Sign}" alt="">`)
} }
$(`.jinyindi`).html(InfoData.Tourists_Addres) $(`.jinyindi`).html(InfoData.Tourists_Addres)
...@@ -281,10 +281,13 @@ ...@@ -281,10 +281,13 @@
display: none; display: none;
opacity: 0; opacity: 0;
} }
.signName{ .qianzi{
position: relative; position: relative;
}
.signName{
position: absolute;
top: 0; top: 0;
left: 0; right: -50px;
width: 50px; width: 50px;
height: 50px; height: 50px;
} }
......
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