From 701cea614fb45be8261002731721a4e05fffa3a7 Mon Sep 17 00:00:00 2001
From: zhangdi <15053473693@163.com>
Date: Fri, 12 Sep 2025 14:21:28 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=88=9B=E5=BB=BA=E6=8F=90?=
=?UTF-8?q?=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/authority/role.vue | 2 ++
src/views/coatingAssay/index.vue | 3 +++
src/views/goalManagement/annualGoal.vue | 3 +++
src/views/goalManagement/monthlyGoal.vue | 3 +++
src/views/heatElectronicArchives/index.vue | 3 +++
src/views/inboundOutboundManagement/allocationIssuing.vue | 3 +++
src/views/inboundOutboundManagement/materialIssuing.vue | 3 +++
src/views/inboundOutboundManagement/otherIssuing.vue | 3 +++
src/views/inboundOutboundManagement/otherReceiving.vue | 3 +++
src/views/inboundOutboundManagement/pickList.vue | 3 +++
src/views/inboundOutboundManagement/pickListPrinting.vue | 3 +++
src/views/inboundOutboundManagement/productionReceiving.vue | 3 +++
src/views/inboundOutboundManagement/purchaseReceiving.vue | 3 +++
src/views/inboundOutboundManagement/returnReceiving.vue | 3 +++
src/views/inboundOutboundManagement/teamMaterialRequest.vue | 3 +++
src/views/issueLog/index.vue | 3 +++
src/views/loanManagement/loanHistory.vue | 3 +++
src/views/loanManagement/materialLoanOut.vue | 3 +++
src/views/loanManagement/materialReturn.vue | 3 +++
src/views/materialManagement/electrodeManagement.vue | 3 +++
src/views/materialManagement/inventoryAdjustment.vue | 3 +++
src/views/materialManagement/inventoryManagement.vue | 3 +++
src/views/materialManagement/materialUnlock.vue | 3 +++
src/views/overdueActions/index.vue | 3 +++
src/views/periodicTesting/testInterval.vue | 3 +++
src/views/periodicTesting/testTask.vue | 3 +++
src/views/periodicTesting/trialRunRecord.vue | 3 +++
src/views/plugin/workflow/pages/design/button.vue | 1 +
src/views/plugin/workflow/pages/design/model.vue | 1 +
src/views/procepssPlanning/index.vue | 3 +++
src/views/processTemplate/index.vue | 3 +++
src/views/procurementManagement/additionalPlan.vue | 3 +++
src/views/procurementManagement/moldApplication.vue | 3 +++
src/views/procurementManagement/moldRelease.vue | 3 +++
src/views/procurementManagement/shortageApplication.vue | 3 +++
src/views/procurementManagement/toolingPlanApplication.vue | 3 +++
src/views/procurementManagement/warehouseRequest.vue | 3 +++
src/views/productionDisposition/index.vue | 3 +++
src/views/productionManagement/afterPlatingEntry.vue | 3 +++
src/views/productionManagement/beforePlatingBound.vue | 3 +++
src/views/productionManagement/beforePlatingEntry.vue | 3 +++
src/views/productionManagement/entryList.vue | 3 +++
src/views/productionManagement/inspectionProjectMaintain.vue | 3 +++
src/views/productionManagement/inspectionProjectTemplate.vue | 3 +++
src/views/productionManagement/processChangeLog.vue | 3 +++
src/views/productionManagement/reworkOrder.vue | 3 +++
src/views/productionManagement/reworkPlan.vue | 3 +++
src/views/productionManagement/specialTasksLog.vue | 3 +++
src/views/productionManagement/testContent.vue | 3 +++
src/views/productionManagement/trialOrderInfo.vue | 3 +++
src/views/qualityInspection/index.vue | 3 +++
src/views/specialProcess/index.vue | 3 +++
src/views/specialProcessControl/index.vue | 3 +++
src/views/specialProcessLog/index.vue | 3 +++
src/views/tankSolutionAnalysis/index.vue | 3 +++
src/views/taskDispatch/index.vue | 3 +++
src/views/taskProcessing/index.vue | 3 +++
src/views/transferManagement/binTransfer.vue | 3 +++
src/views/transferManagement/materialTransfer.vue | 3 +++
src/views/transferManagement/transferReceiving.vue | 3 +++
src/views/transferManagement/warehouseTransfer.vue | 3 +++
61 files changed, 178 insertions(+)
create mode 100644 src/views/coatingAssay/index.vue
create mode 100644 src/views/goalManagement/annualGoal.vue
create mode 100644 src/views/goalManagement/monthlyGoal.vue
create mode 100644 src/views/heatElectronicArchives/index.vue
create mode 100644 src/views/inboundOutboundManagement/allocationIssuing.vue
create mode 100644 src/views/inboundOutboundManagement/materialIssuing.vue
create mode 100644 src/views/inboundOutboundManagement/otherIssuing.vue
create mode 100644 src/views/inboundOutboundManagement/otherReceiving.vue
create mode 100644 src/views/inboundOutboundManagement/pickList.vue
create mode 100644 src/views/inboundOutboundManagement/pickListPrinting.vue
create mode 100644 src/views/inboundOutboundManagement/productionReceiving.vue
create mode 100644 src/views/inboundOutboundManagement/purchaseReceiving.vue
create mode 100644 src/views/inboundOutboundManagement/returnReceiving.vue
create mode 100644 src/views/inboundOutboundManagement/teamMaterialRequest.vue
create mode 100644 src/views/issueLog/index.vue
create mode 100644 src/views/loanManagement/loanHistory.vue
create mode 100644 src/views/loanManagement/materialLoanOut.vue
create mode 100644 src/views/loanManagement/materialReturn.vue
create mode 100644 src/views/materialManagement/electrodeManagement.vue
create mode 100644 src/views/materialManagement/inventoryAdjustment.vue
create mode 100644 src/views/materialManagement/inventoryManagement.vue
create mode 100644 src/views/materialManagement/materialUnlock.vue
create mode 100644 src/views/overdueActions/index.vue
create mode 100644 src/views/periodicTesting/testInterval.vue
create mode 100644 src/views/periodicTesting/testTask.vue
create mode 100644 src/views/periodicTesting/trialRunRecord.vue
create mode 100644 src/views/procepssPlanning/index.vue
create mode 100644 src/views/processTemplate/index.vue
create mode 100644 src/views/procurementManagement/additionalPlan.vue
create mode 100644 src/views/procurementManagement/moldApplication.vue
create mode 100644 src/views/procurementManagement/moldRelease.vue
create mode 100644 src/views/procurementManagement/shortageApplication.vue
create mode 100644 src/views/procurementManagement/toolingPlanApplication.vue
create mode 100644 src/views/procurementManagement/warehouseRequest.vue
create mode 100644 src/views/productionDisposition/index.vue
create mode 100644 src/views/productionManagement/afterPlatingEntry.vue
create mode 100644 src/views/productionManagement/beforePlatingBound.vue
create mode 100644 src/views/productionManagement/beforePlatingEntry.vue
create mode 100644 src/views/productionManagement/entryList.vue
create mode 100644 src/views/productionManagement/inspectionProjectMaintain.vue
create mode 100644 src/views/productionManagement/inspectionProjectTemplate.vue
create mode 100644 src/views/productionManagement/processChangeLog.vue
create mode 100644 src/views/productionManagement/reworkOrder.vue
create mode 100644 src/views/productionManagement/reworkPlan.vue
create mode 100644 src/views/productionManagement/specialTasksLog.vue
create mode 100644 src/views/productionManagement/testContent.vue
create mode 100644 src/views/productionManagement/trialOrderInfo.vue
create mode 100644 src/views/qualityInspection/index.vue
create mode 100644 src/views/specialProcess/index.vue
create mode 100644 src/views/specialProcessControl/index.vue
create mode 100644 src/views/specialProcessLog/index.vue
create mode 100644 src/views/tankSolutionAnalysis/index.vue
create mode 100644 src/views/taskDispatch/index.vue
create mode 100644 src/views/taskProcessing/index.vue
create mode 100644 src/views/transferManagement/binTransfer.vue
create mode 100644 src/views/transferManagement/materialTransfer.vue
create mode 100644 src/views/transferManagement/transferReceiving.vue
create mode 100644 src/views/transferManagement/warehouseTransfer.vue
diff --git a/src/views/authority/role.vue b/src/views/authority/role.vue
index 4d213c7..38d2699 100644
--- a/src/views/authority/role.vue
+++ b/src/views/authority/role.vue
@@ -136,6 +136,7 @@ export default {
total: 0,
},
option: {
+
tip: false,
simplePage: true,
searchShow: true,
@@ -150,6 +151,7 @@ export default {
menuWidth: 350,
dialogWidth: 600,
dialogClickModal: false,
+ filterBtn: true,
column: [
{
label: '上级角色',
diff --git a/src/views/coatingAssay/index.vue b/src/views/coatingAssay/index.vue
new file mode 100644
index 0000000..de403fd
--- /dev/null
+++ b/src/views/coatingAssay/index.vue
@@ -0,0 +1,3 @@
+
+ 镀层含量化验
+
\ No newline at end of file
diff --git a/src/views/goalManagement/annualGoal.vue b/src/views/goalManagement/annualGoal.vue
new file mode 100644
index 0000000..3df4d63
--- /dev/null
+++ b/src/views/goalManagement/annualGoal.vue
@@ -0,0 +1,3 @@
+
+ 年度目标
+
\ No newline at end of file
diff --git a/src/views/goalManagement/monthlyGoal.vue b/src/views/goalManagement/monthlyGoal.vue
new file mode 100644
index 0000000..ef78f6e
--- /dev/null
+++ b/src/views/goalManagement/monthlyGoal.vue
@@ -0,0 +1,3 @@
+
+ 月度目标
+
\ No newline at end of file
diff --git a/src/views/heatElectronicArchives/index.vue b/src/views/heatElectronicArchives/index.vue
new file mode 100644
index 0000000..6a626c4
--- /dev/null
+++ b/src/views/heatElectronicArchives/index.vue
@@ -0,0 +1,3 @@
+
+ 热表电子档案
+
\ No newline at end of file
diff --git a/src/views/inboundOutboundManagement/allocationIssuing.vue b/src/views/inboundOutboundManagement/allocationIssuing.vue
new file mode 100644
index 0000000..fa34eee
--- /dev/null
+++ b/src/views/inboundOutboundManagement/allocationIssuing.vue
@@ -0,0 +1,3 @@
+
+ 配额出库
+
\ No newline at end of file
diff --git a/src/views/inboundOutboundManagement/materialIssuing.vue b/src/views/inboundOutboundManagement/materialIssuing.vue
new file mode 100644
index 0000000..0f5e421
--- /dev/null
+++ b/src/views/inboundOutboundManagement/materialIssuing.vue
@@ -0,0 +1,3 @@
+
+ 领料出库
+
\ No newline at end of file
diff --git a/src/views/inboundOutboundManagement/otherIssuing.vue b/src/views/inboundOutboundManagement/otherIssuing.vue
new file mode 100644
index 0000000..3de0ef2
--- /dev/null
+++ b/src/views/inboundOutboundManagement/otherIssuing.vue
@@ -0,0 +1,3 @@
+
+ 其他出库
+
\ No newline at end of file
diff --git a/src/views/inboundOutboundManagement/otherReceiving.vue b/src/views/inboundOutboundManagement/otherReceiving.vue
new file mode 100644
index 0000000..da574b2
--- /dev/null
+++ b/src/views/inboundOutboundManagement/otherReceiving.vue
@@ -0,0 +1,3 @@
+
+ 其他入库
+
\ No newline at end of file
diff --git a/src/views/inboundOutboundManagement/pickList.vue b/src/views/inboundOutboundManagement/pickList.vue
new file mode 100644
index 0000000..5f2a8b7
--- /dev/null
+++ b/src/views/inboundOutboundManagement/pickList.vue
@@ -0,0 +1,3 @@
+
+ 领料清单
+
\ No newline at end of file
diff --git a/src/views/inboundOutboundManagement/pickListPrinting.vue b/src/views/inboundOutboundManagement/pickListPrinting.vue
new file mode 100644
index 0000000..d9065c6
--- /dev/null
+++ b/src/views/inboundOutboundManagement/pickListPrinting.vue
@@ -0,0 +1,3 @@
+
+ 领用单打印
+
\ No newline at end of file
diff --git a/src/views/inboundOutboundManagement/productionReceiving.vue b/src/views/inboundOutboundManagement/productionReceiving.vue
new file mode 100644
index 0000000..ad474e0
--- /dev/null
+++ b/src/views/inboundOutboundManagement/productionReceiving.vue
@@ -0,0 +1,3 @@
+
+ 生产入库
+
\ No newline at end of file
diff --git a/src/views/inboundOutboundManagement/purchaseReceiving.vue b/src/views/inboundOutboundManagement/purchaseReceiving.vue
new file mode 100644
index 0000000..8d0b267
--- /dev/null
+++ b/src/views/inboundOutboundManagement/purchaseReceiving.vue
@@ -0,0 +1,3 @@
+
+ 采购入库
+
\ No newline at end of file
diff --git a/src/views/inboundOutboundManagement/returnReceiving.vue b/src/views/inboundOutboundManagement/returnReceiving.vue
new file mode 100644
index 0000000..ca8f406
--- /dev/null
+++ b/src/views/inboundOutboundManagement/returnReceiving.vue
@@ -0,0 +1,3 @@
+
+ 领料入库
+
\ No newline at end of file
diff --git a/src/views/inboundOutboundManagement/teamMaterialRequest.vue b/src/views/inboundOutboundManagement/teamMaterialRequest.vue
new file mode 100644
index 0000000..735b254
--- /dev/null
+++ b/src/views/inboundOutboundManagement/teamMaterialRequest.vue
@@ -0,0 +1,3 @@
+
+ 班组提请
+
\ No newline at end of file
diff --git a/src/views/issueLog/index.vue b/src/views/issueLog/index.vue
new file mode 100644
index 0000000..fd721e0
--- /dev/null
+++ b/src/views/issueLog/index.vue
@@ -0,0 +1,3 @@
+
+ 问题记录
+
\ No newline at end of file
diff --git a/src/views/loanManagement/loanHistory.vue b/src/views/loanManagement/loanHistory.vue
new file mode 100644
index 0000000..d725e94
--- /dev/null
+++ b/src/views/loanManagement/loanHistory.vue
@@ -0,0 +1,3 @@
+
+ 归还记录
+
\ No newline at end of file
diff --git a/src/views/loanManagement/materialLoanOut.vue b/src/views/loanManagement/materialLoanOut.vue
new file mode 100644
index 0000000..45be15e
--- /dev/null
+++ b/src/views/loanManagement/materialLoanOut.vue
@@ -0,0 +1,3 @@
+
+ 物料借出
+
\ No newline at end of file
diff --git a/src/views/loanManagement/materialReturn.vue b/src/views/loanManagement/materialReturn.vue
new file mode 100644
index 0000000..baad874
--- /dev/null
+++ b/src/views/loanManagement/materialReturn.vue
@@ -0,0 +1,3 @@
+
+ 物料归还
+
\ No newline at end of file
diff --git a/src/views/materialManagement/electrodeManagement.vue b/src/views/materialManagement/electrodeManagement.vue
new file mode 100644
index 0000000..8ebd24a
--- /dev/null
+++ b/src/views/materialManagement/electrodeManagement.vue
@@ -0,0 +1,3 @@
+
+ 电极管理
+
\ No newline at end of file
diff --git a/src/views/materialManagement/inventoryAdjustment.vue b/src/views/materialManagement/inventoryAdjustment.vue
new file mode 100644
index 0000000..8f78018
--- /dev/null
+++ b/src/views/materialManagement/inventoryAdjustment.vue
@@ -0,0 +1,3 @@
+
+ 库房调整
+
\ No newline at end of file
diff --git a/src/views/materialManagement/inventoryManagement.vue b/src/views/materialManagement/inventoryManagement.vue
new file mode 100644
index 0000000..1d41141
--- /dev/null
+++ b/src/views/materialManagement/inventoryManagement.vue
@@ -0,0 +1,3 @@
+
+ 库存管理
+
\ No newline at end of file
diff --git a/src/views/materialManagement/materialUnlock.vue b/src/views/materialManagement/materialUnlock.vue
new file mode 100644
index 0000000..049389c
--- /dev/null
+++ b/src/views/materialManagement/materialUnlock.vue
@@ -0,0 +1,3 @@
+
+ 物料解锁(工装)
+
\ No newline at end of file
diff --git a/src/views/overdueActions/index.vue b/src/views/overdueActions/index.vue
new file mode 100644
index 0000000..ad28a9c
--- /dev/null
+++ b/src/views/overdueActions/index.vue
@@ -0,0 +1,3 @@
+
+ 到期处理
+
\ No newline at end of file
diff --git a/src/views/periodicTesting/testInterval.vue b/src/views/periodicTesting/testInterval.vue
new file mode 100644
index 0000000..05334e8
--- /dev/null
+++ b/src/views/periodicTesting/testInterval.vue
@@ -0,0 +1,3 @@
+
+ 试验周期
+
\ No newline at end of file
diff --git a/src/views/periodicTesting/testTask.vue b/src/views/periodicTesting/testTask.vue
new file mode 100644
index 0000000..7f62ec7
--- /dev/null
+++ b/src/views/periodicTesting/testTask.vue
@@ -0,0 +1,3 @@
+
+ 实验任务
+
\ No newline at end of file
diff --git a/src/views/periodicTesting/trialRunRecord.vue b/src/views/periodicTesting/trialRunRecord.vue
new file mode 100644
index 0000000..8e21a02
--- /dev/null
+++ b/src/views/periodicTesting/trialRunRecord.vue
@@ -0,0 +1,3 @@
+
+ 转试记录
+
\ No newline at end of file
diff --git a/src/views/plugin/workflow/pages/design/button.vue b/src/views/plugin/workflow/pages/design/button.vue
index a16cd4c..50aba0d 100644
--- a/src/views/plugin/workflow/pages/design/button.vue
+++ b/src/views/plugin/workflow/pages/design/button.vue
@@ -67,6 +67,7 @@ export default {
viewBtn: true,
selection: true,
labelWidth: 120,
+ filterBtn: true,
column: [
{
label: 'key',
diff --git a/src/views/plugin/workflow/pages/design/model.vue b/src/views/plugin/workflow/pages/design/model.vue
index 5b47400..ab16b22 100644
--- a/src/views/plugin/workflow/pages/design/model.vue
+++ b/src/views/plugin/workflow/pages/design/model.vue
@@ -226,6 +226,7 @@ export default {
align: 'center',
searchMenuSpan: 6,
menuWidth: 300,
+ filterBtn: true,
column: [
{
label: '图标',
diff --git a/src/views/procepssPlanning/index.vue b/src/views/procepssPlanning/index.vue
new file mode 100644
index 0000000..42abe98
--- /dev/null
+++ b/src/views/procepssPlanning/index.vue
@@ -0,0 +1,3 @@
+
+ 零件工艺编制
+
\ No newline at end of file
diff --git a/src/views/processTemplate/index.vue b/src/views/processTemplate/index.vue
new file mode 100644
index 0000000..2edf319
--- /dev/null
+++ b/src/views/processTemplate/index.vue
@@ -0,0 +1,3 @@
+
+ 工艺模板
+
\ No newline at end of file
diff --git a/src/views/procurementManagement/additionalPlan.vue b/src/views/procurementManagement/additionalPlan.vue
new file mode 100644
index 0000000..bbf5b33
--- /dev/null
+++ b/src/views/procurementManagement/additionalPlan.vue
@@ -0,0 +1,3 @@
+
+ 额外计划
+
\ No newline at end of file
diff --git a/src/views/procurementManagement/moldApplication.vue b/src/views/procurementManagement/moldApplication.vue
new file mode 100644
index 0000000..6d28a79
--- /dev/null
+++ b/src/views/procurementManagement/moldApplication.vue
@@ -0,0 +1,3 @@
+
+ 模具申报
+
\ No newline at end of file
diff --git a/src/views/procurementManagement/moldRelease.vue b/src/views/procurementManagement/moldRelease.vue
new file mode 100644
index 0000000..c80d991
--- /dev/null
+++ b/src/views/procurementManagement/moldRelease.vue
@@ -0,0 +1,3 @@
+
+ 模具下发
+
\ No newline at end of file
diff --git a/src/views/procurementManagement/shortageApplication.vue b/src/views/procurementManagement/shortageApplication.vue
new file mode 100644
index 0000000..ec57a9c
--- /dev/null
+++ b/src/views/procurementManagement/shortageApplication.vue
@@ -0,0 +1,3 @@
+
+ 缺件申报
+
\ No newline at end of file
diff --git a/src/views/procurementManagement/toolingPlanApplication.vue b/src/views/procurementManagement/toolingPlanApplication.vue
new file mode 100644
index 0000000..d9aba2e
--- /dev/null
+++ b/src/views/procurementManagement/toolingPlanApplication.vue
@@ -0,0 +1,3 @@
+
+ 工装申报
+
\ No newline at end of file
diff --git a/src/views/procurementManagement/warehouseRequest.vue b/src/views/procurementManagement/warehouseRequest.vue
new file mode 100644
index 0000000..602d246
--- /dev/null
+++ b/src/views/procurementManagement/warehouseRequest.vue
@@ -0,0 +1,3 @@
+
+ 仓库提请
+
\ No newline at end of file
diff --git a/src/views/productionDisposition/index.vue b/src/views/productionDisposition/index.vue
new file mode 100644
index 0000000..dbbc008
--- /dev/null
+++ b/src/views/productionDisposition/index.vue
@@ -0,0 +1,3 @@
+
+ 生产处置单
+
\ No newline at end of file
diff --git a/src/views/productionManagement/afterPlatingEntry.vue b/src/views/productionManagement/afterPlatingEntry.vue
new file mode 100644
index 0000000..f604f06
--- /dev/null
+++ b/src/views/productionManagement/afterPlatingEntry.vue
@@ -0,0 +1,3 @@
+
+ 镀后入库
+
\ No newline at end of file
diff --git a/src/views/productionManagement/beforePlatingBound.vue b/src/views/productionManagement/beforePlatingBound.vue
new file mode 100644
index 0000000..4f86090
--- /dev/null
+++ b/src/views/productionManagement/beforePlatingBound.vue
@@ -0,0 +1,3 @@
+
+ 镀前出库
+
\ No newline at end of file
diff --git a/src/views/productionManagement/beforePlatingEntry.vue b/src/views/productionManagement/beforePlatingEntry.vue
new file mode 100644
index 0000000..4f0f1ab
--- /dev/null
+++ b/src/views/productionManagement/beforePlatingEntry.vue
@@ -0,0 +1,3 @@
+
+ 镀前入库
+
\ No newline at end of file
diff --git a/src/views/productionManagement/entryList.vue b/src/views/productionManagement/entryList.vue
new file mode 100644
index 0000000..c1c65f0
--- /dev/null
+++ b/src/views/productionManagement/entryList.vue
@@ -0,0 +1,3 @@
+
+ 入库单
+
\ No newline at end of file
diff --git a/src/views/productionManagement/inspectionProjectMaintain.vue b/src/views/productionManagement/inspectionProjectMaintain.vue
new file mode 100644
index 0000000..fdd085f
--- /dev/null
+++ b/src/views/productionManagement/inspectionProjectMaintain.vue
@@ -0,0 +1,3 @@
+
+ 检验项目维护
+
\ No newline at end of file
diff --git a/src/views/productionManagement/inspectionProjectTemplate.vue b/src/views/productionManagement/inspectionProjectTemplate.vue
new file mode 100644
index 0000000..e3daf88
--- /dev/null
+++ b/src/views/productionManagement/inspectionProjectTemplate.vue
@@ -0,0 +1,3 @@
+
+ 检验项目模板
+
\ No newline at end of file
diff --git a/src/views/productionManagement/processChangeLog.vue b/src/views/productionManagement/processChangeLog.vue
new file mode 100644
index 0000000..7aa7224
--- /dev/null
+++ b/src/views/productionManagement/processChangeLog.vue
@@ -0,0 +1,3 @@
+
+ 工序修改记录
+
\ No newline at end of file
diff --git a/src/views/productionManagement/reworkOrder.vue b/src/views/productionManagement/reworkOrder.vue
new file mode 100644
index 0000000..9b93a04
--- /dev/null
+++ b/src/views/productionManagement/reworkOrder.vue
@@ -0,0 +1,3 @@
+
+ 返工订单
+
\ No newline at end of file
diff --git a/src/views/productionManagement/reworkPlan.vue b/src/views/productionManagement/reworkPlan.vue
new file mode 100644
index 0000000..a47bacf
--- /dev/null
+++ b/src/views/productionManagement/reworkPlan.vue
@@ -0,0 +1,3 @@
+
+ 返工计划
+
\ No newline at end of file
diff --git a/src/views/productionManagement/specialTasksLog.vue b/src/views/productionManagement/specialTasksLog.vue
new file mode 100644
index 0000000..bd64793
--- /dev/null
+++ b/src/views/productionManagement/specialTasksLog.vue
@@ -0,0 +1,3 @@
+
+ 外协特殊任务修改记录
+
\ No newline at end of file
diff --git a/src/views/productionManagement/testContent.vue b/src/views/productionManagement/testContent.vue
new file mode 100644
index 0000000..1463962
--- /dev/null
+++ b/src/views/productionManagement/testContent.vue
@@ -0,0 +1,3 @@
+
+ 化验含量
+
\ No newline at end of file
diff --git a/src/views/productionManagement/trialOrderInfo.vue b/src/views/productionManagement/trialOrderInfo.vue
new file mode 100644
index 0000000..355995b
--- /dev/null
+++ b/src/views/productionManagement/trialOrderInfo.vue
@@ -0,0 +1,3 @@
+
+ 审理单信息
+
\ No newline at end of file
diff --git a/src/views/qualityInspection/index.vue b/src/views/qualityInspection/index.vue
new file mode 100644
index 0000000..3bf8674
--- /dev/null
+++ b/src/views/qualityInspection/index.vue
@@ -0,0 +1,3 @@
+
+ 质量检验
+
\ No newline at end of file
diff --git a/src/views/specialProcess/index.vue b/src/views/specialProcess/index.vue
new file mode 100644
index 0000000..ed99b89
--- /dev/null
+++ b/src/views/specialProcess/index.vue
@@ -0,0 +1,3 @@
+
+ 特殊过程项
+
\ No newline at end of file
diff --git a/src/views/specialProcessControl/index.vue b/src/views/specialProcessControl/index.vue
new file mode 100644
index 0000000..42a3232
--- /dev/null
+++ b/src/views/specialProcessControl/index.vue
@@ -0,0 +1,3 @@
+
+ 特殊过程处理
+
\ No newline at end of file
diff --git a/src/views/specialProcessLog/index.vue b/src/views/specialProcessLog/index.vue
new file mode 100644
index 0000000..3546f5f
--- /dev/null
+++ b/src/views/specialProcessLog/index.vue
@@ -0,0 +1,3 @@
+
+ 特殊过程项操作记录
+
\ No newline at end of file
diff --git a/src/views/tankSolutionAnalysis/index.vue b/src/views/tankSolutionAnalysis/index.vue
new file mode 100644
index 0000000..a923373
--- /dev/null
+++ b/src/views/tankSolutionAnalysis/index.vue
@@ -0,0 +1,3 @@
+
+ 槽液化验
+
\ No newline at end of file
diff --git a/src/views/taskDispatch/index.vue b/src/views/taskDispatch/index.vue
new file mode 100644
index 0000000..921aacb
--- /dev/null
+++ b/src/views/taskDispatch/index.vue
@@ -0,0 +1,3 @@
+
+ 工艺任务分派
+
\ No newline at end of file
diff --git a/src/views/taskProcessing/index.vue b/src/views/taskProcessing/index.vue
new file mode 100644
index 0000000..6216b8b
--- /dev/null
+++ b/src/views/taskProcessing/index.vue
@@ -0,0 +1,3 @@
+
+ 工艺任务处理
+
\ No newline at end of file
diff --git a/src/views/transferManagement/binTransfer.vue b/src/views/transferManagement/binTransfer.vue
new file mode 100644
index 0000000..cf3aa96
--- /dev/null
+++ b/src/views/transferManagement/binTransfer.vue
@@ -0,0 +1,3 @@
+
+ 库位调拨
+
\ No newline at end of file
diff --git a/src/views/transferManagement/materialTransfer.vue b/src/views/transferManagement/materialTransfer.vue
new file mode 100644
index 0000000..186096b
--- /dev/null
+++ b/src/views/transferManagement/materialTransfer.vue
@@ -0,0 +1,3 @@
+
+ 物料调拨
+
\ No newline at end of file
diff --git a/src/views/transferManagement/transferReceiving.vue b/src/views/transferManagement/transferReceiving.vue
new file mode 100644
index 0000000..b0adddc
--- /dev/null
+++ b/src/views/transferManagement/transferReceiving.vue
@@ -0,0 +1,3 @@
+
+ 调拨入库
+
\ No newline at end of file
diff --git a/src/views/transferManagement/warehouseTransfer.vue b/src/views/transferManagement/warehouseTransfer.vue
new file mode 100644
index 0000000..8bd5b61
--- /dev/null
+++ b/src/views/transferManagement/warehouseTransfer.vue
@@ -0,0 +1,3 @@
+
+ 库转移
+
\ No newline at end of file