1. 修复问题新增对话框中,无法正确上传图片的问题
2. 工地施工阶段可选项更新
已修改3个文件
23 ■■■■ 文件已修改
src/enum/construction.js 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/fysp/check/components/CompProblemAddOrUpd.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/fysp/check/components/CompProblemCard.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/enum/construction.js
@@ -34,6 +34,10 @@
      value: '全部',
    },
    {
      label: '打桩',
      value: '打桩',
    },
    {
      label: '基础',
      value: '基础',
    },
@@ -50,6 +54,14 @@
      value: '室外总体',
    },
    {
      label: '即将完工',
      value: '即将完工',
    },
    {
      label: '竣工验收',
      value: '竣工验收',
    },
    {
      label: '装饰装修',
      value: '装饰装修',
    },
src/views/fysp/check/components/CompProblemAddOrUpd.vue
@@ -614,7 +614,7 @@
          });
          if (this.type == 1) {
            let deleteImgCopy = this.deleteImg;
            fileUtil.getImageFiles(picUrls, function (files) {
            fileUtil.getImageFiles(picUrls, (files) => {
              data.append('deleteImg', deleteImgCopy);
              deepCopyPro.advise = deepCopyPro.advice;
              delete deepCopyPro['advice'];
@@ -633,14 +633,13 @@
            });
          } else {
            const deepCopySubTask = useCloned(this.subtask).cloned.value;
            const that = this;
            fileUtil.getImageFiles(picUrls, function (files) {
            fileUtil.getImageFiles(picUrls, (files) => {
              deepCopyPro.insGuid = deepCopySubTask.insGuid;
              delete deepCopyPro['description'];
              deepCopyPro.proName = deepCopyPro.problemname;
              delete deepCopyPro['problemname'];
              deepCopyPro.ptGuid = that.findProTypeByGuid(
                that.currProTypeGuid
              deepCopyPro.ptGuid = this.findProTypeByGuid(
                this.currProTypeGuid
              ).guid;
              deepCopyPro.locationId = deepCopyPro.locationid;
              delete deepCopyPro['locationid'];
src/views/fysp/check/components/CompProblemCard.vue
@@ -89,7 +89,7 @@
      </el-col>
      <el-col :span="12">
        <el-row justify="end" class="btn-group">
          <el-button type="danger" size="small" @click="deletePro" disabled
          <el-button type="danger" size="small" @click="deletePro" :disabled="false"
            >删除</el-button
          >
          <!-- <el-button