{"remainingRequest":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xypm-web\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xypm-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xypm-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xypm-web\\src\\views\\ProcessManagement\\SecurityManagement\\ConstructionOther.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xypm-web\\src\\views\\ProcessManagement\\SecurityManagement\\ConstructionOther.vue","mtime":1675214578026},{"path":"D:\\jenkins\\workspace\\xypm-web\\babel.config.js","mtime":1675214572901},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/web.dom.iterable\";\nimport \"core-js/modules/es6.array.find\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport ProjectInfoDialog from '@/components/dialog/ProjectInfoDialog.vue';\nimport req from '@/request.js';\nimport utils from '@/utils.js';\nexport default {\n  name: 'ConstructionOther',\n  components: {\n    ProjectInfoDialog: ProjectInfoDialog\n  },\n  props: {\n    pid: {\n      type: String,\n      default: ''\n    },\n    isShow: {\n      type: Boolean,\n      default: true\n    }\n  },\n  data: function data() {\n    return {\n      importData: {\n        title: '其它文件导入',\n        templateName: '其它文件模板.xls',\n        downloadUrl: '/../fvue/static/excel/EpidemicPreventionControl.xlsx',\n        importUrl: window.context.cqxy + '/biz/processManagement/progressManageEpidemicControl/v1/importExcelData',\n        showProject: true,\n        projectId: ''\n      },\n      projectObj: [],\n      //获取的所有项目数组\n      searchForm: {\n        projectId: '',\n        epidemicControlCode: '',\n        epidemicControlDate: ''\n      },\n      //顶部搜索参数\n      data: [],\n      //表格数据\n      pageResult: {\n        page: 1,\n        pageSize: 20,\n        total: 0\n      },\n      form: {\n        epidemicControlUser: '',\n        accessoryInfo: [],\n        projectInfo: {\n          projectName: '',\n          projectCode: ''\n        }\n      },\n      dialogVisible: false,\n      dialogTitle: '添加',\n      //表单验证\n      rules: {\n        'projectInfo.projectName': {\n          required: true,\n          message: '项目名称不能为空',\n          trigger: 'blur'\n        } // 'projectInfo.projectCode': {\n        //   required: true,\n        //   message: '项目代码不能为空',\n        //   trigger: 'blur',\n        // },\n        // epidemicControlDate: {\n        //   required: true,\n        //   message: '检查日期不能为空',\n        //   trigger: 'blur',\n        // },\n        // epidemicControlUser: {\n        //   required: true,\n        //   message: '负责人不能为空',\n        //   trigger: 'blur',\n        // },\n\n      }\n    };\n  },\n  computed: {\n    deleteUrl: function deleteUrl() {\n      return window.context.cqxy + '/biz/processManagement/progressManageEpidemicControl/v1/delete';\n    }\n  },\n  mounted: function mounted() {\n    this.initProjectAll();\n  },\n  methods: {\n    //重置\n    handleReset: function handleReset() {\n      var _this = this;\n\n      this.searchForm.projectId = '';\n      this.searchForm.epidemicControlCode = '';\n      this.searchForm.epidemicControlDate = '';\n      this.$refs['searchForm'].resetFields();\n      this.pageResult = {\n        page: 1,\n        pageSize: 20,\n        total: 0\n      };\n      this.$nextTick(function () {\n        _this.$refs.AtTable.load();\n      });\n    },\n    handleSelectProject: function handleSelectProject(data) {\n      this.form.epidemicControlUser = data.projectManager;\n      this.form.projectInfo.projectName = data.projectName;\n      this.form.projectInfo.projectCode = data.projectCode;\n      this.form.projectId = data.id;\n      this.$refs.ruleForm.clearValidate();\n    },\n    //打开选择项目弹框\n    handleFocusProject: function handleFocusProject() {\n      this.$refs.project.open();\n    },\n    //导入后重新加载数据\n    load: function load() {\n      this.$refs.AtTable.load();\n    },\n    //导出\n    handleExport: function handleExport() {\n      var _this2 = this;\n\n      var query = [];\n      var search = {\n        'pm.ID_': this.searchForm.projectId,\n        epidemic_control_code_: this.searchForm.epidemicControlCode,\n        epidemic_control_date_: this.searchForm.epidemicControlDate\n      };\n\n      if (!this.isShow) {\n        search['pm.ID_'] = this.pid;\n      }\n\n      for (var i in search) {\n        if (search[i]) {\n          query.push({\n            group: 'advance',\n            operation: 'LIKE',\n            property: i,\n            relation: 'AND',\n            value: search[i]\n          });\n        }\n      }\n\n      var param = {\n        pageBean: {\n          page: 1,\n          pageSize: -1,\n          showTotal: true\n        },\n        querys: query,\n        sorter: []\n      };\n      req.downloadPostCopy('${cqxy}/biz/processManagement/progressManageEpidemicControl/v1/exportDataToExcel', param).then(function (res) {\n        if (res.status == 200) {\n          _this2.$message.success('导出成功');\n        } else {\n          _this2.$message.error('导出失败');\n        }\n      });\n    },\n    //获取附件信息\n    accessoryInfo: function accessoryInfo(info) {\n      this.form.accessoryInfo = info;\n    },\n    initProjectAll: function initProjectAll() {\n      var _this3 = this;\n\n      //初始获取所有项目数据\n      if (this.isShow) {\n        this.$http.post('${cqxy}/biz/projectManagement/pm/v1/All').then(function (res) {\n          _this3.projectObj = res.data.value;\n        }, function (error) {\n          reject(error);\n        });\n      } else {\n        var params = {\n          pageBean: {\n            page: 1,\n            pageSize: 500,\n            total: 0\n          },\n          querys: [{\n            group: 'main',\n            operation: 'EQUAL',\n            property: 'id',\n            relation: 'AND',\n            value: this.pid\n          }]\n        };\n        this.$http.post('${cqxy}/biz/projectManagement/pm/v1/page', params).then(function (res) {\n          if (res.data.state) {\n            var resp = res.data.value;\n            _this3.projectObj = resp.rows;\n          }\n        });\n      }\n    },\n    //查询\n    handleSearch: function handleSearch() {\n      this.$refs.AtTable.load();\n    },\n    afterSaveData: function afterSaveData() {\n      var _this4 = this;\n\n      setTimeout(function () {\n        _this4.form = {\n          epidemicControlUser: '',\n          accessoryInfo: [],\n          projectInfo: {\n            projectName: '',\n            projectCode: ''\n          }\n        };\n\n        _this4.beforeCloseDialog();\n\n        _this4.$refs.AtTable.load();\n      }, 500);\n    },\n    beforeCloseDialog: function beforeCloseDialog() {\n      this.dialogVisible = false;\n    },\n    handleAdd: function handleAdd() {\n      this.dialogTitle = '添加';\n      this.dialogVisible = true;\n\n      if (this.isShow) {\n        var selectedProject = this.projectObj.find(function (item) {\n          if (item.currentProject && item.currentProject == 1) {\n            return item.currentProject == 1;\n          }\n        }); // //获取当前时间\n\n        var date = new Date();\n        this.form.epidemicControlDate = utils.formatDateYear(date);\n        this.form.projectInfo.projectName = selectedProject.projectName;\n        this.form.projectInfo.projectCode = selectedProject.projectCode;\n        this.form.epidemicControlUser = selectedProject.projectManager;\n        this.form.projectId = selectedProject.id;\n      } else {\n        //根据项目id查询\n        var _date = new Date();\n\n        this.form.epidemicControlDate = utils.formatDateYear(_date);\n        this.form.projectInfo.projectName = this.projectObj[0].projectName;\n        this.form.projectInfo.projectCode = this.projectObj[0].projectCode;\n        this.form.epidemicControlUser = this.projectObj[0].projectManager;\n        this.form.projectId = this.projectObj[0].id;\n      }\n    },\n    handleRowDBClick: function handleRowDBClick(data) {\n      var _this5 = this;\n\n      this.dialogTitle = '修改';\n      this.$http.post('${cqxy}/biz/processManagement/progressManageEpidemicControl/v1/detail/' + data.id).then(function (res) {\n        _this5.dialogVisible = true;\n        var response = res.data.value;\n        _this5.form = response;\n      });\n    },\n    handleSelect: function handleSelect(selection) {},\n    handleDialogCancel: function handleDialogCancel() {\n      this.dialogVisible = false;\n      this.form = {\n        epidemicControlUser: '',\n        accessoryInfo: [],\n        projectInfo: {\n          projectName: '',\n          projectCode: ''\n        }\n      };\n    },\n    handleDialogClose: function handleDialogClose() {\n      this.dialogVisible = false;\n      this.form = {\n        epidemicControlUser: '',\n        accessoryInfo: [],\n        projectInfo: {\n          projectName: '',\n          projectCode: ''\n        }\n      };\n    },\n    //提交保存\n    handleDialogSubmit: function handleDialogSubmit(formName) {\n      var _this6 = this;\n\n      this.$refs[formName].validate(function (valid) {\n        if (valid && _this6.form.accessoryInfo.length !== 0) {\n          _this6.form.accessoryInfo.forEach(function (item) {\n            if (item.id) {\n              delete item.id;\n            }\n          });\n\n          _this6.$http.post('${cqxy}/biz/processManagement/progressManageEpidemicControl/v1/save', _this6.form).then(function (res) {\n            if (res.status == 200) {\n              setTimeout(function () {\n                _this6.$message.success(res.data.message);\n\n                _this6.afterSaveData();\n              }, 500);\n            } else {\n              _this6.$message.error(res.data.message);\n            }\n          });\n        } else if (_this6.form.accessoryInfo.length === 0) {\n          _this6.$message.error('至少上传一个附件');\n        } else {\n          _this6.$message({\n            message: '*号必填项,不能为空!',\n            type: 'warning'\n          });\n\n          return false;\n        }\n      });\n    },\n    loadData: function loadData(param, cb) {\n      var _this7 = this;\n\n      var query = [];\n      var search = {\n        'pm.ID_': this.searchForm.projectId,\n        epidemic_control_code_: this.searchForm.epidemicControlCode,\n        epidemic_control_date_: this.searchForm.epidemicControlDate\n      };\n\n      if (!this.isShow) {\n        search['pm.ID_'] = this.pid;\n        this.importData.projectId = this.pid;\n      }\n\n      for (var i in search) {\n        if (search[i]) {\n          query.push({\n            group: 'advance',\n            operation: 'LIKE',\n            property: i,\n            relation: 'AND',\n            value: search[i]\n          });\n        }\n      }\n\n      if (param.querys && param.querys.length) {\n        var _param$querys;\n\n        (_param$querys = param.querys).push.apply(_param$querys, query);\n      } else {\n        param.querys = query;\n      }\n\n      this.$http.post('${cqxy}/biz/processManagement/progressManageEpidemicControl/v1/page', param).then(function (resp) {\n        var response = resp.data.value;\n        _this7.data = response.rows;\n        _this7.pageResult = {\n          page: response.page,\n          pageSize: response.pageSize,\n          total: response.total\n        };\n      }, function (error) {\n        reject(error);\n      }).finally(function () {\n        return cb();\n      });\n    }\n  }\n};",null]}