Commit d3bb0103 authored by youjie's avatar youjie

翻译

parent 461f1836
...@@ -787,7 +787,7 @@ ...@@ -787,7 +787,7 @@
<td>{{item.surName+''+item.name}}</td> <td>{{item.surName+''+item.name}}</td>
<td>{{item.nationalityName}}</td> <td>{{item.nationalityName}}</td>
<td></td> <td></td>
<td>{{item.sex==1?'男':'女'}}</td> <td>{{item.sex==1?$t('pub.man'):$t('pub.woman')}}</td>
<td>{{getDate(item.birthday)}}</td> <td>{{getDate(item.birthday)}}</td>
<td>{{item.idCard}}</td> <td>{{item.idCard}}</td>
<td>{{item.passportNo}}</td> <td>{{item.passportNo}}</td>
......
...@@ -1048,9 +1048,9 @@ ...@@ -1048,9 +1048,9 @@
<th>{{$t('system.query_name')}}</th> <th>{{$t('system.query_name')}}</th>
<th>{{$t('system.table_sex')}}</th> <th>{{$t('system.table_sex')}}</th>
<th>证件类型</th> <th>证件类型</th>
<th>护照号码</th> <th>{{$t('sm.huzhaohaoma')}}</th>
<th>联系电话(手机)</th> <th>联系电话(手机)</th>
<th>身体状况</th> <th>{{$t('objFill.v101.Contract.shengtizk')}}</th>
<th width="100">{{$t('hotel.table_operat')}}</th> <th width="100">{{$t('hotel.table_operat')}}</th>
</tr> </tr>
<tr v-for="(item, index) in CtObj.ContractGuestList" :key="index"> <tr v-for="(item, index) in CtObj.ContractGuestList" :key="index">
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</style> </style>
<template> <template>
<div class='flexOne'> <div class='flexOne'>
<div class="passengerListSaleLayer ownScrollbarStyle" v-show="isShowLayer"> <div class="passengerListSaleLayer ownScrollbarStyle" v-show="isShowLayer">
<p> <p>
<em class="fnormal">房间分配</em> <em class="fnormal">房间分配</em>
...@@ -93,22 +93,22 @@ ...@@ -93,22 +93,22 @@
<div style="clear: both;"></div> <div style="clear: both;"></div>
<span v-for="o in item.orderGuestHouse" v-if="o.isBed=='0'" style="background:#11998E;"> <span v-for="o in item.orderGuestHouse" v-if="o.isBed=='0'" style="background:#11998E;">
<em v-if='data.orderId==o.orderId'>{{o.userName}}</em> <em v-if='data.orderId==o.orderId'>{{o.userName}}</em>
<em v-else>游客({{o.sex==1?'男':'女'}})</em> <em v-else>游客({{o.sex==1?$t('pub.man'):$t('pub.woman')}})</em>
<i v-if='data.orderId==o.orderId' class="el-icon-circle-close fr" @click="dragOut(o,index)"></i> <i v-if='data.orderId==o.orderId' class="el-icon-circle-close fr" @click="dragOut(o,index)"></i>
</span><span v-for="o in item.orderGuestHouse" v-if="o.isBed=='1'&&o.sex=='1'" style="background:#116799;"> </span><span v-for="o in item.orderGuestHouse" v-if="o.isBed=='1'&&o.sex=='1'" style="background:#116799;">
<em v-if='data.orderId==o.orderId'>{{o.userName}}</em> <em v-if='data.orderId==o.orderId'>{{o.userName}}</em>
<em v-else>游客({{o.sex==1?'男':'女'}})</em> <em v-else>游客({{o.sex==1?$t('pub.man'):$t('pub.woman')}})</em>
<i v-if='data.orderId==o.orderId' class="el-icon-circle-close fr" @click="dragOut(o,index)"></i> <i v-if='data.orderId==o.orderId' class="el-icon-circle-close fr" @click="dragOut(o,index)"></i>
</span><span v-for="o in item.orderGuestHouse" v-if="o.isBed=='1'&&o.sex=='2'" style="background:#C62452;"> </span><span v-for="o in item.orderGuestHouse" v-if="o.isBed=='1'&&o.sex=='2'" style="background:#C62452;">
<em v-if='data.orderId==o.orderId'>{{o.userName}}</em> <em v-if='data.orderId==o.orderId'>{{o.userName}}</em>
<em v-else>游客({{o.sex==1?'男':'女'}})</em> <em v-else>游客({{o.sex==1?$t('pub.man'):$t('pub.woman')}})</em>
<i v-if='data.orderId==o.orderId' class="el-icon-circle-close fr" @click="dragOut(o,index)"></i> <i v-if='data.orderId==o.orderId' class="el-icon-circle-close fr" @click="dragOut(o,index)"></i>
</span> </span>
</div> </div>
<div style="cursor: pointer; line-height: 160px; overflow: hidden;" @click="getMoreHouse"> <div style="cursor: pointer; line-height: 160px; overflow: hidden;" @click="getMoreHouse">
<i class="el-icon-plus" style="font-size: 30px;"></i> <i class="el-icon-plus" style="font-size: 30px;"></i>
</div> </div>
</div> </div>
<div class="passengerHouseBgRight"></div> <div class="passengerHouseBgRight"></div>
</div> </div>
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
<input type="button" class="normalBtn" value="确认分配" @click="saveHouse"/> <input type="button" class="normalBtn" value="确认分配" @click="saveHouse"/>
</div> </div>
</div> </div>
<div class='query-box'> <div class='query-box'>
<ul> <ul>
<li> <li>
...@@ -132,14 +132,14 @@ ...@@ -132,14 +132,14 @@
</i> </i>
</span> </span>
</div> </div>
</li> </li>
<li> <li>
<input type="button" class="normalBtn" value="获取房号" @click="showHouse=true;isShowLayer=true"/> <input type="button" class="normalBtn" value="获取房号" @click="showHouse=true;isShowLayer=true"/>
<!--<input type="button" class="normalBtn" value="分配房间" @click=""/>--> <!--<input type="button" class="normalBtn" value="分配房间" @click=""/>-->
</li> </li>
</ul> </ul>
</div> </div>
<div class="PAL_CONT"> <div class="PAL_CONT">
<div class="PAL_List" v-for="(item,index) in list" v-if="item.houseNo==='未分配'" :draggable="item.isDrag" @dragstart="drag(item)" :key='index'> <div class="PAL_List" v-for="(item,index) in list" v-if="item.houseNo==='未分配'" :draggable="item.isDrag" @dragstart="drag(item)" :key='index'>
<div class="PAL_Name"> <div class="PAL_Name">
...@@ -186,10 +186,10 @@ ...@@ -186,10 +186,10 @@
export default { export default {
data(){ data(){
return{ return{
showHouse:false, showHouse:false,
isNeedMoreHouse:false, isNeedMoreHouse:false,
isOverdue:false, isOverdue:false,
isShowLayer:false, isShowLayer:false,
orderId:0, orderId:0,
TNumber:0, TNumber:0,
moveObj:{}, moveObj:{},
...@@ -200,7 +200,7 @@ export default { ...@@ -200,7 +200,7 @@ export default {
guestNum:0, guestNum:0,
SendVisaTime:'', SendVisaTime:'',
nowDate:'', nowDate:'',
} }
}, },
filters:{ filters:{
...@@ -246,7 +246,7 @@ export default { ...@@ -246,7 +246,7 @@ export default {
let houseIdsString='' let houseIdsString=''
this.orderHouseList.forEach(item=>{ this.orderHouseList.forEach(item=>{
if(item.orderGuestHouse.length>0) if(item.orderGuestHouse.length>0)
{ {
item.orderGuestHouse.forEach(x=>{ item.orderGuestHouse.forEach(x=>{
if(x.orderId==this.orderId){ if(x.orderId==this.orderId){
guestIdsString+=x.guestId+',' guestIdsString+=x.guestId+','
...@@ -260,10 +260,10 @@ export default { ...@@ -260,10 +260,10 @@ export default {
} }
}) })
msg.guestIds=guestIdsString.substring(0,guestIdsString.length-1) msg.guestIds=guestIdsString.substring(0,guestIdsString.length-1)
msg.houseIds=houseIdsString.substring(0,houseIdsString.length-1) msg.houseIds=houseIdsString.substring(0,houseIdsString.length-1)
this.apipost('sellorder_get_BatchSetOrderHouse',msg,res=>{ this.apipost('sellorder_get_BatchSetOrderHouse',msg,res=>{
if(res.data.resultCode == 1) { if(res.data.resultCode == 1) {
this.$message.success('成功!') this.$message.success('成功!')
this.getList() this.getList()
}else{ }else{
...@@ -278,7 +278,7 @@ export default { ...@@ -278,7 +278,7 @@ export default {
addmsg.orderGuestHouseList=[] addmsg.orderGuestHouseList=[]
this.orderHouseList.forEach(item=>{ this.orderHouseList.forEach(item=>{
if(item.orderGuestHouse.length>0) if(item.orderGuestHouse.length>0)
{ {
item.orderGuestHouse.forEach(x=>{ item.orderGuestHouse.forEach(x=>{
if(x.orderId==this.orderId){ if(x.orderId==this.orderId){
addmsg.orderGuestHouseList.push({'ID':x.id,'HouseId':x.houseId,'GuestId':x.guestId,'HouseType':x.houseType,'Sex':x.sex,IsBed:x.isBed}) addmsg.orderGuestHouseList.push({'ID':x.id,'HouseId':x.houseId,'GuestId':x.guestId,'HouseType':x.houseType,'Sex':x.sex,IsBed:x.isBed})
...@@ -327,7 +327,7 @@ export default { ...@@ -327,7 +327,7 @@ export default {
this.$message.warning("房间不占床人数不能大于占床人数") this.$message.warning("房间不占床人数不能大于占床人数")
} }
} }
} }
if(obj.houseType==2||obj.houseType==3){ if(obj.houseType==2||obj.houseType==3){
let isBedNum=0 let isBedNum=0
...@@ -369,7 +369,7 @@ export default { ...@@ -369,7 +369,7 @@ export default {
notBedNum+=1 notBedNum+=1
} }
}) })
if(this.moveObj.isBed==1){ if(this.moveObj.isBed==1){
if(isBedNum<3){ if(isBedNum<3){
this.orderHouseList[_index1].orderGuestHouse.push({"isBed":this.moveObj.isBed,"userName":this.moveObj.surName+this.moveObj.name,"id":0,"orderId":this.orderId,'sex':this.moveObj.sex,'houseId':obj.id,'houseType':obj.houseType,'guestId':this.moveObj.id}) this.orderHouseList[_index1].orderGuestHouse.push({"isBed":this.moveObj.isBed,"userName":this.moveObj.surName+this.moveObj.name,"id":0,"orderId":this.orderId,'sex':this.moveObj.sex,'houseId':obj.id,'houseType':obj.houseType,'guestId':this.moveObj.id})
...@@ -389,12 +389,12 @@ export default { ...@@ -389,12 +389,12 @@ export default {
this.$message.warning("房间不占床人数不能大于占床人数") this.$message.warning("房间不占床人数不能大于占床人数")
} }
} }
} }
if(obj.houseType==5) if(obj.houseType==5)
{ {
let isBedNum=0 let isBedNum=0
let notBedNum=0 let notBedNum=0
let otherIsBedNum=0 let otherIsBedNum=0
...@@ -411,8 +411,8 @@ export default { ...@@ -411,8 +411,8 @@ export default {
otherIsBedSex=item.sex otherIsBedSex=item.sex
} }
}) })
if(this.moveObj.isBed==1){ //占床 if(this.moveObj.isBed==1){ //占床
if(otherIsBedSex==0) //半间房无其他订单旅客 if(otherIsBedSex==0) //半间房无其他订单旅客
{ {
...@@ -423,7 +423,7 @@ export default { ...@@ -423,7 +423,7 @@ export default {
}else{ }else{
this.$message.warning("你们只预定了一个半间房") this.$message.warning("你们只预定了一个半间房")
} }
}else{ //半间房已有其他订单旅客 }else{ //半间房已有其他订单旅客
if(this.moveObj.sex==otherIsBedSex){ if(this.moveObj.sex==otherIsBedSex){
this.orderHouseList[_index1].orderGuestHouse.push({"isBed":this.moveObj.isBed,"userName":this.moveObj.surName+this.moveObj.name,"id":0,"orderId":this.orderId,'sex':this.moveObj.sex,'houseId':obj.id,'houseType':obj.houseType,'guestId':this.moveObj.id}) this.orderHouseList[_index1].orderGuestHouse.push({"isBed":this.moveObj.isBed,"userName":this.moveObj.surName+this.moveObj.name,"id":0,"orderId":this.orderId,'sex':this.moveObj.sex,'houseId':obj.id,'houseType':obj.houseType,'guestId':this.moveObj.id})
...@@ -447,7 +447,7 @@ export default { ...@@ -447,7 +447,7 @@ export default {
} }
} }
}, },
dragOut(obj,index){ //删除 dragOut(obj,index){ //删除
if(obj.houseType!=5){ //非半间房 if(obj.houseType!=5){ //非半间房
let _index=this.list.findIndex(item=>item.id==obj.guestId) //解除列表上该旅客禁止拖动状态索引 let _index=this.list.findIndex(item=>item.id==obj.guestId) //解除列表上该旅客禁止拖动状态索引
let _index1=this.orderHouseList[index].orderGuestHouse.findIndex(item=>item.guestId==obj.guestId) //删除房间内该旅客 let _index1=this.orderHouseList[index].orderGuestHouse.findIndex(item=>item.guestId==obj.guestId) //删除房间内该旅客
...@@ -520,14 +520,14 @@ export default { ...@@ -520,14 +520,14 @@ export default {
} }
} }
} }
}, },
goUrl(path,id,orderId,guestId){ goUrl(path,id,orderId,guestId){
this.$router.push({name: path,query:{"TCID":id,"orderId":orderId,'guestId':guestId}}); this.$router.push({name: path,query:{"TCID":id,"orderId":orderId,'guestId':guestId}});
}, },
getList(){ getList(){
this.apipost('sellorder_post_GetOrderDetails',{ID:this.$route.query.id},res=>{ this.apipost('sellorder_post_GetOrderDetails',{ID:this.$route.query.id},res=>{
if(res.data.resultCode == 1) { if(res.data.resultCode == 1) {
this.guestNum=res.data.data.guestNum this.guestNum=res.data.data.guestNum
...@@ -561,7 +561,7 @@ export default { ...@@ -561,7 +561,7 @@ export default {
} }
},err=>{}) },err=>{})
}, },
}, },
mounted(){ mounted(){
this.getList() this.getList()
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<template v-if="isOrder==1 && !isDis" > <div v-show="tableList.length<guestNum&&IsLeaderOrder>0" @click="showSetLeader=true;getBranchList()">选择领队/导游</div> <template v-if="isOrder==1 && !isDis" > <div v-show="tableList.length<guestNum&&IsLeaderOrder>0" @click="showSetLeader=true;getBranchList()">选择领队/导游</div>
<div v-show="tableList.length<guestNum" @click="goUrlA(0)">{{$t('pub.addBtn')}}</div> <div v-show="tableList.length<guestNum" @click="goUrlA(0)">{{$t('pub.addBtn')}}</div>
</template> </template>
<div v-if="isOrder==1 && isOneDay !== 1 && !isDis" @click="goUrlP()">分房</div> <div v-if="isOrder==1 && isOneDay !== 1 && !isDis" @click="goUrlP()">分房</div>
</div> </div>
<div class="passengerSaleList_tableBox"> <div class="passengerSaleList_tableBox">
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
<th width="2%">分房</th> <th width="2%">分房</th>
<th width="5%">酒店及房型</th> <th width="5%">酒店及房型</th>
<th width="5%">旅客姓名</th> <th width="5%">旅客姓名</th>
<th width="5%">英文姓</th> <th width="5%">{{$t('visaT.Englishsurname')}}</th>
<th width="5%">英文名</th> <th width="5%">{{$t('admin.admin_EnSurname')}}</th>
<th width="3%">{{$t('system.table_sex')}}</th> <th width="3%">{{$t('system.table_sex')}}</th>
<th width="7%">{{$t('admin.admin_BirthDate')}}</th> <th width="7%">{{$t('admin.admin_BirthDate')}}</th>
<th width="4%">年龄类型</th> <th width="4%">年龄类型</th>
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
}}】</span> }}】</span>
</div> </div>
</div> </div>
</div> </div>
<div class="clearfix " style="float: left;width: 5%;"> <div class="clearfix " style="float: left;width: 5%;">
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
return "领兼地"; return "领兼地";
} else if (type ==3) { } else if (type ==3) {
return "导游"; return "导游";
} }
else if (type == 1 && clas == 0) { else if (type == 1 && clas == 0) {
return "领队"; return "领队";
} else if (type == 1 && clas == 1) { } else if (type == 1 && clas == 1) {
...@@ -461,7 +461,7 @@ ...@@ -461,7 +461,7 @@
border-top: 1px solid #cccccc; border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc; border-left: 1px solid #cccccc;
} }
.passengerSaleList_table tr td { .passengerSaleList_table tr td {
padding: 10px; padding: 10px;
......
...@@ -1122,7 +1122,7 @@ ...@@ -1122,7 +1122,7 @@
<th v-if="type == 1"></th> <th v-if="type == 1"></th>
<!-- <th>客户名称 </th> <!-- <th>客户名称 </th>
<th>{{$t('hotel.suplier_contact')}}</th> <th>{{$t('hotel.suplier_contact')}}</th>
<th>手机号</th> <th>{{$t('system.table_phone')}}</th>
<th>{{$t('objFill.qianyuedaoqitime')}}</th> <th>{{$t('objFill.qianyuedaoqitime')}}</th>
<th>签约金额 </th> <th>签约金额 </th>
<th>待结算金额</th> --> <th>待结算金额</th> -->
......
...@@ -34,8 +34,8 @@ ...@@ -34,8 +34,8 @@
<tr> <tr>
<th width="50">ID</th> <th width="50">ID</th>
<th width="130">旅客姓名</th> <th width="130">旅客姓名</th>
<th width="110">英文姓</th> <th width="110">{{$t('visaT.Englishsurname')}}</th>
<th width="145">英文名</th> <th width="145">{{$t('admin.admin_EnSurname')}}</th>
<th width="45">{{$t('system.table_sex')}}</th> <th width="45">{{$t('system.table_sex')}}</th>
<th width="155">{{$t('admin.admin_BirthDate')}}</th> <th width="155">{{$t('admin.admin_BirthDate')}}</th>
<th width="120">年龄类型</th> <th width="120">年龄类型</th>
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<td v-show="dataList.Length==0" colspan="12" align="center">{{$t('system.content_noData')}}</td> <td v-show="dataList.Length==0" colspan="12" align="center">{{$t('system.content_noData')}}</td>
</tr> </tr>
<tr v-for="(subItem,subIndex) in dataList"> <tr v-for="(subItem,subIndex) in dataList">
<td>{{subItem.Number}}</td> <td>{{subItem.Number}}</td>
<td>{{subItem.SurName}}{{subItem.Name}}</td> <td>{{subItem.SurName}}{{subItem.Name}}</td>
<td>{{subItem.ESurName}}</td> <td>{{subItem.ESurName}}</td>
<td>{{subItem.EName}}</td> <td>{{subItem.EName}}</td>
...@@ -115,4 +115,4 @@ export default { ...@@ -115,4 +115,4 @@ export default {
this.getList(); this.getList();
} }
}; };
</script> </script>
\ No newline at end of file
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
.passengerListSaleMsg{height: 30px; line-height: 30px; background: #d2d2d2;border-radius: 4px; padding: 0 10px 0 20px;} .passengerListSaleMsg{height: 30px; line-height: 30px; background: #d2d2d2;border-radius: 4px; padding: 0 10px 0 20px;}
.passengerListSaleMsg>span{color: #333; font-weight: bold; margin-right: 5px; display: inline-block; border-right: 1px dashed #fff; padding-right: 10px;} .passengerListSaleMsg>span{color: #333; font-weight: bold; margin-right: 5px; display: inline-block; border-right: 1px dashed #fff; padding-right: 10px;}
.passengerListSaleMsg>span:last-child{border-right: none;} .passengerListSaleMsg>span:last-child{border-right: none;}
</style> </style>
<template> <template>
<div class='flexOne'> <div class='flexOne'>
...@@ -27,12 +27,12 @@ ...@@ -27,12 +27,12 @@
业务员:<span>{{data.EmName}}</span> 业务员:<span>{{data.EmName}}</span>
人数:<span>{{data.PeopleNum}}</span> 人数:<span>{{data.PeopleNum}}</span>
</div> </div>
</li> </li>
<li> <li>
</li> </li>
</ul> </ul>
</div> </div>
<div class="PAL_CONT"> <div class="PAL_CONT">
<div class="PAL_List" v-for="(item,index) in list" :draggable="item.isDrag" @dragstart="drag(item)" :key='index'> <div class="PAL_List" v-for="(item,index) in list" :draggable="item.isDrag" @dragstart="drag(item)" :key='index'>
<div class="PAL_Name"> <div class="PAL_Name">
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<span class="PAL_left">身份证</span>{{item.IdCard}} <span class="PAL_left">身份证</span>{{item.IdCard}}
</div> </div>
<div class="PAL_comdiv"> <div class="PAL_comdiv">
<span class="PAL_left">{{$t('system.table_sex')}}</span>{{item.Sex=='1'?'男':'女'}} <span class="PAL_left">{{$t('system.table_sex')}}</span>{{item.Sex=='1'?$t('pub.man'):$t('pub.woman')}}
</div> </div>
<div class="PAL_comdiv clearfix"> <div class="PAL_comdiv clearfix">
<div class="PAL_LeftAge"> <div class="PAL_LeftAge">
...@@ -72,15 +72,15 @@ ...@@ -72,15 +72,15 @@
</div> </div>
</div> </div>
</div> </div>
<div v-show="list.length<data.PeopleNum" class="add" @click="goUrl('VisaAddGuest',0,data.VoId,0,data.VisaPlanId)"> <div v-show="list.length<data.PeopleNum" class="add" @click="goUrl('VisaAddGuest',0,data.VoId,0,data.VisaPlanId)">
<i class="el-icon-plus"></i> <i class="el-icon-plus"></i>
<br/> <br/>
添加名单 添加名单
</div> </div>
</div> </div>
</div> </div>
</template> </template>
<script> <script>
...@@ -91,7 +91,7 @@ export default { ...@@ -91,7 +91,7 @@ export default {
list:[], list:[],
} }
}, },
methods:{ methods:{
pal_del: function (item) { pal_del: function (item) {
this.$confirm('是否删除该旅客?', this.$t('tips.tips'), { this.$confirm('是否删除该旅客?', this.$t('tips.tips'), {
...@@ -112,7 +112,7 @@ export default { ...@@ -112,7 +112,7 @@ export default {
goUrl(path,id,orderId,guestId,VisaPlanId){ goUrl(path,id,orderId,guestId,VisaPlanId){
this.$router.push({name: path,query:{'VisaPlanId':VisaPlanId,"TCID":id,"orderId":orderId,'guestId':guestId}}); this.$router.push({name: path,query:{'VisaPlanId':VisaPlanId,"TCID":id,"orderId":orderId,'guestId':guestId}});
}, },
getList(){ getList(){
this.apipost('dmc_get_visa_GetVisaGuestList',{voId:this.$route.query.id},res=>{ this.apipost('dmc_get_visa_GetVisaGuestList',{voId:this.$route.query.id},res=>{
if(res.data.resultCode == 1) { if(res.data.resultCode == 1) {
this.data=res.data.data this.data=res.data.data
...@@ -125,9 +125,9 @@ export default { ...@@ -125,9 +125,9 @@ export default {
}, },
mounted(){ mounted(){
this.getList() this.getList()
this.getAccessToken() this.getAccessToken()
this.TNumber=this.$route.query.tcmun this.TNumber=this.$route.query.tcmun
} }
} }
</script> </script>
......
...@@ -607,9 +607,9 @@ ...@@ -607,9 +607,9 @@
<th>{{$t('system.query_name')}}</th> <th>{{$t('system.query_name')}}</th>
<th>{{$t('system.table_sex')}}</th> <th>{{$t('system.table_sex')}}</th>
<th>证件类型</th> <th>证件类型</th>
<th>护照号码</th> <th>{{$t('sm.huzhaohaoma')}}</th>
<th>联系电话(手机)</th> <th>联系电话(手机)</th>
<th>身体状况</th> <th>{{$t('objFill.v101.Contract.shengtizk')}}</th>
<th width="100">{{$t('hotel.table_operat')}}</th> <th width="100">{{$t('hotel.table_operat')}}</th>
</tr> </tr>
<tr v-for="(item, index) in CtObj.ContractGuestList" :key="index"> <tr v-for="(item, index) in CtObj.ContractGuestList" :key="index">
......
...@@ -264,8 +264,8 @@ ...@@ -264,8 +264,8 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<th>{{$t('system.query_name')}}</th> <th>{{$t('system.query_name')}}</th>
<th>英文姓</th> <th>{{$t('visaT.Englishsurname')}}</th>
<th>英文名</th> <th>{{$t('admin.admin_EnSurname')}}</th>
<th>{{$t('system.table_sex')}}</th> <th>{{$t('system.table_sex')}}</th>
<th>生日</th> <th>生日</th>
<th>{{$t('salesModule.Passport')}}</th> <th>{{$t('salesModule.Passport')}}</th>
......
...@@ -181,12 +181,12 @@ ...@@ -181,12 +181,12 @@
</th> </th>
<th>旅客姓名</th> <th>旅客姓名</th>
<th>身份证</th> <th>身份证</th>
<th>英文姓</th> <th>{{$t('visaT.Englishsurname')}}</th>
<th>英文名</th> <th>{{$t('admin.admin_EnSurname')}}</th>
<th>{{$t('system.table_sex')}}</th> <th>{{$t('system.table_sex')}}</th>
<th>{{$t('admin.admin_BirthDate')}}</th> <th>{{$t('admin.admin_BirthDate')}}</th>
<th>出生地</th> <th>出生地</th>
<th>护照号码</th> <th>{{$t('sm.huzhaohaoma')}}</th>
<th>证件有效期</th> <th>证件有效期</th>
<th>客人联系方式</th> <th>客人联系方式</th>
<th>签证状态</th> <th>签证状态</th>
......
This diff is collapsed.
...@@ -1001,12 +1001,12 @@ ...@@ -1001,12 +1001,12 @@
<td width="10%">证件类型</td> <td width="10%">证件类型</td>
<td width="20%">证件号码</td> <td width="20%">证件号码</td>
<td width="20%">{{$t('objFill.lianxifangshi')}}</td> <td width="20%">{{$t('objFill.lianxifangshi')}}</td>
<td width="15%">身体状况</td> <td width="15%">{{$t('objFill.v101.Contract.shengtizk')}}</td>
</tr> </tr>
<tr v-for="(item,index) in dataList.guestList"> <tr v-for="(item,index) in dataList.guestList">
<td>{{index+1}}</td> <td>{{index+1}}</td>
<td>{{item.surName+''+item.name}}</td> <td>{{item.surName+''+item.name}}</td>
<td>{{item.sex==1?'男':'女'}}</td> <td>{{item.sex==1?$t('pub.man'):$t('pub.woman')}}</td>
<td>{{$t('salesModule.Passport')}}</td> <td>{{$t('salesModule.Passport')}}</td>
<td>{{item.passportNo}}</td> <td>{{item.passportNo}}</td>
<td>{{item.mobilePhone}}</td> <td>{{item.mobilePhone}}</td>
...@@ -1025,7 +1025,7 @@ ...@@ -1025,7 +1025,7 @@
<td width="10%">证件类型</td> <td width="10%">证件类型</td>
<td width="20%">证件号码</td> <td width="20%">证件号码</td>
<td width="20%">{{$t('objFill.lianxifangshi')}}</td> <td width="20%">{{$t('objFill.lianxifangshi')}}</td>
<td width="15%">身体状况</td> <td width="15%">{{$t('objFill.v101.Contract.shengtizk')}}</td>
</tr> </tr>
<tr v-for="(item,index) in dataList.guestInfo"> <tr v-for="(item,index) in dataList.guestInfo">
<td>{{index+1}}</td> <td>{{index+1}}</td>
......
...@@ -551,12 +551,12 @@ ...@@ -551,12 +551,12 @@
<td width="10%">证件类型</td> <td width="10%">证件类型</td>
<td width="20%">证件号码</td> <td width="20%">证件号码</td>
<td width="20%">{{$t('objFill.lianxifangshi')}}</td> <td width="20%">{{$t('objFill.lianxifangshi')}}</td>
<td width="15%">身体状况</td> <td width="15%">{{$t('objFill.v101.Contract.shengtizk')}}</td>
</tr> </tr>
<tr v-for="(item,index) in dataList.guestList" :key="index+10000"> <tr v-for="(item,index) in dataList.guestList" :key="index+10000">
<td>{{index+1}}</td> <td>{{index+1}}</td>
<td>{{item.surName+''+item.name}} {{item.guestType}}</td> <td>{{item.surName+''+item.name}} {{item.guestType}}</td>
<td>{{item.sex==1?'男':'女'}}</td> <td>{{item.sex==1?$t('pub.man'):$t('pub.woman')}}</td>
<td>{{$t('salesModule.Passport')}}</td> <td>{{$t('salesModule.Passport')}}</td>
<td>{{item.passportNo}}</td> <td>{{item.passportNo}}</td>
<td>{{item.mobilePhone}}</td> <td>{{item.mobilePhone}}</td>
......
...@@ -1099,9 +1099,9 @@ ...@@ -1099,9 +1099,9 @@
<th>{{ $t("system.query_name") }}</th> <th>{{ $t("system.query_name") }}</th>
<th>{{$t('system.table_sex')}}</th> <th>{{$t('system.table_sex')}}</th>
<th>证件类型</th> <th>证件类型</th>
<th>护照号码</th> <th>{{$t('sm.huzhaohaoma')}}</th>
<th>{{$t('objFill.lianxifangshi')}}</th> <th>{{$t('objFill.lianxifangshi')}}</th>
<th>身体状况</th> <th>{{$t('objFill.v101.Contract.shengtizk')}}</th>
</tr> </tr>
<tr v-for="(item, index) in guestList"> <tr v-for="(item, index) in guestList">
<td> <td>
...@@ -1124,9 +1124,9 @@ ...@@ -1124,9 +1124,9 @@
<th>{{ $t("system.query_name") }}</th> <th>{{ $t("system.query_name") }}</th>
<th>{{$t('system.table_sex')}}</th> <th>{{$t('system.table_sex')}}</th>
<th>证件类型</th> <th>证件类型</th>
<th>护照号码</th> <th>{{$t('sm.huzhaohaoma')}}</th>
<th>{{$t('objFill.lianxifangshi')}}</th> <th>{{$t('objFill.lianxifangshi')}}</th>
<th>身体状况</th> <th>{{$t('objFill.v101.Contract.shengtizk')}}</th>
<th>操作 <a style="color:blue;cursor:pointer" @click="AddGuest()">添加</a></th> <th>操作 <a style="color:blue;cursor:pointer" @click="AddGuest()">添加</a></th>
</tr> </tr>
<tr v-for="(item, index) in CtObj.guestInfo"> <tr v-for="(item, index) in CtObj.guestInfo">
......
...@@ -570,7 +570,7 @@ ...@@ -570,7 +570,7 @@
<tr v-for="(item,index) in guestList" :key="index+10000"> <tr v-for="(item,index) in guestList" :key="index+10000">
<td>{{index+1}}</td> <td>{{index+1}}</td>
<td>{{item.surName+''+item.name}} {{item.guestType}}</td> <td>{{item.surName+''+item.name}} {{item.guestType}}</td>
<td>{{item.sex==1?'男':'女'}}</td> <td>{{item.sex==1?$t('pub.man'):$t('pub.woman')}}</td>
<td>{{$t('salesModule.Passport')}}</td> <td>{{$t('salesModule.Passport')}}</td>
<td>{{item.passportNo}}</td> <td>{{item.passportNo}}</td>
<td>{{item.mobilePhone}}</td> <td>{{item.mobilePhone}}</td>
......
...@@ -540,7 +540,7 @@ ...@@ -540,7 +540,7 @@
<td width="10%">证件类型</td> <td width="10%">证件类型</td>
<td width="20%">证件号码</td> <td width="20%">证件号码</td>
<td width="20%">{{$t('objFill.lianxifangshi')}}</td> <td width="20%">{{$t('objFill.lianxifangshi')}}</td>
<td width="15%">身体状况</td> <td width="15%">{{$t('objFill.v101.Contract.shengtizk')}}</td>
</tr> </tr>
<template v-if="CtObj.ContractGuestList&&CtObj.ContractGuestList.length>0"> <template v-if="CtObj.ContractGuestList&&CtObj.ContractGuestList.length>0">
<tr v-for="(item,index) in CtObj.ContractGuestList" :key="index"> <tr v-for="(item,index) in CtObj.ContractGuestList" :key="index">
...@@ -640,7 +640,7 @@ ...@@ -640,7 +640,7 @@
v-for="item in CtObj.ContractPickUpList"> v-for="item in CtObj.ContractPickUpList">
<p>用车日期:<font>{{item.UseTime}}</font>&nbsp;乘客人数<font>{{item.UseNum}}</font> <p>用车日期:<font>{{item.UseTime}}</font>&nbsp;乘客人数<font>{{item.UseNum}}</font>
</p> </p>
<p><font>{{item.StartPlace}}</font><font>{{item.ArrivePlace}}</font>&nbsp;<font> <p><font>{{item.StartPlace}}</font>{{$t('OrderList.zhi')}<font>{{item.ArrivePlace}}</font>&nbsp;<font>
{{item.UseBusType}}</font> {{item.UseBusType}}</font>
</p> </p>
</template> </template>
...@@ -1584,7 +1584,7 @@ ...@@ -1584,7 +1584,7 @@
<td width="10%">证件类型</td> <td width="10%">证件类型</td>
<td width="20%">证件号码</td> <td width="20%">证件号码</td>
<td width="20%">{{$t('objFill.lianxifangshi')}}</td> <td width="20%">{{$t('objFill.lianxifangshi')}}</td>
<td width="15%">身体状况</td> <td width="15%">{{$t('objFill.v101.Contract.shengtizk')}}</td>
</tr> </tr>
<tr v-for="(item, index) in CtObj.ContractGuestList" :key="index"> <tr v-for="(item, index) in CtObj.ContractGuestList" :key="index">
<td>{{index+1}}</td> <td>{{index+1}}</td>
...@@ -2095,7 +2095,7 @@ ...@@ -2095,7 +2095,7 @@
<td width="10%">证件类型</td> <td width="10%">证件类型</td>
<td width="20%">证件号码</td> <td width="20%">证件号码</td>
<td width="20%">{{$t('objFill.lianxifangshi')}}</td> <td width="20%">{{$t('objFill.lianxifangshi')}}</td>
<td width="15%">身体状况</td> <td width="15%">{{$t('objFill.v101.Contract.shengtizk')}}</td>
</tr> </tr>
<tr v-for="(item, index) in CtObj.ContractGuestList" :key="index"> <tr v-for="(item, index) in CtObj.ContractGuestList" :key="index">
<td>{{index+1}}</td> <td>{{index+1}}</td>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
margin:15rem 0; margin:15rem 0;
} }
.MobileContract .mbiSignContent{ .MobileContract .mbiSignContent{
height:300px; height:300px;
margin:0 auto; margin:0 auto;
font-size:3rem; font-size:3rem;
} }
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
.MobileContract .mbConSpan{ .MobileContract .mbConSpan{
display:inline-block; display:inline-block;
width:12rem; width:12rem;
text-align-last: justify; text-align-last: justify;
} }
.MobileContract #canvas { .MobileContract #canvas {
width: 100%; width: 100%;
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
</div> </div>
<div style="margin-top:4rem;"> <div style="margin-top:4rem;">
营业执照:915101060776915321 营业执照:915101060776915321
</div> </div>
</div> </div>
<div style="margin-top:4rem;"> <div style="margin-top:4rem;">
<div class="mbgiSignPlace"> <div class="mbgiSignPlace">
...@@ -311,7 +311,7 @@ ...@@ -311,7 +311,7 @@
<span class="w8">{{SDate}}</span> <span class="w8">{{SDate}}</span>
</div> </div>
<div style="margin-left:10px;"></div> <div style="margin-left:10px;">{{$t('OrderList.zhi')}</div>
<div class="mbgibtnLine"> <div class="mbgibtnLine">
<span class="w10">{{EYear}}</span> <span class="w10">{{EYear}}</span>
</div> </div>
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
</div> </div>
<div class="mbgiComTitle">五、合同的解除与终止</div> <div class="mbgiComTitle">五、合同的解除与终止</div>
<div class="mbgiRule"> <div class="mbgiRule">
双方协商一致可以解除本合同。另外,本合同在下列情形下也可以解除,但提出解除的一方应提前一个月以书面形式通知对方: 双方协商一致可以解除本合同。另外,本合同在下列情形下也可以解除,但提出解除的一方应提前一个月以书面形式通知对方:
</div> </div>
<div style="margin-top:2rem;line-height:7rem;"> <div style="margin-top:2rem;line-height:7rem;">
<div> <div>
...@@ -383,7 +383,7 @@ ...@@ -383,7 +383,7 @@
</div> </div>
<div style="display:flex"> <div style="display:flex">
乙方授权代表<br/>(签章)<img class="MagiSign" :src="msg.CustomerSignImg" v-if="msg.CustomerSignImg!=''"/> 乙方授权代表<br/>(签章)<img class="MagiSign" :src="msg.CustomerSignImg" v-if="msg.CustomerSignImg!=''"/>
</div> </div>
</div> </div>
<div class="mbjiayisf" style="margin:5rem 0 16rem 0"> <div class="mbjiayisf" style="margin:5rem 0 16rem 0">
<div class="mbgiLastNYR"> <div class="mbgiLastNYR">
...@@ -420,7 +420,7 @@ ...@@ -420,7 +420,7 @@
<p><span class="iconfont icon-qianming" style="font-size:4rem;"></span></p> <p><span class="iconfont icon-qianming" style="font-size:4rem;"></span></p>
<span style="font-size:3rem" v-if="msg.CustomerSignImg==''||msg.CustomerSignImg==null">签字</span> <span style="font-size:3rem" v-if="msg.CustomerSignImg==''||msg.CustomerSignImg==null">签字</span>
<span style="font-size:3rem" v-else>重新签字</span> <span style="font-size:3rem" v-else>重新签字</span>
</div> </div>
</div> </div>
</div> </div>
...@@ -441,7 +441,7 @@ ...@@ -441,7 +441,7 @@
<span style="font-size:4rem;color:rgb(36, 173, 229)" class="iconfont icon-zhongzhi1"></span> <span style="font-size:4rem;color:rgb(36, 173, 229)" class="iconfont icon-zhongzhi1"></span>
<span style="font-size:3rem">重置签名</span> <span style="font-size:3rem">重置签名</span>
</div> </div>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<div style="width:100%;" @click="handelSaveEl()"> <div style="width:100%;" @click="handelSaveEl()">
...@@ -664,4 +664,4 @@ export default { ...@@ -664,4 +664,4 @@ export default {
}, },
}, },
} }
</script> </script>
\ No newline at end of file
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
<!-- PassportType --> <!-- PassportType -->
<span v-for="Pass in PassportTypeList" class="_mr10 _MarriageType"><span>{{Pass.Name}} <i v-if="Pass.Id==infoData.PeopleModel.PassportType"></i><i v-else></i></span></span> <span v-for="Pass in PassportTypeList" class="_mr10 _MarriageType"><span>{{Pass.Name}} <i v-if="Pass.Id==infoData.PeopleModel.PassportType"></i><i v-else></i></span></span>
</p> </p>
<p><span>护照号码<input style="width:100%;" type="text" v-model="infoData.PeopleModel.PassportNo"></span></p> <p><span>{{$t('sm.huzhaohaoma')}}<input style="width:100%;" type="text" v-model="infoData.PeopleModel.PassportNo"></span></p>
<p class="_mb0"> <p class="_mb0">
<span>签发地点<input style="width: 55.1%;" type="text" v-model="infoData.PeopleModel.PassportAddress"></span> <span>签发地点<input style="width: 55.1%;" type="text" v-model="infoData.PeopleModel.PassportAddress"></span>
<span>签发日期<input style="width: 100%;" type="text" v-model="infoData.PeopleModel.PassportIssued"></span> <span>签发日期<input style="width: 100%;" type="text" v-model="infoData.PeopleModel.PassportIssued"></span>
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
<!-- PassportType --> <!-- PassportType -->
<span v-for="Pass in PassportTypeList" class="_mr10 _MarriageType"><span>{{Pass.Name}} <i v-if="Pass.Id==infoData.PeopleModel.PassportType"><span v-if="infoData.IsWH==true">X</span><span v-else></span></i><i v-else></i></span></span> <span v-for="Pass in PassportTypeList" class="_mr10 _MarriageType"><span>{{Pass.Name}} <i v-if="Pass.Id==infoData.PeopleModel.PassportType"><span v-if="infoData.IsWH==true">X</span><span v-else></span></i><i v-else></i></span></span>
</p> </p>
<p><span>护照号码<input style="width:100%;" type="text" v-model="infoData.PeopleModel.PassportNo"></span></p> <p><span>{{$t('sm.huzhaohaoma')}}<input style="width:100%;" type="text" v-model="infoData.PeopleModel.PassportNo"></span></p>
<p class="_mb0"> <p class="_mb0">
<span>签发地点<input style="width: 55.1%;" type="text" v-model="infoData.PeopleModel.PassportAddress"></span> <span>签发地点<input style="width: 55.1%;" type="text" v-model="infoData.PeopleModel.PassportAddress"></span>
<span>签发日期<input style="width: 100%;" type="text" v-model="infoData.PeopleModel.PassportIssued"></span> <span>签发日期<input style="width: 100%;" type="text" v-model="infoData.PeopleModel.PassportIssued"></span>
......
...@@ -1177,7 +1177,7 @@ ...@@ -1177,7 +1177,7 @@
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-col :span="8" style="text-align:right">性别:</el-col> <el-col :span="8" style="text-align:right">性别:</el-col>
<el-col :span="16" style="text-align:left">{{item.sex==1?'男':'女'}}</el-col> <el-col :span="16" style="text-align:left">{{item.sex==1?$t('pub.man'):$t('pub.woman')}}</el-col>
</el-col> </el-col>
</el-row> </el-row>
<el-row style="padding:6px 0"> <el-row style="padding:6px 0">
......
...@@ -711,12 +711,12 @@ ...@@ -711,12 +711,12 @@
<td width="10%">证件类型</td> <td width="10%">证件类型</td>
<td width="20%">证件号码</td> <td width="20%">证件号码</td>
<td width="20%">{{$t('objFill.lianxifangshi')}}</td> <td width="20%">{{$t('objFill.lianxifangshi')}}</td>
<td width="15%">身体状况</td> <td width="15%">{{$t('objFill.v101.Contract.shengtizk')}}</td>
</tr> </tr>
<tr v-for="(item,index) in dataList.guestList" :key="index+10000"> <tr v-for="(item,index) in dataList.guestList" :key="index+10000">
<td>{{index+1}}</td> <td>{{index+1}}</td>
<td>{{item.surName+''+item.name}} {{item.guestType}}</td> <td>{{item.surName+''+item.name}} {{item.guestType}}</td>
<td>{{item.sex==1?'男':'女'}}</td> <td>{{item.sex==1?$t('pub.man'):$t('pub.woman')}}</td>
<td>{{$t('salesModule.Passport')}}</td> <td>{{$t('salesModule.Passport')}}</td>
<td>{{item.passportNo}}</td> <td>{{item.passportNo}}</td>
<td>{{item.mobilePhone}}</td> <td>{{item.mobilePhone}}</td>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
} }
.magiSignContent{ .magiSignContent{
width:580px; width:580px;
height:300px; height:300px;
margin:0 auto; margin:0 auto;
font-size:20px; font-size:20px;
} }
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
} }
.magijiafang{ .magijiafang{
width:80px; width:80px;
text-align-last: justify text-align-last: justify
} }
.magibtnLine{ .magibtnLine{
border-bottom:1px solid #666666 !important; border-bottom:1px solid #666666 !important;
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</div> </div>
<div> <div>
营业执照:915101060776915321 营业执照:915101060776915321
</div> </div>
</div> </div>
<div class="jiayisf" style="margin-top:30px;"> <div class="jiayisf" style="margin-top:30px;">
<div class="magiSignPlace"> <div class="magiSignPlace">
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
<el-input type="text" class="w60" v-model="SDate"></el-input> <el-input type="text" class="w60" v-model="SDate"></el-input>
</div> </div>
<div style="margin-left:20px;"></div> <div style="margin-left:20px;">{{$t('OrderList.zhi')}</div>
<div class="magibtnLine" style="margin-top:0;"> <div class="magibtnLine" style="margin-top:0;">
<el-input type="text" class="w60" v-model="EYear"></el-input> <el-input type="text" class="w60" v-model="EYear"></el-input>
</div> </div>
...@@ -315,7 +315,7 @@ ...@@ -315,7 +315,7 @@
</div> </div>
<div class="magiComTitle">五、合同的解除与终止</div> <div class="magiComTitle">五、合同的解除与终止</div>
<div class="magiRule"> <div class="magiRule">
双方协商一致可以解除本合同。另外,本合同在下列情形下也可以解除,但提出解除的一方应提前一个月以书面形式通知对方: 双方协商一致可以解除本合同。另外,本合同在下列情形下也可以解除,但提出解除的一方应提前一个月以书面形式通知对方:
</div> </div>
<div style="line-height:40px;"> <div style="line-height:40px;">
<div> <div>
...@@ -351,7 +351,7 @@ ...@@ -351,7 +351,7 @@
<div style="display:flex"> <div style="display:flex">
乙方授权代表(签章)<img class="MagiSign" :src="msg.CustomerSignImg" v-if="msg.CustomerSignImg!=''"/> 乙方授权代表(签章)<img class="MagiSign" :src="msg.CustomerSignImg" v-if="msg.CustomerSignImg!=''"/>
<a style="text-decoration:none;" v-else href="javascript:void(0);" @click="SetPic()">{{$t('objFill.v101.administrative.qianming')}}</a> <a style="text-decoration:none;" v-else href="javascript:void(0);" @click="SetPic()">{{$t('objFill.v101.administrative.qianming')}}</a>
</div> </div>
</div> </div>
<div class="jiayisf" style="margin:30px 0"> <div class="jiayisf" style="margin:30px 0">
<div class="magiLastNYR"> <div class="magiLastNYR">
...@@ -400,10 +400,10 @@ ...@@ -400,10 +400,10 @@
<div class="button" style="text-align:center;margin-top:20px"> <div class="button" style="text-align:center;margin-top:20px">
<el-button size="small" @click="overwrite">{{$t('objFill.v101.administrative.chongxie')}}</el-button> <el-button size="small" @click="overwrite">{{$t('objFill.v101.administrative.chongxie')}}</el-button>
<el-button size="small" type="danger" @click="commit">{{$t('fnc.tijiao')}}</el-button> <el-button size="small" type="danger" @click="commit">{{$t('fnc.tijiao')}}</el-button>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
...@@ -648,4 +648,4 @@ export default { ...@@ -648,4 +648,4 @@ export default {
}, },
}, },
} }
</script> </script>
\ No newline at end of file
...@@ -1085,7 +1085,7 @@ ...@@ -1085,7 +1085,7 @@
<th><span class="onedayRed">*</span> 证件类型</th> <th><span class="onedayRed">*</span> 证件类型</th>
<th><span class="onedayRed">*</span> 证件号码</th> <th><span class="onedayRed">*</span> 证件号码</th>
<th><span class="onedayRed">*</span> 联系电话(手机)</th> <th><span class="onedayRed">*</span> 联系电话(手机)</th>
<th>身体状况</th> <th>{{$t('objFill.v101.Contract.shengtizk')}}</th>
<th>{{$t('system.table_operation')}}</th> <th>{{$t('system.table_operation')}}</th>
</tr> </tr>
<tr v-for="(item, index) in CtObj.ContractGuestList" :key="index"> <tr v-for="(item, index) in CtObj.ContractGuestList" :key="index">
......
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