From 0b055ad4ac0b4b8e28445f84d35f62a9b8f6b724 Mon Sep 17 00:00:00 2001 From: caoyizhong <1270296080@qq.com> Date: Wed, 8 Feb 2023 18:05:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B0=91=E7=88=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activiti/form/ProcessMaterialsAllot.vue | 2 +- .../form/ProcessMaterialsAllotForm.vue | 4 +- .../ProcessIndustrialExplosiveList.vue | 310 ++++++++++++++++++ .../gunpowder/ProcessIndustrialScrapList.vue | 277 ++++++++++++++++ .../ProcessIndustrialExplosiveForm.vue | 194 +++++++++++ ...sIndustrialExplosiveModal.Style#Drawer.vue | 84 +++++ .../ProcessIndustrialExplosiveModal.vue | 60 ++++ .../modules/ProcessIndustrialScrapForm.vue | 173 ++++++++++ ...ocessIndustrialScrapModal.Style#Drawer.vue | 84 +++++ .../modules/ProcessIndustrialScrapModal.vue | 60 ++++ 10 files changed, 1245 insertions(+), 3 deletions(-) create mode 100644 src/views/gunpowder/ProcessIndustrialExplosiveList.vue create mode 100644 src/views/gunpowder/ProcessIndustrialScrapList.vue create mode 100644 src/views/gunpowder/modules/ProcessIndustrialExplosiveForm.vue create mode 100644 src/views/gunpowder/modules/ProcessIndustrialExplosiveModal.Style#Drawer.vue create mode 100644 src/views/gunpowder/modules/ProcessIndustrialExplosiveModal.vue create mode 100644 src/views/gunpowder/modules/ProcessIndustrialScrapForm.vue create mode 100644 src/views/gunpowder/modules/ProcessIndustrialScrapModal.Style#Drawer.vue create mode 100644 src/views/gunpowder/modules/ProcessIndustrialScrapModal.vue diff --git a/src/views/activiti/form/ProcessMaterialsAllot.vue b/src/views/activiti/form/ProcessMaterialsAllot.vue index c3c8787..f7c21a9 100644 --- a/src/views/activiti/form/ProcessMaterialsAllot.vue +++ b/src/views/activiti/form/ProcessMaterialsAllot.vue @@ -1,5 +1,5 @@ + + + \ No newline at end of file diff --git a/src/views/gunpowder/ProcessIndustrialScrapList.vue b/src/views/gunpowder/ProcessIndustrialScrapList.vue new file mode 100644 index 0000000..df01ec5 --- /dev/null +++ b/src/views/gunpowder/ProcessIndustrialScrapList.vue @@ -0,0 +1,277 @@ + + + + \ No newline at end of file diff --git a/src/views/gunpowder/modules/ProcessIndustrialExplosiveForm.vue b/src/views/gunpowder/modules/ProcessIndustrialExplosiveForm.vue new file mode 100644 index 0000000..0952e35 --- /dev/null +++ b/src/views/gunpowder/modules/ProcessIndustrialExplosiveForm.vue @@ -0,0 +1,194 @@ + + + \ No newline at end of file diff --git a/src/views/gunpowder/modules/ProcessIndustrialExplosiveModal.Style#Drawer.vue b/src/views/gunpowder/modules/ProcessIndustrialExplosiveModal.Style#Drawer.vue new file mode 100644 index 0000000..db031da --- /dev/null +++ b/src/views/gunpowder/modules/ProcessIndustrialExplosiveModal.Style#Drawer.vue @@ -0,0 +1,84 @@ + + + + + \ No newline at end of file diff --git a/src/views/gunpowder/modules/ProcessIndustrialExplosiveModal.vue b/src/views/gunpowder/modules/ProcessIndustrialExplosiveModal.vue new file mode 100644 index 0000000..0be6b81 --- /dev/null +++ b/src/views/gunpowder/modules/ProcessIndustrialExplosiveModal.vue @@ -0,0 +1,60 @@ + + + \ No newline at end of file diff --git a/src/views/gunpowder/modules/ProcessIndustrialScrapForm.vue b/src/views/gunpowder/modules/ProcessIndustrialScrapForm.vue new file mode 100644 index 0000000..31029bc --- /dev/null +++ b/src/views/gunpowder/modules/ProcessIndustrialScrapForm.vue @@ -0,0 +1,173 @@ + + + \ No newline at end of file diff --git a/src/views/gunpowder/modules/ProcessIndustrialScrapModal.Style#Drawer.vue b/src/views/gunpowder/modules/ProcessIndustrialScrapModal.Style#Drawer.vue new file mode 100644 index 0000000..601f33d --- /dev/null +++ b/src/views/gunpowder/modules/ProcessIndustrialScrapModal.Style#Drawer.vue @@ -0,0 +1,84 @@ + + + + + \ No newline at end of file diff --git a/src/views/gunpowder/modules/ProcessIndustrialScrapModal.vue b/src/views/gunpowder/modules/ProcessIndustrialScrapModal.vue new file mode 100644 index 0000000..a11b51c --- /dev/null +++ b/src/views/gunpowder/modules/ProcessIndustrialScrapModal.vue @@ -0,0 +1,60 @@ + + + \ No newline at end of file