{"remainingRequest":"D:\\jenkins\\workspace\\jd_cgpt_fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\jd_cgpt_fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\jd_cgpt_fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\jd_cgpt_fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\jd_cgpt_fvue\\src\\views\\Normal\\ProcurementManagement\\approvalProcurement\\component\\evaluationBid.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\jd_cgpt_fvue\\src\\views\\Normal\\ProcurementManagement\\approvalProcurement\\component\\evaluationBid.vue","mtime":1719780027810},{"path":"D:\\jenkins\\workspace\\jd_cgpt_fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\jd_cgpt_fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\jd_cgpt_fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\jd_cgpt_fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\jd_cgpt_fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.function.name\";\nimport \"core-js/modules/web.dom.iterable\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\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 { TableMixin } from '@/mixins/tableMixin'; // import nineLittlePlaceApi from '@/views/Manage/saftyDanger/api/nineLittlePlaceApi'\n\nexport default {\n name: 'CmgtSaftyDangerCheckplanFormDialogTroubleshooting',\n // 排查计划明细\n props: {// echoValue: {\n // type: Object,\n // default: ''\n // }\n },\n data: function data() {\n return {\n tableMaxHeight: 400,\n showTroubleshooting: false,\n // 控制弹层显示与隐藏\n activeName: '综合评标法',\n tableData: [],\n loading: false,\n querys: [{\n group: 'main',\n operation: 'LIKE',\n parentGroup: '',\n property: 'useOrgId',\n relation: 'AND',\n value: ''\n }, {\n group: 'main',\n operation: 'LIKE',\n parentGroup: '',\n property: 'small_place_area_',\n relation: 'AND',\n value: ''\n }, {\n group: 'main',\n operation: 'EQUAL',\n parentGroup: '',\n property: 'EVALUATING_METHODS_',\n relation: 'AND',\n value: '1'\n }],\n queryParam: {\n pageBean: {\n page: 1,\n pageSize: 20\n }\n },\n checkedGh: '',\n sorter: [{\n direction: 'DESC',\n property: 'createTime'\n }] // 排序数据\n\n };\n },\n mixins: [TableMixin],\n created: function created() {},\n methods: {\n // 单选框选中数据\n handleSelectionChange: function handleSelectionChange(selection) {\n if (selection.length > 1) {\n this.$refs.multipleSelection.clearSelection();\n this.$refs.multipleSelection.toggleRowSelection(selection.pop());\n }\n\n this.multipleSelection = selection;\n },\n loadData: function loadData() {},\n //搜索\n handleSearch: function handleSearch() {\n this.getData();\n },\n //重置\n handleReset: function handleReset() {\n this.getData();\n },\n //显示弹框\n add: function add(row) {\n console.log(row, 11111111);\n this.showTroubleshooting = true;\n this.querys[0].value = row; // if (this.echoValue.id) {\n // this.$nextTick(function() {\n // this.$refs.multipleSelection.toggleRowSelection(this.echoValue)\n // })\n // }\n\n this.getData();\n },\n // 切换tab选项\n handleClick: function handleClick(tab, event) {\n this.activeName = event.target.innerText; // if (this.echoValue.id) {\n // this.$nextTick(function() {\n // this.$refs.multipleSelection.toggleRowSelection(this.echoValue)\n // })\n // }\n // this.querys = this.$options.data().querys\n\n this.getData();\n },\n // 获取list\n getData: function getData(page) {\n var _this = this;\n\n if (page) {\n this.queryParam.pageBean.page = page;\n } // 不分页\n\n\n this.queryParam.pageBean.pageSize = -1;\n this.loading = true;\n this.tableData = [];\n this.queryParam.querys = [];\n this.queryParam.sorter = this.sorter;\n\n if (this.activeName === '综合评标法') {\n if (this.querys[0].value) {\n this.queryParam.querys.push(this.querys[0]);\n }\n\n if (this.querys[1].value) {\n this.queryParam.querys.push(this.querys[1]);\n }\n\n this.querys[2].value = 1;\n this.queryParam.querys.push(this.querys[2]);\n } else if (this.activeName === '最低价评标法') {\n if (this.querys[0].value) {\n this.queryParam.querys.push(this.querys[0]);\n }\n\n this.querys[2].value = 2;\n this.queryParam.querys.push(this.querys[2]);\n }\n\n this.$http.post('${portal}/bizEvaluationSystem/v1/pageByUseOrg', this.queryParam).then(function (res) {\n console.log(res, 'resssss');\n _this.total = res.data.value.total;\n _this.tableData = res.data.value.rows;\n\n _this.tableData.forEach(function (item) {\n item.orgs = item.orgs.map(function (item) {\n return item.name;\n }).join(',');\n }); // this.tableData.forEach(item => {\n // this.jxcspqList.forEach(val => {\n // if (item.smallPlaceArea == val.value) {\n // item['smallPlaceAreaName'] = val.name\n // }\n // })\n // })\n\n\n _this.loading = false;\n\n _this.$set(_this.tableData);\n });\n },\n // 重置\n clearQuerys: function clearQuerys() {\n this.querys[0].value = '';\n this.querys[1].value = '';\n },\n // 点击关闭按钮\n handleClose: function handleClose() {\n this.$refs.multipleSelection.clearSelection();\n this.showTroubleshooting = false;\n },\n // 保存按钮\n handleSave: function handleSave() {\n this.$emit('addDetail', this.multipleSelection[0]);\n this.handleClose();\n }\n }\n};",null]}