1 line
8.0 KiB
JSON
1 line
8.0 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\\tripstat\\statInfo.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\tripstat\\statInfo.vue","mtime":1737610069451},{"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 _paging = _interopRequireDefault(require(\"@/views/Public/paging.vue\"));\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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\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 Paging: _paging.default,\n Popup: _popup.default\n },\n data: function data() {\n return {\n iscontinue: true,\n iscontinue2: false,\n loading: false,\n //初始化loading\n loadingMsg: \"\",\n row: {},\n statusText: [\"待审核\", \"已同意\", \"已拒绝\", \"待本人确认\", \"已取消\"],\n validation: false,\n completeTitle: \"\",\n btns: 3,\n nav: \"\",\n options: [{\n name: \"全部\"\n }] /**拜访部门 */,\n formInline: {\n time: [],\n departmentName: \"\",\n type: \"\"\n },\n page: {\n limit: 0 /** 当前点击*/,\n sizePage: 10 /** 当前多少页*/,\n total: 0 /**总数 */\n },\n tableData: []\n };\n },\n mounted: function mounted() {\n this.formInline.time = [this.timeDefault(), this.timeDefault()];\n this.getbmlist();\n this.createLoad();\n this.getDate();\n },\n methods: {\n timeDefault: function timeDefault() {\n var date = new Date();\n var month = date.getMonth() + 1;\n if (month < 10) {\n month = \"0\" + month;\n }\n var s1 = date.getFullYear() + \"-\" + month + \"-\" + date.getDate();\n return s1;\n },\n changeDept: function changeDept() {\n console.log(666, this.formInline.departmentName);\n },\n onOut: function onOut() {\n var _this = this;\n (0, _getdata.Own)().then(function (res) {\n if (res.returnCode === \"1\") {\n var a = _this.formInline.time ? _this.formInline.time[0] : \"\";\n var b = _this.formInline.time ? _this.formInline.time[1] : \"\";\n var type = _this.formInline.type;\n var str = \"beginDate=\" + a + \"&endDate=\" + b + \"&departmentName=\" + _this.formInline.departmentName + \"&type=\" + type;\n // let url = \"http://127.0.0.1:8082/greenH5/greenWebmodul/rest/greenVisitorStatistics/exportStatInfoByExcel?\" + str;\n var url = \"/greenH5/greenWebmodul/rest/greenVisitorStatistics/exportStatInfoByExcel?\" + str;\n console.log(url, 241);\n
|