|
@@ -145,25 +145,25 @@
|
|
|
:rules="rules"
|
|
:rules="rules"
|
|
|
>
|
|
>
|
|
|
<a-row>
|
|
<a-row>
|
|
|
- <a-col :span="6">
|
|
|
|
|
- <a-form-model-item label="增值业务许可证到期时间" prop="openingNumber" v-bind="labelCol6">
|
|
|
|
|
|
|
+ <a-col :span="6" v-if=' shortNowPermitDateIs =="1"'>
|
|
|
|
|
+ <a-form-model-item label="增值业务许可证到期时间" v-bind="labelCol6">
|
|
|
<span class="cornflowerblue">{{ shotInfoModel.permitDateDate==="" ?"长期": shotInfoModel.permitDateDate }}</span>
|
|
<span class="cornflowerblue">{{ shotInfoModel.permitDateDate==="" ?"长期": shotInfoModel.permitDateDate }}</span>
|
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
|
|
|
|
|
- <a-col :span="6">
|
|
|
|
|
- <a-form-model-item label="合同到期时间" prop="openingNumber" v-bind="labelCol4">
|
|
|
|
|
|
|
+ <a-col :span="6" v-if=' shortNowContractDateIs =="1"'>
|
|
|
|
|
+ <a-form-model-item label="合同到期时间" v-bind="labelCol4">
|
|
|
<span class="cornflowerblue">{{ shotInfoModel.contractDateDate==="" ?"长期": shotInfoModel.contractDateDate }}</span>
|
|
<span class="cornflowerblue">{{ shotInfoModel.contractDateDate==="" ?"长期": shotInfoModel.contractDateDate }}</span>
|
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
|
|
|
|
|
- <a-col :span="6">
|
|
|
|
|
- <a-form-model-item label="码号证书到期时间" prop="openingNumber" v-bind="labelCol4">
|
|
|
|
|
|
|
+ <a-col :span="6" v-if=' shortNowCodeNumberDateIs =="1"'>
|
|
|
|
|
+ <a-form-model-item label="码号证书到期时间" v-bind="labelCol4">
|
|
|
<span class="cornflowerblue">{{ shotInfoModel.codeNumberDateDate==="" ?"长期":shotInfoModel.codeNumberDateDate }}</span>
|
|
<span class="cornflowerblue">{{ shotInfoModel.codeNumberDateDate==="" ?"长期":shotInfoModel.codeNumberDateDate }}</span>
|
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
- <a-col :span="6">
|
|
|
|
|
- <a-form-model-item label="备案通知到期时间" prop="openingNumber" v-bind="labelCol4">
|
|
|
|
|
|
|
+ <a-col :span="6" v-if=' shortNowFilingsDataIs =="1"'>
|
|
|
|
|
+ <a-form-model-item label="备案通知到期时间" v-bind="labelCol4">
|
|
|
<span class="cornflowerblue">{{ shotInfoModel.filingsDateDate==="" ?"长期": shotInfoModel.filingsDateDate }}</span>
|
|
<span class="cornflowerblue">{{ shotInfoModel.filingsDateDate==="" ?"长期": shotInfoModel.filingsDateDate }}</span>
|
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
@@ -1211,6 +1211,18 @@ export default {
|
|
|
that.infoModel.isCsp=result.isCsp;
|
|
that.infoModel.isCsp=result.isCsp;
|
|
|
that.infoModel.codeNumberBusinessLicense=result.codeNumberBusinessLicense;
|
|
that.infoModel.codeNumberBusinessLicense=result.codeNumberBusinessLicense;
|
|
|
that.infoModel.codeNumberContactPhone=result.codeNumberContactPhone;
|
|
that.infoModel.codeNumberContactPhone=result.codeNumberContactPhone;
|
|
|
|
|
+
|
|
|
|
|
+ that.infoModel.contractDateDate=result.contractDateDate;
|
|
|
|
|
+ that.infoModel.contractDateDateIs=result.contractDateDateIs;
|
|
|
|
|
+ that.infoModel.codeNumberDateDate=result.codeNumberDateDate;
|
|
|
|
|
+ that.infoModel.codeNumberDateDateIs=result.codeNumberDateDateIs;
|
|
|
|
|
+ that.infoModel.filingsDateDate=result.filingsDateDate;
|
|
|
|
|
+ that.infoModel.filingsDateDateIs=result.filingsDateDateIs;
|
|
|
|
|
+ that.infoModel.permitDateDateIs=result.permitDateDateIs;
|
|
|
|
|
+ that.infoModel.permitDateDate=result.permitDateDate;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
//客户经理手机号
|
|
//客户经理手机号
|
|
|
that.infoModel.managePhone=result.managePhone;
|
|
that.infoModel.managePhone=result.managePhone;
|
|
|
//用户发展员工
|
|
//用户发展员工
|