Commit 9125a1a3 authored by 黄奎's avatar 黄奎

页面修改

parent 0ebe8e3d
...@@ -3609,7 +3609,7 @@ ...@@ -3609,7 +3609,7 @@
TravelAgency_LicenseNum: "L-SC-CJ00015", TravelAgency_LicenseNum: "L-SC-CJ00015",
TravelAgency_DealMan: "", TravelAgency_DealMan: "",
TravelAgency_IDNum: "", TravelAgency_IDNum: "",
TravelAgency_Address: "成都市锦江区青和里南段55号1栋2310、2311、2312号 ", TravelAgency_Address: "成都市锦江区青和里南段55号1栋2310、2311、2312号",
TravelAgency_Tel: "", TravelAgency_Tel: "",
TravelAgency_Fax: "", TravelAgency_Fax: "",
TravelAgency_PostNum: "", TravelAgency_PostNum: "",
......
...@@ -403,7 +403,7 @@ ...@@ -403,7 +403,7 @@
</div> </div>
<div class="contract"> <div class="contract">
<div class="title"> <div class="title">
<h1>四川和平国际旅行社有限公司团队出境旅游合同</h1> <h1>{{dataList.company}} 团队出境旅游合同</h1>
<p class="contractNo">合同编号:<span>{{dataList.contractNum}}</span></p> <p class="contractNo">合同编号:<span>{{dataList.contractNum}}</span></p>
</div> </div>
<div class="menu"> <div class="menu">
...@@ -741,7 +741,9 @@ ...@@ -741,7 +741,9 @@
</td> </td>
<td> <td>
<span>{{dataList.company}}</span> <span>{{dataList.company}}</span>
<img class="esealDiv" :src="CurrentUserInfo.ZhangImg" alt="" /> <template v-if="dataList.zhangUrl">
<img class="esealDiv" :src="dataList.zhangUrl" alt="" />
</template>
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -1155,4 +1157,5 @@ ...@@ -1155,4 +1157,5 @@
this.getShow(TID); this.getShow(TID);
} }
}; };
</script>
\ No newline at end of file </script>
...@@ -373,7 +373,6 @@ ...@@ -373,7 +373,6 @@
</el-form-item> </el-form-item>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<div class="createTableTitle">出境社信息</div> <div class="createTableTitle">出境社信息</div>
......
...@@ -994,7 +994,11 @@ ...@@ -994,7 +994,11 @@
<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="ZhangImg" alt="" /></el-col> <el-col :span="12">
<template v-if="dataList.zhangUrl">
<img class="signImg" :src="dataList.zhangUrl" alt="" />
</template>
</el-col>
</el-row> </el-row>
</li> </li>
<li> <li>
...@@ -1222,7 +1226,6 @@ ...@@ -1222,7 +1226,6 @@
//数据源 //数据源
dataList: [], dataList: [],
dialogVisible: false, dialogVisible: false,
ZhangImg: "",
}; };
}, },
created() { created() {
...@@ -1305,7 +1308,6 @@ ...@@ -1305,7 +1308,6 @@
}, },
}, },
mounted() { mounted() {
this.ZhangImg = 'http://imgfile.oytour.com/New/Upload/CompanyImage/hepingzhang.png'
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