{"remainingRequest":"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\\ProjectManagement\\projectPurchaseRequisition\\component\\projectPurchaseDetail.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\jd_cgpt_fvue\\src\\views\\Normal\\ProjectManagement\\projectPurchaseRequisition\\component\\projectPurchaseDetail.vue","mtime":1719607232277},{"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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\r\nimport Breadcrumb from '@/components/Breadcrumb/index.vue'\r\nimport procurementManagement from '@/api/procurementManagement'\r\nexport default {\r\n name: 'domesticDialog',\r\n components: {Breadcrumb},\r\n data() {\r\n return {\r\n breadcrumbOpt: [{breadcrumbName: '采购申请'}, {breadcrumbName: '详情'}],\r\n parameter: {},\r\n applicationTypeList: [\r\n {\r\n label: '标准采购申请',\r\n value: '1'\r\n }\r\n ],\r\n applicationSourceList: [\r\n {\r\n label: '手工录入',\r\n value: '1'\r\n }\r\n ],\r\n procurementMethodList: [\r\n {\r\n label: '平台招标',\r\n value: '1'\r\n },\r\n {\r\n label: '企业招标',\r\n value: '2'\r\n },\r\n {\r\n label: '企业线下定价',\r\n value: '3'\r\n }\r\n ]\r\n }\r\n },\r\n created() {\r\n this.parameter = this.$route.query.detailRows\r\n this.detail(this.parameter.id)\r\n },\r\n mounted() {},\r\n methods: {\r\n // 关闭//面包屑点击\r\n handleClose() {\r\n this.$router.push({\r\n name: 'projectPurchaseRequisition',\r\n params: {\r\n pageBean: this.$route.query.pageBean\r\n }\r\n })\r\n this.parameter = {}\r\n },\r\n //详情\r\n detail(val) {\r\n procurementManagement\r\n .projectApprovalProDetailsSelectOne(val)\r\n .then(res => {\r\n res.value.applicationType = this.applicationTypeList.filter(\r\n item => item.value == res.value.applicationType\r\n )[0].label\r\n res.value.applicationSource = this.applicationSourceList.filter(\r\n item => item.value == res.value.applicationSource\r\n )[0].label\r\n this.parameter = res.value\r\n })\r\n }\r\n }\r\n}\r\n",null]}