diff --git a/src/pages.json b/src/pages.json
index 691a5fa..c76597f 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -1907,7 +1907,13 @@
"navigationBarTitleText": "日计划查询明细",
"enablePullDownRefresh": true
}
- }
+ },{
+ "path": "pages/mes/workOrder/processReport",
+ "style": {
+ "navigationBarTitleText": "工序报工",
+ "enablePullDownRefresh": true
+ }
+ }
],
diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue
index b282871..5a87ecc 100644
--- a/src/pages/login/index.vue
+++ b/src/pages/login/index.vue
@@ -94,10 +94,6 @@
import {
getCaptchaImage
} from '@/api/request2.js';
- import {
- mapState,
- mapMutations
- } from 'vuex'
import {
useCountStore
} from '@/store'
diff --git a/src/pages/mes/workOrder/processReport.vue b/src/pages/mes/workOrder/processReport.vue
new file mode 100644
index 0000000..2c75593
--- /dev/null
+++ b/src/pages/mes/workOrder/processReport.vue
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/src/static/menus/mes/backline.svg b/src/static/menus/mes/backline.svg
new file mode 100644
index 0000000..bb22391
--- /dev/null
+++ b/src/static/menus/mes/backline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/static/menus/mes/offline.svg b/src/static/menus/mes/offline.svg
new file mode 100644
index 0000000..4f5d182
--- /dev/null
+++ b/src/static/menus/mes/offline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file