| 1 |
- {"remainingRequest":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\src\\pages\\marketing\\storeIntegralOrder\\index.vue?vue&type=style&index=0&id=263791b1&lang=scss&scoped=true","dependencies":[{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\src\\pages\\marketing\\storeIntegralOrder\\index.vue","mtime":1761185180134},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\css-loader\\index.js","mtime":499162500000},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":499162500000},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\postcss-loader\\src\\index.js","mtime":499162500000},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\sass-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:DQoucHJvZHVjdF90YWJzIDo6di1kZWVwIC5pdnUtdGFicy1iYXIgew0KICBtYXJnaW4tYm90dG9tOiAwcHggIWltcG9ydGFudDsNCn0NCi5wcm9kdWN0X3RhYnMgOjp2LWRlZXAgLml2dS1wYWdlLWhlYWRlci1jb250ZW50IHsNCiAgbWFyZ2luLWJvdHRvbTogMHB4ICFpbXBvcnRhbnQ7DQp9DQoucHJvZHVjdF90YWJzIDo6di1kZWVwIC5pdnUtcGFnZS1oZWFkZXItYnJlYWRjcnVtYiB7DQogIG1hcmdpbi1ib3R0b206IDBweCAhaW1wb3J0YW50Ow0KfQ0K"},{"version":3,"sources":["index.vue"],"names":[],"mappings":";AA4FA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"index.vue","sourceRoot":"src/pages/marketing/storeIntegralOrder","sourcesContent":["<template>\r\n <div v-loading=\"spinShow\">\r\n <productlist-details\r\n class=\"ivu-mt\"\r\n v-if=\"currentTab === 'article' || 'project' || 'app'\"\r\n ref=\"productlist\"\r\n ></productlist-details>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nimport productlistDetails from './orderlistDetails';\r\nimport { mapMutations } from 'vuex';\r\nexport default {\r\n name: 'list',\r\n components: {\r\n productlistDetails,\r\n },\r\n data() {\r\n return {\r\n spinShow: false,\r\n currentTab: '',\r\n data: [],\r\n tablists: null,\r\n };\r\n },\r\n created() {\r\n this.getOrderType('');\r\n this.getOrderStatus('');\r\n this.getOrderTime('');\r\n this.getOrderNum('');\r\n this.getfieldKey('');\r\n this.onChangeTabs('');\r\n },\r\n beforeDestroy() {\r\n this.getOrderType('');\r\n this.getOrderStatus('');\r\n this.getOrderTime('');\r\n this.getOrderNum('');\r\n this.getfieldKey('');\r\n this.onChangeTabs('');\r\n },\r\n mounted() {\r\n this.getTabs();\r\n },\r\n methods: {\r\n ...mapMutations('integralOrder', [\r\n 'onChangeTabs',\r\n 'getOrderStatus',\r\n 'getOrderTime',\r\n 'getOrderNum',\r\n 'getfieldKey',\r\n 'getOrderType',\r\n // 'onChangeChart'\r\n ]),\r\n // 订单类型 @on-changeTabs=\"getChangeTabs\"\r\n getTabs() {\r\n this.spinShow = true;\r\n this.$store\r\n .dispatch('integralOrder/getOrderTabs', {\r\n data: '',\r\n })\r\n .then((res) => {\r\n this.tablists = res.data;\r\n // this.onChangeChart(this.tablists)\r\n this.spinShow = false;\r\n })\r\n .catch((res) => {\r\n this.spinShow = false;\r\n this.$message.error(res.msg);\r\n });\r\n // getOrdes({}).then(async res => {\r\n // this.tablists = res.data;\r\n // this.onChangeChart(this.tablists)\r\n // this.spinShow = false;\r\n // }).catch(res => {\r\n // this.spinShow = false;\r\n // this.$message.error(res.msg);\r\n // })\r\n },\r\n onClickTab() {\r\n this.onChangeTabs(Number(this.currentTab));\r\n this.$store.dispatch('integralOrder/getOrderTabs', {\r\n data: '',\r\n type: Number(this.currentTab),\r\n });\r\n this.$refs.productlist.getChangeTabs();\r\n },\r\n },\r\n};\r\n</script>\r\n<style lang=\"scss\" scoped>\r\n.product_tabs ::v-deep .ivu-tabs-bar {\r\n margin-bottom: 0px !important;\r\n}\r\n.product_tabs ::v-deep .ivu-page-header-content {\r\n margin-bottom: 0px !important;\r\n}\r\n.product_tabs ::v-deep .ivu-page-header-breadcrumb {\r\n margin-bottom: 0px !important;\r\n}\r\n</style>\r\n"]}]}
|