From 45d1099458eeb2c8a48a992fae00c61eeffe6b64 Mon Sep 17 00:00:00 2001 From: hwj Date: Mon, 12 Jan 2026 17:23:48 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=A8=A1=E5=85=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E7=82=B9=E6=A3=80=E4=BF=9D=E5=85=BB=E6=A8=A1?= =?UTF-8?q?=E5=9D=97-=E6=B7=BB=E5=8A=A0=E6=A3=80=E9=AA=8C=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE/=E6=A3=80=E9=AA=8C=E6=96=B9=E6=A1=88/=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E9=85=8D=E7=BD=AE/=E5=B7=A5=E5=8D=95=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inspectionItems/InspectionItemsForm.vue | 151 ++++++++ src/views/mold/inspectionItems/index.vue | 252 ++++++++++++++ .../inspectionPlan/InspectionPlanForm.vue | 151 ++++++++ src/views/mold/inspectionPlan/index.vue | 328 ++++++++++++++++++ .../TaskConfigurationForm.vue | 245 +++++++++++++ src/views/mold/taskConfiguration/index.vue | 230 ++++++++++++ src/views/mold/workOrderInquiry/index.vue | 187 ++++++++++ 7 files changed, 1544 insertions(+) create mode 100644 src/views/mold/inspectionItems/InspectionItemsForm.vue create mode 100644 src/views/mold/inspectionItems/index.vue create mode 100644 src/views/mold/inspectionPlan/InspectionPlanForm.vue create mode 100644 src/views/mold/inspectionPlan/index.vue create mode 100644 src/views/mold/taskConfiguration/TaskConfigurationForm.vue create mode 100644 src/views/mold/taskConfiguration/index.vue create mode 100644 src/views/mold/workOrderInquiry/index.vue diff --git a/src/views/mold/inspectionItems/InspectionItemsForm.vue b/src/views/mold/inspectionItems/InspectionItemsForm.vue new file mode 100644 index 00000000..23f52964 --- /dev/null +++ b/src/views/mold/inspectionItems/InspectionItemsForm.vue @@ -0,0 +1,151 @@ + + + diff --git a/src/views/mold/inspectionItems/index.vue b/src/views/mold/inspectionItems/index.vue new file mode 100644 index 00000000..09aadd6c --- /dev/null +++ b/src/views/mold/inspectionItems/index.vue @@ -0,0 +1,252 @@ + + + diff --git a/src/views/mold/inspectionPlan/InspectionPlanForm.vue b/src/views/mold/inspectionPlan/InspectionPlanForm.vue new file mode 100644 index 00000000..2eed48e6 --- /dev/null +++ b/src/views/mold/inspectionPlan/InspectionPlanForm.vue @@ -0,0 +1,151 @@ + + + + diff --git a/src/views/mold/inspectionPlan/index.vue b/src/views/mold/inspectionPlan/index.vue new file mode 100644 index 00000000..bc8c0711 --- /dev/null +++ b/src/views/mold/inspectionPlan/index.vue @@ -0,0 +1,328 @@ + + + + diff --git a/src/views/mold/taskConfiguration/TaskConfigurationForm.vue b/src/views/mold/taskConfiguration/TaskConfigurationForm.vue new file mode 100644 index 00000000..369e21b0 --- /dev/null +++ b/src/views/mold/taskConfiguration/TaskConfigurationForm.vue @@ -0,0 +1,245 @@ + + + + diff --git a/src/views/mold/taskConfiguration/index.vue b/src/views/mold/taskConfiguration/index.vue new file mode 100644 index 00000000..a5184eba --- /dev/null +++ b/src/views/mold/taskConfiguration/index.vue @@ -0,0 +1,230 @@ + + + + diff --git a/src/views/mold/workOrderInquiry/index.vue b/src/views/mold/workOrderInquiry/index.vue new file mode 100644 index 00000000..6b721750 --- /dev/null +++ b/src/views/mold/workOrderInquiry/index.vue @@ -0,0 +1,187 @@ + + + +