Commit fe4b2c1a authored by 黄奎's avatar 黄奎

合同章修改

parent e0bb1b38
...@@ -990,7 +990,7 @@ ...@@ -990,7 +990,7 @@
<el-col :span="12">乙方签字(盖章):</el-col> <el-col :span="12">乙方签字(盖章):</el-col>
<el-col :span="12" style="position:relative;"> <el-col :span="12" style="position:relative;">
{{CtObj.TravelAgency_Name}} {{CtObj.TravelAgency_Name}}
<img class="signImg" v-if="CtObj.IsTravelAgencySignature==1" style="position:absolute;right:0;" src="../assets/img/dzht/zhang.png" alt=""/> <img class="signImg" v-if="CtObj.IsTravelAgencySignature==1" style="position:absolute;right:0;" :src="CurrentUserInfo.ZhangImg" alt=""/>
</el-col> </el-col>
</el-row> </el-row>
</li> </li>
...@@ -1397,7 +1397,7 @@ ...@@ -1397,7 +1397,7 @@
<li > <li >
<el-row> <el-row>
<el-col :span="12">出境社盖章:</el-col> <el-col :span="12">出境社盖章:</el-col>
<el-col :span="12" style="position:relative;"><img class="signImg" v-if="CtObj.IsTravelAgencySignature==1" style="position:absolute;right:0;" src="../assets/img/dzht/zhang.png" alt=""/></el-col> <el-col :span="12" style="position:relative;"><img class="signImg" v-if="CtObj.IsTravelAgencySignature==1" style="position:absolute;right:0;" :src="CurrentUserInfo.ZhangImg" alt=""/></el-col>
</el-row> </el-row>
</li> </li>
<li> <li>
...@@ -1537,7 +1537,7 @@ ...@@ -1537,7 +1537,7 @@
<li style="position:relative;"> <li style="position:relative;">
<el-row> <el-row>
<el-col :span="12">旅行社:(盖章)</el-col> <el-col :span="12">旅行社:(盖章)</el-col>
<el-col :span="12"><img style="width:120px;position:absolute;right:0;" v-if="CtObj.IsTravelAgencySignature==1" src="../assets/img/dzht/zhang.png" alt="" /></el-col> <el-col :span="12"><img style="width:120px;position:absolute;right:0;" v-if="CtObj.IsTravelAgencySignature==1" :src="CurrentUserInfo.ZhangImg" alt="" /></el-col>
</el-row> </el-row>
</li> </li>
<li> <li>
...@@ -1958,7 +1958,7 @@ ...@@ -1958,7 +1958,7 @@
<el-col :span="12">乙方签字(盖章):</el-col> <el-col :span="12">乙方签字(盖章):</el-col>
<el-col :span="12" style="position:relative;"> <el-col :span="12" style="position:relative;">
{{CtObj.TravelAgency_Name}} {{CtObj.TravelAgency_Name}}
<img class="signImg" style="position:absolute;right:0;" v-if="CtObj.IsTravelAgencySignature==1" src="../assets/img/dzht/zhang.png" alt=""/> <img class="signImg" style="position:absolute;right:0;" v-if="CtObj.IsTravelAgencySignature==1" :src="CurrentUserInfo.ZhangImg" alt=""/>
</el-col> </el-col>
</el-row> </el-row>
</li> </li>
...@@ -3076,6 +3076,7 @@ ...@@ -3076,6 +3076,7 @@
export default { export default {
data() { data() {
return { return {
CurrentUserInfo:{},
signShow:true, signShow:true,
tcShow:true, tcShow:true,
ActiveTab:1, ActiveTab:1,
...@@ -3703,6 +3704,7 @@ ...@@ -3703,6 +3704,7 @@
} }
}, },
mounted() { mounted() {
this.CurrentUserInfo = this.getLocalStorage();
this.msg.ContractId = this.$route.query.ContractId; this.msg.ContractId = this.$route.query.ContractId;
var h = window.screen.height; var h = window.screen.height;
var cHeight=document.getElementsByClassName("CliSignDiv")[0]; var cHeight=document.getElementsByClassName("CliSignDiv")[0];
......
...@@ -576,7 +576,7 @@ ...@@ -576,7 +576,7 @@
</td> </td>
<td> <td>
<span>{{dataList.company}}</span> <span>{{dataList.company}}</span>
<img class="esealDiv" v-if="isShowZhang==1" src='../assets/img/dzht/zhang.png' alt=""/> <img class="esealDiv" v-if="isShowZhang==1" :src="CurrentUserInfo.ZhangImg" alt=""/>
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -853,6 +853,7 @@ ...@@ -853,6 +853,7 @@
export default { export default {
data() { data() {
return { return {
CurrentUserInfo:{},
//选中切换 //选中切换
cked: 1, cked: 1,
//查询参数 //查询参数
...@@ -1428,6 +1429,7 @@ ...@@ -1428,6 +1429,7 @@
} }
}, },
mounted() { mounted() {
this.CurrentUserInfo = this.getLocalStorage();
this.msg.TCID = this.$route.query.TCID; this.msg.TCID = this.$route.query.TCID;
this.msg.orderID = this.$route.query.orderID; this.msg.orderID = this.$route.query.orderID;
this.msg.guestId = this.$route.query.guestId; this.msg.guestId = this.$route.query.guestId;
......
...@@ -726,20 +726,6 @@ ...@@ -726,20 +726,6 @@
<div style="margin-left:20px;">2、依法向人民法院起诉。</div> <div style="margin-left:20px;">2、依法向人民法院起诉。</div>
</td> </td>
</tr> </tr>
<!-- <tr>
<td>
<el-form-item label="(1)提交">
<el-input type="text" class="w210" v-model="CtObj.arbitrationCommission"></el-input> 仲裁委员会仲裁
</el-form-item>
</td>
</tr>
<tr>
<td>
<el-form-item label="(2)依法向">
<el-input type="text" class="w210" v-model="CtObj.court"></el-input> 人民法院起诉
</el-form-item>
</td>
</tr> -->
</tbody> </tbody>
</table> </table>
<table class="createTable"> <table class="createTable">
...@@ -978,9 +964,7 @@ ...@@ -978,9 +964,7 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
</table>
</div> </div>
<!-- <el-input type="textarea" rows="26" resize="none" v-model="CtObj.travelContent"></el-input> -->
</div> </div>
<div class="block mtop15" id="anchor-5" ref="anchor5"> <div class="block mtop15" id="anchor-5" ref="anchor5">
<div class="blockTitle"> <div class="blockTitle">
...@@ -995,11 +979,7 @@ ...@@ -995,11 +979,7 @@
<tr> <tr>
<th>序号</th> <th>序号</th>
<th>姓名</th> <th>姓名</th>
<!-- <th>国籍</th>
<th>民族</th> -->
<th>性别</th> <th>性别</th>
<!-- <th>出生日期</th>
<th>身份证号</th> -->
<th>证件类型</th> <th>证件类型</th>
<th>护照号码</th> <th>护照号码</th>
<th>联系方式</th> <th>联系方式</th>
...@@ -1008,18 +988,13 @@ ...@@ -1008,18 +988,13 @@
<tr v-for="(item,index) in guestList"> <tr v-for="(item,index) in guestList">
<td>{{index+1}}</td> <td>{{index+1}}</td>
<td>{{item.surName+''+item.name}}</td> <td>{{item.surName+''+item.name}}</td>
<!-- <td>{{item.nationalityName}}</td>
<td></td> -->
<td>{{item.sex==1?'男':'女'}}</td> <td>{{item.sex==1?'男':'女'}}</td>
<!-- <td>{{getDate(item.birthday)}}</td>
<td>{{item.idCard}}</td> -->
<td>护照</td> <td>护照</td>
<td>{{item.passportNo}}</td> <td>{{item.passportNo}}</td>
<td>{{item.mobilePhone}}</td> <td>{{item.mobilePhone}}</td>
<td>健康</td> <td>健康</td>
</tr> </tr>
</table> </table>
</div> </div>
<div class="block mtop15" id="anchor-6" ref="anchor6"> <div class="block mtop15" id="anchor-6" ref="anchor6">
<div class="blockTitle"> <div class="blockTitle">
...@@ -1190,7 +1165,6 @@ ...@@ -1190,7 +1165,6 @@
</tr> </tr>
</table> </table>
</el-dialog> </el-dialog>
<el-dialog custom-class='w600' title='发送信息' :visible.sync="msgDialog" center> <el-dialog custom-class='w600' title='发送信息' :visible.sync="msgDialog" center>
<input type="button" class="TCbtn-info" :class='{"TC_disabled":!this.canClick}' <input type="button" class="TCbtn-info" :class='{"TC_disabled":!this.canClick}'
style="padding:8px 10px;float:right;margin-bottom:10px;" @click="sendMsg11()" :value="content" /> style="padding:8px 10px;float:right;margin-bottom:10px;" @click="sendMsg11()" :value="content" />
...@@ -1219,7 +1193,6 @@ ...@@ -1219,7 +1193,6 @@
</tr> </tr>
</table> </table>
</el-dialog> </el-dialog>
</div> </div>
</template> </template>
<script> <script>
......
...@@ -788,7 +788,7 @@ ...@@ -788,7 +788,7 @@
<td>受托方(旅行社)签章:</td> <td>受托方(旅行社)签章:</td>
<td style="position:relative;"> <td style="position:relative;">
<font>{{CtObj.TravelAgency_Name}}</font> <font>{{CtObj.TravelAgency_Name}}</font>
<img src="../assets/img/dzht/zhang.png" v-if="CtObj.IsTravelAgencySignature==1" alt="" <img :src="CurrentUserInfo.ZhangImg" v-if="CtObj.IsTravelAgencySignature==1" alt=""
style="width:120px;heigth:120px;position:absolute;top:0;" /> style="width:120px;heigth:120px;position:absolute;top:0;" />
</td> </td>
</tr> </tr>
...@@ -1268,7 +1268,7 @@ ...@@ -1268,7 +1268,7 @@
</td> </td>
<td style="width:15%">出境社盖章:</td> <td style="width:15%">出境社盖章:</td>
<td style="width:35%;position:relative;"> <td style="width:35%;position:relative;">
<img src="../assets/img/dzht/zhang.png" v-if="CtObj.IsTravelAgencySignature==1" alt="" <img :src="CurrentUserInfo.ZhangImg" v-if="CtObj.IsTravelAgencySignature==1" alt=""
style="width:120px;heigth:120px;position:absolute;top:0;" /> style="width:120px;heigth:120px;position:absolute;top:0;" />
</td> </td>
</tr> </tr>
...@@ -1715,7 +1715,7 @@ ...@@ -1715,7 +1715,7 @@
<td>乙方签字(盖章)</td> <td>乙方签字(盖章)</td>
<td style="position:relative;"> <td style="position:relative;">
<font>{{CtObj.TravelAgency_Name}}</font> <font>{{CtObj.TravelAgency_Name}}</font>
<img src="../assets/img/dzht/zhang.png" v-if="CtObj.IsTravelAgencySignature==1" alt="" style="width:120px;heigth:120px;position:absolute;top:0;" /> <img :src="CurrentUserInfo.ZhangImg" v-if="CtObj.IsTravelAgencySignature==1" alt="" style="width:120px;heigth:120px;position:absolute;top:0;" />
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -1917,6 +1917,7 @@ ...@@ -1917,6 +1917,7 @@
export default { export default {
data() { data() {
return { return {
CurrentUserInfo:{},
pdfLoading: false, pdfLoading: false,
ActiveTab: 1, ActiveTab: 1,
//查询参数 //查询参数
...@@ -2459,6 +2460,7 @@ ...@@ -2459,6 +2460,7 @@
}, },
}, },
mounted() { mounted() {
this.CurrentUserInfo = this.getLocalStorage();
this.msg.ContractId = this.$route.query.id; this.msg.ContractId = this.$route.query.id;
this.getList(); this.getList();
} }
......
...@@ -962,7 +962,7 @@ ...@@ -962,7 +962,7 @@
<li> <li>
<el-row> <el-row>
<el-col :span="12">出境社盖章:</el-col> <el-col :span="12">出境社盖章:</el-col>
<el-col :span="12"><img class="signImg" src="../assets/img/dzht/zhang.png" alt="" /></el-col> <el-col :span="12"><img class="signImg" :src="CurrentUserInfo.ZhangImg" alt="" /></el-col>
</el-row> </el-row>
</li> </li>
<li> <li>
...@@ -2022,6 +2022,7 @@ ...@@ -2022,6 +2022,7 @@
export default { export default {
data() { data() {
return { return {
CurrentUserInfo:{},
signShow: true, signShow: true,
tcShow: true, tcShow: true,
ActiveTab: 1, ActiveTab: 1,
...@@ -2582,6 +2583,7 @@ ...@@ -2582,6 +2583,7 @@
} }
}, },
mounted() { mounted() {
this.CurrentUserInfo = this.getLocalStorage();
this.msg.TCID = this.$route.query.TCID; this.msg.TCID = this.$route.query.TCID;
this.msg.orderID = this.$route.query.orderID; this.msg.orderID = this.$route.query.orderID;
this.msg.guestId = this.$route.query.guestId; this.msg.guestId = this.$route.query.guestId;
......
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