{"remainingRequest":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\ljzc-fvue\\src\\views\\LandLedger\\LandLedgerEnter\\LandLedgerEnterAudit\\components\\detailDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\src\\views\\LandLedger\\LandLedgerEnter\\LandLedgerEnterAudit\\components\\detailDialog.vue","mtime":1701943659893},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/web.dom.iterable\";\nimport \"core-js/modules/es6.function.name\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\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 utils from '@/utils.js';\nimport api from '@/api/LandLedger/LandLedgerEnter/LandLedgerInfo.js';\nexport default {\n name: 'domesticDialog',\n components: {\n Breadcrumb: Breadcrumb\n },\n data: function data() {\n return {\n breadcrumbOpt: [{\n breadcrumbName: '土地资产入库审核'\n }, {\n breadcrumbName: '详情'\n }],\n parameter: {\n assetType: '',\n assetBusiness: '',\n assetSrc: '',\n assetNature: '',\n assetBelong: '',\n assetDecorate: '',\n landStatus: '',\n assetLandWarrents: {\n isGetWarrents: 0,\n isMortgage: 0,\n warrentsOrgId: null,\n warrentsNo: null\n },\n assetLandUse: {\n fillYear: null\n }\n },\n projectData: []\n };\n },\n created: function created() {},\n mounted: function mounted() {},\n methods: {\n //证件类型翻译回显\n cardTypeName: function cardTypeName(value) {\n return this.cardTypeData.filter(function (item) {\n return item.value === value;\n })[0].name;\n },\n //面包屑点击\n breadcrumbClick: function breadcrumbClick() {\n this.$emit('closeComponent');\n },\n //字典翻译\n getDictName: function getDictName(code, value) {\n return utils.getDictName(code, value);\n },\n //详情\n detail: function detail(val) {\n if (val) {\n this.modifychoData(val);\n }\n },\n //获取详情\n modifychoData: function modifychoData(val) {\n var _this = this;\n\n api.detailsData(val.id, function (res) {\n if (res) {\n _this.parameter = res;\n\n _this.projectData.forEach(function (e) {\n if (res.projectId === e.id) {\n _this.parameter.projectName = e.projectName;\n }\n });\n }\n });\n },\n // 审核\n handleSave: function handleSave() {\n var _this2 = this;\n\n api.examine({\n ids: this.parameter.id,\n status: 2\n }, function (res) {\n if (res.state) {\n _this2.$message.success(\"\\u5BA1\\u6838\\u6210\\u529F\");\n\n _this2.$emit('closeComponent');\n }\n });\n },\n //驳回\n turnDown: function turnDown() {\n var _this3 = this;\n\n this.$prompt('', '驳回理由', {\n confirmButtonText: '确定',\n cancelButtonText: '取消',\n inputPattern: /^[^\\s][\\s\\S]*$/,\n inputErrorMessage: '请输入驳回理由'\n }).then(function (_ref) {\n var value = _ref.value;\n var params = {\n ids: _this3.parameter.id,\n status: 1,\n auditMsg: value\n };\n api.examine(params, function (res) {\n if (res.state) {\n _this3.$message.success(\"\\u9A73\\u56DE\\u6210\\u529F\");\n\n _this3.$emit('closeComponent');\n }\n });\n }).catch(function () {});\n }\n }\n};",null]}