|
|
@@ -8,7 +8,7 @@
|
|
|
@back="back"
|
|
|
>
|
|
|
<!-- 稽核和详情的基础信息-->
|
|
|
- <div v-if='checkState===2 ||checkState===5 || infoModel.infoResult==="1" '>
|
|
|
+ <div v-if='checkState===2 ||checkState==5 || infoModel.infoResult==="1" '>
|
|
|
<a-form-model
|
|
|
ref="form"
|
|
|
:model="infoModel"
|
|
|
@@ -419,7 +419,7 @@
|
|
|
<!-- </template>-->
|
|
|
<!-- </a-list>-->
|
|
|
<!-- </div>-->
|
|
|
- <a-row v-if="checkState === 4 || checkState === 5">
|
|
|
+ <a-row v-if="checkState === 4 || checkState ==5">
|
|
|
<a-col :span="6">
|
|
|
<a-form-model-item label="稽核是否通过" prop="basicCheckState" v-bind="labelCol4">
|
|
|
<a-tag class="font-size-14" v-if="infoModel.infoResult == 1" color="#2db7f5">通过</a-tag>
|
|
|
@@ -443,7 +443,7 @@
|
|
|
|
|
|
<div>
|
|
|
<a-card style="margin-bottom:10px;width: 15%;float: left">
|
|
|
- <a-steps direction="vertical" :current="steps.current" size="small" @change="stepsClick" v-if='checkState===2 ||checkState===5 '>
|
|
|
+ <a-steps direction="vertical" :current="steps.current" size="small" @change="stepsClick" v-if='checkState===2 ||checkState==5 '>
|
|
|
<a-step v-for="item in steps.stepsNow" :key="item.title" :status="item.status">
|
|
|
<a-icon v-if="item.solution" style='color: #faad14;' :type="item.type" :slot="item.slot" />
|
|
|
<a-icon v-if="item.solutionGreen" style='color: #52c41a;' :type="item.type" :slot="item.slot" />
|
|
|
@@ -462,8 +462,8 @@
|
|
|
</a-step>
|
|
|
</a-steps>
|
|
|
|
|
|
- <a-button @click="submitAuditLot"v-if='checkState!==5' style="width: 100%;position: relative;top: 10px" type="primary">提交</a-button>
|
|
|
- <a-button @click="outPage"v-if='checkState===5' style="width: 100%;position: relative;top: 10px" type="primary">退出</a-button>
|
|
|
+ <a-button @click="submitAuditLot"v-if='checkState!=5' style="width: 100%;position: relative;top: 10px" type="primary">提交</a-button>
|
|
|
+ <a-button @click="outPage"v-if='checkState==5' style="width: 100%;position: relative;top: 10px" type="primary">退出</a-button>
|
|
|
</a-card>
|
|
|
|
|
|
<!-- 入网申请签报 -->
|
|
|
@@ -512,12 +512,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.applySignResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.applySignResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.applySignRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.applySignResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.applySignResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.applySignResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.applySignResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.applySignRemark"
|
|
|
@change="textareaChange('applySign','applySignRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -573,7 +573,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5 && infoModel.applySignResult==='2'"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5 && infoModel.applySignResult==='2'"
|
|
|
style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'applySign')">移除
|
|
|
</a-button>
|
|
|
@@ -693,12 +693,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.businessLicenseResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.businessLicenseResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.businessLicenseRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.businessLicenseResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.businessLicenseResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.businessLicenseResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.businessLicenseResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.businessLicenseRemark"
|
|
|
@change="textareaChange('businessLicense','businessLicenseRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -754,7 +754,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5 && infoModel.businessLicenseResult==='2'"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5 && infoModel.businessLicenseResult==='2'"
|
|
|
style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'businessLicense')">移除
|
|
|
</a-button>
|
|
|
@@ -868,12 +868,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.threePhotosResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.threePhotosResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.threePhotosRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.threePhotosResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.threePhotosResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.threePhotosResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.threePhotosResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.threePhotosRemark"
|
|
|
@change="textareaChange('threePhotos','threePhotosRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -929,7 +929,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5 && infoModel.threePhotosResult==='2'"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5 && infoModel.threePhotosResult==='2'"
|
|
|
style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'threePhotos')">移除
|
|
|
</a-button>
|
|
|
@@ -1039,12 +1039,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.commitmentBookResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.commitmentBookResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.commitmentBookRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.commitmentBookResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.commitmentBookResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.commitmentBookResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.commitmentBookResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.commitmentBookRemark"
|
|
|
@change="textareaChange('commitmentBook','commitmentBookRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -1100,7 +1100,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5 && infoModel.commitmentBookResult==='2'"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5 && infoModel.commitmentBookResult==='2'"
|
|
|
style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'commitmentBook')">移除
|
|
|
</a-button>
|
|
|
@@ -1212,12 +1212,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.isPriceApprovalResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.isPriceApprovalResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.isPriceApprovalRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.isPriceApprovalResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.isPriceApprovalResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.isPriceApprovalResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.isPriceApprovalResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.isPriceApprovalRemark"
|
|
|
@change="textareaChange('isPriceApproval','isPriceApprovalRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -1273,7 +1273,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5 && infoModel.isPriceApprovalResult==='2'"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5 && infoModel.isPriceApprovalResult==='2'"
|
|
|
style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'isPriceApproval')">移除
|
|
|
</a-button>
|
|
|
@@ -1384,12 +1384,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.legalIdCardResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.legalIdCardResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.legalIdCardRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.legalIdCardResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.legalIdCardResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.legalIdCardResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.legalIdCardResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.legalIdCardRemark"
|
|
|
@change="textareaChange('legalIdCard','legalIdCardRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -1445,7 +1445,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5 && infoModel.legalIdCardResult==='2'"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5 && infoModel.legalIdCardResult==='2'"
|
|
|
style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'legalIdCard')">移除
|
|
|
</a-button>
|
|
|
@@ -1555,12 +1555,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.operatorIdCardResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.operatorIdCardResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.operatorIdCardRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.operatorIdCardResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.operatorIdCardResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.operatorIdCardResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.operatorIdCardResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.operatorIdCardRemark"
|
|
|
@change="textareaChange('operatorIdCard','operatorIdCardRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -1616,7 +1616,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5 && infoModel.operatorIdCardResult==='2'"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5 && infoModel.operatorIdCardResult==='2'"
|
|
|
style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'operatorIdCard')">移除
|
|
|
</a-button>
|
|
|
@@ -1725,12 +1725,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.authorizeBookResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.authorizeBookResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.authorizeBookRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.authorizeBookResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.authorizeBookResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.authorizeBookResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.authorizeBookResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.authorizeBookRemark"
|
|
|
@change="textareaChange('authorizeBook','authorizeBookRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -1786,7 +1786,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5 && infoModel.authorizeBookResult==='2'"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5 && infoModel.authorizeBookResult==='2'"
|
|
|
style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'authorizeBook')">移除
|
|
|
</a-button>
|
|
|
@@ -1897,12 +1897,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.zZBusinessLicenseResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.zZBusinessLicenseResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.zZBusinessLicenseRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.zZBusinessLicenseResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.zZBusinessLicenseResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.zZBusinessLicenseResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.zZBusinessLicenseResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.zZBusinessLicenseRemark"
|
|
|
@change="textareaChange('zZBusinessLicense','zZBusinessLicenseRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -1958,7 +1958,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5 && infoModel.zZBusinessLicenseResult==='2'"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5 && infoModel.zZBusinessLicenseResult==='2'"
|
|
|
style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'zZBusinessLicense')">移除
|
|
|
</a-button>
|
|
|
@@ -2069,12 +2069,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.centerBusinessResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.centerBusinessResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.centerBusinessRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.centerBusinessResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.centerBusinessResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.centerBusinessResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.centerBusinessResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.centerBusinessRemark"
|
|
|
@change="textareaChange('centerBusiness','centerBusinessRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -2130,7 +2130,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5 && infoModel.centerBusinessResult==='2'"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5 && infoModel.centerBusinessResult==='2'"
|
|
|
style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'centerBusiness')">移除
|
|
|
</a-button>
|
|
|
@@ -2245,12 +2245,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.contractOrProveResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.contractOrProveResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.contractOrProveRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.contractOrProveResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.contractOrProveResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.contractOrProveResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.contractOrProveResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.contractOrProveRemark"
|
|
|
@change="textareaChange('contractOrProve','contractOrProveRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -2306,7 +2306,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5 && infoModel.contractOrProveResult==='2'"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5 && infoModel.contractOrProveResult==='2'"
|
|
|
style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'contractOrProve')">移除
|
|
|
</a-button>
|
|
|
@@ -2416,12 +2416,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.riskTableResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.riskTableResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.riskTableRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.riskTableResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.riskTableResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.riskTableResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.riskTableResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.riskTableRemark"
|
|
|
@change="textareaChange('riskTable','riskTableRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -2477,7 +2477,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5 && infoModel.riskTableResult==='2'"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5 && infoModel.riskTableResult==='2'"
|
|
|
style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'riskTable')">移除
|
|
|
</a-button>
|
|
|
@@ -2588,12 +2588,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.trunkTableResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.trunkTableResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.trunkTableRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.trunkTableResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.trunkTableResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.trunkTableResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.trunkTableResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.trunkTableRemark"
|
|
|
@change="textareaChange('trunkTable','trunkTableRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -2649,7 +2649,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5 && infoModel.trunkTableResult==='2'"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5 && infoModel.trunkTableResult==='2'"
|
|
|
style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'trunkTable')">移除
|
|
|
</a-button>
|
|
|
@@ -2760,12 +2760,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.trunkContractResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.trunkContractResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.trunkContractRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.trunkContractResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.trunkContractResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.trunkContractResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.trunkContractResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.trunkContractRemark"
|
|
|
@change="textareaChange('trunkContract','trunkContractRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -2818,7 +2818,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5 && infoModel.trunkContractResult==='2'" style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5 && infoModel.trunkContractResult==='2'" style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'trunkContract')">移除
|
|
|
</a-button>
|
|
|
</div>
|
|
|
@@ -2931,12 +2931,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.accessTableResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.accessTableResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.accessTableRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.accessTableResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.accessTableResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.accessTableResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.accessTableResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.accessTableRemark"
|
|
|
@change="textareaChange('accessTable','accessTableRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -2992,7 +2992,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5 && infoModel.accessTableResult==='2'"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5 && infoModel.accessTableResult==='2'"
|
|
|
style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'accessTable')">移除
|
|
|
</a-button>
|
|
|
@@ -3103,12 +3103,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.accessPhoneResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.accessPhoneResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.accessPhoneRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.accessPhoneResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.accessPhoneResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.accessPhoneResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.accessPhoneResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.accessPhoneRemark"
|
|
|
@change="textareaChange('accessPhone','accessPhoneRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -3164,7 +3164,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5 && infoModel.accessPhoneResult==='2'"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5 && infoModel.accessPhoneResult==='2'"
|
|
|
style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'accessPhone')">移除
|
|
|
</a-button>
|
|
|
@@ -3275,12 +3275,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.accessPhotoResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.accessPhotoResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.accessPhotoRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.accessPhotoResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.accessPhotoResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.accessPhotoResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.accessPhotoResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.accessPhotoRemark"
|
|
|
@change="textareaChange('accessPhoto','accessPhotoRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -3336,7 +3336,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5 && infoModel.accessPhotoResult==='2'"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5 && infoModel.accessPhotoResult==='2'"
|
|
|
style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'accessPhoto')">移除
|
|
|
</a-button>
|
|
|
@@ -3449,12 +3449,12 @@
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
|
|
|
- <a-tag v-if="(checkState===4 && infoModel.commitmentResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ <a-tag v-if="(checkState===4 && infoModel.commitmentResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
class="font-size-14" color="orange">{{ infoModel.commitmentRemark }}</a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.commitmentResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-textarea v-if="(checkState===4 && infoModel.commitmentResult ==='1' ) || (checkState===2|| checkState==5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.commitmentResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ :disabled="(checkState===4 && infoModel.commitmentResult ==='1' ) || (checkState===2|| checkState==5) ?true:false"
|
|
|
v-model="infoModel.commitmentRemark"
|
|
|
@change="textareaChange('commitment','commitmentRemark')"
|
|
|
placeholder="如没有上传资料备注,需要说明原因"
|
|
|
@@ -3509,7 +3509,7 @@
|
|
|
v-if=" item.urlBase "
|
|
|
@click="jumpUrl(item.urlBase)">预览
|
|
|
</a-button>
|
|
|
- <a-button v-if="item.urlBase&& checkState!==2 &&checkState!==5&& infoModel.commitmentResult==='2'"
|
|
|
+ <a-button v-if="item.urlBase&& checkState!==2 &&checkState!=5&& infoModel.commitmentResult==='2'"
|
|
|
style="float: left;margin-top: 10px;border-color: red;color: red"
|
|
|
danger @click="removeFile(item,'commitment')">移除
|
|
|
</a-button>
|
|
|
@@ -4554,6 +4554,9 @@ export default {
|
|
|
this.getInfoDataById(this.$route.query.id);
|
|
|
this.getTask(this.$route.query.id);
|
|
|
this.getInfoDataByInfoId(this.$route.query.id)
|
|
|
+ if (this.$route.query.checkState!==''&& this.$route.query.checkState!=null){
|
|
|
+ this.checkState = this.$route.query.checkState
|
|
|
+ }
|
|
|
},
|
|
|
methods: {
|
|
|
backDate(name){
|
|
|
@@ -4840,7 +4843,9 @@ export default {
|
|
|
that.taskId=res.result.taskId;
|
|
|
/** 稽核状态 0:未处理;1:未完善;2:待稽核;3:已整改;4:待整改;5:稽核通过; */
|
|
|
that.checkState=res.result.checkState;
|
|
|
-
|
|
|
+ if (that.$route.query.checkState!==''&& that.$route.query.checkState!=null){
|
|
|
+ that.checkState = that.$route.query.checkState
|
|
|
+ }
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
@@ -4878,6 +4883,7 @@ export default {
|
|
|
that.infoModel.scene= result.scene ;
|
|
|
var customType =result.customType;
|
|
|
var scene =result.scene;
|
|
|
+
|
|
|
if (customType ===0) {
|
|
|
if (scene ==='0') {
|
|
|
that.steps.stepsNow = that.steps.steps00
|
|
|
@@ -4950,8 +4956,11 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
that.checkState=result.checkState;
|
|
|
+ if (that.$route.query.checkState!==''&& that.$route.query.checkState!=null){
|
|
|
+ that.checkState = that.$route.query.checkState
|
|
|
+ }
|
|
|
//待稽核
|
|
|
- if (that.checkState===2 || that.checkState===5 ){
|
|
|
+ if (that.checkState===2 || that.checkState==5 ){
|
|
|
for (var i in that.steps.stepsNow) {
|
|
|
for (var j in result[that.steps.stepsNow[i].id]){
|
|
|
if (result[that.steps.stepsNow[i].id+'Result']!=undefined &&result[that.steps.stepsNow[i].id+'Result']!=null&& result[that.steps.stepsNow[i].id+'Result'][0]!==undefined){
|
|
|
@@ -5032,6 +5041,9 @@ export default {
|
|
|
that.infoModel.floorName =result.floorName;
|
|
|
that.infoModel.staffName =result.staffName;
|
|
|
that.notes =result.notes;
|
|
|
+ if (that.$route.query.checkState!==''&& that.$route.query.checkState!=null){
|
|
|
+ that.checkState = that.$route.query.checkState
|
|
|
+ }
|
|
|
}
|
|
|
})
|
|
|
}
|