{"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\\ManagementBid\\calibration\\component\\procurementProjectConfirm.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\jd_cgpt_fvue\\src\\views\\Normal\\ManagementBid\\calibration\\component\\procurementProjectConfirm.vue","mtime":1714509635672},{"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":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\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 Breadcrumb from '@/components/Breadcrumb/index.vue';\nexport default {\n name: 'domesticDialog',\n components: {\n Breadcrumb: Breadcrumb\n },\n props: {\n editData: Object\n },\n data: function data() {\n return {\n showTroubleshooting: false,\n markerFlowValue: {},\n handleAddActive: true,\n breadcrumbOpt: [{\n breadcrumbName: '物资采购'\n }, {\n breadcrumbName: '评标确认'\n }],\n tableData: [],\n tableLoading: false,\n queryParam: {\n pageBean: {\n page: 1,\n pageSize: 20,\n total: 0\n }\n }\n };\n },\n created: function created() {\n var noticeId = this.$route.query.editRows.id;\n this.loadData(noticeId);\n },\n mounted: function mounted() {},\n methods: {\n //中标保存\n handleSave: function handleSave() {\n this.showTroubleshooting = false;\n this.markerFlowValue = '';\n },\n //取消确认中标\n winningBidder: function winningBidder() {\n this.showTroubleshooting = false;\n this.markerFlowValue = '';\n },\n //确认中标人\n handleAdd: function handleAdd() {// this.showTroubleshooting = true\n },\n //表格多选\n handleSelectionChange: function handleSelectionChange(val) {\n if (val.length === 0) {\n this.handleAddActive = true;\n } else {\n this.handleAddActive = false;\n }\n },\n //查看报价\n quoteBtn: function quoteBtn(rows) {\n this.$router.push({\n name: 'materialProcurementBid',\n query: {\n editRows: rows,\n pageBean: this.params\n }\n });\n },\n //\n loadData: function loadData(id) {\n var _this = this;\n\n this.queryParam.query = [];\n this.queryParam.query.push({\n group: 'main',\n operation: 'EQUAL',\n parentGroup: '',\n property: 'noticeId',\n relation: 'AND',\n value: id\n });\n this.$http.post('${portal}/calibrationDetail/v1/page', this.queryParam).then(function (res) {\n if (res.data.state) {\n _this.tableData = res.data.value.rows;\n _this.queryParam.pageBean = {\n page: res.data.value.page,\n pageSize: res.data.value.pageSize,\n total: res.data.value.total\n };\n }\n });\n },\n // 关闭//面包屑点击\n handleClose: function handleClose() {\n this.$router.push({\n name: 'calibration',\n params: {\n tabsActiveName: 'procurementProject',\n pageBean: this.$route.query.pageBean\n }\n });\n }\n }\n};",null]}