From 56481e80b8c05b06786a978f8bd737b929654490 Mon Sep 17 00:00:00 2001
From: zhangdi <15053473693@163.com>
Date: Wed, 3 Sep 2025 11:08:34 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=96=87=E4=BB=B6=E5=88=9B?=
=?UTF-8?q?=E5=BB=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/productionManagement/orderAdjustment.vue | 3 +++
src/views/productionManagement/orderAnomaly.vue | 3 +++
src/views/productionManagement/productionOrder.vue | 3 +++
src/views/productionManagement/productionProgress.vue | 3 +++
src/views/productionManagement/taskAssignment.vue | 1 +
src/views/productionManagement/taskProcessing.vue | 3 +++
src/views/productionManagement/worksRework.vue | 3 +++
src/views/productionSchedulingPlan/materialForecasting.vue | 3 +++
src/views/productionSchedulingPlan/orderRefund.vue | 3 +++
src/views/productionSchedulingPlan/productList.vue | 3 +++
.../productPlan.vue | 0
.../productRlue.vue | 0
src/views/productionSchedulingPlan/rollbackRecord.vue | 3 +++
src/views/productionSchedulingPlan/urgentPlan.vue | 3 +++
14 files changed, 34 insertions(+)
create mode 100644 src/views/productionManagement/orderAdjustment.vue
create mode 100644 src/views/productionManagement/orderAnomaly.vue
create mode 100644 src/views/productionManagement/productionOrder.vue
create mode 100644 src/views/productionManagement/productionProgress.vue
create mode 100644 src/views/productionManagement/taskAssignment.vue
create mode 100644 src/views/productionManagement/taskProcessing.vue
create mode 100644 src/views/productionManagement/worksRework.vue
create mode 100644 src/views/productionSchedulingPlan/materialForecasting.vue
create mode 100644 src/views/productionSchedulingPlan/orderRefund.vue
create mode 100644 src/views/productionSchedulingPlan/productList.vue
rename src/views/{productionPlan => productionSchedulingPlan}/productPlan.vue (100%)
rename src/views/{productionPlan => productionSchedulingPlan}/productRlue.vue (100%)
create mode 100644 src/views/productionSchedulingPlan/rollbackRecord.vue
create mode 100644 src/views/productionSchedulingPlan/urgentPlan.vue
diff --git a/src/views/productionManagement/orderAdjustment.vue b/src/views/productionManagement/orderAdjustment.vue
new file mode 100644
index 0000000..6a77221
--- /dev/null
+++ b/src/views/productionManagement/orderAdjustment.vue
@@ -0,0 +1,3 @@
+
+ 订单调整
+
\ No newline at end of file
diff --git a/src/views/productionManagement/orderAnomaly.vue b/src/views/productionManagement/orderAnomaly.vue
new file mode 100644
index 0000000..45d4afd
--- /dev/null
+++ b/src/views/productionManagement/orderAnomaly.vue
@@ -0,0 +1,3 @@
+
+ 定额异常订单
+
\ No newline at end of file
diff --git a/src/views/productionManagement/productionOrder.vue b/src/views/productionManagement/productionOrder.vue
new file mode 100644
index 0000000..a35b96c
--- /dev/null
+++ b/src/views/productionManagement/productionOrder.vue
@@ -0,0 +1,3 @@
+
+ 生产订单
+
\ No newline at end of file
diff --git a/src/views/productionManagement/productionProgress.vue b/src/views/productionManagement/productionProgress.vue
new file mode 100644
index 0000000..17382dd
--- /dev/null
+++ b/src/views/productionManagement/productionProgress.vue
@@ -0,0 +1,3 @@
+
+ 生产进度
+
\ No newline at end of file
diff --git a/src/views/productionManagement/taskAssignment.vue b/src/views/productionManagement/taskAssignment.vue
new file mode 100644
index 0000000..5ca6d84
--- /dev/null
+++ b/src/views/productionManagement/taskAssignment.vue
@@ -0,0 +1 @@
+任务分派
\ No newline at end of file
diff --git a/src/views/productionManagement/taskProcessing.vue b/src/views/productionManagement/taskProcessing.vue
new file mode 100644
index 0000000..7e7f254
--- /dev/null
+++ b/src/views/productionManagement/taskProcessing.vue
@@ -0,0 +1,3 @@
+
+ 任务处理
+
\ No newline at end of file
diff --git a/src/views/productionManagement/worksRework.vue b/src/views/productionManagement/worksRework.vue
new file mode 100644
index 0000000..d8cd3d1
--- /dev/null
+++ b/src/views/productionManagement/worksRework.vue
@@ -0,0 +1,3 @@
+
+ 车间返工
+
\ No newline at end of file
diff --git a/src/views/productionSchedulingPlan/materialForecasting.vue b/src/views/productionSchedulingPlan/materialForecasting.vue
new file mode 100644
index 0000000..cfefba5
--- /dev/null
+++ b/src/views/productionSchedulingPlan/materialForecasting.vue
@@ -0,0 +1,3 @@
+
+ 物料需求预测
+
\ No newline at end of file
diff --git a/src/views/productionSchedulingPlan/orderRefund.vue b/src/views/productionSchedulingPlan/orderRefund.vue
new file mode 100644
index 0000000..12115ea
--- /dev/null
+++ b/src/views/productionSchedulingPlan/orderRefund.vue
@@ -0,0 +1,3 @@
+
+ 订单回退
+
\ No newline at end of file
diff --git a/src/views/productionSchedulingPlan/productList.vue b/src/views/productionSchedulingPlan/productList.vue
new file mode 100644
index 0000000..d34e6a5
--- /dev/null
+++ b/src/views/productionSchedulingPlan/productList.vue
@@ -0,0 +1,3 @@
+
+ 排产清单
+
\ No newline at end of file
diff --git a/src/views/productionPlan/productPlan.vue b/src/views/productionSchedulingPlan/productPlan.vue
similarity index 100%
rename from src/views/productionPlan/productPlan.vue
rename to src/views/productionSchedulingPlan/productPlan.vue
diff --git a/src/views/productionPlan/productRlue.vue b/src/views/productionSchedulingPlan/productRlue.vue
similarity index 100%
rename from src/views/productionPlan/productRlue.vue
rename to src/views/productionSchedulingPlan/productRlue.vue
diff --git a/src/views/productionSchedulingPlan/rollbackRecord.vue b/src/views/productionSchedulingPlan/rollbackRecord.vue
new file mode 100644
index 0000000..d679fd4
--- /dev/null
+++ b/src/views/productionSchedulingPlan/rollbackRecord.vue
@@ -0,0 +1,3 @@
+
+ 订单回退历史记录
+
\ No newline at end of file
diff --git a/src/views/productionSchedulingPlan/urgentPlan.vue b/src/views/productionSchedulingPlan/urgentPlan.vue
new file mode 100644
index 0000000..7480eb5
--- /dev/null
+++ b/src/views/productionSchedulingPlan/urgentPlan.vue
@@ -0,0 +1,3 @@
+
+ 急件计划
+
\ No newline at end of file