diff --git a/src/pages.json b/src/pages.json
index 6e948bd..691a5fa 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -1901,6 +1901,12 @@
"navigationBarTitleText": "日计划查询",
"enablePullDownRefresh": true
}
+ },{
+ "path": "pages/mes/orderDayPlan/detail",
+ "style": {
+ "navigationBarTitleText": "日计划查询明细",
+ "enablePullDownRefresh": true
+ }
}
diff --git a/src/pages/mes/orderDayPlan/detail.vue b/src/pages/mes/orderDayPlan/detail.vue
index 1c14740..22c2c42 100644
--- a/src/pages/mes/orderDayPlan/detail.vue
+++ b/src/pages/mes/orderDayPlan/detail.vue
@@ -185,178 +185,178 @@ onShow(() => {
\ No newline at end of file
diff --git a/src/pages/mes/orderDayPlan/orderDayPlan.vue b/src/pages/mes/orderDayPlan/orderDayPlan.vue
index 63e9d14..2a40fc5 100644
--- a/src/pages/mes/orderDayPlan/orderDayPlan.vue
+++ b/src/pages/mes/orderDayPlan/orderDayPlan.vue
@@ -1,23 +1,28 @@
-
+
+ border-color=#ff9900 @search="searchTable()">
+
-
-
- 日计划单号:
- {{ item.planNoDay }}
+
+
+ {{item.planNoDay}}
+
+
+ {{`${$time.formatDate(item.createTime)}`}}
+
+
+
+ 日计划单号:{{ item.planNoDay }}
- 产品批次码:
- {{ item.batchCode }}
+ 产品批次码:{{ item.batchCode }}
状态:
@@ -33,31 +38,8 @@
-
-
+
@@ -220,73 +202,61 @@ async function searchTable() {
\ No newline at end of file