From 6b704d29fde6e2593772d731a5bf8db84eeb4870 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Thu, 29 Jun 2023 08:37:20 +0800 Subject: [PATCH] rydj --- .../patientRegister/PatientRegisterEdit.vue | 338 ++++++++++++++++++ .../patientRegister/PatientRegisterList.vue | 124 +++++++ .../patientRegister/customerOrgEdit.vue | 327 ----------------- .../patientRegister/customerOrgTreeAll.vue | 54 +-- ...egister.vue => patientRegisterAsbItem.vue} | 76 +--- .../patientRegister/patientRegisterQuery.vue | 122 +++++++ src/store/index.js | 5 +- src/views/customerOrg/patientRegister.vue | 47 +-- .../customerOrg/patientRegisterRecover.vue | 12 +- src/views/customerOrg/patientRegisterSign.vue | 12 +- 10 files changed, 634 insertions(+), 483 deletions(-) create mode 100644 src/components/patientRegister/PatientRegisterEdit.vue create mode 100644 src/components/patientRegister/PatientRegisterList.vue delete mode 100644 src/components/patientRegister/customerOrgEdit.vue rename src/components/patientRegister/{customerOrgRegister.vue => patientRegisterAsbItem.vue} (66%) create mode 100644 src/components/patientRegister/patientRegisterQuery.vue diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue new file mode 100644 index 0000000..2f6d848 --- /dev/null +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -0,0 +1,338 @@ + + + \ No newline at end of file diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue new file mode 100644 index 0000000..1250556 --- /dev/null +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -0,0 +1,124 @@ + + + \ No newline at end of file diff --git a/src/components/patientRegister/customerOrgEdit.vue b/src/components/patientRegister/customerOrgEdit.vue deleted file mode 100644 index 12ba88d..0000000 --- a/src/components/patientRegister/customerOrgEdit.vue +++ /dev/null @@ -1,327 +0,0 @@ - - - \ No newline at end of file diff --git a/src/components/patientRegister/customerOrgTreeAll.vue b/src/components/patientRegister/customerOrgTreeAll.vue index 8c34263..144e5f7 100644 --- a/src/components/patientRegister/customerOrgTreeAll.vue +++ b/src/components/patientRegister/customerOrgTreeAll.vue @@ -1,5 +1,5 @@ diff --git a/src/components/patientRegister/customerOrgRegister.vue b/src/components/patientRegister/patientRegisterAsbItem.vue similarity index 66% rename from src/components/patientRegister/customerOrgRegister.vue rename to src/components/patientRegister/patientRegisterAsbItem.vue index 6fcee3e..9b7689b 100644 --- a/src/components/patientRegister/customerOrgRegister.vue +++ b/src/components/patientRegister/patientRegisterAsbItem.vue @@ -4,7 +4,7 @@ -
-
- 增加次数 -
-
- 体检完成 -
-
- 取消完成 -
-
- - -
-
- - - - - - - - - - - - - - - - - -
-
- - 取 消 - 确 定 - -
+ + \ No newline at end of file diff --git a/src/store/index.js b/src/store/index.js index a86c579..b0313b0 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -27,7 +27,10 @@ export default new Vuex.Store({ patientRegister:{//人员登记 customerOrgTreeAll: [], //体检单位列表(含个人) patientRegisterId:'', //当前单位ID(可根据此值是否为空,判断是新增还是编辑) - query:{},//查询条件 + query:{ + times:0, //触发查询次数 + customerOrgId:'', //体检单位ID + },//查询条件 } diff --git a/src/views/customerOrg/patientRegister.vue b/src/views/customerOrg/patientRegister.vue index c54021f..2bb8af5 100644 --- a/src/views/customerOrg/patientRegister.vue +++ b/src/views/customerOrg/patientRegister.vue @@ -1,25 +1,25 @@