|
|
@@ -8,8 +8,11 @@
|
|
|
@back="back"
|
|
|
>
|
|
|
<a-descriptions :title="infoModel.customerName" :column="3" :bordered="false">
|
|
|
- <a-descriptions-item label="客户类型">{{ infoModel.customType }}</a-descriptions-item>
|
|
|
- <a-descriptions-item label="使用场景">{{ infoModel.scene }}</a-descriptions-item>
|
|
|
+ <a-descriptions-item label="客户类型">{{infoModel.customType===0?"一类客户(党政军、大型企事业单位)":" 二类客户(其余用户)"}}</a-descriptions-item>
|
|
|
+ <a-descriptions-item v-if='infoModel.scene===0' label="使用场景">办公自用</a-descriptions-item>
|
|
|
+ <a-descriptions-item v-if='infoModel.scene===1' label="使用场景">自用型呼叫中心</a-descriptions-item>
|
|
|
+ <a-descriptions-item v-if='infoModel.scene===2' label="使用场景">经营型呼叫中心</a-descriptions-item>
|
|
|
+ <a-descriptions-item v-if='infoModel.scene===3' label="使用场景">经营型会议电话</a-descriptions-item>
|
|
|
<a-descriptions-item label="客户编号">{{ infoModel.userNo }}</a-descriptions-item>
|
|
|
<a-descriptions-item label="用户发展员工">{{ infoModel.userState }}</a-descriptions-item>
|
|
|
<a-descriptions-item label="用户编号">{{ infoModel.customerNo }}</a-descriptions-item>
|
|
|
@@ -27,7 +30,7 @@
|
|
|
<!-- <a-descriptions-item label="营业执照有效期是否长期">{{ infoModel.businessLicenseDate }}</a-descriptions-item>-->
|
|
|
<a-descriptions-item label="营业执照到期时间">{{ infoModel.businessLicenseDate==="" ?"长期": infoModel.businessLicenseDate}}</a-descriptions-item>
|
|
|
<a-descriptions-item label="房屋租赁合同到期时间">{{ infoModel.houseDate }}</a-descriptions-item>
|
|
|
- <a-descriptions-item label="经营型呼叫中心增值许可证到期日">{{ infoModel.zzbusinessLicenseDate }}</a-descriptions-item>
|
|
|
+ <a-descriptions-item label="经营型呼叫中心增值许可证到期日">{{ infoModel.zZBusinessLicenseDate }}</a-descriptions-item>
|
|
|
<a-descriptions-item label="风险评估等级">{{ infoModel.riskGrade }}</a-descriptions-item>
|
|
|
</a-descriptions>
|
|
|
<hr>
|
|
|
@@ -93,7 +96,7 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="width: 100%;margin-left: 10%">
|
|
|
+ <div style="width: 100%;margin-left: 13%">
|
|
|
<a-list size="large" >
|
|
|
<template>
|
|
|
<a-list-item style='height: 60px' >
|
|
|
@@ -101,34 +104,27 @@
|
|
|
<div>
|
|
|
<div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
|
|
|
<div style="float:left;margin: 50px 10px;" >
|
|
|
- <a-radio-group button-style="solid" @change="basicCheckClick(infoModel.contractDateResult)" v-model='infoModel.contractDateResult'>
|
|
|
+ <a-radio-group button-style="solid" @change="basicCheckClick(infoModel.applySignResult)" v-model='infoModel.applySignResult'>
|
|
|
<a-radio :value="'1'">是</a-radio>
|
|
|
<a-radio :value="'2'">否</a-radio>
|
|
|
</a-radio-group>
|
|
|
</div>
|
|
|
</div>
|
|
|
</a-col>
|
|
|
- <!-- <a-col :span="18" >-->
|
|
|
- <!-- <div style="clear: both"></div>-->
|
|
|
- <!-- <a-form-model-item label="稽核结果备注" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >-->
|
|
|
- <!-- <a-textarea v-model=infoModel.contractDateResultRemark placeholder="请输入合同到期时间资料的稽核结果" style="float:left;margin: 3px 3px;height:30px; width: 300px;" />-->
|
|
|
- <!-- </a-form-model-item>-->
|
|
|
-
|
|
|
- <!-- </a-col>-->
|
|
|
</a-list-item>
|
|
|
</template>
|
|
|
</a-list>
|
|
|
</div>
|
|
|
<div style="width: 85%;float:left;">
|
|
|
<div>
|
|
|
- <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
- <a-textarea style="height: 50px"
|
|
|
- v-model="infoModel.contractDateResultRemark"
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
+ <a-textarea style="height: 77px"
|
|
|
+ v-model="infoModel.applySignResultRemark"
|
|
|
|
|
|
placeholder="请输入稽核结果"
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
- <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
<a-textarea style="height: 77px"
|
|
|
v-model="infoModel.applySignRemark"
|
|
|
@change="textareaChange('applySign','applySignRemark')"
|
|
|
@@ -156,7 +152,7 @@
|
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
|
- <img style="width:800px;height: 300px;border: 1px solid;"
|
|
|
+ <img style="width: 100%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="item.urlBase" style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'applySign')">移除
|
|
|
@@ -180,7 +176,7 @@
|
|
|
>
|
|
|
<swiper-slide
|
|
|
class="slide"
|
|
|
- style="width:100px;height:100px;"
|
|
|
+ style="width:100px;height:100px;"
|
|
|
v-for="(item, index) in infoModel.applySign"
|
|
|
:key="item.id"
|
|
|
>
|
|
|
@@ -248,9 +244,35 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div style="width: 100%;margin-left: 13%">
|
|
|
+ <a-list size="large" >
|
|
|
+ <template>
|
|
|
+ <a-list-item style='height: 60px' >
|
|
|
+ <a-col :span="6" >
|
|
|
+ <div>
|
|
|
+ <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
|
|
|
+ <div style="float:left;margin: 50px 10px;" >
|
|
|
+ <a-radio-group button-style="solid" @change="basicCheckClick(infoModel.threePhotosResult)" v-model='infoModel.threePhotosResult'>
|
|
|
+ <a-radio :value="'1'">是</a-radio>
|
|
|
+ <a-radio :value="'2'">否</a-radio>
|
|
|
+ </a-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </a-col>
|
|
|
+ </a-list-item>
|
|
|
+ </template>
|
|
|
+ </a-list>
|
|
|
+ </div>
|
|
|
<div style="width: 85%;float:left;">
|
|
|
<div>
|
|
|
- <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
+ <a-textarea style="height: 77px"
|
|
|
+ v-model="infoModel.threePhotosResultRemark"
|
|
|
+
|
|
|
+ placeholder="请输入稽核结果"
|
|
|
+ />
|
|
|
+ </a-form-model-item>
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
<a-textarea style="height: 77px"
|
|
|
v-model="infoModel.threePhotosRemark"
|
|
|
@change="textareaChange('threePhotos','threePhotosRemark')"
|
|
|
@@ -278,7 +300,7 @@
|
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
|
- <img style="width:800px;height: 300px;border: 1px solid;"
|
|
|
+ <img style="width: 100%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="item.urlBase" style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'threePhotos')">移除
|
|
|
@@ -302,7 +324,7 @@
|
|
|
>
|
|
|
<swiper-slide
|
|
|
class="slide"
|
|
|
- style="width:100px;height:100px;"
|
|
|
+ style="width:100px;height:100px;"
|
|
|
v-for="(item, index) in infoModel.threePhotos"
|
|
|
:key="item.id"
|
|
|
>
|
|
|
@@ -369,9 +391,35 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div style="width: 100%;margin-left: 13%">
|
|
|
+ <a-list size="large" >
|
|
|
+ <template>
|
|
|
+ <a-list-item style='height: 60px' >
|
|
|
+ <a-col :span="6" >
|
|
|
+ <div>
|
|
|
+ <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
|
|
|
+ <div style="float:left;margin: 50px 10px;" >
|
|
|
+ <a-radio-group button-style="solid" @change="basicCheckClick(infoModel.commitmentBookResult)" v-model='infoModel.commitmentBookResult'>
|
|
|
+ <a-radio :value="'1'">是</a-radio>
|
|
|
+ <a-radio :value="'2'">否</a-radio>
|
|
|
+ </a-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </a-col>
|
|
|
+ </a-list-item>
|
|
|
+ </template>
|
|
|
+ </a-list>
|
|
|
+ </div>
|
|
|
<div style="width: 85%;float:left;">
|
|
|
<div>
|
|
|
- <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
+ <a-textarea style="height: 77px"
|
|
|
+ v-model="infoModel.commitmentBookResultRemark"
|
|
|
+
|
|
|
+ placeholder="请输入稽核结果"
|
|
|
+ />
|
|
|
+ </a-form-model-item>
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
<a-textarea style="height: 77px"
|
|
|
v-model="infoModel.commitmentBookRemark"
|
|
|
@change="textareaChange('commitmentBook','commitmentBookRemark')"
|
|
|
@@ -399,7 +447,7 @@
|
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
|
- <img style="width:800px;height: 300px;border: 1px solid;"
|
|
|
+ <img style="width: 100%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="item.urlBase" style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'commitmentBook')">移除
|
|
|
@@ -423,7 +471,7 @@
|
|
|
>
|
|
|
<swiper-slide
|
|
|
class="slide"
|
|
|
- style="width:100px;height:100px;"
|
|
|
+ style="width:100px;height:100px;"
|
|
|
v-for="(item, index) in infoModel.commitmentBook"
|
|
|
:key="item.id"
|
|
|
>
|
|
|
@@ -490,9 +538,35 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div style="width: 100%;margin-left: 13%">
|
|
|
+ <a-list size="large" >
|
|
|
+ <template>
|
|
|
+ <a-list-item style='height: 60px' >
|
|
|
+ <a-col :span="6" >
|
|
|
+ <div>
|
|
|
+ <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
|
|
|
+ <div style="float:left;margin: 50px 10px;" >
|
|
|
+ <a-radio-group button-style="solid" @change="basicCheckClick(infoModel.isPriceApprovalResult)" v-model='infoModel.isPriceApprovalResult'>
|
|
|
+ <a-radio :value="'1'">是</a-radio>
|
|
|
+ <a-radio :value="'2'">否</a-radio>
|
|
|
+ </a-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </a-col>
|
|
|
+ </a-list-item>
|
|
|
+ </template>
|
|
|
+ </a-list>
|
|
|
+ </div>
|
|
|
<div style="width: 85%;float:left;">
|
|
|
<div>
|
|
|
- <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
+ <a-textarea style="height: 77px"
|
|
|
+ v-model="infoModel.isPriceApprovalResultRemark"
|
|
|
+
|
|
|
+ placeholder="请输入稽核结果"
|
|
|
+ />
|
|
|
+ </a-form-model-item>
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
<a-textarea style="height: 77px"
|
|
|
v-model="infoModel.isPriceApprovalRemark"
|
|
|
@change="textareaChange('isPriceApproval','isPriceApprovalRemark')"
|
|
|
@@ -520,7 +594,7 @@
|
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
|
- <img style="width:800px;height: 300px;border: 1px solid;"
|
|
|
+ <img style="width: 100%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="item.urlBase" style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'isPriceApproval')">移除
|
|
|
@@ -544,7 +618,7 @@
|
|
|
>
|
|
|
<swiper-slide
|
|
|
class="slide"
|
|
|
- style="width:100px;height:100px;"
|
|
|
+ style="width:100px;height:100px;"
|
|
|
v-for="(item, index) in infoModel.isPriceApproval"
|
|
|
:key="item.id"
|
|
|
>
|
|
|
@@ -612,9 +686,35 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div style="width: 100%;margin-left: 13%">
|
|
|
+ <a-list size="large" >
|
|
|
+ <template>
|
|
|
+ <a-list-item style='height: 60px' >
|
|
|
+ <a-col :span="6" >
|
|
|
+ <div>
|
|
|
+ <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
|
|
|
+ <div style="float:left;margin: 50px 10px;" >
|
|
|
+ <a-radio-group button-style="solid" @change="basicCheckClick(infoModel.legalIdCardResult)" v-model='infoModel.legalIdCardResult'>
|
|
|
+ <a-radio :value="'1'">是</a-radio>
|
|
|
+ <a-radio :value="'2'">否</a-radio>
|
|
|
+ </a-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </a-col>
|
|
|
+ </a-list-item>
|
|
|
+ </template>
|
|
|
+ </a-list>
|
|
|
+ </div>
|
|
|
<div style="width: 85%;float:left;">
|
|
|
<div>
|
|
|
- <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
+ <a-textarea style="height: 77px"
|
|
|
+ v-model="infoModel.legalIdCardResultRemark"
|
|
|
+
|
|
|
+ placeholder="请输入稽核结果"
|
|
|
+ />
|
|
|
+ </a-form-model-item>
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
<a-textarea style="height: 77px"
|
|
|
v-model="infoModel.legalIdCardRemark"
|
|
|
@change="textareaChange('legalIdCard','legalIdCardRemark')"
|
|
|
@@ -642,7 +742,7 @@
|
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
|
- <img style="width:800px;height: 300px;border: 1px solid;"
|
|
|
+ <img style="width: 100%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="item.urlBase" style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'legalIdCard')">移除
|
|
|
@@ -666,7 +766,7 @@
|
|
|
>
|
|
|
<swiper-slide
|
|
|
class="slide"
|
|
|
- style="width:100px;height:100px;"
|
|
|
+ style="width:100px;height:100px;"
|
|
|
v-for="(item, index) in infoModel.legalIdCard"
|
|
|
:key="item.id"
|
|
|
>
|
|
|
@@ -733,9 +833,35 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div style="width: 100%;margin-left: 13%">
|
|
|
+ <a-list size="large" >
|
|
|
+ <template>
|
|
|
+ <a-list-item style='height: 60px' >
|
|
|
+ <a-col :span="6" >
|
|
|
+ <div>
|
|
|
+ <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
|
|
|
+ <div style="float:left;margin: 50px 10px;" >
|
|
|
+ <a-radio-group button-style="solid" @change="basicCheckClick(infoModel.operatorIdCardResult)" v-model='infoModel.operatorIdCardResult'>
|
|
|
+ <a-radio :value="'1'">是</a-radio>
|
|
|
+ <a-radio :value="'2'">否</a-radio>
|
|
|
+ </a-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </a-col>
|
|
|
+ </a-list-item>
|
|
|
+ </template>
|
|
|
+ </a-list>
|
|
|
+ </div>
|
|
|
<div style="width: 85%;float:left;">
|
|
|
<div>
|
|
|
- <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
+ <a-textarea style="height: 77px"
|
|
|
+ v-model="infoModel.operatorIdCardResultRemark"
|
|
|
+
|
|
|
+ placeholder="请输入稽核结果"
|
|
|
+ />
|
|
|
+ </a-form-model-item>
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
<a-textarea style="height: 77px"
|
|
|
v-model="infoModel.operatorIdCardRemark"
|
|
|
@change="textareaChange('operatorIdCard','operatorIdCardRemark')"
|
|
|
@@ -763,7 +889,7 @@
|
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
|
- <img style="width:800px;height: 300px;border: 1px solid;"
|
|
|
+ <img style="width: 100%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="item.urlBase" style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'operatorIdCard')">移除
|
|
|
@@ -787,7 +913,7 @@
|
|
|
>
|
|
|
<swiper-slide
|
|
|
class="slide"
|
|
|
- style="width:100px;height:100px;"
|
|
|
+ style="width:100px;height:100px;"
|
|
|
v-for="(item, index) in infoModel.operatorIdCard"
|
|
|
:key="item.id"
|
|
|
>
|
|
|
@@ -854,9 +980,35 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div style="width: 100%;margin-left: 13%">
|
|
|
+ <a-list size="large" >
|
|
|
+ <template>
|
|
|
+ <a-list-item style='height: 60px' >
|
|
|
+ <a-col :span="6" >
|
|
|
+ <div>
|
|
|
+ <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
|
|
|
+ <div style="float:left;margin: 50px 10px;" >
|
|
|
+ <a-radio-group button-style="solid" @change="basicCheckClick(infoModel.authorizeBookResult)" v-model='infoModel.authorizeBookResult'>
|
|
|
+ <a-radio :value="'1'">是</a-radio>
|
|
|
+ <a-radio :value="'2'">否</a-radio>
|
|
|
+ </a-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </a-col>
|
|
|
+ </a-list-item>
|
|
|
+ </template>
|
|
|
+ </a-list>
|
|
|
+ </div>
|
|
|
<div style="width: 85%;float:left;">
|
|
|
<div>
|
|
|
- <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
+ <a-textarea style="height: 77px"
|
|
|
+ v-model="infoModel.authorizeBookResultRemark"
|
|
|
+
|
|
|
+ placeholder="请输入稽核结果"
|
|
|
+ />
|
|
|
+ </a-form-model-item>
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
<a-textarea style="height: 77px"
|
|
|
v-model="infoModel.authorizeBookRemark"
|
|
|
@change="textareaChange('authorizeBook','authorizeBookRemark')"
|
|
|
@@ -884,7 +1036,7 @@
|
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
|
- <img style="width:800px;height: 300px;border: 1px solid;"
|
|
|
+ <img style="width: 100%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="item.urlBase" style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'authorizeBook')">移除
|
|
|
@@ -908,7 +1060,7 @@
|
|
|
>
|
|
|
<swiper-slide
|
|
|
class="slide"
|
|
|
- style="width:100px;height:100px;"
|
|
|
+ style="width:100px;height:100px;"
|
|
|
v-for="(item, index) in infoModel.authorizeBook"
|
|
|
:key="item.id"
|
|
|
>
|
|
|
@@ -959,7 +1111,7 @@
|
|
|
|
|
|
</a-card>
|
|
|
<!-- 经营性呼叫中心增值业务许可证-->
|
|
|
- <a-card v-if="steps.currentId === 'zzbusinessLicense'" style="margin-bottom:10px; float: left;width: 83%;left: 2%; ">
|
|
|
+ <a-card v-if="steps.currentId === 'zZBusinessLicense'" style="margin-bottom:10px; float: left;width: 83%;left: 2%; ">
|
|
|
<div slot="title">
|
|
|
<span style="float: left;position: relative;top: 4px">经营性呼叫中心增值业务许可证</span>
|
|
|
<!-- 操作按钮-->
|
|
|
@@ -975,12 +1127,38 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div style="width: 100%;margin-left: 13%">
|
|
|
+ <a-list size="large" >
|
|
|
+ <template>
|
|
|
+ <a-list-item style='height: 60px' >
|
|
|
+ <a-col :span="6" >
|
|
|
+ <div>
|
|
|
+ <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
|
|
|
+ <div style="float:left;margin: 50px 10px;" >
|
|
|
+ <a-radio-group button-style="solid" @change="basicCheckClick(infoModel.zZBusinessLicenseResult)" v-model='infoModel.zZBusinessLicenseResult'>
|
|
|
+ <a-radio :value="'1'">是</a-radio>
|
|
|
+ <a-radio :value="'2'">否</a-radio>
|
|
|
+ </a-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </a-col>
|
|
|
+ </a-list-item>
|
|
|
+ </template>
|
|
|
+ </a-list>
|
|
|
+ </div>
|
|
|
<div style="width: 85%;float:left;">
|
|
|
<div>
|
|
|
- <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
+ <a-textarea style="height: 77px"
|
|
|
+ v-model="infoModel.zZBusinessLicenseResultRemark"
|
|
|
+
|
|
|
+ placeholder="请输入稽核结果"
|
|
|
+ />
|
|
|
+ </a-form-model-item>
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
<a-textarea style="height: 77px"
|
|
|
- v-model="infoModel.zzbusinessLicenseRemark"
|
|
|
- @change="textareaChange('zzbusinessLicense','zzbusinessLicenseRemark')"
|
|
|
+ v-model="infoModel.zZBusinessLicenseRemark"
|
|
|
+ @change="textareaChange('zZBusinessLicense','zZBusinessLicenseRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
/>
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
@@ -995,7 +1173,7 @@
|
|
|
:options="swiperOptionTop"
|
|
|
ref="swiperTop"
|
|
|
>
|
|
|
- <swiper-slide class="slide-1" v-for="(item, index) in infoModel.zzbusinessLicense" :key="item.id">
|
|
|
+ <swiper-slide class="slide-1" v-for="(item, index) in infoModel.zZBusinessLicense" :key="item.id">
|
|
|
<iframe
|
|
|
v-if="item.urlBase"
|
|
|
frameborder="1"
|
|
|
@@ -1005,10 +1183,10 @@
|
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
|
- <img style="width:800px;height: 300px;border: 1px solid;"
|
|
|
+ <img style="width: 100%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="item.urlBase" style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
- danger @click="removeFile(item,'zzbusinessLicense')">移除
|
|
|
+ danger @click="removeFile(item,'zZBusinessLicense')">移除
|
|
|
</a-button>
|
|
|
|
|
|
</swiper-slide>
|
|
|
@@ -1029,8 +1207,8 @@
|
|
|
>
|
|
|
<swiper-slide
|
|
|
class="slide"
|
|
|
- style="width:100px;height:100px;"
|
|
|
- v-for="(item, index) in infoModel.zzbusinessLicense"
|
|
|
+ style="width:100px;height:100px;"
|
|
|
+ v-for="(item, index) in infoModel.zZBusinessLicense"
|
|
|
:key="item.id"
|
|
|
>
|
|
|
<div v-if="item.urlBase" style="width: 100%;height: 96px;background: rgb(68,142,247);color: white">
|
|
|
@@ -1048,7 +1226,7 @@
|
|
|
name="file"
|
|
|
:multiple="false"
|
|
|
:action="importMinioUploadAction"
|
|
|
- :customRequest="e => selfUploadContract(e, 'zzbusinessLicense')"
|
|
|
+ :customRequest="e => selfUploadContract(e, 'zZBusinessLicense')"
|
|
|
:headers="tokenHeader"
|
|
|
:showUploadList="false"
|
|
|
:beforeUpload="importBeforeUpload"
|
|
|
@@ -1097,9 +1275,35 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div style="width: 100%;margin-left: 13%">
|
|
|
+ <a-list size="large" >
|
|
|
+ <template>
|
|
|
+ <a-list-item style='height: 60px' >
|
|
|
+ <a-col :span="6" >
|
|
|
+ <div>
|
|
|
+ <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
|
|
|
+ <div style="float:left;margin: 50px 10px;" >
|
|
|
+ <a-radio-group button-style="solid" @change="basicCheckClick(infoModel.centerBusinessResult)" v-model='infoModel.centerBusinessResult'>
|
|
|
+ <a-radio :value="'1'">是</a-radio>
|
|
|
+ <a-radio :value="'2'">否</a-radio>
|
|
|
+ </a-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </a-col>
|
|
|
+ </a-list-item>
|
|
|
+ </template>
|
|
|
+ </a-list>
|
|
|
+ </div>
|
|
|
<div style="width: 85%;float:left;">
|
|
|
<div>
|
|
|
- <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
+ <a-textarea style="height: 77px"
|
|
|
+ v-model="infoModel.centerBusinessResultRemark"
|
|
|
+
|
|
|
+ placeholder="请输入稽核结果"
|
|
|
+ />
|
|
|
+ </a-form-model-item>
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
<a-textarea style="height: 77px"
|
|
|
v-model="infoModel.centerBusinessRemark"
|
|
|
@change="textareaChange('centerBusiness','centerBusinessRemark')"
|
|
|
@@ -1127,7 +1331,7 @@
|
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
|
- <img style="width:800px;height: 300px;border: 1px solid;"
|
|
|
+ <img style="width: 100%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="item.urlBase" style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'centerBusiness')">移除
|
|
|
@@ -1151,7 +1355,7 @@
|
|
|
>
|
|
|
<swiper-slide
|
|
|
class="slide"
|
|
|
- style="width:100px;height:100px;"
|
|
|
+ style="width:100px;height:100px;"
|
|
|
v-for="(item, index) in infoModel.centerBusiness"
|
|
|
:key="item.id"
|
|
|
>
|
|
|
@@ -1219,9 +1423,35 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div style="width: 100%;margin-left: 13%">
|
|
|
+ <a-list size="large" >
|
|
|
+ <template>
|
|
|
+ <a-list-item style='height: 60px' >
|
|
|
+ <a-col :span="6" >
|
|
|
+ <div>
|
|
|
+ <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
|
|
|
+ <div style="float:left;margin: 50px 10px;" >
|
|
|
+ <a-radio-group button-style="solid" @change="basicCheckClick(infoModel.contractOrProveResult)" v-model='infoModel.contractOrProveResult'>
|
|
|
+ <a-radio :value="'1'">是</a-radio>
|
|
|
+ <a-radio :value="'2'">否</a-radio>
|
|
|
+ </a-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </a-col>
|
|
|
+ </a-list-item>
|
|
|
+ </template>
|
|
|
+ </a-list>
|
|
|
+ </div>
|
|
|
<div style="width: 85%;float:left;">
|
|
|
<div>
|
|
|
- <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
+ <a-textarea style="height: 77px"
|
|
|
+ v-model="infoModel.contractOrProveResultRemark"
|
|
|
+
|
|
|
+ placeholder="请输入稽核结果"
|
|
|
+ />
|
|
|
+ </a-form-model-item>
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
<a-textarea style="height: 77px"
|
|
|
v-model="infoModel.contractOrProveRemark"
|
|
|
@change="textareaChange('contractOrProve','contractOrProveRemark')"
|
|
|
@@ -1249,7 +1479,7 @@
|
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
|
- <img style="width:800px;height: 300px;border: 1px solid;"
|
|
|
+ <img style="width: 100%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="item.urlBase" style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'contractOrProve')">移除
|
|
|
@@ -1273,7 +1503,7 @@
|
|
|
>
|
|
|
<swiper-slide
|
|
|
class="slide"
|
|
|
- style="width:100px;height:100px;"
|
|
|
+ style="width:100px;height:100px;"
|
|
|
v-for="(item, index) in infoModel.contractOrProve"
|
|
|
:key="item.id"
|
|
|
>
|
|
|
@@ -1341,9 +1571,35 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div style="width: 100%;margin-left: 13%">
|
|
|
+ <a-list size="large" >
|
|
|
+ <template>
|
|
|
+ <a-list-item style='height: 60px' >
|
|
|
+ <a-col :span="6" >
|
|
|
+ <div>
|
|
|
+ <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
|
|
|
+ <div style="float:left;margin: 50px 10px;" >
|
|
|
+ <a-radio-group button-style="solid" @change="basicCheckClick(infoModel.riskTableResult)" v-model='infoModel.riskTableResult'>
|
|
|
+ <a-radio :value="'1'">是</a-radio>
|
|
|
+ <a-radio :value="'2'">否</a-radio>
|
|
|
+ </a-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </a-col>
|
|
|
+ </a-list-item>
|
|
|
+ </template>
|
|
|
+ </a-list>
|
|
|
+ </div>
|
|
|
<div style="width: 85%;float:left;">
|
|
|
<div>
|
|
|
- <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
+ <a-textarea style="height: 77px"
|
|
|
+ v-model="infoModel.riskTableResultRemark"
|
|
|
+
|
|
|
+ placeholder="请输入稽核结果"
|
|
|
+ />
|
|
|
+ </a-form-model-item>
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
<a-textarea style="height: 77px"
|
|
|
v-model="infoModel.riskTableRemark"
|
|
|
@change="textareaChange('riskTable','riskTableRemark')"
|
|
|
@@ -1371,7 +1627,7 @@
|
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
|
- <img style="width:800px;height: 300px;border: 1px solid;"
|
|
|
+ <img style="width: 100%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="item.urlBase" style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'riskTable')">移除
|
|
|
@@ -1395,7 +1651,7 @@
|
|
|
>
|
|
|
<swiper-slide
|
|
|
class="slide"
|
|
|
- style="width:100px;height:100px;"
|
|
|
+ style="width:100px;height:100px;"
|
|
|
v-for="(item, index) in infoModel.riskTable"
|
|
|
:key="item.id"
|
|
|
>
|
|
|
@@ -1462,9 +1718,35 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div style="width: 100%;margin-left: 13%">
|
|
|
+ <a-list size="large" >
|
|
|
+ <template>
|
|
|
+ <a-list-item style='height: 60px' >
|
|
|
+ <a-col :span="6" >
|
|
|
+ <div>
|
|
|
+ <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
|
|
|
+ <div style="float:left;margin: 50px 10px;" >
|
|
|
+ <a-radio-group button-style="solid" @change="basicCheckClick(infoModel.trunkTableResult)" v-model='infoModel.trunkTableResult'>
|
|
|
+ <a-radio :value="'1'">是</a-radio>
|
|
|
+ <a-radio :value="'2'">否</a-radio>
|
|
|
+ </a-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </a-col>
|
|
|
+ </a-list-item>
|
|
|
+ </template>
|
|
|
+ </a-list>
|
|
|
+ </div>
|
|
|
<div style="width: 85%;float:left;">
|
|
|
<div>
|
|
|
- <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
+ <a-textarea style="height: 77px"
|
|
|
+ v-model="infoModel.trunkTableResultRemark"
|
|
|
+
|
|
|
+ placeholder="请输入稽核结果"
|
|
|
+ />
|
|
|
+ </a-form-model-item>
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
<a-textarea style="height: 77px"
|
|
|
v-model="infoModel.trunkTableRemark"
|
|
|
@change="textareaChange('trunkTable','trunkTableRemark')"
|
|
|
@@ -1492,7 +1774,7 @@
|
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
|
- <img style="width:800px;height: 300px;border: 1px solid;"
|
|
|
+ <img style="width: 100%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="item.urlBase" style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'trunkTable')">移除
|
|
|
@@ -1516,7 +1798,7 @@
|
|
|
>
|
|
|
<swiper-slide
|
|
|
class="slide"
|
|
|
- style="width:100px;height:100px;"
|
|
|
+ style="width:100px;height:100px;"
|
|
|
v-for="(item, index) in infoModel.trunkTable"
|
|
|
:key="item.id"
|
|
|
>
|
|
|
@@ -1584,9 +1866,35 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div style="width: 100%;margin-left: 13%">
|
|
|
+ <a-list size="large" >
|
|
|
+ <template>
|
|
|
+ <a-list-item style='height: 60px' >
|
|
|
+ <a-col :span="6" >
|
|
|
+ <div>
|
|
|
+ <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
|
|
|
+ <div style="float:left;margin: 50px 10px;" >
|
|
|
+ <a-radio-group button-style="solid" @change="basicCheckClick(infoModel.trunkContractResult)" v-model='infoModel.trunkContractResult'>
|
|
|
+ <a-radio :value="'1'">是</a-radio>
|
|
|
+ <a-radio :value="'2'">否</a-radio>
|
|
|
+ </a-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </a-col>
|
|
|
+ </a-list-item>
|
|
|
+ </template>
|
|
|
+ </a-list>
|
|
|
+ </div>
|
|
|
<div style="width: 85%;float:left;">
|
|
|
<div>
|
|
|
- <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
+ <a-textarea style="height: 77px"
|
|
|
+ v-model="infoModel.trunkContractResultRemark"
|
|
|
+
|
|
|
+ placeholder="请输入稽核结果"
|
|
|
+ />
|
|
|
+ </a-form-model-item>
|
|
|
+ <a-form-model-item style="left: 15%;width: 70%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
<a-textarea style="height: 77px"
|
|
|
v-model="infoModel.trunkContractRemark"
|
|
|
@change="textareaChange('trunkContract','trunkContractRemark')"
|
|
|
@@ -1614,7 +1922,7 @@
|
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
|
- <img style="width:800px;height: 300px;border: 1px solid;"
|
|
|
+ <img style="width: 100%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="item.urlBase" style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'trunkContract')">移除
|
|
|
@@ -1638,7 +1946,7 @@
|
|
|
>
|
|
|
<swiper-slide
|
|
|
class="slide"
|
|
|
- style="width:100px;height:100px;"
|
|
|
+ style="width:100px;height:100px;"
|
|
|
v-for="(item, index) in infoModel.trunkContract"
|
|
|
:key="item.id"
|
|
|
>
|
|
|
@@ -1727,7 +2035,8 @@ export default {
|
|
|
"getTask":"/smsTurck/customerData/query/getTask",
|
|
|
"getInfoDataById": "/smsCheck/customerInfo/queryById",
|
|
|
updateFile: "/smsCheck/customerData/updateFile",
|
|
|
- "getInfoDataByInfoId": "/smsTurck/customerData/query/infoId",
|
|
|
+ // "getInfoDataByInfoId": "/smsTurck/customerData/query/infoId",
|
|
|
+ "getInfoDataByInfoId": "/smsTurck/customerData/queryDataLogByInfoId",
|
|
|
minioUpload: "/smsCheck/customerData/uploadMinio",
|
|
|
list: "/smsCheck/customerData/list",
|
|
|
addOrEdit: "/smsTurck/customerData/edit/info"
|
|
|
@@ -1751,6 +2060,45 @@ export default {
|
|
|
},
|
|
|
taskId:"",
|
|
|
infoModel:{
|
|
|
+ applySignResult:"",
|
|
|
+ applySignResultRemark:"",
|
|
|
+ //三张现场照片 threePhotos
|
|
|
+ threePhotosResult:"",
|
|
|
+ threePhotosResultRemark:"",
|
|
|
+ //责任承诺书
|
|
|
+ commitmentBookResult:"",
|
|
|
+ commitmentBookResultRemark:"",
|
|
|
+ //突破客户经理管控价是否有固网价格审批
|
|
|
+ isPriceApprovalResult:"",
|
|
|
+ isPriceApprovalResultRemark:"",
|
|
|
+ //法人身份证
|
|
|
+ legalIdCardResult:"",
|
|
|
+ legalIdCardResultRemark:"",
|
|
|
+ //经办人身份证.
|
|
|
+ operatorIdCardResult:"",
|
|
|
+ operatorIdCardResultRemark:"",
|
|
|
+ //授权函.
|
|
|
+ authorizeBookResult:"",
|
|
|
+ authorizeBookResultRemark:"",
|
|
|
+ //经营性呼叫中心增值业务许可证.
|
|
|
+ zZBusinessLicenseResult:"",
|
|
|
+ zZBusinessLicenseResultRemark:"",
|
|
|
+ //呼叫中心业务说明.
|
|
|
+ centerBusinessResult:"",
|
|
|
+ centerBusinessResultRemark:"",
|
|
|
+ //房屋租赁合同或房产证明.
|
|
|
+ contractOrProveResult:"",
|
|
|
+ contractOrProveResultRemark:"",
|
|
|
+ //风险评估表
|
|
|
+ riskTableResult:"",
|
|
|
+ riskTableResultRemark:"",
|
|
|
+ //中继线预审表
|
|
|
+ trunkTableResult:"",
|
|
|
+ trunkTableResultRemark:"",
|
|
|
+ //中继线合同
|
|
|
+ trunkContractResult:"",
|
|
|
+ trunkContractResultRemark:"",
|
|
|
+
|
|
|
infoResult:"",
|
|
|
infoResultRemark:"",
|
|
|
dataId:"",
|
|
|
@@ -1762,7 +2110,7 @@ export default {
|
|
|
//使用场景
|
|
|
scene: 0,
|
|
|
houseDate:"",
|
|
|
- zzbusinessLicenseDate:"",
|
|
|
+ zZBusinessLicenseDate:"",
|
|
|
businessLicenseDateIs:"",
|
|
|
businessLicenseDate:"",
|
|
|
contractDate:"",
|
|
|
@@ -1803,8 +2151,8 @@ export default {
|
|
|
authorizeBook:[{}],
|
|
|
authorizeBookRemark:"",
|
|
|
//经营性呼叫中心增值业务许可证.
|
|
|
- zzbusinessLicense:[{}],
|
|
|
- zzbusinessLicenseRemark:"",
|
|
|
+ zZBusinessLicense:[{}],
|
|
|
+ zZBusinessLicenseRemark:"",
|
|
|
//呼叫中心业务说明.
|
|
|
centerBusiness:[{}],
|
|
|
centerBusinessRemark:"",
|
|
|
@@ -1928,7 +2276,7 @@ export default {
|
|
|
{
|
|
|
title: '经营性呼叫中心增值业务许可证',
|
|
|
content: 'First-content',
|
|
|
- id: "zzbusinessLicense",
|
|
|
+ id: "zZBusinessLicense",
|
|
|
},
|
|
|
//不分类型与场景
|
|
|
{
|
|
|
@@ -1991,7 +2339,7 @@ export default {
|
|
|
{
|
|
|
title: '经营性呼叫中心增值业务许可证',
|
|
|
content: 'First-content',
|
|
|
- id: "zzbusinessLicense",
|
|
|
+ id: "zZBusinessLicense",
|
|
|
},
|
|
|
//中心业务是否有说明 自用型呼叫中心、经营型呼叫中心、经营型会议电话均需提供
|
|
|
{
|
|
|
@@ -2060,7 +2408,7 @@ export default {
|
|
|
{
|
|
|
title: '经营性呼叫中心增值业务许可证',
|
|
|
content: 'First-content',
|
|
|
- id: "zzbusinessLicense",
|
|
|
+ id: "zZBusinessLicense",
|
|
|
},
|
|
|
//中心业务是否有说明 自用型呼叫中心、经营型呼叫中心、经营型会议电话均需提供
|
|
|
{
|
|
|
@@ -2135,7 +2483,7 @@ export default {
|
|
|
{
|
|
|
title: '经营性呼叫中心增值业务许可证',
|
|
|
content: 'First-content',
|
|
|
- id: "zzbusinessLicense",
|
|
|
+ id: "zZBusinessLicense",
|
|
|
},
|
|
|
//房屋租赁合同或房产证明 二类客户需具备
|
|
|
{
|
|
|
@@ -2204,7 +2552,7 @@ export default {
|
|
|
{
|
|
|
title: '经营性呼叫中心增值业务许可证',
|
|
|
content: 'First-content',
|
|
|
- id: "zzbusinessLicense",
|
|
|
+ id: "zZBusinessLicense",
|
|
|
},
|
|
|
//中心业务是否有说明 自用型呼叫中心、经营型呼叫中心、经营型会议电话均需提供
|
|
|
{
|
|
|
@@ -2284,7 +2632,7 @@ export default {
|
|
|
{
|
|
|
title: '经营性呼叫中心增值业务许可证',
|
|
|
content: 'First-content',
|
|
|
- id: "zzbusinessLicense",
|
|
|
+ id: "zZBusinessLicense",
|
|
|
},
|
|
|
//中心业务是否有说明 自用型呼叫中心、经营型呼叫中心、经营型会议电话均需提供
|
|
|
{
|
|
|
@@ -2368,7 +2716,7 @@ export default {
|
|
|
var data = {
|
|
|
"infoId": infoId,
|
|
|
}
|
|
|
- postAction(this.url.getInfoDataByInfoId, data).then((res) => {
|
|
|
+ getAction(this.url.getInfoDataByInfoId, data).then((res) => {
|
|
|
if (res.success) {
|
|
|
let result = res.result;
|
|
|
// result=this.getInfoDataById(infoId,result)
|
|
|
@@ -2380,22 +2728,22 @@ export default {
|
|
|
that.infoModel.legalIdCard= JSON.parse(result.legalIdCard);
|
|
|
that.infoModel.operatorIdCard= JSON.parse(result.operatorIdCard);
|
|
|
that.infoModel.authorizeBook= JSON.parse(result.authorizeBook);
|
|
|
- that.infoModel.zzbusinessLicense= JSON.parse(result.zzbusinessLicense);
|
|
|
+ that.infoModel.zZBusinessLicense= JSON.parse(result.zZBusinessLicense);
|
|
|
that.infoModel.centerBusiness= JSON.parse(result.centerBusiness);
|
|
|
that.infoModel.contractOrProve= JSON.parse(result.contractOrProve);
|
|
|
that.infoModel.riskTable= JSON.parse(result.riskTable);
|
|
|
that.infoModel.trunkTable= JSON.parse(result.trunkTable);
|
|
|
that.infoModel.trunkContract= JSON.parse(result.trunkContract);
|
|
|
- for (var i in that.steps.stepsNow) {
|
|
|
- for (var j in result[that.steps.stepsNow[i].id]){
|
|
|
- if (result[that.steps.stepsNow[i].id][0].urlBase!==undefined){
|
|
|
- that.steps.stepsNow[i].status = "finish"
|
|
|
- }
|
|
|
- if (result[that.steps.stepsNow[i].id+'Remark'][0]!==undefined){
|
|
|
- that.steps.stepsNow[i].status = "finish"
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ // for (var i in that.steps.stepsNow) {
|
|
|
+ // for (var j in result[that.steps.stepsNow[i].id]){
|
|
|
+ // if (result[that.steps.stepsNow[i].id][0].urlBase!==undefined){
|
|
|
+ // that.steps.stepsNow[i].status = "finish"
|
|
|
+ // }
|
|
|
+ // if (result[that.steps.stepsNow[i].id+'Remark'][0]!==undefined){
|
|
|
+ // that.steps.stepsNow[i].status = "finish"
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
|
|
|
}
|
|
|
})
|
|
|
@@ -2448,7 +2796,7 @@ export default {
|
|
|
var data=that.infoModel ;
|
|
|
//var dataToStr =this.dataListToStr(data);
|
|
|
//data=dataToStr;
|
|
|
- postAction("/smsCheck/customerData/addLog", data).then((res) => {
|
|
|
+ postAction("/smsTurck/customerData/addLog", data).then((res) => {
|
|
|
if (res.success) {
|
|
|
this.uploading=false;
|
|
|
this.$message.success("提交成功", 3);
|
|
|
@@ -2470,9 +2818,32 @@ export default {
|
|
|
basicCheckClick(state) {
|
|
|
let boolean = state == "1" ? true : false;
|
|
|
if (boolean) {
|
|
|
- this.steps[this.current]["status"] = "finish";
|
|
|
+ if ( (this.steps.stepsNow[this.steps.current]["status"] === "wait"|| this.steps.stepsNow[this.steps.current]["status"] ==="process")
|
|
|
+ && this.steps.stepsNow[this.steps.current]["type"] !== "solution" || !this.steps.stepsNow[this.steps.current].Isyellow){
|
|
|
+ this.steps.stepsNow[this.steps.current]["status"] = "finish";
|
|
|
+
|
|
|
+ }else {
|
|
|
+ this.steps.stepsNow[this.steps.current]["status"] = "finish";
|
|
|
+ this.steps.stepsNow[this.steps.current].solutionGreen = true;
|
|
|
+ this.steps.stepsNow[this.steps.current].yellow = false;
|
|
|
+ this.steps.stepsNow[this.steps.current].slot="icon"
|
|
|
+ this.steps.stepsNow[this.steps.current].type="solution"
|
|
|
+ this.steps.stepsNow[this.steps.current].solution = false;
|
|
|
+ }
|
|
|
} else {
|
|
|
- this.steps[this.current].status = "error";
|
|
|
+ this.steps.stepsNow[this.steps.current].solutionGreen = false;
|
|
|
+ this.steps.stepsNow[this.steps.current].solution = false;
|
|
|
+ this.steps.stepsNow[this.steps.current].slot=""
|
|
|
+ this.steps.stepsNow[this.steps.current].status = "error";
|
|
|
+ this.steps.stepsNow[this.steps.current].type=""
|
|
|
+ }
|
|
|
+ //若以前稽核整改过
|
|
|
+ if ( this.steps.stepsNow[this.steps.current].Isyellow && !this.steps.stepsNow[this.steps.current].solutionGreen){
|
|
|
+ this.steps.stepsNow[this.steps.current].type="solution"
|
|
|
+ this.steps.stepsNow[this.steps.current].slot="icon"
|
|
|
+ this.steps.stepsNow[this.steps.current].status = "final"
|
|
|
+ this.steps.stepsNow[this.steps.current].solution = true;
|
|
|
+ this.steps.stepsNow[this.steps.current].yellow = true;
|
|
|
}
|
|
|
},
|
|
|
/**提醒点击事件*/
|