Commit 7d7c6c0a authored by youjie's avatar youjie

no message

parent 027a4f59
...@@ -401,7 +401,7 @@ ...@@ -401,7 +401,7 @@
<p class="shenheInfoTitle">公司名称:</p> <p class="shenheInfoTitle">公司名称:</p>
<div class="shenheInfoCenter">{{ ContractInfor.Tourists_Name }}</div> <div class="shenheInfoCenter">{{ ContractInfor.Tourists_Name }}</div>
</el-col> </el-col>
<el-col :span="5" class="shenheInfoBox"> <el-col :span="6" class="shenheInfoBox">
<p class="shenheInfoTitle">营业执照:</p> <p class="shenheInfoTitle">营业执照:</p>
<div class="shenheInfoCenter"> <div class="shenheInfoCenter">
<el-image <el-image
...@@ -411,15 +411,15 @@ ...@@ -411,15 +411,15 @@
</el-image> </el-image>
</div> </div>
</el-col> </el-col>
<el-col :span="13" class="shenheInfoBox"> <el-col :span="11" class="shenheInfoBox">
<p class="shenheInfoTitle">经营许可证:</p> <p class="shenheInfoTitle">经营许可证:</p>
<div class="shenheInfoCenter">{{ ContractInfor.Tourists_Email }}</div> <div class="shenheInfoCenter">{{ ContractInfor.Tourists_Email }}</div>
</el-col> </el-col>
<el-col :span="6" class="shenheInfoBox shenheInfoBoxR"> <el-col :span="7" class="shenheInfoBox">
<p class="shenheInfoTitle">法人:</p> <p class="shenheInfoTitle">法人:</p>
<div class="shenheInfoCenter">{{ ContractInfor.LegalPersonName }}</div> <div class="shenheInfoCenter">{{ ContractInfor.LegalPersonName }}</div>
</el-col> </el-col>
<el-col :span="5" class="shenheInfoBox"> <el-col :span="6" class="shenheInfoBox">
<p class="shenheInfoTitle">身份证:</p> <p class="shenheInfoTitle">身份证:</p>
<div class="shenheInfoCenter"> <div class="shenheInfoCenter">
<el-image <el-image
...@@ -434,15 +434,15 @@ ...@@ -434,15 +434,15 @@
</el-image> </el-image>
</div> </div>
</el-col> </el-col>
<el-col :span="12" class="shenheInfoBox"> <el-col :span="11" class="shenheInfoBox">
<p class="shenheInfoTitle">身份证号:</p> <p class="shenheInfoTitle">身份证号:</p>
<div class="shenheInfoCenter">{{ ContractInfor.LegalIdCardNumber }}</div> <div class="shenheInfoCenter">{{ ContractInfor.LegalIdCardNumber }}</div>
</el-col> </el-col>
<el-col :span="7" class="shenheInfoBox shenheInfoBoxR"> <el-col :span="7" class="shenheInfoBox">
<p class="shenheInfoTitle">有效期:</p> <p class="shenheInfoTitle">有效期:</p>
<div class="shenheInfoCenter">{{ ContractInfor.LegalIdCardTime }}</div> <div class="shenheInfoCenter">{{ ContractInfor.LegalIdCardTime }}</div>
</el-col> </el-col>
<el-col :span="8" class="shenheInfoBox"> <el-col :span="6" class="shenheInfoBox">
<p class="shenheInfoTitle">开户支行:</p> <p class="shenheInfoTitle">开户支行:</p>
<div class="shenheInfoCenter">{{ ContractInfor.OpenBankName }}</div> <div class="shenheInfoCenter">{{ ContractInfor.OpenBankName }}</div>
</el-col> </el-col>
...@@ -450,7 +450,7 @@ ...@@ -450,7 +450,7 @@
<p class="shenheInfoTitle">所属银行:</p> <p class="shenheInfoTitle">所属银行:</p>
<div class="shenheInfoCenter">{{ ContractInfor.BankName }}</div> <div class="shenheInfoCenter">{{ ContractInfor.BankName }}</div>
</el-col> </el-col>
<el-col :span="5" class="shenheInfoBox shenheInfoBoxR"> <el-col :span="7" class="shenheInfoBox">
<p class="shenheInfoTitle">开户人:</p> <p class="shenheInfoTitle">开户人:</p>
<div class="shenheInfoCenter">{{ ContractInfor.AccountHolder }}</div> <div class="shenheInfoCenter">{{ ContractInfor.AccountHolder }}</div>
</el-col> </el-col>
...@@ -486,6 +486,7 @@ ...@@ -486,6 +486,7 @@
<tr> <tr>
<td width="100" align="right">{{$t('objFill.v102.youxiaoqjs')}}</td> <td width="100" align="right">{{$t('objFill.v102.youxiaoqjs')}}</td>
<td> <td>
{{BoHuiObj.C_EndDate}}
<el-date-picker v-model="BoHuiObj.C_EndDate" style="width: 100%;" <el-date-picker v-model="BoHuiObj.C_EndDate" style="width: 100%;"
format="yyyy-MM-dd" type="date" format="yyyy-MM-dd" type="date"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
...@@ -814,7 +815,6 @@ ...@@ -814,7 +815,6 @@
{ ContractId: item.ID }, { ContractId: item.ID },
res => { res => {
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
console.log(res.data.data,'=====');
this.ContractInfor = res.data.data; this.ContractInfor = res.data.data;
this.inforLoading = false this.inforLoading = false
} else { } else {
...@@ -855,8 +855,8 @@ ...@@ -855,8 +855,8 @@
Status: status, Status: status,
AuditContractReason: status==3?this.auditMsg.AuditContractReason:'', AuditContractReason: status==3?this.auditMsg.AuditContractReason:'',
C_DayNum: item.C_DayNum, C_DayNum: item.C_DayNum,
C_StartDate: item.StartDateStr, C_StartDate: item.C_StartDate,
C_EndDate: item.EndDateStr, C_EndDate: item.C_EndDate,
C_NightNum: item.C_NightNum, C_NightNum: item.C_NightNum,
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
......
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