{"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\\confirmationStatement\\component\\confirmationStatementDetail.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\jd_cgpt_fvue\\src\\views\\Normal\\reconciliationManagement\\confirmationStatement\\component\\confirmationStatementDetail.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//\nimport Breadcrumb from '@/components/Breadcrumb/index.vue';\nimport reconciliationManagement from '@/api/BasicDataManagement/reconciliationManagement.js';\nimport utils from '@/utils.js';\nexport default {\n name: 'confirmationStatementDetail',\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 handlerefuse: function handlerefuse() {\n var _this = this;\n\n this.$prompt('请输入拒绝原因', '提示', {\n confirmButtonText: '确定',\n cancelButtonText: '取消'\n }).then(function (_ref) {\n var value = _ref.value;\n\n if (value) {\n _this.refuse(value);\n } else {\n _this.$message({\n type: 'warning',\n message: '请输入拒绝原因!'\n });\n\n return;\n }\n }).catch(function () {});\n },\n selectOne: function selectOne(row) {\n var _this2 = this;\n\n reconciliationManagement.selectOne(row.id).then(function (res) {\n console.log(res, '1111');\n _this2.parameter = res.data.value;\n\n if (!_this2.parameter.detailList) {\n _this2.parameter.detailList = [];\n }\n });\n },\n // 关闭//面包屑点击\n handleClose: function handleClose() {\n this.$router.push({\n name: 'confirmationStatement',\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 _this3 = this;\n\n this.$confirm('确定要撤回吗?', '提示', {\n confirmButtonText: '确定',\n cancelButtonText: '取消',\n type: 'warning'\n }).then(function () {\n reconciliationManagement.batchReceipt(_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 shipmentsBtn: function shipmentsBtn() {\n var _this4 = this;\n\n this.$confirm('确定要发布吗?', '提示', {\n confirmButtonText: '确定',\n cancelButtonText: '取消',\n type: 'warning'\n }).then(function () {\n reconciliationManagement.batchSent(_this4.parameter.bizReconciliation.id).then(function (res) {\n if (res.data.state) {\n _this4.$message.success('发布成功!');\n\n _this4.$router.go(-1);\n }\n });\n });\n },\n //确认\n handleconfrim: function handleconfrim() {\n var _this5 = this;\n\n this.$confirm('确定要确认吗?', '提示', {\n confirmButtonText: '确定',\n cancelButtonText: '取消',\n type: 'warning'\n }).then(function () {\n reconciliationManagement.batchconfrim(_this5.parameter.bizReconciliation.id).then(function (res) {\n if (res.data.state) {\n _this5.$message.success('确认成功!');\n\n _this5.$router.go(-1);\n }\n });\n });\n },\n //拒绝\n refuse: function refuse(_refuse) {\n var _this6 = this;\n\n reconciliationManagement.batchRefuset(this.parameter.bizReconciliation.id, _refuse).then(function (res) {\n if (res.data.state) {\n _this6.$message.success('已拒绝!');\n\n _this6.$router.go(-1);\n }\n });\n }\n }\n};",null]}