Jelajahi Sumber

徐明浩
限制性空间进入许可证页面

徐明浩 3 tahun lalu
induk
melakukan
4d4c62c128
1 mengubah file dengan 10 tambahan dan 7 penghapusan
  1. 10 7
      ui/src/views/invoicing/restrictedspace/index.vue

+ 10 - 7
ui/src/views/invoicing/restrictedspace/index.vue

@@ -1,7 +1,7 @@
 <template>
   <div>
     <el-form ref="form" :model="form" :rules="rules">
-      <table style="background-color: #5cd9e8">
+      <table style="background-color: rgba(246,229,71,0.71)">
         <tr>
           <td></td>
           <td></td>
@@ -10,12 +10,12 @@
         </tr>
         <tr>
           <td rowspan="3" width="50px" align="center">表格</td>
-          <td rowspan="3" width="200px" align="center"><b>C00-6.3.0-00FSH-207.0</b></td>
-          <td rowspan="3" width="400px" align="center"><b>危害工作许可证 危害评估及安全措施</b></td>
+          <td rowspan="3" width="200px" align="center"><b>C00-6.3.0-00FSH-207.1</b></td>
+          <td rowspan="3" width="400px" align="center"><b>限制性空间进入许可证 危害评估及安全措施</b></td>
           <td>日期:18-5-2018</td>
         </tr>
         <tr>
-          <td colspan="3"><b>A</b>
+          <td colspan="3"><b>C</b>
             <el-input style="width: 200px;" v-model="bccContent"></el-input>
           </td>
           <td>
@@ -324,13 +324,15 @@
                     <td>1.1</td>
                     <td>通过打开安全开关断电并上锁和运转测试</td>
                     <td style="width: 30px; text-align: center;">
-                      <el-checkbox v-model="isYesdd" @change="yesddChange"></el-checkbox>
+                      <!--                      <el-checkbox v-model="isYesdd" @change="yesddChange"></el-checkbox>-->
+                      <el-checkbox true-label="1" false-label="0" v-model="check1"></el-checkbox>
                     </td>
                     <td style="width: 30px; text-align: center;">
-                      <el-checkbox v-model="isNodd" @change="noddChange"></el-checkbox>
+                      <el-checkbox true-label="0" false-label="1" v-model="check1"></el-checkbox>
+                      <!--                      <el-checkbox v-model="isNodd" @change="noddChange"></el-checkbox>-->
                     </td>
                     <td style="text-align: center;">
-                      <el-input style="width: 70px;" v-model="yesddContent" :disabled="this.isYesdd==true?false:true"/>
+                      <el-input style="width: 70px;" v-model="yesddContent" :disabled="this.check1==1?false:true"/>
                       <el-date-picker
                         style="width: 80px"
                         v-model="date1"
@@ -1695,6 +1697,7 @@ import {
 export default {
   data() {
     return {
+      check1: "",
       //A 基本信息
       productionUnit: "",
       productionUnitDirector: "",