|
@@ -172,74 +172,193 @@
|
|
|
</a-row>
|
|
</a-row>
|
|
|
<a-row v-if='shotInfoModel.warningInfo=="2"'>
|
|
<a-row v-if='shotInfoModel.warningInfo=="2"'>
|
|
|
|
|
|
|
|
- <a-col :span="8" v-if=' shortNowContractDateIs =="1"
|
|
|
|
|
- &&( shotInfoModel.contractDateDateIs===""
|
|
|
|
|
- || shotInfoModel.contractDateDateIs===null
|
|
|
|
|
- || shotInfoModel.contractDateDateIs==="1") '>
|
|
|
|
|
- <a-form-model-item label="合同到期时间是否长期" prop="contractDateDateIs" v-bind="labelCol8">
|
|
|
|
|
- <a-radio-group v-model="shotInfoModel.contractDateDateIs" button-style="solid" >
|
|
|
|
|
- <a-radio-button value="0">否</a-radio-button>
|
|
|
|
|
- <a-radio-button value="1">是</a-radio-button>
|
|
|
|
|
|
|
+<!-- <a-col :span="8" v-if=' shortNowContractDateIs =="1"-->
|
|
|
|
|
+<!-- &&( shotInfoModel.contractDateDateIs===""-->
|
|
|
|
|
+<!-- || shotInfoModel.contractDateDateIs===null-->
|
|
|
|
|
+<!-- || shotInfoModel.contractDateDateIs==="1") '>-->
|
|
|
|
|
+<!-- <a-form-model-item label="合同到期时间是否长期" prop="contractDateDateIs" v-bind="labelCol8">-->
|
|
|
|
|
+<!-- <a-radio-group v-model="shotInfoModel.contractDateDateIs" button-style="solid" >-->
|
|
|
|
|
+<!-- <a-radio-button value="0">否</a-radio-button>-->
|
|
|
|
|
+<!-- <a-radio-button value="1">是</a-radio-button>-->
|
|
|
|
|
+<!-- </a-radio-group>-->
|
|
|
|
|
+<!-- </a-form-model-item>-->
|
|
|
|
|
+<!-- </a-col>-->
|
|
|
|
|
+<!-- <a-col :span="8" v-if=' shortNowContractDateIs =="1"&& shotInfoModel.contractDateDateIs==="0" ' >-->
|
|
|
|
|
+<!-- <a-form-model-item label="合同到期时间" prop="contractDateDate" v-bind="labelCol8">-->
|
|
|
|
|
+<!-- <a-date-picker style="min-width:50px; width: 68% " v-model="shotInfoModel.contractDateDate"-->
|
|
|
|
|
+<!-- format="YYYY-MM-DD"-->
|
|
|
|
|
+<!-- showTime valueFormat="YYYY-MM-DD"/>-->
|
|
|
|
|
+<!-- <a-button @click="backDate('contractDate')" >长期</a-button>-->
|
|
|
|
|
+<!-- </a-form-model-item>-->
|
|
|
|
|
+<!-- </a-col>-->
|
|
|
|
|
+<!-- <a-col :span="8" v-if=' shortNowCodeNumberDateIs =="1"&& ( shotInfoModel.codeNumberDateDateIs==="" || shotInfoModel.codeNumberDateDateIs===null || shotInfoModel.codeNumberDateDateIs==="1") '>-->
|
|
|
|
|
+<!-- <a-form-model-item label="码号证书有效期是否长期" prop="codeNumberDateDateIs" v-bind="labelCol8">-->
|
|
|
|
|
+<!-- <a-radio-group v-model="shotInfoModel.codeNumberDateDateIs" button-style="solid" >-->
|
|
|
|
|
+<!-- <a-radio-button value="0">否</a-radio-button>-->
|
|
|
|
|
+<!-- <a-radio-button value="1">是</a-radio-button>-->
|
|
|
|
|
+<!-- </a-radio-group>-->
|
|
|
|
|
+<!-- </a-form-model-item>-->
|
|
|
|
|
+<!-- </a-col>-->
|
|
|
|
|
+<!-- <a-col :span="8" v-if=' shortNowCodeNumberDateIs =="1"&& shotInfoModel.codeNumberDateDateIs==="0" ' >-->
|
|
|
|
|
+<!-- <a-form-model-item label="码号证书到期时间" prop="codeNumberDateDate" v-bind="labelCol8">-->
|
|
|
|
|
+<!-- <a-date-picker style="min-width:50px; width: 68% " v-model="shotInfoModel.codeNumberDateDate"-->
|
|
|
|
|
+<!-- format="YYYY-MM-DD"-->
|
|
|
|
|
+<!-- showTime valueFormat="YYYY-MM-DD"/>-->
|
|
|
|
|
+<!-- <a-button @click="backDate('codeNumberDate')" >长期</a-button>-->
|
|
|
|
|
+<!-- </a-form-model-item>-->
|
|
|
|
|
+<!-- </a-col>-->
|
|
|
|
|
+<!-- <a-col :span="8" v-if=' shortNowFilingsDataIs =="1" && (shotInfoModel.filingsDateDateIs==="" || shotInfoModel.filingsDateDateIs===null || shotInfoModel.filingsDateDateIs==="1") '>-->
|
|
|
|
|
+<!-- <a-form-model-item label="备案到期时间是否长期" prop="filingsDateDateIs" v-bind="labelCol8">-->
|
|
|
|
|
+<!-- <a-radio-group v-model="shotInfoModel.filingsDateDateIs" button-style="solid" >-->
|
|
|
|
|
+<!-- <a-radio-button value="0">否</a-radio-button>-->
|
|
|
|
|
+<!-- <a-radio-button value="1">是</a-radio-button>-->
|
|
|
|
|
+<!-- </a-radio-group>-->
|
|
|
|
|
+<!-- </a-form-model-item>-->
|
|
|
|
|
+<!-- </a-col>-->
|
|
|
|
|
+<!-- <a-col :span="8" v-if=' shortNowFilingsDataIs =="1"&& shotInfoModel.filingsDateDateIs==="0" ' >-->
|
|
|
|
|
+<!-- <a-form-model-item label="备案通知到期时间" prop="filingsDateDate" v-bind="labelCol8">-->
|
|
|
|
|
+<!-- <a-date-picker style="min-width:50px; width: 68% " v-model="shotInfoModel.filingsDateDate"-->
|
|
|
|
|
+<!-- format="YYYY-MM-DD"-->
|
|
|
|
|
+<!-- showTime valueFormat="YYYY-MM-DD"/>-->
|
|
|
|
|
+<!-- <a-button @click="backDate('filingsDate')" >长期</a-button>-->
|
|
|
|
|
+<!-- </a-form-model-item>-->
|
|
|
|
|
+
|
|
|
|
|
+<!-- </a-col>-->
|
|
|
|
|
+<!-- <a-col :span="8" v-if=' shortNowPermitDateIs =="1"&&(shotInfoModel.permitDateDateIs==="" || shotInfoModel.permitDateDateIs===null || shotInfoModel.permitDateDateIs==="1" ) '>-->
|
|
|
|
|
+<!-- <a-form-model-item label="增值业务许可证是否长期" prop='filingsDateDateIs' v-bind="labelCol8">-->
|
|
|
|
|
+<!-- <a-radio-group v-model="shotInfoModel.permitDateDateIs" button-style="solid" >-->
|
|
|
|
|
+<!-- <a-radio-button value="0">否</a-radio-button>-->
|
|
|
|
|
+<!-- <a-radio-button value="1">是</a-radio-button>-->
|
|
|
|
|
+<!-- </a-radio-group>-->
|
|
|
|
|
+<!-- </a-form-model-item>-->
|
|
|
|
|
+<!-- </a-col>-->
|
|
|
|
|
+<!-- <a-col :span="8" v-if=' shortNowPermitDateIs =="1"&&shotInfoModel.permitDateDateIs==="0" ' >-->
|
|
|
|
|
+<!-- <a-form-model-item label="增值业务许可证到期时间" prop='filingsDateDateIs' v-bind="labelCol8">-->
|
|
|
|
|
+<!-- <a-date-picker style="min-width:50px; width: 68% " v-model="shotInfoModel.permitDateDate"-->
|
|
|
|
|
+<!-- format="YYYY-MM-DD"-->
|
|
|
|
|
+<!-- showTime valueFormat="YYYY-MM-DD"/>-->
|
|
|
|
|
+<!-- <a-button @click="backDate('permitDate')" >长期</a-button>-->
|
|
|
|
|
+<!-- </a-form-model-item>-->
|
|
|
|
|
+<!-- </a-col>-->
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <a-col :span="10" v-if=' shortNowContractDateIs =="1"'>
|
|
|
|
|
+ <a-form-model-item label="最新合同到期时间" prop="contractDateDateIs" v-bind="labelColContractDate">
|
|
|
|
|
+ <a-radio-group v-model:value="shotInfoModel.contractDateDateIs" size="large">
|
|
|
|
|
+ <a-radio :value="'0'">
|
|
|
|
|
+ <a-date-picker style="min-width:50px"
|
|
|
|
|
+ :disabled="shotInfoModel.contractDateDateIs== '1'?true:false"
|
|
|
|
|
+ v-model="shotInfoModel.contractDateDate"
|
|
|
|
|
+ format="YYYY-MM-DD"
|
|
|
|
|
+ showTime valueFormat="YYYY-MM-DD"/>
|
|
|
|
|
+ </a-radio>
|
|
|
|
|
+ <a-radio :value="'1'" @click="contractDateClick('contractDateDate')">长期</a-radio>
|
|
|
</a-radio-group>
|
|
</a-radio-group>
|
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
- <a-col :span="8" v-if=' shortNowContractDateIs =="1"&& shotInfoModel.contractDateDateIs==="0" ' >
|
|
|
|
|
- <a-form-model-item label="合同到期时间" prop="contractDateDate" v-bind="labelCol8">
|
|
|
|
|
- <a-date-picker style="min-width:50px; width: 68% " v-model="shotInfoModel.contractDateDate"
|
|
|
|
|
- format="YYYY-MM-DD"
|
|
|
|
|
- showTime valueFormat="YYYY-MM-DD"/>
|
|
|
|
|
- <a-button @click="backDate('contractDate')" >长期</a-button>
|
|
|
|
|
- </a-form-model-item>
|
|
|
|
|
- </a-col>
|
|
|
|
|
- <a-col :span="8" v-if=' shortNowCodeNumberDateIs =="1"&& ( shotInfoModel.codeNumberDateDateIs==="" || shotInfoModel.codeNumberDateDateIs===null || shotInfoModel.codeNumberDateDateIs==="1") '>
|
|
|
|
|
- <a-form-model-item label="码号证书有效期是否长期" prop="codeNumberDateDateIs" v-bind="labelCol8">
|
|
|
|
|
- <a-radio-group v-model="shotInfoModel.codeNumberDateDateIs" button-style="solid" >
|
|
|
|
|
- <a-radio-button value="0">否</a-radio-button>
|
|
|
|
|
- <a-radio-button value="1">是</a-radio-button>
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <!-- <a-col :span="8" v-if=' shortNowContractDateIs =="1"-->
|
|
|
|
|
+ <!-- &&( shotInfoModel.contractDateDateIs===""-->
|
|
|
|
|
+ <!-- || shotInfoModel.contractDateDateIs===null-->
|
|
|
|
|
+ <!-- || shotInfoModel.contractDateDateIs==="1") '>-->
|
|
|
|
|
+ <!-- <a-form-model-item label="最新合同到期时间是否长期" prop="contractDateDateIs" v-bind="labelCol8">-->
|
|
|
|
|
+ <!-- <a-radio-group v-model="shotInfoModel.contractDateDateIs" button-style="solid" >-->
|
|
|
|
|
+ <!-- <a-radio-button value="0">否</a-radio-button>-->
|
|
|
|
|
+ <!-- <a-radio-button value="1">是</a-radio-button>-->
|
|
|
|
|
+ <!-- </a-radio-group>-->
|
|
|
|
|
+ <!-- </a-form-model-item>-->
|
|
|
|
|
+ <!-- </a-col>-->
|
|
|
|
|
+ <!-- <a-col :span="8" v-if=' shortNowContractDateIs =="1"&& shotInfoModel.contractDateDateIs==="0" ' >-->
|
|
|
|
|
+ <!-- <a-form-model-item label="最新合同到期时间" prop="contractDateDate" v-bind="labelCol8">-->
|
|
|
|
|
+ <!-- <a-date-picker style="min-width:50px; width: 68% " v-model="shotInfoModel.contractDateDate"-->
|
|
|
|
|
+ <!-- format="YYYY-MM-DD"-->
|
|
|
|
|
+ <!-- showTime valueFormat="YYYY-MM-DD"/>-->
|
|
|
|
|
+ <!-- <a-button @click="backDate('contractDate')" >长期</a-button>-->
|
|
|
|
|
+ <!-- </a-form-model-item>-->
|
|
|
|
|
+ <!-- </a-col>-->
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <a-col :span="10" v-if=' shortNowCodeNumberDateIs =="1"'>
|
|
|
|
|
+ <a-form-model-item label="最新码号证书到期时间" prop="codeNumberDateDateIs" v-bind="labelColContractDate">
|
|
|
|
|
+ <a-radio-group v-model:value="shotInfoModel.codeNumberDateDateIs" size="large">
|
|
|
|
|
+ <a-radio :value="'0'">
|
|
|
|
|
+ <a-date-picker style="min-width:50px"
|
|
|
|
|
+ :disabled="shotInfoModel.codeNumberDateDateIs== '1'?true:false"
|
|
|
|
|
+ v-model="shotInfoModel.codeNumberDateDate"
|
|
|
|
|
+ format="YYYY-MM-DD"
|
|
|
|
|
+ showTime valueFormat="YYYY-MM-DD"/>
|
|
|
|
|
+ </a-radio>
|
|
|
|
|
+ <a-radio :value="'1'" @click="contractDateClick('codeNumberDateDate')">长期</a-radio>
|
|
|
</a-radio-group>
|
|
</a-radio-group>
|
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
- <a-col :span="8" v-if=' shortNowCodeNumberDateIs =="1"&& shotInfoModel.codeNumberDateDateIs==="0" ' >
|
|
|
|
|
- <a-form-model-item label="码号证书到期时间" prop="codeNumberDateDate" v-bind="labelCol8">
|
|
|
|
|
- <a-date-picker style="min-width:50px; width: 68% " v-model="shotInfoModel.codeNumberDateDate"
|
|
|
|
|
- format="YYYY-MM-DD"
|
|
|
|
|
- showTime valueFormat="YYYY-MM-DD"/>
|
|
|
|
|
- <a-button @click="backDate('codeNumberDate')" >长期</a-button>
|
|
|
|
|
- </a-form-model-item>
|
|
|
|
|
- </a-col>
|
|
|
|
|
- <a-col :span="8" v-if=' shortNowFilingsDataIs =="1" && (shotInfoModel.filingsDateDateIs==="" || shotInfoModel.filingsDateDateIs===null || shotInfoModel.filingsDateDateIs==="1") '>
|
|
|
|
|
- <a-form-model-item label="备案到期时间是否长期" prop="filingsDateDateIs" v-bind="labelCol8">
|
|
|
|
|
- <a-radio-group v-model="shotInfoModel.filingsDateDateIs" button-style="solid" >
|
|
|
|
|
- <a-radio-button value="0">否</a-radio-button>
|
|
|
|
|
- <a-radio-button value="1">是</a-radio-button>
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <!-- <a-col :span="8" v-if=' shortNowCodeNumberDateIs =="1"&& ( shotInfoModel.codeNumberDateDateIs==="" || shotInfoModel.codeNumberDateDateIs===null || shotInfoModel.codeNumberDateDateIs==="1") '>-->
|
|
|
|
|
+ <!-- <a-form-model-item label="最新码号证书有效期是否长期" prop="codeNumberDateDateIs" v-bind="labelCol8">-->
|
|
|
|
|
+ <!-- <a-radio-group v-model="shotInfoModel.codeNumberDateDateIs" button-style="solid" >-->
|
|
|
|
|
+ <!-- <a-radio-button value="0">否</a-radio-button>-->
|
|
|
|
|
+ <!-- <a-radio-button value="1">是</a-radio-button>-->
|
|
|
|
|
+ <!-- </a-radio-group>-->
|
|
|
|
|
+ <!-- </a-form-model-item>-->
|
|
|
|
|
+ <!-- </a-col>-->
|
|
|
|
|
+ <!-- <a-col :span="8" v-if=' shortNowCodeNumberDateIs =="1"&& shotInfoModel.codeNumberDateDateIs==="0" ' >-->
|
|
|
|
|
+ <!-- <a-form-model-item label="最新码号证书到期时间" prop="codeNumberDateDate" v-bind="labelCol8">-->
|
|
|
|
|
+ <!-- <a-date-picker style="min-width:50px; width: 68% " v-model="shotInfoModel.codeNumberDateDate"-->
|
|
|
|
|
+ <!-- format="YYYY-MM-DD"-->
|
|
|
|
|
+ <!-- showTime valueFormat="YYYY-MM-DD"/>-->
|
|
|
|
|
+ <!-- <a-button @click="backDate('codeNumberDate')" >长期</a-button>-->
|
|
|
|
|
+ <!-- </a-form-model-item>-->
|
|
|
|
|
+ <!-- </a-col>-->
|
|
|
|
|
+
|
|
|
|
|
+ <a-col :span="10" v-if=' shortNowFilingsDataIs =="1"'>
|
|
|
|
|
+ <a-form-model-item label="最新备案通知到期时间" prop="filingsDateDateIs" v-bind="labelColContractDate">
|
|
|
|
|
+ <a-radio-group v-model:value="shotInfoModel.filingsDateDateIs" size="large">
|
|
|
|
|
+ <a-radio :value="'0'">
|
|
|
|
|
+ <a-date-picker style="min-width:50px"
|
|
|
|
|
+ :disabled="shotInfoModel.filingsDateDateIs== '1'?true:false"
|
|
|
|
|
+ v-model="shotInfoModel.filingsDateDate"
|
|
|
|
|
+ format="YYYY-MM-DD"
|
|
|
|
|
+ showTime valueFormat="YYYY-MM-DD"/>
|
|
|
|
|
+ </a-radio>
|
|
|
|
|
+ <a-radio :value="'1'" @click="contractDateClick('filingsDateDate')">长期</a-radio>
|
|
|
</a-radio-group>
|
|
</a-radio-group>
|
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
- <a-col :span="8" v-if=' shortNowFilingsDataIs =="1"&& shotInfoModel.filingsDateDateIs==="0" ' >
|
|
|
|
|
- <a-form-model-item label="备案通知到期时间" prop="filingsDateDate" v-bind="labelCol8">
|
|
|
|
|
- <a-date-picker style="min-width:50px; width: 68% " v-model="shotInfoModel.filingsDateDate"
|
|
|
|
|
- format="YYYY-MM-DD"
|
|
|
|
|
- showTime valueFormat="YYYY-MM-DD"/>
|
|
|
|
|
- <a-button @click="backDate('filingsDate')" >长期</a-button>
|
|
|
|
|
- </a-form-model-item>
|
|
|
|
|
|
|
|
|
|
- </a-col>
|
|
|
|
|
- <a-col :span="8" v-if=' shortNowPermitDateIs =="1"&&(shotInfoModel.permitDateDateIs==="" || shotInfoModel.permitDateDateIs===null || shotInfoModel.permitDateDateIs==="1" ) '>
|
|
|
|
|
- <a-form-model-item label="增值业务许可证是否长期" prop='filingsDateDateIs' v-bind="labelCol8">
|
|
|
|
|
- <a-radio-group v-model="shotInfoModel.permitDateDateIs" button-style="solid" >
|
|
|
|
|
- <a-radio-button value="0">否</a-radio-button>
|
|
|
|
|
- <a-radio-button value="1">是</a-radio-button>
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <!-- <a-col :span="8" v-if=' shortNowFilingsDataIs =="1" && (shotInfoModel.filingsDateDateIs==="" || shotInfoModel.filingsDateDateIs===null || shotInfoModel.filingsDateDateIs==="1") '>-->
|
|
|
|
|
+ <!-- <a-form-model-item label="最新备案到期时间是否长期" prop="filingsDateDateIs" v-bind="labelCol8">-->
|
|
|
|
|
+ <!-- <a-radio-group v-model="shotInfoModel.filingsDateDateIs" button-style="solid" >-->
|
|
|
|
|
+ <!-- <a-radio-button value="0">否</a-radio-button>-->
|
|
|
|
|
+ <!-- <a-radio-button value="1">是</a-radio-button>-->
|
|
|
|
|
+ <!-- </a-radio-group>-->
|
|
|
|
|
+ <!-- </a-form-model-item>-->
|
|
|
|
|
+ <!-- </a-col>-->
|
|
|
|
|
+ <!-- <a-col :span="8" v-if=' shortNowFilingsDataIs =="1"&& shotInfoModel.filingsDateDateIs==="0" ' >-->
|
|
|
|
|
+ <!-- <a-form-model-item label="最新备案通知到期时间" prop="filingsDateDate" v-bind="labelCol8">-->
|
|
|
|
|
+ <!-- <a-date-picker style="min-width:50px; width: 68% " v-model="shotInfoModel.filingsDateDate"-->
|
|
|
|
|
+ <!-- format="YYYY-MM-DD"-->
|
|
|
|
|
+ <!-- showTime valueFormat="YYYY-MM-DD"/>-->
|
|
|
|
|
+ <!-- <a-button @click="backDate('filingsDate')" >长期</a-button>-->
|
|
|
|
|
+ <!-- </a-form-model-item>-->
|
|
|
|
|
+
|
|
|
|
|
+ <!-- </a-col>-->
|
|
|
|
|
+
|
|
|
|
|
+ <a-col :span="10" v-if=' shortNowPermitDateIs =="1"'>
|
|
|
|
|
+ <a-form-model-item label="最新增值业务许可证到期时间" prop="filingsDateDateIs" v-bind="labelColContractDate">
|
|
|
|
|
+ <a-radio-group v-model:value="shotInfoModel.permitDateDateIs" size="large">
|
|
|
|
|
+ <a-radio :value="'0'">
|
|
|
|
|
+ <a-date-picker style="min-width:50px"
|
|
|
|
|
+ :disabled="shotInfoModel.permitDateDateIs== '1'?true:false"
|
|
|
|
|
+ v-model="shotInfoModel.permitDateDate"
|
|
|
|
|
+ format="YYYY-MM-DD"
|
|
|
|
|
+ showTime valueFormat="YYYY-MM-DD"/>
|
|
|
|
|
+ </a-radio>
|
|
|
|
|
+ <a-radio :value="'1'" @click="contractDateClick('permitDateDate')">长期</a-radio>
|
|
|
</a-radio-group>
|
|
</a-radio-group>
|
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
- <a-col :span="8" v-if=' shortNowPermitDateIs =="1"&&shotInfoModel.permitDateDateIs==="0" ' >
|
|
|
|
|
- <a-form-model-item label="增值业务许可证到期时间" prop='filingsDateDateIs' v-bind="labelCol8">
|
|
|
|
|
- <a-date-picker style="min-width:50px; width: 68% " v-model="shotInfoModel.permitDateDate"
|
|
|
|
|
- format="YYYY-MM-DD"
|
|
|
|
|
- showTime valueFormat="YYYY-MM-DD"/>
|
|
|
|
|
- <a-button @click="backDate('permitDate')" >长期</a-button>
|
|
|
|
|
- </a-form-model-item>
|
|
|
|
|
- </a-col>
|
|
|
|
|
</a-row>
|
|
</a-row>
|
|
|
|
|
|
|
|
<div >
|
|
<div >
|
|
@@ -884,6 +1003,16 @@ export default {
|
|
|
batchImproves: false,
|
|
batchImproves: false,
|
|
|
// 稽核结果
|
|
// 稽核结果
|
|
|
specialResult: {},
|
|
specialResult: {},
|
|
|
|
|
+ labelColContractDate: {
|
|
|
|
|
+ labelCol: {
|
|
|
|
|
+ xs: {span: 24},
|
|
|
|
|
+ sm: {span: 9},
|
|
|
|
|
+ },
|
|
|
|
|
+ wrapperCol: {
|
|
|
|
|
+ xs: {span: 24},
|
|
|
|
|
+ sm: {span: 15},
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
shotInfoModel:{
|
|
shotInfoModel:{
|
|
|
logId:"",
|
|
logId:"",
|
|
|
dataId:"",
|
|
dataId:"",
|
|
@@ -1240,14 +1369,18 @@ export default {
|
|
|
this.getInfoDataById(this.query.infoId);
|
|
this.getInfoDataById(this.query.infoId);
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- mounted() {
|
|
|
|
|
- // 实现swiper双向控制
|
|
|
|
|
|
|
+
|
|
|
|
|
+ updated() {
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
const swiperTop = this.$refs.swiperTop.swiper
|
|
const swiperTop = this.$refs.swiperTop.swiper
|
|
|
const swiperThumbs = this.$refs.swiperThumbs.swiper
|
|
const swiperThumbs = this.$refs.swiperThumbs.swiper
|
|
|
swiperTop.controller.control = swiperThumbs
|
|
swiperTop.controller.control = swiperThumbs
|
|
|
swiperThumbs.controller.control = swiperTop
|
|
swiperThumbs.controller.control = swiperTop
|
|
|
})
|
|
})
|
|
|
|
|
+ },
|
|
|
|
|
+ mounted() {
|
|
|
|
|
+ // 实现swiper双向控制
|
|
|
|
|
+
|
|
|
// /**监听视频拨放*/
|
|
// /**监听视频拨放*/
|
|
|
// this.$refs.myVideo.addEventListener("play", () => {
|
|
// this.$refs.myVideo.addEventListener("play", () => {
|
|
|
// this.openTimer();
|
|
// this.openTimer();
|
|
@@ -1280,6 +1413,25 @@ export default {
|
|
|
this.shotInfoModel.permitDateDate=""
|
|
this.shotInfoModel.permitDateDate=""
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ contractDateClick(name) {
|
|
|
|
|
+ if (name =='contractDateDate'){
|
|
|
|
|
+ this.shotInfoModel.contractDateDateIs = "1"
|
|
|
|
|
+ this.shotInfoModel.contractDateDate = ""
|
|
|
|
|
+ }
|
|
|
|
|
+ if (name =='codeNumberDateDate'){
|
|
|
|
|
+ this.shotInfoModel.codeNumberDateDateIs = "1"
|
|
|
|
|
+ this.shotInfoModel.codeNumberDateDate = ""
|
|
|
|
|
+ }
|
|
|
|
|
+ if (name =='filingsDateDate'){
|
|
|
|
|
+ this.shotInfoModel.filingsDateDateIs = "1"
|
|
|
|
|
+ this.shotInfoModel.filingsDateDate = ""
|
|
|
|
|
+ }
|
|
|
|
|
+ if (name =='permitDateDate'){
|
|
|
|
|
+ this.shotInfoModel.permitDateDateIs = "1"
|
|
|
|
|
+ this.shotInfoModel.permitDateDate = ""
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ },
|
|
|
isPhone(rule, value, callback) {
|
|
isPhone(rule, value, callback) {
|
|
|
if (!value || new RegExp(/^1([38][0-9]|4[579]|5[0-3,5-9]|6[6]|7[0135678]|9[89])\d{8}$/).test(value)) {
|
|
if (!value || new RegExp(/^1([38][0-9]|4[579]|5[0-3,5-9]|6[6]|7[0135678]|9[89])\d{8}$/).test(value)) {
|
|
|
callback();
|
|
callback();
|
|
@@ -1419,15 +1571,15 @@ export default {
|
|
|
url: filePath,
|
|
url: filePath,
|
|
|
fileName: data.file.name
|
|
fileName: data.file.name
|
|
|
}
|
|
}
|
|
|
- if (that.infoModel[fileAttribute][0].urlBase) {
|
|
|
|
|
- that.infoModel[fileAttribute].push(swipData)
|
|
|
|
|
|
|
+ if (that.shotInfoModel[fileAttribute][0].urlBase) {
|
|
|
|
|
+ that.shotInfoModel[fileAttribute].push(swipData)
|
|
|
} else {
|
|
} else {
|
|
|
- that.infoModel[fileAttribute] = []
|
|
|
|
|
|
|
+ that.shotInfoModel[fileAttribute] = []
|
|
|
//数据发生变化
|
|
//数据发生变化
|
|
|
- that.infoModel[fileAttribute][0] = swipData;
|
|
|
|
|
|
|
+ that.shotInfoModel[fileAttribute][0] = swipData;
|
|
|
}
|
|
}
|
|
|
// 改变步骤条状态
|
|
// 改变步骤条状态
|
|
|
- if (that.infoModel[fileAttribute].length > 0) {
|
|
|
|
|
|
|
+ if (that.shotInfoModel[fileAttribute].length > 0) {
|
|
|
if (that.steps.stepsNow[that.steps.current].status === "error"){
|
|
if (that.steps.stepsNow[that.steps.current].status === "error"){
|
|
|
that.steps.stepsNow[this.steps.current].type="solution",
|
|
that.steps.stepsNow[this.steps.current].type="solution",
|
|
|
that.steps.stepsNow[this.steps.current].slot="icon"
|
|
that.steps.stepsNow[this.steps.current].slot="icon"
|