|
|
@@ -36,27 +36,31 @@
|
|
|
<a-row>
|
|
|
<a-col :span="6">
|
|
|
<a-form-model-item label="客户编号" prop="customerNo" v-bind="labelCol4">
|
|
|
- <a-input v-model="infoModel.customerNo" class="cornflowerblue" placeholder="客户编号" :disabled='true'></a-input>
|
|
|
+ <a-input v-model="infoModel.customerNo" class="cornflowerblue" placeholder="客户编号"
|
|
|
+ :disabled='true'></a-input>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :span="6">
|
|
|
<a-form-model-item label="用户发展员工" prop="staffNo" v-bind="labelCol4">
|
|
|
- <a-input :disabled='true' class="cornflowerblue" v-model="infoModel.staffNo" placeholder="用户发展员工"></a-input>
|
|
|
+ <a-input :disabled='true' class="cornflowerblue" v-model="infoModel.staffNo"
|
|
|
+ placeholder="用户发展员工"></a-input>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :span="6">
|
|
|
<a-form-model-item label="发展员工姓名" prop="staffNo" v-bind="labelCol4">
|
|
|
- <a-input class="cornflowerblue" v-model="infoModel.staffName" placeholder="发展员工姓名" :disabled='true'></a-input>
|
|
|
+ <a-input class="cornflowerblue" v-model="infoModel.staffName" placeholder="发展员工姓名"
|
|
|
+ :disabled='true'></a-input>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
-<!-- <a-col :span="6">-->
|
|
|
-<!-- <a-form-model-item label="用户编号" v-bind="labelCol4">-->
|
|
|
-<!-- <a-input v-model="infoModel.userNo" placeholder="用户编号" :disabled='true'></a-input>-->
|
|
|
-<!-- </a-form-model-item>-->
|
|
|
-<!-- </a-col>-->
|
|
|
+ <!-- <a-col :span="6">-->
|
|
|
+ <!-- <a-form-model-item label="用户编号" v-bind="labelCol4">-->
|
|
|
+ <!-- <a-input v-model="infoModel.userNo" placeholder="用户编号" :disabled='true'></a-input>-->
|
|
|
+ <!-- </a-form-model-item>-->
|
|
|
+ <!-- </a-col>-->
|
|
|
<a-col :span="6">
|
|
|
<a-form-model-item label="入网时间" prop="networkAccessTime" v-bind="labelCol4">
|
|
|
- <a-input class="cornflowerblue" v-model="infoModel.networkAccessTime" placeholder="入网时间" :disabled='true'></a-input>
|
|
|
+ <a-input class="cornflowerblue" v-model="infoModel.networkAccessTime" placeholder="入网时间"
|
|
|
+ :disabled='true'></a-input>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :span="6">
|
|
|
@@ -157,9 +161,9 @@
|
|
|
</a-row>
|
|
|
<a-row>
|
|
|
<a-col :span="24">
|
|
|
- <a-form-model-item label="用户编号" v-bind="labelCol8">
|
|
|
+ <a-form-model-item label="用户编号" v-bind="labelCol8">
|
|
|
<!-- <a-input v-model="infoModel.userNo" placeholder="用户编号" :disabled='true'></a-input>-->
|
|
|
- <a-textarea class="cornflowerblue" v-model="infoModel.userNo" auto-size :disabled='true' />
|
|
|
+ <a-textarea class="cornflowerblue" v-model="infoModel.userNo" auto-size :disabled='true'/>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
@@ -216,11 +220,6 @@
|
|
|
<span class="cornflowerblue">{{ infoModel.staffName }}</span>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
-<!-- <a-col :span="6">-->
|
|
|
-<!-- <a-form-model-item label="用户编号:" v-bind="labelCol4">-->
|
|
|
-<!-- <span class="cornflowerblue">{{ infoModel.userNo }}</span>-->
|
|
|
-<!-- </a-form-model-item>-->
|
|
|
-<!-- </a-col>-->
|
|
|
</a-row>
|
|
|
|
|
|
<a-row>
|
|
|
@@ -229,14 +228,16 @@
|
|
|
<span class="cornflowerblue">{{ infoModel.staffName }}</span>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
-<!-- <a-col :span="6">-->
|
|
|
-<!-- <a-form-model-item label="用户编号:" v-bind="labelCol4">-->
|
|
|
-<!-- <span class="cornflowerblue">{{ infoModel.userNo }}</span>-->
|
|
|
-<!-- </a-form-model-item>-->
|
|
|
-<!-- </a-col>-->
|
|
|
+ <!-- <a-col :span="6">-->
|
|
|
+ <!-- <a-form-model-item label="用户编号:" v-bind="labelCol4">-->
|
|
|
+ <!-- <span class="cornflowerblue">{{ infoModel.userNo }}</span>-->
|
|
|
+ <!-- </a-form-model-item>-->
|
|
|
+ <!-- </a-col>-->
|
|
|
<a-col :span="6">
|
|
|
<a-form-model-item label="营业执照到期时间:" v-bind="labelCol4">
|
|
|
- <span class="cornflowerblue"> {{ infoModel.businessLicenseDate === "" ? "长期" : infoModel.businessLicenseDate }}</span>
|
|
|
+ <span class="cornflowerblue"> {{
|
|
|
+ infoModel.businessLicenseDate === "" ? "长期" : infoModel.businessLicenseDate
|
|
|
+ }}</span>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :span="6">
|
|
|
@@ -301,11 +302,11 @@
|
|
|
</a-col>
|
|
|
<a-row>
|
|
|
<a-col :span="24">
|
|
|
- <a-form-model-item label="用户编号" v-bind="labelCol8">
|
|
|
+ <a-form-model-item label="用户编号" v-bind="labelCol8">
|
|
|
|
|
|
-<!-- <a-textarea class="cornflowerblue" v-model="infoModel.userNo" auto-size :disabled='true' />-->
|
|
|
-<!-- <a-input v-model="infoModel.userNo" placeholder="用户编号" :disabled='true'></a-input>-->
|
|
|
- <span class="cornflowerblue"> {{infoModel.userNo}}</span>
|
|
|
+ <!-- <a-textarea class="cornflowerblue" v-model="infoModel.userNo" auto-size :disabled='true' />-->
|
|
|
+ <!-- <a-input v-model="infoModel.userNo" placeholder="用户编号" :disabled='true'></a-input>-->
|
|
|
+ <span class="cornflowerblue"> {{ infoModel.userNo }}</span>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
@@ -327,8 +328,9 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :span="24">
|
|
|
- <a-form-model-item label="稽核结果" prop="basicCheckNote" v-bind="labelCol1">
|
|
|
- <a-textarea style="height: 100px" v-model=infoModel.infoResultRemark :disabled="checkState===2?false:true"
|
|
|
+ <a-form-model-item label="稽核结果" prop="basicCheckNote" v-bind="labelCol1">
|
|
|
+ <a-textarea style="height: 100px" v-model=infoModel.infoResultRemark
|
|
|
+ :disabled="checkState===2?false:true"
|
|
|
placeholder="请输入上述信息的稽核结果"/>
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
@@ -351,9 +353,10 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :span="24">
|
|
|
- <a-form-model-item label="稽核结果" prop="basicCheckNote" v-bind="labelCol1">
|
|
|
+ <a-form-model-item label="稽核结果" prop="basicCheckNote" v-bind="labelCol1">
|
|
|
<a-tag class="font-size-14"
|
|
|
- color="orange">{{ infoModel.infoResultRemark }}</a-tag>
|
|
|
+ color="orange">{{ infoModel.infoResultRemark }}
|
|
|
+ </a-tag>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :span="24">
|
|
|
@@ -437,22 +440,26 @@
|
|
|
<div>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
<a-tag v-if="checkState===2?false:true" class="font-size-14"
|
|
|
- color="orange">{{ infoModel.testCardResultRemark }}</a-tag>
|
|
|
+ color="orange">{{ infoModel.testCardResultRemark }}
|
|
|
+ </a-tag>
|
|
|
<a-textarea v-if="checkState===2?true:false" style="height: 77px"
|
|
|
v-model="infoModel.testCardResultRemark"
|
|
|
placeholder="请输入稽核结果" :disabled="checkState===2?false:true"
|
|
|
/>
|
|
|
</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.testCardResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
- class="font-size-14" color="orange">{{ infoModel.testCardRemark }}</a-tag>
|
|
|
+ <a-tag
|
|
|
+ v-if="(checkState===4 && infoModel.testCardResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ class="font-size-14" color="orange">{{ infoModel.testCardRemark }}
|
|
|
+ </a-tag>
|
|
|
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.testCardResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
- style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.testCardResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
- v-model="infoModel.testCardRemark"
|
|
|
- @change="textareaChange('testCard','testCardRemark')"
|
|
|
- placeholder="如没有上传资料备注,需要说明原因"
|
|
|
+ <a-textarea
|
|
|
+ v-if="(checkState===4 && infoModel.testCardResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ style="height: 77px"
|
|
|
+ :disabled="(checkState===4 && infoModel.testCardResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ v-model="infoModel.testCardRemark"
|
|
|
+ @change="textareaChange('testCard','testCardRemark')"
|
|
|
+ placeholder="如没有上传资料备注,需要说明原因"
|
|
|
/>
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
@@ -618,24 +625,29 @@
|
|
|
</div>
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
-
|
|
|
<div>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
<a-tag v-if="checkState===2?false:true" class="font-size-14"
|
|
|
- color="orange">{{ infoModel.contractResultRemark }}</a-tag>
|
|
|
+ color="orange">{{ infoModel.contractResultRemark }}
|
|
|
+ </a-tag>
|
|
|
<a-textarea v-if="checkState===2?true:false" style="height: 77px"
|
|
|
v-model="infoModel.contractResultRemark"
|
|
|
placeholder="请输入稽核结果" :disabled="checkState===2?false:true"
|
|
|
/>
|
|
|
</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.contractResult ==='1' ) || (checkState===2|| checkState===5) ?true:false" class="font-size-14" color="orange">{{ infoModel.contractRemark }}</a-tag>
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.contractResult ==='1' ) || (checkState===2|| checkState===5) ?false:true" style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.contractResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
- v-model="infoModel.contractRemark"
|
|
|
- @change="textareaChange('contract','contractRemark')"
|
|
|
- placeholder="如没有上传资料备注,需要说明原因"
|
|
|
+ <a-tag
|
|
|
+ v-if="(checkState===4 && infoModel.contractResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ class="font-size-14" color="orange">{{ infoModel.contractRemark }}
|
|
|
+ </a-tag>
|
|
|
+ <a-textarea
|
|
|
+ v-if="(checkState===4 && infoModel.contractResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ style="height: 77px"
|
|
|
+ :disabled="(checkState===4 && infoModel.contractResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ v-model="infoModel.contractRemark"
|
|
|
+ @change="textareaChange('contract','contractRemark')"
|
|
|
+ placeholder="如没有上传资料备注,需要说明原因"
|
|
|
/>
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
@@ -792,7 +804,8 @@
|
|
|
<div>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
<a-tag v-if="checkState===2?false:true" class="font-size-14"
|
|
|
- color="orange">{{ infoModel.handlingContractResultRemark }}</a-tag>
|
|
|
+ color="orange">{{ infoModel.handlingContractResultRemark }}
|
|
|
+ </a-tag>
|
|
|
<a-textarea v-if="checkState===2?true:false"
|
|
|
style="height: 77px"
|
|
|
v-model="infoModel.handlingContractResultRemark"
|
|
|
@@ -800,12 +813,17 @@
|
|
|
/>
|
|
|
</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.handlingContractResult ==='1' ) || (checkState===2|| checkState===5) ?true:false" class="font-size-14" color="orange">{{ infoModel.handlingContractRemark }}</a-tag>
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.handlingContractResult ==='1' ) || (checkState===2|| checkState===5) ?false:true" style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.handlingContractResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
- v-model="infoModel.handlingContractRemark"
|
|
|
- @change="textareaChange('handlingContract','handlingContractRemark')"
|
|
|
- placeholder="如没有上传资料备注,需要说明原因"
|
|
|
+ <a-tag
|
|
|
+ v-if="(checkState===4 && infoModel.handlingContractResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ class="font-size-14" color="orange">{{ infoModel.handlingContractRemark }}
|
|
|
+ </a-tag>
|
|
|
+ <a-textarea
|
|
|
+ v-if="(checkState===4 && infoModel.handlingContractResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ style="height: 77px"
|
|
|
+ :disabled="(checkState===4 && infoModel.handlingContractResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ v-model="infoModel.handlingContractRemark"
|
|
|
+ @change="textareaChange('handlingContract','handlingContractRemark')"
|
|
|
+ placeholder="如没有上传资料备注,需要说明原因"
|
|
|
/>
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
@@ -949,7 +967,7 @@
|
|
|
<a-tag class="font-size-14" v-if="infoModel.handlingCardResult == 2" color=“#f50”>否</a-tag>
|
|
|
</div>
|
|
|
|
|
|
- <div v-if="checkState===2?true:false">
|
|
|
+ <div v-if="checkState===2?true:false">
|
|
|
<a-radio-group button-style="solid" :disabled="checkState===2?false:true"
|
|
|
@change="basicCheckClick(infoModel.handlingCardResult)"
|
|
|
v-model='infoModel.handlingCardResult'>
|
|
|
@@ -963,7 +981,8 @@
|
|
|
<div>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
<a-tag v-if="checkState===2?false:true" class="font-size-14"
|
|
|
- color="orange">{{ infoModel.handlingCardResultRemark }}</a-tag>
|
|
|
+ color="orange">{{ infoModel.handlingCardResultRemark }}
|
|
|
+ </a-tag>
|
|
|
|
|
|
<a-textarea v-if="checkState===2?true:false" style="height: 77px"
|
|
|
v-model="infoModel.handlingCardResultRemark"
|
|
|
@@ -971,14 +990,17 @@
|
|
|
/>
|
|
|
</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.handlingCardResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
- class="font-size-14" color="orange">{{ infoModel.handlingCardRemark }}</a-tag>
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.handlingCardResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ <a-tag
|
|
|
+ v-if="(checkState===4 && infoModel.handlingCardResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ class="font-size-14" color="orange">{{ infoModel.handlingCardRemark }}
|
|
|
+ </a-tag>
|
|
|
+ <a-textarea
|
|
|
+ v-if="(checkState===4 && infoModel.handlingCardResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.handlingCardResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
- v-model="infoModel.handlingCardRemark"
|
|
|
- @change="textareaChange('handlingCard','handlingCardRemark')"
|
|
|
- placeholder="如没有上传资料备注,需要说明原因"
|
|
|
+ :disabled="(checkState===4 && infoModel.handlingCardResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ v-model="infoModel.handlingCardRemark"
|
|
|
+ @change="textareaChange('handlingCard','handlingCardRemark')"
|
|
|
+ placeholder="如没有上传资料备注,需要说明原因"
|
|
|
/>
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
@@ -1136,7 +1158,8 @@
|
|
|
<div>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
<a-tag v-if="checkState===2?false:true" class="font-size-14"
|
|
|
- color="orange">{{ infoModel.customerCardScanningResultRemark }}</a-tag>
|
|
|
+ color="orange">{{ infoModel.customerCardScanningResultRemark }}
|
|
|
+ </a-tag>
|
|
|
|
|
|
<a-textarea v-if="checkState===2?true:false" style="height: 77px"
|
|
|
v-model="infoModel.customerCardScanningResultRemark"
|
|
|
@@ -1144,14 +1167,17 @@
|
|
|
/>
|
|
|
</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.customerCardScanningResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
- class="font-size-14" color="orange">{{ infoModel.customerCardScanningRemark }}</a-tag>
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.customerCardScanningResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
- style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.customerCardScanningResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
- v-model="infoModel.customerCardScanningRemark"
|
|
|
- @change="textareaChange('customerCardScanning','customerCardScanningRemark')"
|
|
|
- placeholder="如没有上传资料备注,需要说明原因"
|
|
|
+ <a-tag
|
|
|
+ v-if="(checkState===4 && infoModel.customerCardScanningResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ class="font-size-14" color="orange">{{ infoModel.customerCardScanningRemark }}
|
|
|
+ </a-tag>
|
|
|
+ <a-textarea
|
|
|
+ v-if="(checkState===4 && infoModel.customerCardScanningResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ style="height: 77px"
|
|
|
+ :disabled="(checkState===4 && infoModel.customerCardScanningResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ v-model="infoModel.customerCardScanningRemark"
|
|
|
+ @change="textareaChange('customerCardScanning','customerCardScanningRemark')"
|
|
|
+ placeholder="如没有上传资料备注,需要说明原因"
|
|
|
/>
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
@@ -1317,7 +1343,8 @@
|
|
|
<div>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
<a-tag v-if="checkState===2?false:true" class="font-size-14"
|
|
|
- color="orange">{{ infoModel.riskTableResultRemark }}</a-tag>
|
|
|
+ color="orange">{{ infoModel.riskTableResultRemark }}
|
|
|
+ </a-tag>
|
|
|
|
|
|
<a-textarea v-if="checkState===2?true:false" style="height: 77px"
|
|
|
v-model="infoModel.riskTableResultRemark"
|
|
|
@@ -1325,14 +1352,17 @@
|
|
|
/>
|
|
|
</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"
|
|
|
- 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-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"
|
|
|
style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.riskTableResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
- v-model="infoModel.riskTableRemark"
|
|
|
- @change="textareaChange('riskTable','riskTableRemark')"
|
|
|
- placeholder="如没有上传资料备注,需要说明原因"
|
|
|
+ :disabled="(checkState===4 && infoModel.riskTableResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ v-model="infoModel.riskTableRemark"
|
|
|
+ @change="textareaChange('riskTable','riskTableRemark')"
|
|
|
+ placeholder="如没有上传资料备注,需要说明原因"
|
|
|
/>
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
@@ -1494,22 +1524,26 @@
|
|
|
<div>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
<a-tag v-if="checkState===2?false:true" class="font-size-14"
|
|
|
- color="orange">{{ infoModel.priceTableResultRemark }}</a-tag>
|
|
|
+ color="orange">{{ infoModel.priceTableResultRemark }}
|
|
|
+ </a-tag>
|
|
|
<a-textarea v-if="checkState===2?true:false" style="height: 77px"
|
|
|
v-model="infoModel.priceTableResultRemark"
|
|
|
placeholder="请输入稽核结果" :disabled="checkState===2?false:true"
|
|
|
/>
|
|
|
</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.priceTableResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
- class="font-size-14" color="orange">{{ infoModel.priceTableRemark }}</a-tag>
|
|
|
-
|
|
|
- <a-textarea v-if="(checkState===4 && infoModel.priceTableResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
- style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.priceTableResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
- v-model="infoModel.priceTableRemark"
|
|
|
- @change="textareaChange('priceTable','priceTableRemark')"
|
|
|
- placeholder="如没有上传资料备注,需要说明原因"
|
|
|
+ <a-tag
|
|
|
+ v-if="(checkState===4 && infoModel.priceTableResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ class="font-size-14" color="orange">{{ infoModel.priceTableRemark }}
|
|
|
+ </a-tag>
|
|
|
+
|
|
|
+ <a-textarea
|
|
|
+ v-if="(checkState===4 && infoModel.priceTableResult ==='1' ) || (checkState===2|| checkState===5) ?false:true"
|
|
|
+ style="height: 77px"
|
|
|
+ :disabled="(checkState===4 && infoModel.priceTableResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
+ v-model="infoModel.priceTableRemark"
|
|
|
+ @change="textareaChange('priceTable','priceTableRemark')"
|
|
|
+ placeholder="如没有上传资料备注,需要说明原因"
|
|
|
/>
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
@@ -1666,7 +1700,8 @@
|
|
|
<div>
|
|
|
<a-form-model-item style="left: 10%;margin-top: 20px" label="稽核结果备注:" v-bind="labelCol1Note">
|
|
|
<a-tag v-if="checkState===2?false:true" class="font-size-14"
|
|
|
- color="orange">{{ infoModel.commitmentResultRemark }}</a-tag>
|
|
|
+ color="orange">{{ infoModel.commitmentResultRemark }}
|
|
|
+ </a-tag>
|
|
|
<a-textarea v-if="checkState===2?true:false" style="height: 77px"
|
|
|
v-model="infoModel.commitmentResultRemark"
|
|
|
|
|
|
@@ -1674,15 +1709,18 @@
|
|
|
/>
|
|
|
</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"
|
|
|
- class="font-size-14" color="orange">{{ infoModel.commitmentRemark }}</a-tag>
|
|
|
+ <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"
|
|
|
- style="height: 77px"
|
|
|
- :disabled="(checkState===4 && infoModel.commitmentResult ==='1' ) || (checkState===2|| checkState===5) ?true:false"
|
|
|
- v-model="infoModel.commitmentRemark"
|
|
|
- @change="textareaChange('commitment','commitmentRemark')"
|
|
|
- placeholder="如没有上传资料备注,需要说明原因"
|
|
|
+ <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"
|
|
|
+ v-model="infoModel.commitmentRemark"
|
|
|
+ @change="textareaChange('commitment','commitmentRemark')"
|
|
|
+ placeholder="如没有上传资料备注,需要说明原因"
|
|
|
/>
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
@@ -3055,7 +3093,7 @@ h3 {
|
|
|
|
|
|
.markdown ul > li {
|
|
|
color: #000000d9;
|
|
|
- font-size: 15px;
|
|
|
+ font-size: 13px;
|
|
|
line-height: 3;
|
|
|
margin-left: 20px;
|
|
|
padding-left: 4px;
|
|
|
@@ -3066,9 +3104,11 @@ h3 {
|
|
|
//margin-top:-20px;/*设置有序列表项之间的间隔*/
|
|
|
font-size: 13px;
|
|
|
}
|
|
|
+
|
|
|
.cornflowerblue {
|
|
|
color: cornflowerblue;
|
|
|
}
|
|
|
+
|
|
|
.a-textarea-line-30 {
|
|
|
height: 77px;
|
|
|
width: 80vh
|
|
|
@@ -3085,13 +3125,15 @@ h3 {
|
|
|
float: left;
|
|
|
width: 25%
|
|
|
}
|
|
|
+
|
|
|
.a-upload-line-30 {
|
|
|
line-height: 30px;
|
|
|
left: 15%;
|
|
|
position: relative
|
|
|
}
|
|
|
+
|
|
|
.font-size-14 {
|
|
|
- font-size:14px
|
|
|
+ font-size: 14px
|
|
|
}
|
|
|
</style>
|
|
|
|