management/front/dkha-web-sz-main/node_modules/.cache/vue-loader/276b54e94f15862b8b41700dddc...

1 line
14 KiB
JSON

{"remainingRequest":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\src\\views\\modules\\applicationPart2\\projectApplicationRecord2\\projectapplicationRecord2-add-or-update.vue?vue&type=script&lang=js&","dependencies":[{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\src\\views\\modules\\applicationPart2\\projectApplicationRecord2\\projectapplicationRecord2-add-or-update.vue","mtime":1622363043410},{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\babel-loader\\lib\\index.js","mtime":499162500000},{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\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 debounce from 'lodash/debounce'\n\nexport default {\n props: [\"isedit\", \"isapproval\"],\n data() {\n return {\n visible: false,\n isItemDisplay: false,\n\n dataForm: {\n id: '',\n projectName: '',\n applicant: '',\n applicationDept: '',\n projectStartDate: '',\n projectEndDate: '',\n projectType: '',\n projectDescription: '',\n projectState: '',\n creator: '',\n createDate: '',\n approver: '',\n comment: '',\n }\n }\n },\n computed: {\n dataRule() {\n return {\n projectName: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n applicant: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n applicationDept: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n projectStartDate: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n projectEndDate: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n projectType: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n projectDescription: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n projectState: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n creator: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n createDate: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ]\n }\n }\n },\n methods: {\n init() {\n this.visible = true\n this.$nextTick(() => {\n this.$refs['dataForm'].resetFields()\n if (this.dataForm.id) {\n this.getInfo()\n }\n })\n },\n // 获取信息\n getInfo() {\n this.$http.get(`/system/projectApplication/projectapplication/${this.dataForm.id}`).then(({data: res}) => {\n if (res.code !== 0) {\n return this.$message.error(res.msg)\n }\n this.dataForm = {\n ...this.dataForm,\n ...res.data\n }\n }).catch(() => {\n })\n },\n // 表单提交\n dataFormSubmitHandle: debounce(function () {\n this.$refs['dataForm'].validate((valid) => {\n if (!valid) {\n return false\n }\n // if (!this.dataForm.projectState){\n // this.dataForm.projectState = \"0\"\n // }\n\n this.dataForm.approver = this.$store.state.user.realName\n\n this.$http[!this.dataForm.id ? 'post' : 'put']('/system/projectApplication/projectapplication/', this.dataForm).then(({data: res}) => {\n if (res.code !== 0) {\n return this.$message.error(res.msg)\n }\n this.$message({\n message: this.$t('prompt.success'),\n type: 'success',\n duration: 500,\n onClose: () => {\n this.visible = false\n this.$emit('refreshDataList')\n }\n })\n }).catch(() => {\n })\n })\n }, 1000, {'leading': true, 'trailing': false})\n }\n}\n",{"version":3,"sources":["projectapplicationRecord2-add-or-update.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkHA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"projectapplicationRecord2-add-or-update.vue","sourceRoot":"src/views/modules/applicationPart2/projectApplicationRecord2","sourcesContent":["<template>\n <div>\n <el-dialog v-if=\"!isapproval\" width=\"800px\" :visible.sync=\"visible\" :title=\"isedit?(!dataForm.id ? $t('add') : $t('update')):'详情'\"\n :close-on-click-modal=\"false\" :close-on-press-escape=\"false\">\n <el-form :model=\"dataForm\" :disabled=\"!isedit\" :rules=\"dataRule\" ref=\"dataForm\"\n @keyup.enter.native=\"isedit?dataFormSubmitHandle():0\"\n :label-width=\"$i18n.locale === 'en-US' ? '120px' : '120px'\">\n <el-row>\n <el-col span=\"11\">\n <el-form-item label=\"项目名称\" prop=\"projectName\">\n <el-input v-model=\"dataForm.projectName\" placeholder=\"项目名称\"></el-input>\n </el-form-item>\n </el-col>\n <el-col span=\"11\" offset=\"2\">\n <el-form-item label=\"申请人\" prop=\"applicant\">\n <el-input v-model=\"dataForm.applicant\" placeholder=\"申请人\"></el-input>\n </el-form-item>\n </el-col>\n </el-row>\n\n\n <el-row>\n <el-col span=\"11\">\n <el-form-item label=\"申请单位\" prop=\"applicationDept\">\n <el-input v-model=\"dataForm.applicationDept\" placeholder=\"申请单位\"></el-input>\n </el-form-item>\n </el-col>\n <el-col span=\"11\" offset=\"2\">\n <el-form-item label=\"项目开始时间\" prop=\"projectStartDate\">\n <el-date-picker\n v-model=\"dataForm.projectStartDate\"\n type=\"datetime\"\n value-format=\"yyyy-MM-dd HH:mm:ss\"\n placeholder=\"项目开始时间\"\n style=\"width: 100%\">\n </el-date-picker>\n </el-form-item>\n </el-col>\n </el-row>\n\n\n <el-row>\n <el-col span=\"11\">\n <el-form-item label=\"项目结束时间\" prop=\"projectEndDate\">\n <el-date-picker\n v-model=\"dataForm.projectEndDate\"\n type=\"datetime\"\n value-format=\"yyyy-MM-dd HH:mm:ss\"\n placeholder=\"项目结束时间\"\n style=\"width: 100%\">\n </el-date-picker>\n </el-form-item>\n </el-col>\n <el-col span=\"11\" offset=\"2\">\n <el-form-item label=\"项目类型\" prop=\"projectType\">\n <el-select v-model=\"dataForm.projectType\" placeholder=\"项目类型\" style=\"display:block;\">\n <el-option label=\"开发\" value=\"0\"></el-option>\n <el-option label=\"算法\" value=\"1\"></el-option>\n <el-option label=\"其他\" value=\"2\"></el-option>\n </el-select>\n </el-form-item>\n </el-col>\n </el-row>\n\n\n <el-row>\n <el-col span=\"11\">\n <el-form-item label=\"项目描述\" prop=\"projectDescription\">\n <el-input v-model=\"dataForm.projectDescription\" placeholder=\"项目描述\"></el-input>\n </el-form-item>\n </el-col>\n <el-col span=\"11\" offset=\"2\">\n <!-- <el-form-item label=\"项目状态\" prop=\"projectState\">-->\n <!-- <el-select v-model=\"dataForm.projectState\" placeholder=\"项目状态\" style=\"display:block;\">-->\n <!-- <el-option label=\"待审核\" value=\"0\"></el-option>-->\n <!-- <el-option label=\"审核通过\" value=\"1\"></el-option>-->\n <!-- <el-option label=\"其他\" value=\"2\"></el-option>-->\n <!-- </el-select>-->\n <!-- </el-form-item>-->\n </el-col>\n </el-row>\n </el-form>\n <template v-if=\"isedit\" slot=\"footer\">\n <el-button @click=\"visible = false\">{{ $t('cancel') }}</el-button>\n <el-button type=\"primary\" @click=\"dataFormSubmitHandle()\">{{ $t('confirm') }}</el-button>\n </template>\n </el-dialog>\n\n <el-dialog v-if=\"isapproval\" width=\"800px\" :visible.sync=\"visible\"\n :title=\"isedit?(!dataForm.id ? $t('add') : $t('update')):'详情'\" :close-on-click-modal=\"false\"\n :close-on-press-escape=\"false\">\n <el-form :model=\"dataForm\" :rules=\"dataRule\" ref=\"dataForm\" @keyup.enter.native=\"isedit?dataFormSubmitHandle():0\"\n :label-width=\"$i18n.locale === 'en-US' ? '120px' : '120px'\">\n <el-form-item label=\"审批意见\" prop=\"comment\">\n <el-input v-model=\"dataForm.comment\" placeholder=\"审批意见\"></el-input>\n </el-form-item>\n <el-form-item label=\"审核状态\" prop=\"approvalStatus\">\n <el-select v-model=\"dataForm.projectState\" placeholder=\"审核状态\" style=\"display:block;\">\n <el-option label=\"通过\" value=\"1\"></el-option>\n <el-option label=\"不通过\" value=\"2\"></el-option>\n <el-option label=\"已完成\" value=\"3\"></el-option>\n </el-select>\n </el-form-item>\n </el-form>\n\n <template v-if=\"isedit\" slot=\"footer\">\n <el-button @click=\"visible = false\">{{ $t('cancel') }}</el-button>\n <el-button type=\"primary\" @click=\"dataFormSubmitHandle()\">{{ $t('confirm') }}</el-button>\n </template>\n </el-dialog>\n </div>\n</template>\n\n<script>\nimport debounce from 'lodash/debounce'\n\nexport default {\n props: [\"isedit\", \"isapproval\"],\n data() {\n return {\n visible: false,\n isItemDisplay: false,\n\n dataForm: {\n id: '',\n projectName: '',\n applicant: '',\n applicationDept: '',\n projectStartDate: '',\n projectEndDate: '',\n projectType: '',\n projectDescription: '',\n projectState: '',\n creator: '',\n createDate: '',\n approver: '',\n comment: '',\n }\n }\n },\n computed: {\n dataRule() {\n return {\n projectName: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n applicant: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n applicationDept: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n projectStartDate: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n projectEndDate: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n projectType: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n projectDescription: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n projectState: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n creator: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n createDate: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ]\n }\n }\n },\n methods: {\n init() {\n this.visible = true\n this.$nextTick(() => {\n this.$refs['dataForm'].resetFields()\n if (this.dataForm.id) {\n this.getInfo()\n }\n })\n },\n // 获取信息\n getInfo() {\n this.$http.get(`/system/projectApplication/projectapplication/${this.dataForm.id}`).then(({data: res}) => {\n if (res.code !== 0) {\n return this.$message.error(res.msg)\n }\n this.dataForm = {\n ...this.dataForm,\n ...res.data\n }\n }).catch(() => {\n })\n },\n // 表单提交\n dataFormSubmitHandle: debounce(function () {\n this.$refs['dataForm'].validate((valid) => {\n if (!valid) {\n return false\n }\n // if (!this.dataForm.projectState){\n // this.dataForm.projectState = \"0\"\n // }\n\n this.dataForm.approver = this.$store.state.user.realName\n\n this.$http[!this.dataForm.id ? 'post' : 'put']('/system/projectApplication/projectapplication/', this.dataForm).then(({data: res}) => {\n if (res.code !== 0) {\n return this.$message.error(res.msg)\n }\n this.$message({\n message: this.$t('prompt.success'),\n type: 'success',\n duration: 500,\n onClose: () => {\n this.visible = false\n this.$emit('refreshDataList')\n }\n })\n }).catch(() => {\n })\n })\n }, 1000, {'leading': true, 'trailing': false})\n }\n}\n</script>\n"]}]}