{"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\\reconciliationManagement\\statementManagement\\component\\statementManagementDetail.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\jd_cgpt_fvue\\src\\views\\Normal\\reconciliationManagement\\statementManagement\\component\\statementManagementDetail.vue","mtime":1713213612856},{"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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\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';\nimport reconciliationManagement from '@/api/BasicDataManagement/reconciliationManagement.js';\nimport utils from '@/utils.js';\nexport default {\n name: 'statementManagementDetail',\n components: {\n Breadcrumb: Breadcrumb\n },\n data: function data() {\n return {\n breadcrumbOpt: [{\n breadcrumbName: '对账单管理'\n }, {\n breadcrumbName: '详情'\n }],\n parameter: {}\n };\n },\n created: function created() {\n if (this.$route.query.detailRows) {\n var row = JSON.parse(JSON.stringify(this.$route.query.detailRows));\n this.selectOne(row);\n }\n },\n mounted: function mounted() {},\n methods: {\n // 编辑\n handleEdit: function handleEdit() {\n this.$router.push({\n name: 'statementManagementAddDialog',\n query: {\n editRows: this.parameter.bizReconciliation,\n pageBean: this.params\n }\n });\n },\n selectOne: function selectOne(row) {\n var _this = this;\n\n reconciliationManagement.selectOne(row.id).then(function (res) {\n console.log(res, '1111');\n _this.parameter = res.data.value;\n\n if (!_this.parameter.detailList) {\n _this.parameter.detailList = [];\n }\n });\n },\n // 关闭//面包屑点击\n handleClose: function handleClose() {\n this.$router.push({\n name: 'statementManagement',\n params: {\n pageBean: this.$route.query.pageBean\n }\n });\n this.parameter = {};\n },\n //详情\n detail: function detail(val) {\n if (val) {\n this.modifychoData(val);\n }\n },\n //获取详情\n modifychoData: function modifychoData(val) {},\n //撤回\n withdrawBtn: function withdrawBtn() {\n var _this2 = this;\n\n this.$confirm('确定要撤回吗?', '提示', {\n confirmButtonText: '确定',\n cancelButtonText: '取消',\n type: 'warning'\n }).then(function () {\n reconciliationManagement.batchReceipt(_this2.parameter.bizReconciliation.id).then(function (res) {\n if (res.data.state) {\n _this2.$message.success('撤回成功!');\n\n _this2.$router.go(-1);\n }\n });\n });\n },\n //发布\n shipmentsBtn: function shipmentsBtn() {\n var _this3 = this;\n\n this.$confirm('确定要发布吗?', '提示', {\n confirmButtonText: '确定',\n cancelButtonText: '取消',\n type: 'warning'\n }).then(function () {\n reconciliationManagement.batchSent(_this3.parameter.bizReconciliation.id).then(function (res) {\n if (res.data.state) {\n _this3.$message.success('发布成功!');\n\n _this3.$router.go(-1);\n }\n });\n });\n }\n }\n};",null]}