diff --git a/mes-ui/mini-app/index.html b/mes-ui/mini-app/index.html
index 04d9a45..0e483aa 100644
--- a/mes-ui/mini-app/index.html
+++ b/mes-ui/mini-app/index.html
@@ -25,7 +25,7 @@
- //
+
@@ -118,7 +136,7 @@ const getHomeCategory = async () => {
page {
height: 100%;
overflow: hidden;
- background-color: #F8FAFD;
+ background-color: #f8fafd;
}
.viewport {
diff --git a/mes-ui/mini-app/src/pages/messageNotification/components/dataItem.vue b/mes-ui/mini-app/src/pages/messageNotification/components/dataItem.vue
new file mode 100644
index 0000000..1a032d6
--- /dev/null
+++ b/mes-ui/mini-app/src/pages/messageNotification/components/dataItem.vue
@@ -0,0 +1,401 @@
+
+
+
+
+
+
+
+
+
+ {{ item.thingname }}
+ {{ item.createTime }}
+
+ 已读
+
+
+ 客户简称:{{ item.attr6 }}
+ 项目名称:{{ item.attr7 }}
+ 子项目名称:{{ item.attr8 }}
+ 备注内容:{{ item.attr9 }}
+
+
+
+
+ {{ isFinish ? "没有更多数据~" : "正在加载..." }}
+
+
+
+
+
+import type { stringify } from 'querystring';
diff --git a/mes-ui/mini-app/src/pages/messageNotification/components/showFileWx.vue b/mes-ui/mini-app/src/pages/messageNotification/components/showFileWx.vue
new file mode 100644
index 0000000..5f211c5
--- /dev/null
+++ b/mes-ui/mini-app/src/pages/messageNotification/components/showFileWx.vue
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mes-ui/mini-app/src/pages/messageNotification/messageNotification.vue b/mes-ui/mini-app/src/pages/messageNotification/messageNotification.vue
new file mode 100644
index 0000000..6313359
--- /dev/null
+++ b/mes-ui/mini-app/src/pages/messageNotification/messageNotification.vue
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/mes-ui/mini-app/src/pages/productionReport/components/dataItem.vue b/mes-ui/mini-app/src/pages/productionReport/components/dataItem.vue
index e9ffcd5..46ccaa2 100644
--- a/mes-ui/mini-app/src/pages/productionReport/components/dataItem.vue
+++ b/mes-ui/mini-app/src/pages/productionReport/components/dataItem.vue
@@ -1,206 +1,299 @@
-
-
+
+
-
-
-
-
-
- 派工单:
- {{ '(单号:'+ item.dispatchCode+') '}}
- {{ '下工序:'+ (item.nextProcedureName == null ? '无':item.nextProcedureName)}}
-
-
-
- 项目名称:{{ item.projectCode + ' ' + item.projectName }}
- 子项目:{{ item.projectSubCode || '' }} {{' ' + item.projectSubName }}
-
-
- 零件名称: {{ item.materialName }}
-
-
- 派工工序: {{ item.procedureName }}
-
-
-
-
- 派工数量
- {{ item.amount }}
-
-
- 总报工数量
- {{ item.totalReportAmount }}
-
-
-
-
- 预计工时
- {{ item.workTime }}
-
-
- 总报工工时
- {{ item.totalWorkTime }}
-
-
- 预计生产日期:{{ item.startTime }} ~ {{ item.endTime }}
-
- {{ statusText }}
-
-
-
- {{ isFinish ? '没有更多数据~' : '正在加载...' }}
-
-
-
+ -->
+
+
+
+
+
+
+
+
+
+
+
+ 派工单:
+ {{
+ "(单号:" + item.dispatchCode + ") "
+ }}
+ {{
+ "下工序:" +
+ (item.nextProcedureName == null ? "无" : item.nextProcedureName)
+ }}
+
+
+
+ 项目名称:{{ item.projectCode + " " + item.projectName }}
+ 子项目:{{ item.projectSubCode || "" }}
+ {{ " " + item.projectSubName }}
+
+
+ 零件名称: {{ item.materialName }}
+
+
+ 派工工序: {{ item.procedureName }}
+
+
+
+
+ 派工数量
+ {{ item.amount }}
+
+
+ 总报工数量
+ {{ item.totalReportAmount }}
+
+
+
+
+ 预计工时
+ {{ item.workTime }}
+
+
+ 总报工工时
+ {{ item.totalWorkTime }}
+
+
+ 预计生产日期:{{ item.startTime }} ~ {{ item.endTime }}
+
+ {{ statusText }}
+
+
+
+ {{ isFinish ? "没有更多数据~" : "正在加载..." }}
+
+
+
import type { stringify } from 'querystring';
diff --git a/mes-ui/mini-app/src/services/approveOrder.ts b/mes-ui/mini-app/src/services/approveOrder.ts
index 886ebab..3ded08e 100644
--- a/mes-ui/mini-app/src/services/approveOrder.ts
+++ b/mes-ui/mini-app/src/services/approveOrder.ts
@@ -8,6 +8,24 @@
*/
import { http } from '@/utils/http'
+
+
+
+export const getMessage = (data: Object) => {
+ return http({
+ method: 'POST',
+ url: '/heli/bdgzsomthing/getMessage',
+ data,
+ })
+}
+
+export const read = (id:any) => {
+ return http({
+ method: 'GET',
+ url: '/heli/bdgzsomthing/read?id=' + id,
+ data: {},
+ })
+}
export const getApproveOrderAPI = (data: Object) => {
return http({
method: 'GET',
diff --git a/mes-ui/mini-app/src/services/constants.ts b/mes-ui/mini-app/src/services/constants.ts
index 63ce0a9..3e9d9fc 100644
--- a/mes-ui/mini-app/src/services/constants.ts
+++ b/mes-ui/mini-app/src/services/constants.ts
@@ -9,5 +9,5 @@
// export const serviceDomain = 'https://nxhs.cjyx.cc'
// export const serviceDomain = 'https://star.hz-hl.com'
// export const serviceDomain = 'http://222.71.165.187:9010'
- export const serviceDomain = 'http://localhost:8080'
-// export const serviceDomain = 'https://nxhs.cjyx.cc'
+// export const serviceDomain = 'http://localhost:8080'
+export const serviceDomain = 'https://nxhs.cjyx.cc'
diff --git a/mes-ui/mini-app/src/services/home.ts b/mes-ui/mini-app/src/services/home.ts
index 7586d5f..49f4c9d 100644
--- a/mes-ui/mini-app/src/services/home.ts
+++ b/mes-ui/mini-app/src/services/home.ts
@@ -17,3 +17,10 @@ export const getHomeCategoryAPI = () => {
url: '/system/auth/get-permission-info',
})
}
+
+export const getUnreadMessage = () => {
+ return http({
+ method: 'GET',
+ url: '/heli/bdgzsomthing/unreadMessage',
+ })
+}
\ No newline at end of file