From 90b18acf4424eb8034729e774834f1737a3aac92 Mon Sep 17 00:00:00 2001 From: admin <546610682@qq.com> Date: Sat, 8 Jun 2024 22:22:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=85=A8=E9=83=A8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../acceptance/components/AchieForm.vue | 99 ++++++++++ .../acceptance/components/CheckForm.vue | 121 ++++++++++++ .../components/PublicationsForm.vue | 149 ++++++++++++++ .../acceptance/components/TargetForm.vue | 121 ++++++++++++ .../contract/components/CheckForm.vue | 100 ++++++++++ .../contract/components/DeviceForm.vue | 131 +++++++++++++ .../contract/components/TargetForm.vue | 100 ++++++++++ .../contract/contract/components/UnitForm.vue | 185 ++++++++++++++++++ src/views/publicLab/publicLab/Form.vue | 151 ++++++++++++++ 9 files changed, 1157 insertions(+) create mode 100644 src/views/acceptance/acceptance/components/AchieForm.vue create mode 100644 src/views/acceptance/acceptance/components/CheckForm.vue create mode 100644 src/views/acceptance/acceptance/components/PublicationsForm.vue create mode 100644 src/views/acceptance/acceptance/components/TargetForm.vue create mode 100644 src/views/contract/contract/components/CheckForm.vue create mode 100644 src/views/contract/contract/components/DeviceForm.vue create mode 100644 src/views/contract/contract/components/TargetForm.vue create mode 100644 src/views/contract/contract/components/UnitForm.vue create mode 100644 src/views/publicLab/publicLab/Form.vue diff --git a/src/views/acceptance/acceptance/components/AchieForm.vue b/src/views/acceptance/acceptance/components/AchieForm.vue new file mode 100644 index 000000000..2233c3669 --- /dev/null +++ b/src/views/acceptance/acceptance/components/AchieForm.vue @@ -0,0 +1,99 @@ + + \ No newline at end of file diff --git a/src/views/acceptance/acceptance/components/CheckForm.vue b/src/views/acceptance/acceptance/components/CheckForm.vue new file mode 100644 index 000000000..9be554bb7 --- /dev/null +++ b/src/views/acceptance/acceptance/components/CheckForm.vue @@ -0,0 +1,121 @@ + + \ No newline at end of file diff --git a/src/views/acceptance/acceptance/components/PublicationsForm.vue b/src/views/acceptance/acceptance/components/PublicationsForm.vue new file mode 100644 index 000000000..f63e8d7df --- /dev/null +++ b/src/views/acceptance/acceptance/components/PublicationsForm.vue @@ -0,0 +1,149 @@ + + \ No newline at end of file diff --git a/src/views/acceptance/acceptance/components/TargetForm.vue b/src/views/acceptance/acceptance/components/TargetForm.vue new file mode 100644 index 000000000..e4d998434 --- /dev/null +++ b/src/views/acceptance/acceptance/components/TargetForm.vue @@ -0,0 +1,121 @@ + + \ No newline at end of file diff --git a/src/views/contract/contract/components/CheckForm.vue b/src/views/contract/contract/components/CheckForm.vue new file mode 100644 index 000000000..d2de8916b --- /dev/null +++ b/src/views/contract/contract/components/CheckForm.vue @@ -0,0 +1,100 @@ + + \ No newline at end of file diff --git a/src/views/contract/contract/components/DeviceForm.vue b/src/views/contract/contract/components/DeviceForm.vue new file mode 100644 index 000000000..ba5213b7e --- /dev/null +++ b/src/views/contract/contract/components/DeviceForm.vue @@ -0,0 +1,131 @@ + + \ No newline at end of file diff --git a/src/views/contract/contract/components/TargetForm.vue b/src/views/contract/contract/components/TargetForm.vue new file mode 100644 index 000000000..f12eea20e --- /dev/null +++ b/src/views/contract/contract/components/TargetForm.vue @@ -0,0 +1,100 @@ + + \ No newline at end of file diff --git a/src/views/contract/contract/components/UnitForm.vue b/src/views/contract/contract/components/UnitForm.vue new file mode 100644 index 000000000..1cd19b3c5 --- /dev/null +++ b/src/views/contract/contract/components/UnitForm.vue @@ -0,0 +1,185 @@ + + \ No newline at end of file diff --git a/src/views/publicLab/publicLab/Form.vue b/src/views/publicLab/publicLab/Form.vue new file mode 100644 index 000000000..e58cf940e --- /dev/null +++ b/src/views/publicLab/publicLab/Form.vue @@ -0,0 +1,151 @@ + + \ No newline at end of file