From 9f02c2d011ae865ccd03b3ada9bf62561bc4a0bf Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 27 Dec 2024 15:18:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(xumu):=20=E6=96=B0=E5=A2=9E=E6=B2=BB?= =?UTF-8?q?=E7=96=97=E7=99=BB=E8=AE=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加治疗登记管理模块,包括新增、编辑和查看治疗记录 - 实现治疗登记列表页面,支持筛选和导出功能 - 优化牲畜选择界面布局 - 初始化治疗登记日期为当前日期 --- project/xumu/AppImmunityManage/add.vue | 3 +- .../AppTreatmentManage/AppTreatmentManage.vue | 35 ++++ project/xumu/AppTreatmentManage/add.vue | 186 ++++++++++++++++++ project/xumu/AppTreatmentManage/list.vue | 106 ++++++++++ 4 files changed, 329 insertions(+), 1 deletion(-) create mode 100644 project/xumu/AppTreatmentManage/AppTreatmentManage.vue create mode 100644 project/xumu/AppTreatmentManage/add.vue create mode 100644 project/xumu/AppTreatmentManage/list.vue diff --git a/project/xumu/AppImmunityManage/add.vue b/project/xumu/AppImmunityManage/add.vue index 7a1f616f..32b6ddfa 100644 --- a/project/xumu/AppImmunityManage/add.vue +++ b/project/xumu/AppImmunityManage/add.vue @@ -86,6 +86,7 @@ export default { }, created() { this.dict.load("yesOrNo", "category", "variety", "source") + this.detail.treatmentTime = new Date() this.getDetail() } } @@ -105,7 +106,7 @@ export default { - + diff --git a/project/xumu/AppTreatmentManage/AppTreatmentManage.vue b/project/xumu/AppTreatmentManage/AppTreatmentManage.vue new file mode 100644 index 00000000..21b2da53 --- /dev/null +++ b/project/xumu/AppTreatmentManage/AppTreatmentManage.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/project/xumu/AppTreatmentManage/add.vue b/project/xumu/AppTreatmentManage/add.vue new file mode 100644 index 00000000..7b4ac573 --- /dev/null +++ b/project/xumu/AppTreatmentManage/add.vue @@ -0,0 +1,186 @@ + + + + + diff --git a/project/xumu/AppTreatmentManage/list.vue b/project/xumu/AppTreatmentManage/list.vue new file mode 100644 index 00000000..dc1ff132 --- /dev/null +++ b/project/xumu/AppTreatmentManage/list.vue @@ -0,0 +1,106 @@ + + + + +