|
@@ -98,398 +98,200 @@
|
|
|
<td>☒ B栏工作内容、C栏危害、D/E/F 栏安全措施不变<b>(G)</b></td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aGSign1" @blur="aGDate1Blur"
|
|
|
+ :disabled="this.split==0?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aGDate1" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aGSign2" @blur="aGDate2Blur"
|
|
|
+ :disabled="this.split==1?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aGDate2" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aGSign3" @blur="aGDate3Blur"
|
|
|
+ :disabled="this.split==2?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aGDate3" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aGSign4" @blur="aGDate4Blur"
|
|
|
+ :disabled="this.split==3?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aGDate4" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aGSign5" @blur="aGDate5Blur"
|
|
|
+ :disabled="this.split==4?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aGDate5" disabled/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>☒ D/E/F 栏的安全措施已重新检查及重新批准<b>(H)</b></td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aHSign1" @blur="aHDate1Blur"
|
|
|
+ :disabled="this.split==0?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aHDate1" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aHSign2" @blur="aHDate2Blur"
|
|
|
+ :disabled="this.split==1?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aHDate2" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aHSign3" @blur="aHDate3Blur"
|
|
|
+ :disabled="this.split==2?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aHDate3" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aHSign4" @blur="aHDate4Blur"
|
|
|
+ :disabled="this.split==3?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aHDate4" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aHSign5" @blur="aHDate5Blur"
|
|
|
+ :disabled="this.split==4?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aHDate5" disabled/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>□ 授权的维修主管<b>(I1a)</b></td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aI1aSign1" @blur="aI1aDate1Blur"
|
|
|
+ :disabled="this.split==0?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aI1aDate1" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aI1aSign2" @blur="aI1aDate2Blur"
|
|
|
+ :disabled="this.split==1?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aI1aDate2" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aI1aSign3" @blur="aI1aDate3Blur"
|
|
|
+ :disabled="this.split==2?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aI1aDate3" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aI1aSign4" @blur="aI1aDate4Blur"
|
|
|
+ :disabled="this.split==3?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aI1aDate4" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aI1aSign5" @blur="aI1aDate5Blur"
|
|
|
+ :disabled="this.split==4?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aI1aDate5" disabled/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>□ 安全协调员<b>(A4)</b></td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aA4Sign1" @blur="aA4Date1Blur"
|
|
|
+ :disabled="this.split==0?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aA4Date1" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aA4Sign2" @blur="aA4Date2Blur"
|
|
|
+ :disabled="this.split==1?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aA4Date2" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aA4Sign3" @blur="aA4Date3Blur"
|
|
|
+ :disabled="this.split==2?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aA4Date3" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aA4Sign4" @blur="aA4Date4Blur"
|
|
|
+ :disabled="this.split==3?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aA4Date4" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aA4Sign5" @blur="aA4Date5Blur"
|
|
|
+ :disabled="this.split==4?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aA4Date5" disabled/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>☒ 授权的装置/部门维修工人<b>(I1b)</b></td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aI1bSign1" @blur="aI1bDate1Blur"
|
|
|
+ :disabled="this.split==0?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aI1bDate1" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aI1bSign2" @blur="aI1bDate2Blur"
|
|
|
+ :disabled="this.split==1?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aI1bDate2" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aI1bSign3" @blur="aI1bDate3Blur"
|
|
|
+ :disabled="this.split==2?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aI1bDate3" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aI1bSign4" @blur="aI1bDate4Blur"
|
|
|
+ :disabled="this.split==3?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aI1bDate4" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aI1bSign5" @blur="aI1bDate5Blur"
|
|
|
+ :disabled="this.split==4?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aI1bDate5" disabled/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>□ F 栏安全措施已实施<b>(K)</b></td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aKSign1" @blur="aKDate1Blur"
|
|
|
+ :disabled="this.split==0?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aKDate1" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aKSign2" @blur="aKDate2Blur"
|
|
|
+ :disabled="this.split==1?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aKDate2" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aKSign3" @blur="aKDate3Blur"
|
|
|
+ :disabled="this.split==2?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aKDate3" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aKSign4" @blur="aKDate4Blur"
|
|
|
+ :disabled="this.split==3?false:true"/>
|
|
|
+ <el-input style="width: 50%" v-model="form.aKDate4" disabled/>
|
|
|
</td>
|
|
|
<td style="text-align: center">
|
|
|
<div>签名/时间</div>
|
|
|
- <el-input prefix-icon="el-icon-edit" style="width: 50%" />
|
|
|
- <el-input disabled style="width: 50%" />
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <!--<tr>
|
|
|
- <td>危害不变(G)</td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aGSign1" @blur="aGDate1Blur"
|
|
|
- :disabled="this.split==0?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aGDate1" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aGSign2" @blur="aGDate2Blur"
|
|
|
- :disabled="this.split==1?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aGDate2" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aGSign3" @blur="aGDate3Blur"
|
|
|
- :disabled="this.split==2?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aGDate3" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aGSign4" @blur="aGDate4Blur"
|
|
|
- :disabled="this.split==3?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aGDate4" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aGSign5" @blur="aGDate5Blur"
|
|
|
- :disabled="this.split==4?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aGDate5" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td style="width: 160px">D栏的安全措施已重新检查及重新批准(H)</td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aHSign1" @blur="aHDate1Blur"
|
|
|
- :disabled="this.split==0?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aHDate1" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aHSign2" @blur="aHDate2Blur"
|
|
|
- :disabled="this.split==1?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aHDate2" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aHSign3" @blur="aHDate3Blur"
|
|
|
- :disabled="this.split==2?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aHDate3" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aHSign4" @blur="aHDate4Blur"
|
|
|
- :disabled="this.split==3?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aHDate4" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aHSign5" @blur="aHDate5Blur"
|
|
|
- :disabled="this.split==4?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aHDate5" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>授权的维修主管(I1a)</td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1aSign1" @blur="aI1aDate1Blur"
|
|
|
- :disabled="this.split==0?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1aDate1" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1aSign2" @blur="aI1aDate2Blur"
|
|
|
- :disabled="this.split==1?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1aDate2" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1aSign3" @blur="aI1aDate3Blur"
|
|
|
- :disabled="this.split==2?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1aDate3" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1aSign4" @blur="aI1aDate4Blur"
|
|
|
- :disabled="this.split==3?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1aDate4" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1aSign5" @blur="aI1aDate5Blur"
|
|
|
- :disabled="this.split==4?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1aDate5" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>安全协调员(A4)</td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aA4Sign1" @blur="aA4Date1Blur"
|
|
|
- :disabled="this.split==0?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aA4Date1" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aA4Sign2" @blur="aA4Date2Blur"
|
|
|
- :disabled="this.split==1?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aA4Date2" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aA4Sign3" @blur="aA4Date3Blur"
|
|
|
- :disabled="this.split==2?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aA4Date3" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aA4Sign4" @blur="aA4Date4Blur"
|
|
|
- :disabled="this.split==3?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aA4Date4" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aA4Sign5" @blur="aA4Date5Blur"
|
|
|
- :disabled="this.split==4?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aA4Date5" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>授权的装置维修工人(I1b)</td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1bSign1" @blur="aI1bDate1Blur"
|
|
|
- :disabled="this.split==0?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1bDate1" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1bSign2" @blur="aI1bDate2Blur"
|
|
|
- :disabled="this.split==1?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1bDate2" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1bSign3" @blur="aI1bDate3Blur"
|
|
|
- :disabled="this.split==2?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1bDate3" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1bSign4" @blur="aI1bDate4Blur"
|
|
|
- :disabled="this.split==3?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1bDate4" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1bSign5" @blur="aI1bDate5Blur"
|
|
|
- :disabled="this.split==4?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aI1bDate5" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>F栏安全措施已实施(K)</td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aKSign1" @blur="aKDate1Blur"
|
|
|
- :disabled="this.split==0?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aKDate1" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aKSign2" @blur="aKDate2Blur"
|
|
|
- :disabled="this.split==1?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aKDate2" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aKSign3" @blur="aKDate3Blur"
|
|
|
- :disabled="this.split==2?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aKDate3" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aKSign4" @blur="aKDate4Blur"
|
|
|
- :disabled="this.split==3?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.aKDate4" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.aKSign5" @blur="aKDate5Blur"
|
|
|
+ <el-input style="width: 50%" prefix-icon="el-icon-edit" v-model="form.aKSign5" @blur="aKDate5Blur"
|
|
|
:disabled="this.split==4?false:true"/>
|
|
|
<el-input style="width: 100px" v-model="form.aKDate5" disabled/>
|
|
|
- <br>
|
|
|
- 签名/时间
|
|
|
</td>
|
|
|
- </tr>-->
|
|
|
+ </tr>
|
|
|
<tr>
|
|
|
<td colspan="6" style="background-color: black">
|
|
|
<span style="font-size: 20px;color: white">与危害工作许可证相关的其他内容</span>
|
|
@@ -580,379 +382,6 @@
|
|
|
<el-input style="width: 50%" v-model="form.aE3Date5" disabled/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
- <!--<tr>
|
|
|
- <td colspan="6" style="background-color: black">
|
|
|
- <span style="font-size: x-large;color: white">与动火工作许可证相关的其他内容</span>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>时间动火监护人(E3)</td>
|
|
|
- <td>由/至</td>
|
|
|
- <td>由/至</td>
|
|
|
- <td>由/至</td>
|
|
|
- <td>由/至</td>
|
|
|
- <td>由/至</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td></td>
|
|
|
- <td>
|
|
|
- <el-date-picker v-model="form.hE3StartTime1" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==0?false:true">
|
|
|
- </el-date-picker>
|
|
|
- <el-date-picker v-model="form.hE3EndTime1" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==0?false:true">
|
|
|
- </el-date-picker>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-date-picker v-model="form.hE3StartTime2" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==1?false:true">
|
|
|
- </el-date-picker>
|
|
|
- <el-date-picker v-model="form.hE3EndTime2" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==1?false:true">
|
|
|
- </el-date-picker>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-date-picker v-model="form.hE3StartTime3" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==2?false:true">
|
|
|
- </el-date-picker>
|
|
|
- <el-date-picker v-model="form.hE3EndTime3" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==2?false:true">
|
|
|
- </el-date-picker>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-date-picker v-model="form.hE3StartTime4" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==3?false:true">
|
|
|
- </el-date-picker>
|
|
|
- <el-date-picker v-model="form.hE3EndTime4" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==3?false:true">
|
|
|
- </el-date-picker>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-date-picker v-model="form.hE3StartTime5" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==4?false:true">
|
|
|
- </el-date-picker>
|
|
|
- <el-date-picker v-model="form.hE3EndTime5" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==4?false:true">
|
|
|
- </el-date-picker>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td></td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.hE3Sign1" @blur="hE3Date1Blur"
|
|
|
- :disabled="this.split==0?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.hE3Date1" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.hE3Sign2" @blur="hE3Date2Blur"
|
|
|
- :disabled="this.split==1?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.hE3Date2" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.hE3Sign3" @blur="hE3Date3Blur"
|
|
|
- :disabled="this.split==2?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.hE3Date3" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.hE3Sign4" @blur="hE3Date4Blur"
|
|
|
- :disabled="this.split==3?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.hE3Date4" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.hE3Sign5" @blur="hE3Date5Blur"
|
|
|
- :disabled="this.split==4?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.hE3Date5" disabled/>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td></td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>D5.1</td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.h51Sign1" @blur="h51Date1Blur"
|
|
|
- :disabled="this.split==0?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.h51Date1" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.h51Sign2" @blur="h51Date2Blur"
|
|
|
- :disabled="this.split==1?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.h51Date2" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.h51Sign3" @blur="h51Date3Blur"
|
|
|
- :disabled="this.split==2?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.h51Date3" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.h51Sign4" @blur="h51Date4Blur"
|
|
|
- :disabled="this.split==3?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.h51Date4" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.h51Sign5" @blur="h51Date5Blur"
|
|
|
- :disabled="this.split==4?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.h51Date5" disabled/>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td></td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>D5.2</td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.h52Sign1" @blur="h52Date1Blur"
|
|
|
- :disabled="this.split==0?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.h52Date1" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.h52Sign2" @blur="h52Date2Blur"
|
|
|
- :disabled="this.split==1?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.h52Date2" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.h52Sign3" @blur="h52Date3Blur"
|
|
|
- :disabled="this.split==2?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.h52Date3" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.h52Sign4" @blur="h52Date4Blur"
|
|
|
- :disabled="this.split==3?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.h52Date4" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.h52Sign5" @blur="h52Date5Blur"
|
|
|
- :disabled="this.split==4?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.h52Date5" disabled/>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td></td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td colspan="6" style="background-color: black">
|
|
|
- <span style="font-size: x-large;color: white">与限制性空间进入工作许可证相关的其他内容</span>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>时间安全监护人/观察员(I2)</td>
|
|
|
- <td>由/至</td>
|
|
|
- <td>由/至</td>
|
|
|
- <td>由/至</td>
|
|
|
- <td>由/至</td>
|
|
|
- <td>由/至</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td></td>
|
|
|
- <td>
|
|
|
- <el-date-picker v-model="form.cI2StartTime11" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==0?false:true">
|
|
|
- </el-date-picker>
|
|
|
- <el-date-picker v-model="form.cI2EndTime11" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==0?false:true">
|
|
|
- </el-date-picker>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-date-picker v-model="form.cI2StartTime12" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==1?false:true">
|
|
|
- </el-date-picker>
|
|
|
- <el-date-picker v-model="form.cI2EndTime12" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==1?false:true">
|
|
|
- </el-date-picker>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-date-picker v-model="form.cI2StartTime13" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==2?false:true">
|
|
|
- </el-date-picker>
|
|
|
- <el-date-picker v-model="form.cI2EndTime13" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==2?false:true">
|
|
|
- </el-date-picker>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-date-picker v-model="form.cI2StartTime14" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==3?false:true">
|
|
|
- </el-date-picker>
|
|
|
- <el-date-picker v-model="form.cI2EndTime14" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==3?false:true">
|
|
|
- </el-date-picker>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-date-picker v-model="form.cI2StartTime15" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==4?false:true">
|
|
|
- </el-date-picker>
|
|
|
- <el-date-picker v-model="form.cI2EndTime15" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==4?false:true">
|
|
|
- </el-date-picker>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td></td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Sign11" @blur="cI2Date11Blur"
|
|
|
- :disabled="this.split==0?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Date11" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Sign12" @blur="cI2Date12Blur"
|
|
|
- :disabled="this.split==1?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Date12" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Sign13" @blur="cI2Date13Blur"
|
|
|
- :disabled="this.split==2?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Date13" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Sign14" @blur="cI2Date14Blur"
|
|
|
- :disabled="this.split==3?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Date14" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Sign15" @blur="cI2Date15Blur"
|
|
|
- :disabled="this.split==4?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Date15" disabled/>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td></td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>时间安全监护人/观察员(I2)</td>
|
|
|
- <td>由/至</td>
|
|
|
- <td>由/至</td>
|
|
|
- <td>由/至</td>
|
|
|
- <td>由/至</td>
|
|
|
- <td>由/至</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td></td>
|
|
|
- <td>
|
|
|
- <el-date-picker v-model="form.cI2StartTime21" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==0?false:true">
|
|
|
- </el-date-picker>
|
|
|
- <el-date-picker v-model="form.cI2EndTime21" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==0?false:true">
|
|
|
- </el-date-picker>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-date-picker v-model="form.cI2StartTime22" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==1?false:true">
|
|
|
- </el-date-picker>
|
|
|
- <el-date-picker v-model="form.cI2EndTime22" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==1?false:true">
|
|
|
- </el-date-picker>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-date-picker v-model="form.cI2StartTime23" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==2?false:true">
|
|
|
- </el-date-picker>
|
|
|
- <el-date-picker v-model="form.cI2EndTime23" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==2?false:true">
|
|
|
- </el-date-picker>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-date-picker v-model="form.cI2StartTime24" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==3?false:true">
|
|
|
- </el-date-picker>
|
|
|
- <el-date-picker v-model="form.cI2EndTime24" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==3?false:true">
|
|
|
- </el-date-picker>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-date-picker v-model="form.cI2StartTime25" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==4?false:true">
|
|
|
- </el-date-picker>
|
|
|
- <el-date-picker v-model="form.cI2EndTime25" type="datetime" placeholder=""
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" style="width: calc(50% - 23px)"
|
|
|
- :disabled="this.split==4?false:true">
|
|
|
- </el-date-picker>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td></td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Sign21" @blur="cI2Date21Blur"
|
|
|
- :disabled="this.split==0?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Date21" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Sign22" @blur="cI2Date22Blur"
|
|
|
- :disabled="this.split==1?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Date22" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Sign23" @blur="cI2Date23Blur"
|
|
|
- :disabled="this.split==2?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Date23" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Sign24" @blur="cI2Date24Blur"
|
|
|
- :disabled="this.split==3?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Date24" disabled/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Sign25" @blur="cI2Date25Blur"
|
|
|
- :disabled="this.split==4?false:true"/>
|
|
|
- <el-input style="width: 100px" v-model="form.cI2Date25" disabled/>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td></td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- <td>签名/时间</td>
|
|
|
- </tr>-->
|
|
|
</table>
|
|
|
</div>
|
|
|
<div>
|