a74c466d338638aa24877d38bb4d306de6111cdd..6cda1fb9d6c914b3dd985b8dceb911533f52e241
2022-03-31 shj
Merge branch 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf
6cda1f 对比 | 目录
2022-03-31 shj
自查清单
d5e1d7 对比 | 目录
已修改4个文件
26 ■■■■■ 文件已修改
src/views/safetyproduction/checklist.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/new.vue 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/review.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/reviewXG.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/checklist.vue
@@ -266,7 +266,7 @@
      </div>
    </div>
    <el-dialog :title="titleN" :visible.sync="dialogVisible" width="30%">
    <el-dialog :title="titleN" :visible.sync="dialogVisible" :close-on-click-modal="false" width="30%">
      <el-form ref="form" :model="formInline" label-width="80px">
        <el-form-item label="名称">
          <el-input v-model="formInline.name"></el-input>
src/views/safetyproduction/new.vue
@@ -112,7 +112,7 @@
        </div>
      </div>
    </div>
    <el-dialog title="添加" :visible.sync="dialogVisible" width="30%">
    <el-dialog title="添加" :visible.sync="dialogVisible" :close-on-click-modal="false" width="30%">
      <el-form ref="form" :model="form" label-width="100px">
        <el-form-item label="自查清单名称">
          <el-input v-model="form.inspectionName"></el-input>
@@ -339,19 +339,19 @@
      this.TreeB(currentObj.value);
    },
    handleClick(data) {
      console.log('tag', data.id)
      if (data.safetyInspectionItemId!=undefined) {
          this.$router.push({
      console.log("tag", data.id);
      if (data.safetyInspectionItemId != undefined) {
        this.$router.push({
          path: "/reviewXG",
          query: {
            id: data.safetyInspectionItemId,
          },
        });
      } else{
         this.$router.push({
      } else {
        this.$router.push({
          path: "/reviewXG",
          query: {
            id:data.id
            id: data.id,
          },
        });
      }
@@ -384,6 +384,9 @@
              message: "新增成功",
              title: "成功",
            });
            this.$router.push({
              path:"/checklistself"
            });
          }
        });
      } else if (this.id == "编辑") {
@@ -396,6 +399,9 @@
            title: "成功",
          });
        });
         this.$router.push({
              path:"/checklistself"
            });
      }
    },
    btnsQX() {
src/views/safetyproduction/review.vue
@@ -198,7 +198,7 @@
      </div>
    </div>
    <el-dialog title="扣分详情" :visible.sync="dialogVisible" width="30%">
    <el-dialog title="扣分详情" :visible.sync="dialogVisible" :close-on-click-modal="false" width="30%">
      <el-form ref="form" :model="form" label-width="54px">
        <el-form-item label="说明">
          <el-input disabled="true" v-model="form.name"></el-input>
src/views/safetyproduction/reviewXG.vue
@@ -150,7 +150,7 @@
      </div>
    </div>
    <el-dialog title="扣分详情" :visible.sync="dialogVisible" width="30%">
    <el-dialog title="扣分详情" :visible.sync="dialogVisible" :close-on-click-modal="false" width="30%">
      <el-form ref="form" :model="formInline" label-width="54px">
        <el-form-item label="说明">
          <el-input v-model="formInline.name"></el-input>