From ccb85fb447a47e798205a435b2dd9b7081d1ea77 Mon Sep 17 00:00:00 2001 From: ndbs Date: Thu, 27 Oct 2022 11:56:12 +0800 Subject: [PATCH] =?UTF-8?q?app2.0=E8=80=83=E5=8B=A4=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E5=8F=8A=E8=80=83=E5=8B=A4=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LogisticsManagement/ADR_Record/list.vue | 300 ++++++++++++++++++ .../LogisticsManagement/ADR_Record/single.vue | 208 ++++++++++++ 2 files changed, 508 insertions(+) create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/ADR_Record/list.vue create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/ADR_Record/single.vue diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/ADR_Record/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/ADR_Record/list.vue new file mode 100644 index 000000000..48e4d92d6 --- /dev/null +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/ADR_Record/list.vue @@ -0,0 +1,300 @@ + + + + + + + \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/ADR_Record/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/ADR_Record/single.vue new file mode 100644 index 000000000..2b228cabf --- /dev/null +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/ADR_Record/single.vue @@ -0,0 +1,208 @@ + + + + \ No newline at end of file