From 87caa6203b5e013ba7d71df61f4a4241a3066c04 Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Thu, 6 Apr 2023 09:59:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/homeNavBar.vue | 100 ++- src/components/listItem.vue | 91 ++- src/permission.js | 6 +- src/store/piniaIndex.js | 29 - src/utils/auth.js | 80 +- src/utils/request.js | 52 +- src/views/HomeView.vue | 25 +- .../orderDetails/components/oilEvaluate.vue | 51 +- src/views/orderDetails/components/oilGun.vue | 736 +++++++++--------- .../orderDetails/components/oilLable.vue | 232 +++--- .../orderDetails/components/oilNextFooter.vue | 84 +- .../components/optionalOilLable.vue | 4 +- src/views/orderDetails/nextOrderDetails.vue | 87 ++- src/views/personalOrderList/index.vue | 4 +- vue.config.js | 3 +- 15 files changed, 770 insertions(+), 814 deletions(-) diff --git a/src/components/homeNavBar.vue b/src/components/homeNavBar.vue index dea3987..98b99f8 100644 --- a/src/components/homeNavBar.vue +++ b/src/components/homeNavBar.vue @@ -2,7 +2,7 @@
-
{{$pinia.state.value.user.user?.networkName||'--'}}
+
{{ $pinia.state.value.user.user?.networkName || '- -' }}
@@ -12,21 +12,17 @@
油品 - +
- +
-
- -
- 确定 - 重置 +
+ +
+ 确定 + 重置
@@ -34,66 +30,65 @@ - + + \ No newline at end of file + diff --git a/src/views/orderDetails/components/oilGun.vue b/src/views/orderDetails/components/oilGun.vue index a59dd3c..e9fa00b 100644 --- a/src/views/orderDetails/components/oilGun.vue +++ b/src/views/orderDetails/components/oilGun.vue @@ -1,457 +1,481 @@ \ No newline at end of file + diff --git a/src/views/orderDetails/components/oilLable.vue b/src/views/orderDetails/components/oilLable.vue index d28e462..6f2e123 100644 --- a/src/views/orderDetails/components/oilLable.vue +++ b/src/views/orderDetails/components/oilLable.vue @@ -1,163 +1,167 @@ \ No newline at end of file + diff --git a/src/views/orderDetails/components/oilNextFooter.vue b/src/views/orderDetails/components/oilNextFooter.vue index 3b7f249..d3c9551 100644 --- a/src/views/orderDetails/components/oilNextFooter.vue +++ b/src/views/orderDetails/components/oilNextFooter.vue @@ -12,7 +12,6 @@
{{ text }}
-
@@ -21,11 +20,10 @@
- \ No newline at end of file + diff --git a/src/views/orderDetails/components/optionalOilLable.vue b/src/views/orderDetails/components/optionalOilLable.vue index afbf8cb..b561657 100644 --- a/src/views/orderDetails/components/optionalOilLable.vue +++ b/src/views/orderDetails/components/optionalOilLable.vue @@ -60,9 +60,9 @@ export default { }, moneyFormat(value) { if (value != 'xxx.x') { - console.log('old:', value) + // console.log('old:', value) let realAmount = Math.floor(value * 100) / 100 - console.log('new:', realAmount) + // console.log('new:', realAmount) // return realAmount return Number(value).toFixed(2) } else { diff --git a/src/views/orderDetails/nextOrderDetails.vue b/src/views/orderDetails/nextOrderDetails.vue index 6832535..e52dcfa 100644 --- a/src/views/orderDetails/nextOrderDetails.vue +++ b/src/views/orderDetails/nextOrderDetails.vue @@ -1,10 +1,10 @@ \ No newline at end of file + diff --git a/src/views/personalOrderList/index.vue b/src/views/personalOrderList/index.vue index 9d4298d..f57e00c 100644 --- a/src/views/personalOrderList/index.vue +++ b/src/views/personalOrderList/index.vue @@ -39,7 +39,7 @@ export default { } }, refreshing: false, - homeNavBarStyle: null, + // homeNavBarStyle: null, show: false, loading: false, finished: false, @@ -50,7 +50,7 @@ export default { this.init() }, mounted() { - this.homeNavBarStyle = this.$refs.homeNavBar.$el.clientHeight + // this.homeNavBarStyle = this.$refs.homeNavBar.$el.clientHeight }, methods: { goPlay(e, type) { diff --git a/vue.config.js b/vue.config.js index 6ec867b..eafaa91 100644 --- a/vue.config.js +++ b/vue.config.js @@ -16,8 +16,9 @@ module.exports = defineConfig({ // https: true, proxy: { [process.env.VUE_APP_BASE_API]: { - target: `http://192.168.110.10:38080`, + // target: `http://192.168.110.230:38080`, // target: `https://www.xingoil.com/adminapi`, + target: `http://uat.xingoil.com/adminapi`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''