From 0fff36825889f8daee67912295219a120a6248eb Mon Sep 17 00:00:00 2001 From: zyn Date: Mon, 29 Jan 2024 17:33:22 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E6=A0=87=E5=87=86=E8=B7=9F=E8=B8=AA?= =?UTF-8?q?=E6=B8=85=E5=8D=95-=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hzwlComponents/StandardListDrawer.vue | 686 ++++++++++++++++++ .../hzwlComponents/TimeLineFormItem.vue | 41 +- .../hzwlComponents/UploadFormItem.vue | 1 + .../standardTrackingList/Inventory.vue | 215 ++++++ .../standardTrackingList/PersonInfo.vue | 133 ++++ .../standardTrackingList/addModel.vue | 218 ++++++ .../standardTrackingList/index.vue | 269 ++++++- 7 files changed, 1537 insertions(+), 26 deletions(-) create mode 100644 src/components/hzwlComponents/StandardListDrawer.vue create mode 100644 src/pages/policyRegulation/standardTrackingList/Inventory.vue create mode 100644 src/pages/policyRegulation/standardTrackingList/PersonInfo.vue create mode 100644 src/pages/policyRegulation/standardTrackingList/addModel.vue diff --git a/src/components/hzwlComponents/StandardListDrawer.vue b/src/components/hzwlComponents/StandardListDrawer.vue new file mode 100644 index 000000000..e40d62fd9 --- /dev/null +++ b/src/components/hzwlComponents/StandardListDrawer.vue @@ -0,0 +1,686 @@ + + + + + diff --git a/src/components/hzwlComponents/TimeLineFormItem.vue b/src/components/hzwlComponents/TimeLineFormItem.vue index 30cfcf949..774f888ba 100644 --- a/src/components/hzwlComponents/TimeLineFormItem.vue +++ b/src/components/hzwlComponents/TimeLineFormItem.vue @@ -5,33 +5,35 @@

{{ title }}

+ :disabled="disabled" + :value="name" + :placeholder="placeholder || `选择${title}`" + readonly + @click.native="choice(id)" + />
- + + + diff --git a/src/pages/policyRegulation/standardTrackingList/PersonInfo.vue b/src/pages/policyRegulation/standardTrackingList/PersonInfo.vue new file mode 100644 index 000000000..40312ed6d --- /dev/null +++ b/src/pages/policyRegulation/standardTrackingList/PersonInfo.vue @@ -0,0 +1,133 @@ + + + + + diff --git a/src/pages/policyRegulation/standardTrackingList/addModel.vue b/src/pages/policyRegulation/standardTrackingList/addModel.vue new file mode 100644 index 000000000..c72df084f --- /dev/null +++ b/src/pages/policyRegulation/standardTrackingList/addModel.vue @@ -0,0 +1,218 @@ + + + + + diff --git a/src/pages/policyRegulation/standardTrackingList/index.vue b/src/pages/policyRegulation/standardTrackingList/index.vue index 12b8507a8..ac724ee72 100644 --- a/src/pages/policyRegulation/standardTrackingList/index.vue +++ b/src/pages/policyRegulation/standardTrackingList/index.vue @@ -1,27 +1,280 @@