Commit 7d7c6c0a authored by youjie's avatar youjie

no message

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