{"remainingRequest":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\yhxt-web\\src\\views\\statisticalReport\\UseOfFundsReport.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\yhxt-web\\src\\views\\statisticalReport\\UseOfFundsReport.vue","mtime":1682242992650},{"path":"D:\\jenkins\\workspace\\yhxt-web\\babel.config.js","mtime":1667326389982},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport TableConfig from \"./components/TableConfig.vue\";\nimport utils from '@/utils'; // thousandBit格式化千分位\nvar BigNumber = require('bignumber.js');\nexport default {\n name: 'dailyMainEngPayStatistics',\n components: {\n TableConfig: TableConfig\n },\n data: function data() {\n return {\n configData: {\n table: [{\n label: '路段名称',\n value: 'roadName'\n }, {\n label: '运营管理单位',\n value: 'companyName'\n }, {\n label: '养护合同编号',\n value: 'contractName'\n }, {\n label: '养护资金计划-日常',\n value: 'fundDaily',\n format: true,\n count: function count(val) {\n return utils.thousandBit(val);\n }\n }, {\n label: '养护资金计划执行情况-日常',\n value: 'fundDailyAbort',\n format: true,\n count: function count(val) {\n return utils.thousandBit(val);\n }\n }, {\n label: '养护资金计划-专项',\n value: 'fundSpecial',\n format: true,\n count: function count(val) {\n return utils.thousandBit(val);\n }\n }, {\n label: '养护资金计划执行情况-专项',\n value: 'fundSpecialAbort',\n format: true,\n count: function count(val) {\n return utils.thousandBit(val);\n }\n }, {\n label: '养护资金计划-合计',\n value: 'fundTotal',\n format: true,\n count: function count(val) {\n return utils.thousandBit(val);\n }\n }, {\n label: '养护资金计划执行情况-合计',\n value: 'fundTotalAbort',\n format: true,\n count: function count(val) {\n return utils.thousandBit(val);\n }\n }, {\n label: '完成年度百分比-日常',\n value: 'percentageDaily'\n }, {\n label: '完成年度百分比-专项',\n value: 'percentageSpecial'\n }, {\n label: '完成年度百分比-合计',\n value: 'percentageTotal'\n }],\n api: 'workOrderInformation/v1/orderCashReport',\n method: 'post',\n params: {\n pageBean: {\n page: -1,\n pageSize: 10,\n showTotal: true\n }\n }\n }\n };\n }\n};",null]}