{"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\\participateRegistration\\component\\participateRecording.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\jd_cgpt_fvue\\src\\views\\Normal\\ManagementBid\\participateRegistration\\component\\participateRecording.vue","mtime":1719348014190},{"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//\nimport bankCard from \"./bankCard.vue\";\nimport routerManagement from '@/api/BasicDataManagement/routerManagement.js';\nimport Breadcrumb from '@/components/Breadcrumb/index.vue';\nexport default {\n name: 'domesticDialog',\n components: {\n Breadcrumb: Breadcrumb,\n bankCard: bankCard\n },\n props: {\n editData: Object\n },\n data: function data() {\n return {\n totalValue: 0,\n breadcrumbOpt: [{\n breadcrumbName: '物资采购'\n }, {\n breadcrumbName: '结算'\n }],\n tableData: [],\n tableLoading: false,\n multipleSelection: [],\n queryParam: {\n pageBean: {\n page: 1,\n pageSize: 20,\n total: 0\n }\n },\n querys: [{\n group: 'main',\n operation: 'EQUAL',\n parentGroup: '',\n property: 'status',\n relation: 'AND',\n value: '3'\n }, {\n group: 'main',\n operation: 'EQUAL',\n parentGroup: '',\n property: 'noticeType',\n relation: 'AND',\n value: '1'\n }]\n };\n },\n created: function created() {\n this.addModifyBtn();\n this.loadData();\n },\n mounted: function mounted() {},\n methods: {\n open: function open() {\n if (this.multipleSelection.length == 0) return this.$message.warning('请选择结算订单');\n this.$refs.child.open(this.multipleSelection); //访问银行卡组件弹窗\n },\n //勾选数据\n selectionChange: function selectionChange(val) {\n var _this = this;\n\n this.multipleSelection = val;\n this.totalValue = 0;\n val.forEach(function (item) {\n _this.totalValue += item.price;\n });\n },\n //获取记录表\n addModifyBtn: function addModifyBtn() {\n console.log(this.$route.query.recordData);\n },\n // 关闭//面包屑点击\n handleClose: function handleClose() {\n this.$router.push({\n name: 'participateRegistration',\n params: {\n tabsActiveName: 'participateMaterial',\n pageBean: this.$route.query.pageBean\n }\n });\n },\n //获取数据\n loadData: function loadData() {\n var _this2 = this;\n\n this.tableLoading = true;\n this.queryParam.querys = [];\n\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.$http.post('${portal}/userParticipation/v1/page', this.queryParam).then(function (res) {\n if (res.data.state) {\n _this2.tableData = [];\n _this2.tableLoading = false;\n var data = res.data.value.rows;\n _this2.queryParam.pageBean = {\n page: res.data.value.page,\n pageSize: res.data.value.pageSize,\n total: res.data.value.total\n };\n data.forEach(function (item, index) {\n if (item.price != undefined) {\n _this2.tableData.push(item);\n }\n });\n }\n\n console.log('返回的表格数据', _this2.tableData);\n });\n },\n load: function load() {\n this.loadData();\n }\n }\n};",null]}