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

页面修改

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