Commit aee6a193 authored by youjie's avatar youjie
parents d29979d2 a19029e8
...@@ -920,7 +920,7 @@ ...@@ -920,7 +920,7 @@
<div class="EC_div" :class="{'checkedNav':cked==7}"> <div class="EC_div" :class="{'checkedNav':cked==7}">
<div class="EC_ComTitle">委托授权书</div> <div class="EC_ComTitle">委托授权书</div>
<template v-for="(item,index) in dataList.guestList"> <template v-for="(item,index) in dataList.guestList">
<p class="shouquanNum">{{index+1}}</p> <p class="shouquanNum" >{{index+1}}</p>
<div class="shouquanDiv"> <div class="shouquanDiv">
<p class="ShouDiv_Title">委托授权书</p> <p class="ShouDiv_Title">委托授权书</p>
<p><span>{{dataList.company}}</span></p> <p><span>{{dataList.company}}</span></p>
...@@ -939,7 +939,7 @@ ...@@ -939,7 +939,7 @@
联系电话:<span>{{dataList.clientCall}}</span> 联系电话:<span>{{dataList.clientCall}}</span>
</p> </p>
<p>受托人承诺:本授权委托书为<span>{{item.surName+''+item.name}} <p>受托人承诺:本授权委托书为<span>{{item.surName+''+item.name}}
</span(委托人姓名)本人出具,若不属实,因此产生的全部法律责任由受托人承担。受托人代表其他委托人在本合同书上签字,将严格履行受托人的权利和义务,将本合同的全部内容逐一向我代表的每一位委托人转达。> </span>(委托人姓名)本人出具,若不属实,因此产生的全部法律责任由受托人承担。受托人代表其他委托人在本合同书上签字,将严格履行受托人的权利和义务,将本合同的全部内容逐一向我代表的每一位委托人转达。>
</p> </p>
<p style="text-align:right;margin:20px 40px 20px 0">委托日期:<span>{{getDate(dataList.payDate)}}</span></p> <p style="text-align:right;margin:20px 40px 20px 0">委托日期:<span>{{getDate(dataList.payDate)}}</span></p>
</div> </div>
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<li class="hight_query"> <li class="hight_query">
<button class="hollowFixedBtn" @click="title='关联',outerVisible=true,clickDaoRu(11)">关联导入</button> <button class="hollowFixedBtn" @click="title='关联',outerVisible=true,clickDaoRu(11)">关联导入</button>
<button class="normalBtn"> <button class="normalBtn">
<template v-slot:default> <template>
<a style="color:#fff;width:84px;" :href="downList">导入模板下载</a> <a style="color:#fff;width:84px;" :href="downList">导入模板下载</a>
</template> </template>
</button> </button>
...@@ -379,4 +379,3 @@ ...@@ -379,4 +379,3 @@
</style> </style>
\ No newline at end of file
...@@ -219,12 +219,12 @@ ...@@ -219,12 +219,12 @@
}, },
//获取酒店订单列表 //获取酒店订单列表
GetList() { GetList() {
if(this.msg.StartTime==''){ // if(this.msg.StartTime==''){
this.msg.StartTime = this.getyMDOne() // this.msg.StartTime = this.getyMDOne()
} // }
if(this.msg.EndTime==''){ // if(this.msg.EndTime==''){
this.msg.EndTime = this.getyMDTwo() // this.msg.EndTime = this.getyMDTwo()
} // }
this.loading = true this.loading = true
this.apipost( this.apipost(
"dict_post_GetAdminCustomerOrderPageList", this.msg, "dict_post_GetAdminCustomerOrderPageList", this.msg,
...@@ -309,4 +309,3 @@ ...@@ -309,4 +309,3 @@
<style> <style>
</style> </style>
\ No newline at end of file
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