From 3d2b4b06e4c9586df68bac4f0c3f866dfb0b9164 Mon Sep 17 00:00:00 2001 From: newPeter7 Date: Mon, 20 Mar 2023 17:51:35 +0800 Subject: [PATCH] peter --- src/components/360View/afterPart/index.vue | 710 +++++-- .../360View/commonForm/deveopmentFIle.vue | 704 +++++++ .../360View/commonForm/eyesVision.vue | 660 +++++++ .../360View/commonForm/optometryForm.vue | 711 +++++++ .../360View/commonForm/threeVision.vue | 764 ++++++++ src/components/360View/dataInfo.vue | 336 ++++ .../360View/followUpRecord/index.vue | 6 +- src/components/360View/forePart/index.vue | 447 +++-- src/components/360View/index1.vue | 138 +- src/components/360View/info.vue | 215 --- src/components/360View/itemSelect/index.vue | 14 +- src/components/360View/key-indicators.vue | 2 +- .../360View/medicalRecord/index.vue | 17 +- .../medicalRecord/outPatientRecord/index.vue | 455 ++--- src/components/360View/opticalFile/index.vue | 513 ++++++ .../opticalFile/outPatientRecord/index.vue | 402 ++++ src/components/360View/overView/index.vue | 204 +-- src/components/360View/pacs/img-reccrd.vue | 1626 +++++++++++++++++ src/components/360View/pacs/patientList.vue | 543 ++++++ src/components/360View/routine/index.vue | 216 ++- src/components/360View/special/index.vue | 126 +- .../360View/specialExamine/index.vue | 243 +++ src/components/360View/time-line.vue | 7 +- src/components/echarts/eyeCharts.vue | 209 +++ src/components/echarts/yanya.vue | 34 +- .../hm-crf/tinymce/themes/silver/theme.js | 4 +- src/mixins/view-module.js | 24 +- src/page-subspecialty/router/index.js | 52 +- .../optometryManagement/cornea/index.vue | 2 +- .../optometryManagement/dioptric/HIS-add.vue | 317 ++-- .../optometryManagement/dioptric/index.vue | 476 +++-- .../dioptric/patient-add-or-update.vue | 430 +++-- .../outpatientManagement/call/HIS-add.vue | 25 +- .../outpatientManagement/call/index.vue | 195 +- .../call/patient-add-or-update.vue | 22 +- .../outpatientManagement/treat/HIS-add.vue | 25 +- .../outpatientManagement/treat/index.vue | 185 +- .../treat/patient-add-or-update.vue | 17 +- .../team/team-add-or-update.vue | 13 +- src/page-subspecialty/views/pages/login.vue | 4 +- .../views/pages/pacsManage/index.vue | 543 ++++++ static/js/jquery-3.5.1/jquery.js | 8 +- 42 files changed, 9734 insertions(+), 1910 deletions(-) create mode 100644 src/components/360View/commonForm/deveopmentFIle.vue create mode 100644 src/components/360View/commonForm/eyesVision.vue create mode 100644 src/components/360View/commonForm/optometryForm.vue create mode 100644 src/components/360View/commonForm/threeVision.vue create mode 100644 src/components/360View/dataInfo.vue delete mode 100644 src/components/360View/info.vue create mode 100644 src/components/360View/opticalFile/index.vue create mode 100644 src/components/360View/opticalFile/outPatientRecord/index.vue create mode 100644 src/components/360View/pacs/img-reccrd.vue create mode 100644 src/components/360View/pacs/patientList.vue create mode 100644 src/components/360View/specialExamine/index.vue create mode 100644 src/components/echarts/eyeCharts.vue create mode 100644 src/page-subspecialty/views/pages/pacsManage/index.vue diff --git a/src/components/360View/afterPart/index.vue b/src/components/360View/afterPart/index.vue index d853eb4..2b1a3bc 100644 --- a/src/components/360View/afterPart/index.vue +++ b/src/components/360View/afterPart/index.vue @@ -1,53 +1,132 @@ diff --git a/src/components/360View/commonForm/deveopmentFIle.vue b/src/components/360View/commonForm/deveopmentFIle.vue new file mode 100644 index 0000000..ec0ebb2 --- /dev/null +++ b/src/components/360View/commonForm/deveopmentFIle.vue @@ -0,0 +1,704 @@ + + + + diff --git a/src/components/360View/commonForm/eyesVision.vue b/src/components/360View/commonForm/eyesVision.vue new file mode 100644 index 0000000..4fde0f5 --- /dev/null +++ b/src/components/360View/commonForm/eyesVision.vue @@ -0,0 +1,660 @@ + + + + diff --git a/src/components/360View/commonForm/optometryForm.vue b/src/components/360View/commonForm/optometryForm.vue new file mode 100644 index 0000000..2f116e9 --- /dev/null +++ b/src/components/360View/commonForm/optometryForm.vue @@ -0,0 +1,711 @@ + + + + diff --git a/src/components/360View/commonForm/threeVision.vue b/src/components/360View/commonForm/threeVision.vue new file mode 100644 index 0000000..2fe292b --- /dev/null +++ b/src/components/360View/commonForm/threeVision.vue @@ -0,0 +1,764 @@ + + + + diff --git a/src/components/360View/dataInfo.vue b/src/components/360View/dataInfo.vue new file mode 100644 index 0000000..69fcd53 --- /dev/null +++ b/src/components/360View/dataInfo.vue @@ -0,0 +1,336 @@ + + + + + + diff --git a/src/components/360View/followUpRecord/index.vue b/src/components/360View/followUpRecord/index.vue index 21ef555..f30fd3d 100644 --- a/src/components/360View/followUpRecord/index.vue +++ b/src/components/360View/followUpRecord/index.vue @@ -66,7 +66,11 @@ export default { patientId: { type: String, default: '' - } + }, + onlyRead: { + type: Boolean, + default: false + }, }, inject: ['refresh'], data() { diff --git a/src/components/360View/forePart/index.vue b/src/components/360View/forePart/index.vue index 06e867d..fc908d1 100644 --- a/src/components/360View/forePart/index.vue +++ b/src/components/360View/forePart/index.vue @@ -1,32 +1,34 @@ @@ -74,21 +76,21 @@ - + @@ -96,12 +98,34 @@ + + + + + + + + + + + - - - diff --git a/src/components/360View/itemSelect/index.vue b/src/components/360View/itemSelect/index.vue index 81fc1a1..d94c778 100644 --- a/src/components/360View/itemSelect/index.vue +++ b/src/components/360View/itemSelect/index.vue @@ -34,15 +34,18 @@ :expand-on-click-node="false" :check-strictly="checkStrictly" :filter-node-method="treeFilter" + empty-text="" @node-click="nodeClick" @check-change="nodeCheck" /> + + + diff --git a/src/components/360View/opticalFile/outPatientRecord/index.vue b/src/components/360View/opticalFile/outPatientRecord/index.vue new file mode 100644 index 0000000..8a53c5d --- /dev/null +++ b/src/components/360View/opticalFile/outPatientRecord/index.vue @@ -0,0 +1,402 @@ + + + + diff --git a/src/components/360View/overView/index.vue b/src/components/360View/overView/index.vue index e86d055..16005f7 100644 --- a/src/components/360View/overView/index.vue +++ b/src/components/360View/overView/index.vue @@ -1,37 +1,66 @@ + + diff --git a/src/components/360View/pacs/patientList.vue b/src/components/360View/pacs/patientList.vue new file mode 100644 index 0000000..9035059 --- /dev/null +++ b/src/components/360View/pacs/patientList.vue @@ -0,0 +1,543 @@ + + + + + diff --git a/src/components/360View/routine/index.vue b/src/components/360View/routine/index.vue index 9093f25..381aeea 100644 --- a/src/components/360View/routine/index.vue +++ b/src/components/360View/routine/index.vue @@ -17,21 +17,20 @@ /> -
- 打印 - 保存 -
+
+ 保存 +
- 视力 + 视力
@@ -42,129 +41,125 @@
矫正视力
-
2023-02-10
+
{{ shiliLast.length ? shiliLast[0].examTime : '' }}
- OD - OS + OD + OS
- 0.4 - 0.3 + {{ shiliLast.length ? shiliLast[0].odVan : '' }} + {{ shiliLast.length ? shiliLast[0].osVan : '' }}
- 1.0 - 1.2 + {{ shiliLast.length ? shiliLast[0].odVag : '' }} + {{ shiliLast.length ? shiliLast[0].osVag : '' }}
- 眼压 + 眼压
-
+
最近一次
眼别
眼压
-
2023-02-10
+
{{ yanyaLast.length ? yanyaLast[0].examTime : '' }}
- OD - OS + OD + OS
- 0.4 - 0.3 + {{ yanyaLast.length ? yanyaLast[0].odIop : '' }} + {{ yanyaLast.length ? yanyaLast[0].osIop : '' }}
- 电脑验光 + 电脑验光
- 主觉验光 + 主觉验光
- -
+ + diff --git a/src/components/360View/time-line.vue b/src/components/360View/time-line.vue index 7de9500..0a2b3ec 100644 --- a/src/components/360View/time-line.vue +++ b/src/components/360View/time-line.vue @@ -1,8 +1,8 @@ + + diff --git a/static/js/jquery-3.5.1/jquery.js b/static/js/jquery-3.5.1/jquery.js index 5546015..2c1a258 100644 --- a/static/js/jquery-3.5.1/jquery.js +++ b/static/js/jquery-3.5.1/jquery.js @@ -41,7 +41,7 @@ // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode -// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common +// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be commonForm // enough that all such attempts are guarded in a try block. "use strict"; @@ -1581,7 +1581,7 @@ setDocument = Sizzle.setDocument = function( node ) { return i ? - // Do a sibling check if the nodes have a common ancestor + // Do a sibling check if the nodes have a commonForm ancestor siblingCheck( ap[ i ], bp[ i ] ) : // Otherwise nodes in our document sort first @@ -5789,7 +5789,7 @@ jQuery.Event.prototype = { } }; -// Includes all common event props including KeyEvent and MouseEvent specific props +// Includes all commonForm event props including KeyEvent and MouseEvent specific props jQuery.each( { altKey: true, bubbles: true, @@ -8449,7 +8449,7 @@ jQuery.fn.extend( { ret = elem.value; - // Handle most common string cases + // Handle most commonForm string cases if ( typeof ret === "string" ) { return ret.replace( rreturn, "" ); }