Commit d3bb0103 authored by youjie's avatar youjie

翻译

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