hz-zhhq-web/node_modules/.cache/babel-loader/3cc18040af71ffdab8425457f40...

1 line
5.7 KiB
JSON

{"remainingRequest":"E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js!E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\hz-zhhq-web\\src\\views\\estate\\examine\\zhengg\\index.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\estate\\examine\\zhengg\\index.vue","mtime":1737610069419},{"path":"E:\\hz-zhhq-web\\babel.config.js","mtime":1737610069371},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["\"use strict\";\n\nvar _interopRequireDefault = require(\"E:/hz-zhhq-web/node_modules/@babel/runtime/helpers/interopRequireDefault.js\");\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\nvar _getdata = require(\"@/api/getdata\");\nvar _popup = _interopRequireDefault(require(\"@/views/estate/examine/dialog/popup.vue\"));\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default = exports.default = {\n components: {\n Popup: _popup.default\n },\n data: function data() {\n return {\n btn: 2,\n nav: '',\n validation: false,\n completeTitle: \"\",\n // row: this.$route.params.row,\n row: this.$route.params.row ? this.$route.params.row : JSON.parse(window.localStorage.getItem(\"zgyjrow\")),\n index: this.$route.params.index ? this.$route.params.index : window.localStorage.getItem(\"zgyindex\"),\n date: \"\",\n text1: \"\",\n text2: \"\",\n text3: \"\",\n text4: \"\",\n tabledata: {},\n ids1: \"\",\n ids2: \"\"\n };\n },\n created: function created() {\n // console.log(this.index,100)\n },\n mounted: function mounted() {\n this.date = this.row.month;\n // if (this.row.STATUS != \"0\") {\n this.getlist();\n // }\n },\n methods: {\n closeDialogDel: function closeDialogDel() {\n this.validation = false;\n },\n comeBack: function comeBack() {\n this.$router.push({\n name: \"Examine\",\n params: {\n index: this.index\n }\n });\n },\n /**下载 */addDownload: function addDownload() {\n var _this = this;\n (0, _getdata.Own)().then(function (res) {\n if (res.returnCode === \"1\") {\n var url = \"/greenH5/greenWebmodul/rest/greenAccessManager/downloadFeedBack?\" + \"mid\" + \"=\" + _this.row.id + \"&month=\" + _this.date;\n window.location.href = url;\n }\n });\n },\n /**反显数据 */getlist: function getlist() {\n var _this2 = this;\n var Content = {\n mid: this.row.id,\n _month: this.date\n };\n (0, _getdata.LookZgFk)(Content).then(function (res) {\n // console.log(res);\n if (res.returnCode == \"1\") {\n _this2.$message({\n message: res.returnMsg,\n type: \"success\"\n });\n _this2.ids1 = res.returnData[0].id ? res.returnData[0].id : \"\";\n _this2.ids2 = res.returnData[0].id ? res.returnData[1].id : \"\";\n _this2.text1 = res.returnData[0].project;\n _this2.text2 = res.returnData[0].content;\n _this2.text3 = res.returnData[1].project;\n _this2.text4 = res.returnData[1].content;\n } else {\n _this2.$message({\n message: res.returnMsg,\n type: \"warning\"\n });\n }\n }).catch(function (err) {\n console.log(err);\n });\n },\n clearA: function clearA() {\n this.text1 = \"\";\n this.text2 = \"\";\n this.text3 = \"\";\n this.text4 = \"\";\n this.$router.push({\n name: \"Examine\",\n params: {\n index: this.index\n }\n });\n },\n compulte: function compulte() {\n var _this3 = this;\n // if()\n // console.log(this.text1.trim(),123)\n var Content = {\n feedBackList: [{\n id: this.ids1,\n content: this.text2,\n mid: this.row.id,\n month: this.date,\n project: this.text1\n }, {\n id: this.ids2,\n content: this.text4,\n mid: this.row.id,\n month: this.date,\n project: this.text3\n }]\n };\n\n // console.log(Content, 123);\n if (this.text1 && this.text2 && this.text3 && this.text4) {\n (0, _getdata.ZgFk)(Content).then(function (res) {\n // console.log(res);\n if (res.returnCode == \"1\") {\n _this3.$message({\n message: res.returnMsg,\n type: \"success\"\n });\n _this3.$router.push({\n name: \"Examine\",\n params: {\n index: _this3.index\n }\n });\n } else {\n _this3.$message({\n message: res.returnMsg,\n type: \"warning\"\n });\n }\n }).catch(function (err) {\n console.log(err);\n });\n } else {\n this.validation = true;\n this.nav = '整改事项与整改内容为必填项,请填写完成!';\n this.completeTitle = \"警告\";\n }\n }\n }\n};",null]}