From 6db2bdd2972a7ee971baa88207457b33be4350cf Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 17 Jan 2025 10:48:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Setup.vue | 2 +- src/pages/modules/index2.vue | 16 ++++++++-------- src/vuex/modules/com.js | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/pages/Setup.vue b/src/pages/Setup.vue index ab928cf..21a03ad 100644 --- a/src/pages/Setup.vue +++ b/src/pages/Setup.vue @@ -46,7 +46,7 @@ export default { baseUrl: this.$store.getters.baseUrl, setJxtTime: this.$store.getters.setJxtTime / 1000, setTime: this.$store.getters.setTime / 1000, - options: [{value: 1, label: '拣选台'}, {value: 2, label: '仓储监控'}], + options: [{value: '1', label: '拣选台'}, {value: '2', label: '仓储监控'}], value: this.$store.getters.pageNo } }, diff --git a/src/pages/modules/index2.vue b/src/pages/modules/index2.vue index 8804848..c4f2a1d 100644 --- a/src/pages/modules/index2.vue +++ b/src/pages/modules/index2.vue @@ -43,27 +43,27 @@
入库
-
+

总数量:{{ lx_task[0].total }}

箱数:{{ lx_task[0].box }}

-

耗时:{{ lx_task[0].time }}

+

时间评估:{{ lx_task[0].time }}

出库
-
+

总数量:{{ lx_task[1].total }}

箱数:{{ lx_task[1].box }}

-

耗时:{{ lx_task[1].time }}

+

时间评估:{{ lx_task[1].time }}

@@ -150,27 +150,27 @@
入库
-
+

总数量:{{ tp_task[0].total }}

箱数:{{ tp_task[0].box }}

-

耗时:{{ tp_task[0].time }}

+

时间评估:{{ tp_task[0].time }}

出库
-
+

总数量:{{ tp_task[1].total }}

箱数:{{ tp_task[1].box }}

-

耗时:{{ tp_task[1].time }}

+

时间评估:{{ tp_task[1].time }}

diff --git a/src/vuex/modules/com.js b/src/vuex/modules/com.js index 925fefc..46a3f32 100644 --- a/src/vuex/modules/com.js +++ b/src/vuex/modules/com.js @@ -9,7 +9,7 @@ const state = { baseUrl: getStore('baseUrl') || baseUrl, setTime: getStore('setTime') || 15000, setJxtTime: getStore('setJxtTime') || 3000, - pageNo: getStore('pageNo') || 1 + pageNo: getStore('pageNo') || '1' } const actions = {