{"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\\materialProcurementConfirm.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\jd_cgpt_fvue\\src\\views\\Normal\\ManagementBid\\calibration\\component\\materialProcurementConfirm.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":["import \"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//\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 selectList: [],\n form: {},\n adding: false,\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.params.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() {\n var _this = this;\n\n var form = {};\n this.adding = true;\n this.selectList.forEach(function (item) {\n form = item;\n });\n this.$http.post('${portal}/calibration/v1/saveByCalibra', form).then(function (res) {\n if (res.data.state) {\n _this.$message.success(res.data.message);\n }\n\n _this.adding = false;\n }); // this.showTroubleshooting = true\n },\n //表格多选\n handleSelectionChange: function handleSelectionChange(val) {\n this.selectList = val;\n\n if (val.length === 0) {\n this.handleAddActive = true;\n } else {\n this.handleAddActive = false;\n }\n },\n //查看报价\n quoteBtn: function quoteBtn(rows) {\n rows.evaluationTemplateId = this.$route.query.editRows.evaluationTemplateId;\n this.$router.push({\n name: 'materialProcurementBid',\n query: {\n editRows: rows\n }\n });\n },\n //\n loadData: function loadData(id) {\n var _this2 = this;\n\n this.$http.post('${portal}/bizBiddingQuotation/v1/evaOrgRankData?noticeId=' + id).then(function (res) {\n if (res.data.state) {\n _this2.tableData = res.data.value;\n }\n });\n },\n // 关闭//面包屑点击\n handleClose: function handleClose() {\n this.$router.push({\n name: 'calibration',\n params: {\n tabsActiveName: 'materialProcurement',\n pageBean: this.$route.query.pageBean\n }\n });\n }\n }\n};",null]}