vue2-client 1.15.122 → 1.15.125

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (258) hide show
  1. package/package.json +1 -1
  2. package/src/base-client/components/common/HIS/HButtons/HButtons.vue +749 -0
  3. package/src/base-client/components/common/HIS/HButtons/index.js +3 -0
  4. package/src/base-client/components/common/HIS/HFormTable/HFormTable.vue +155 -0
  5. package/src/base-client/components/common/HIS/HFormTable/index.js +3 -0
  6. package/src/base-client/components/common/HIS/HTab/HTab.vue +100 -0
  7. package/src/base-client/components/common/HIS/HTab/index.js +3 -0
  8. package/src/base-client/components/common/HIS/demo.vue +46 -0
  9. package/src/base-client/components/common/XCollapse/XCollapse.vue +2 -1
  10. package/src/base-client/components/common/XConversation/XConversation.vue +0 -6
  11. package/src/base-client/components/common/XReportGrid/XReport.vue +0 -11
  12. package/src/base-client/components/common/XReportGrid/XReportDesign.vue +36 -51
  13. package/src/base-client/components/common/XReportGrid/XReportTrGroup.vue +133 -48
  14. package/src/base-client/components/common/XTab/XTab.vue +12 -6
  15. package/src/base-client/components/his/XChart/XChart.vue +282 -282
  16. package/src/base-client/components/his/XChart/dome.vue +19 -19
  17. package/src/base-client/components/his/XHDescriptions/XHDescriptions.vue +0 -1
  18. package/src/base-client/components/his/XHisEditor/XHisEditor.vue +7 -2
  19. package/src/base-client/components/his/XImageReport/ImagePreview.vue +393 -0
  20. package/src/base-client/components/his/XImageReport/XImageReport copy.vue +361 -0
  21. package/src/base-client/components/his/XImageReport/XImageReport.vue +200 -0
  22. package/src/base-client/components/his/XImageReport/XImageReportDemo.vue +29 -0
  23. package/src/base-client/components/his/XQuestionnaire/XQuestionnaire.vue +1 -1
  24. package/src/base-client/components/his/XTextCard/XTextCard.vue +207 -207
  25. package/src/base-client/components/his/threeTestOrders/editor.vue +111 -111
  26. package/src/components/STable/index.js +11 -4
  27. package/src/router/async/router.map.js +2 -1
  28. package/.history/public/his/editor/editor_20250606134713.html +0 -51
  29. package/.history/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox_20250527173925.vue +0 -509
  30. package/.history/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox_20250527174316.vue +0 -524
  31. package/.history/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox_20250527174419.vue +0 -524
  32. package/.history/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox_20250527174422.vue +0 -524
  33. package/.history/src/base-client/components/common/XAddReport/XAddReport_20250611172825.vue +0 -207
  34. package/.history/src/base-client/components/common/XAddReport/XAddReport_20250611172945.vue +0 -211
  35. package/.history/src/base-client/components/common/XAddReport/XAddReport_20250611172949.vue +0 -212
  36. package/.history/src/base-client/components/common/XAddReport/XAddReport_20250611173010.vue +0 -212
  37. package/.history/src/base-client/components/common/XForm/XFormItem_20250508134122.vue +0 -1320
  38. package/.history/src/base-client/components/common/XForm/XFormItem_20250527171604.vue +0 -1332
  39. package/.history/src/base-client/components/common/XForm/XFormItem_20250527171613.vue +0 -1331
  40. package/.history/src/base-client/components/common/XForm/XFormItem_20250527171703.vue +0 -1331
  41. package/.history/src/base-client/components/common/XForm/XFormItem_20250527171720.vue +0 -1331
  42. package/.history/src/base-client/components/common/XForm/XFormItem_20250527174327.vue +0 -1339
  43. package/.history/src/base-client/components/common/XReportGrid/XReportTrGroup_20250612092804.vue +0 -731
  44. package/.history/src/base-client/components/common/XReportGrid/XReportTrGroup_20250612112546.vue +0 -748
  45. package/.history/src/base-client/components/common/XReportGrid/XReportTrGroup_20250612113808.vue +0 -748
  46. package/.history/src/base-client/components/common/XReportGrid/XReport_20250612115237.vue +0 -1071
  47. package/.history/src/base-client/components/common/XReportGrid/XReport_20250612115346.vue +0 -1078
  48. package/.history/src/base-client/components/common/XReportGrid/XReport_20250612115350.vue +0 -1077
  49. package/.history/src/base-client/components/common/XReportGrid/XReport_20250612115415.vue +0 -1077
  50. package/.history/src/base-client/components/common/XReportGrid/XReport_20250612115429.vue +0 -1077
  51. package/.history/src/base-client/components/his/XChart/XChart_20250812134005.vue +0 -160
  52. package/.history/src/base-client/components/his/XChart/XChart_20250812134010.vue +0 -160
  53. package/.history/src/base-client/components/his/XChart/XChart_20250812134019.vue +0 -160
  54. package/.history/src/base-client/components/his/XChart/XChart_20250812134037.vue +0 -160
  55. package/.history/src/base-client/components/his/XChart/XChart_20250812134112.vue +0 -160
  56. package/.history/src/base-client/components/his/XChart/XChart_20250812134114.vue +0 -160
  57. package/.history/src/base-client/components/his/XChart/XChart_20250812134828.vue +0 -148
  58. package/.history/src/base-client/components/his/XChart/XChart_20250812134838.vue +0 -155
  59. package/.history/src/base-client/components/his/XChart/XChart_20250812134846.vue +0 -155
  60. package/.history/src/base-client/components/his/XChart/XChart_20250812134917.vue +0 -155
  61. package/.history/src/base-client/components/his/XChart/XChart_20250812151145.vue +0 -149
  62. package/.history/src/base-client/components/his/XChart/XChart_20250812151810.vue +0 -153
  63. package/.history/src/base-client/components/his/XChart/XChart_20250812151822.vue +0 -153
  64. package/.history/src/base-client/components/his/XChart/XChart_20250812151910.vue +0 -153
  65. package/.history/src/base-client/components/his/XChart/XChart_20250812152858.vue +0 -258
  66. package/.history/src/base-client/components/his/XChart/XChart_20250812152902.vue +0 -258
  67. package/.history/src/base-client/components/his/XChart/XChart_20250812152907.vue +0 -258
  68. package/.history/src/base-client/components/his/XChart/XChart_20250812152919.vue +0 -258
  69. package/.history/src/base-client/components/his/XChart/XChart_20250812153141.vue +0 -269
  70. package/.history/src/base-client/components/his/XChart/XChart_20250812153149.vue +0 -276
  71. package/.history/src/base-client/components/his/XChart/XChart_20250812153153.vue +0 -276
  72. package/.history/src/base-client/components/his/XChart/XChart_20250812153155.vue +0 -276
  73. package/.history/src/base-client/components/his/XChart/XChart_20250812153157.vue +0 -276
  74. package/.history/src/base-client/components/his/XChart/XChart_20250812153158.vue +0 -276
  75. package/.history/src/base-client/components/his/XChart/XChart_20250812153200.vue +0 -276
  76. package/.history/src/base-client/components/his/XChart/XChart_20250812153210.vue +0 -276
  77. package/.history/src/base-client/components/his/XChart/XChart_20250812153918.vue +0 -275
  78. package/.history/src/base-client/components/his/XChart/XChart_20250812154157.vue +0 -280
  79. package/.history/src/base-client/components/his/XChart/XChart_20250812154212.vue +0 -280
  80. package/.history/src/base-client/components/his/XChart/XChart_20250812154250.vue +0 -280
  81. package/.history/src/base-client/components/his/XChart/XChart_20250812154252.vue +0 -280
  82. package/.history/src/base-client/components/his/XChart/XChart_20250812154444.vue +0 -280
  83. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611091619.vue +0 -442
  84. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611092547.vue +0 -442
  85. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611092552.vue +0 -442
  86. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611092744.vue +0 -475
  87. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611092955.vue +0 -475
  88. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611092957.vue +0 -475
  89. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611095652.vue +0 -477
  90. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611095701.vue +0 -477
  91. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611095704.vue +0 -477
  92. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100005.vue +0 -473
  93. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100011.vue +0 -473
  94. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100014.vue +0 -473
  95. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100833.vue +0 -473
  96. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100853.vue +0 -473
  97. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100940.vue +0 -473
  98. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101011.vue +0 -473
  99. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101013.vue +0 -473
  100. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101014.vue +0 -473
  101. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101159.vue +0 -473
  102. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101238.vue +0 -474
  103. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101240.vue +0 -474
  104. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101242.vue +0 -474
  105. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101404.vue +0 -472
  106. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101410.vue +0 -472
  107. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101459.vue +0 -472
  108. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101500.vue +0 -472
  109. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101502.vue +0 -472
  110. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101504.vue +0 -472
  111. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101610.vue +0 -501
  112. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101700.vue +0 -501
  113. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101702.vue +0 -501
  114. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101741.vue +0 -504
  115. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101749.vue +0 -504
  116. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101759.vue +0 -504
  117. package/.history/src/base-client/components/his/XHisEditor/dome_20250611091349.vue +0 -131
  118. package/.history/src/base-client/components/his/XHisEditor/dome_20250611105854.vue +0 -160
  119. package/.history/src/base-client/components/his/XHisEditor/dome_20250611105902.vue +0 -160
  120. package/.history/src/base-client/components/his/XHisEditor/dome_20250611105924.vue +0 -160
  121. package/.history/src/base-client/components/his/XHisEditor/dome_20250611105932.vue +0 -158
  122. package/.history/src/base-client/components/his/XList/XList_20250609135848.vue +0 -173
  123. package/.history/src/base-client/components/his/XList/XList_20250609141026.vue +0 -222
  124. package/.history/src/base-client/components/his/XList/XList_20250609141035.vue +0 -229
  125. package/.history/src/base-client/components/his/XList/XList_20250609141103.vue +0 -229
  126. package/.history/src/base-client/components/his/XList/XList_20250609141105.vue +0 -229
  127. package/.history/src/base-client/components/his/XList/XList_20250609141334.vue +0 -241
  128. package/.history/src/base-client/components/his/XList/XList_20250609141404.vue +0 -241
  129. package/.history/src/base-client/components/his/XList/XList_20250609141406.vue +0 -241
  130. package/.history/src/base-client/components/his/XList/XList_20250609141801.vue +0 -245
  131. package/.history/src/base-client/components/his/XList/XList_20250609142033.vue +0 -245
  132. package/.history/src/base-client/components/his/XList/XList_20250609142038.vue +0 -245
  133. package/.history/src/base-client/components/his/XList/XList_20250609142435.vue +0 -255
  134. package/.history/src/base-client/components/his/XList/XList_20250609142503.vue +0 -255
  135. package/.history/src/base-client/components/his/XList/XList_20250609142504.vue +0 -255
  136. package/.history/src/base-client/components/his/XList/XList_20250609143012.vue +0 -270
  137. package/.history/src/base-client/components/his/XList/XList_20250609143044.vue +0 -270
  138. package/.history/src/base-client/components/his/XList/XList_20250609143046.vue +0 -270
  139. package/.history/src/base-client/components/his/XList/XList_20250609143210.vue +0 -270
  140. package/.history/src/base-client/components/his/XList/XList_20250609144339.vue +0 -294
  141. package/.history/src/base-client/components/his/XList/XList_20250609144410.vue +0 -294
  142. package/.history/src/base-client/components/his/XList/XList_20250609144412.vue +0 -294
  143. package/.history/src/base-client/components/his/XList/XList_20250609144647.vue +0 -303
  144. package/.history/src/base-client/components/his/XList/XList_20250609144716.vue +0 -303
  145. package/.history/src/base-client/components/his/XList/XList_20250609144729.vue +0 -303
  146. package/.history/src/base-client/components/his/XList/XList_20250609151232.vue +0 -288
  147. package/.history/src/base-client/components/his/XList/XList_20250609151247.vue +0 -288
  148. package/.history/src/base-client/components/his/XList/XList_20250609151252.vue +0 -288
  149. package/.history/src/base-client/components/his/XList/XList_20250609161220.vue +0 -317
  150. package/.history/src/base-client/components/his/XList/XList_20250609161258.vue +0 -306
  151. package/.history/src/base-client/components/his/XList/XList_20250609161319.vue +0 -306
  152. package/.history/src/base-client/components/his/XList/XList_20250609161320.vue +0 -306
  153. package/.history/src/base-client/components/his/XList/XList_20250704142024.vue +0 -495
  154. package/.history/src/base-client/components/his/XList/XList_20250704142033.vue +0 -495
  155. package/.history/src/base-client/components/his/XList/XList_20250704142040.vue +0 -494
  156. package/.history/src/base-client/components/his/XList/XList_20250704142211.vue +0 -494
  157. package/.history/src/base-client/components/his/XList/XList_20250704142214.vue +0 -494
  158. package/.history/src/base-client/components/his/XList/XList_20250704143010.vue +0 -495
  159. package/.history/src/base-client/components/his/XList/XList_20250704143203.vue +0 -495
  160. package/.history/src/base-client/components/his/XList/XList_20250707095101.vue +0 -492
  161. package/.history/src/base-client/components/his/XList/XList_20250707100152.vue +0 -492
  162. package/.history/src/base-client/components/his/XList/XList_20250707100200.vue +0 -485
  163. package/.history/src/base-client/components/his/XList/XList_20250707100208.vue +0 -485
  164. package/.history/src/base-client/components/his/XList/XList_20250707100259.vue +0 -488
  165. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134604.vue +0 -263
  166. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134615.vue +0 -302
  167. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134621.vue +0 -301
  168. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134634.vue +0 -311
  169. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134644.vue +0 -330
  170. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134653.vue +0 -330
  171. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134836.vue +0 -330
  172. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135247.vue +0 -330
  173. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135303.vue +0 -354
  174. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135316.vue +0 -363
  175. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135323.vue +0 -363
  176. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135334.vue +0 -366
  177. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135342.vue +0 -364
  178. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135349.vue +0 -364
  179. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135351.vue +0 -346
  180. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135354.vue +0 -346
  181. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135401.vue +0 -346
  182. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135406.vue +0 -346
  183. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135424.vue +0 -346
  184. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807143043.vue +0 -254
  185. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807155506.vue +0 -329
  186. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807155535.vue +0 -330
  187. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807155543.vue +0 -330
  188. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807155926.vue +0 -304
  189. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807155928.vue +0 -304
  190. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172548.vue +0 -298
  191. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172609.vue +0 -298
  192. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172623.vue +0 -298
  193. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172631.vue +0 -298
  194. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172701.vue +0 -298
  195. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172704.vue +0 -298
  196. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807175937.vue +0 -290
  197. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807175942.vue +0 -290
  198. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807180210.vue +0 -290
  199. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807180424.vue +0 -290
  200. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807180448.vue +0 -290
  201. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807180915.vue +0 -262
  202. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807180917.vue +0 -262
  203. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101106.vue +0 -283
  204. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101112.vue +0 -289
  205. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101118.vue +0 -289
  206. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101129.vue +0 -294
  207. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101137.vue +0 -318
  208. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101145.vue +0 -320
  209. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101154.vue +0 -320
  210. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101211.vue +0 -320
  211. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101236.vue +0 -320
  212. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101239.vue +0 -320
  213. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114001.vue +0 -342
  214. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114005.vue +0 -342
  215. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114014.vue +0 -345
  216. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114020.vue +0 -345
  217. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114028.vue +0 -345
  218. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114108.vue +0 -345
  219. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114115.vue +0 -345
  220. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114333.vue +0 -346
  221. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114339.vue +0 -350
  222. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114344.vue +0 -355
  223. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114351.vue +0 -355
  224. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114408.vue +0 -355
  225. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114410.vue +0 -355
  226. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813154330.vue +0 -389
  227. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813154338.vue +0 -389
  228. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813154402.vue +0 -389
  229. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813154425.vue +0 -389
  230. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813154428.vue +0 -389
  231. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813171922.vue +0 -391
  232. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813171957.vue +0 -391
  233. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813172004.vue +0 -391
  234. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813172012.vue +0 -391
  235. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813172241.vue +0 -391
  236. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813172242.vue +0 -391
  237. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103845.vue +0 -142
  238. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103852.vue +0 -142
  239. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103857.vue +0 -142
  240. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103859.vue +0 -142
  241. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103907.vue +0 -142
  242. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103910.vue +0 -142
  243. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103911.vue +0 -142
  244. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103913.vue +0 -142
  245. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103916.vue +0 -142
  246. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103931.vue +0 -142
  247. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145127.vue +0 -85
  248. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145136.vue +0 -81
  249. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145142.vue +0 -81
  250. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145145.vue +0 -81
  251. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145148.vue +0 -81
  252. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145151.vue +0 -81
  253. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145155.vue +0 -81
  254. package/Users/objecrt/af-vue2-client/src/base-client/components/his/XShiftSchedule/XShiftSchedule.vue +0 -213
  255. package/src/base-client/components/TreeList/TreeList.vue +0 -91
  256. package/src/base-client/components/TreeList/TreeNode.vue +0 -81
  257. package/src/base-client/components/common/XCardSet/XTiltle.vue +0 -191
  258. package/src/base-client/components/his/XHisEditor/dome.vue +0 -144
@@ -1,504 +0,0 @@
1
- <template>
2
- <div>
3
- <div v-show="ready">
4
- <a-row class="editor-action-container" type="flex" justify="space-between">
5
- <a-col class="editor-tools">
6
- <a-space>
7
- <template v-if="resList.length > 0">
8
- <a-select
9
- style="width: 200px"
10
- v-model="toggleResId"
11
- placeholder="请选择文档"
12
- show-search
13
- @change="changeRes"
14
- >
15
- <a-select-option v-for="item of resListCp" :key="item.value" :value="item.value">{{ item.label }}</a-select-option>
16
- </a-select>
17
- <template v-if="this.modeType !== 'readonly' && this.resId !== -1">
18
- <a-button icon="plus" @click="addRes"/>
19
- </template>
20
- </template>
21
- <a-radio-group
22
- v-show="showModeChoose"
23
- button-style="solid"
24
- @change="changeMode"
25
- v-model="modeType">
26
- <a-radio-button v-for="item of modeList" :key="item.value" :value="item.value">
27
- {{ item.label }}
28
- </a-radio-button>
29
- </a-radio-group>
30
- </a-space>
31
- </a-col>
32
- <a-col class="editor-action">
33
- <a-space>
34
- <template v-if="this.modeType !== 'readonly'">
35
- <a-button type="primary" @click="openRenameModal" v-if="this.resId !== -1">
36
- 重命名
37
- </a-button>
38
- <a-button type="primary" @click="() => this.resId !== -1 ? save() : openAddResModal()">
39
- 保存
40
- </a-button>
41
- </template>
42
- <a-button type="primary" @click="print">
43
- 打印
44
- </a-button>
45
- <a-button @click="refresh">
46
- 刷新
47
- </a-button>
48
- </a-space>
49
- <a-dropdown>
50
- <a-menu slot="overlay" @click="handleExportMenuClick">
51
- <a-menu-item key="exportPdf">导出为Pdf</a-menu-item>
52
- <a-menu-item key="exportWord">导出为Word</a-menu-item>
53
- <a-menu-item key="exportHtmlWithStyle">导出为Html</a-menu-item>
54
- </a-menu>
55
- <a-button style="margin-left: 8px"> 导出 <a-icon type="down" /> </a-button>
56
- </a-dropdown>
57
- </a-col>
58
- </a-row>
59
- <a-divider/>
60
- <a-spin tip="加载中,马上好" :spinning="loading">
61
- <iframe
62
- id="x-editor"
63
- src="/his/editor/editor.html"
64
- v-bind="objectOfAttrs"
65
- @load="onload"
66
- style="height: calc(-200px - 3rem + 100vh);">
67
- </iframe>
68
- </a-spin>
69
- </div>
70
- <div v-show="!ready">
71
- <a-empty description="请选择文书" />
72
- </div>
73
- <a-modal
74
- :destroyOnClose="true"
75
- :title="this.resDataModalMode === 'modify' ? '修改文档' : '新建文档'"
76
- :visible="resDataModalVisible"
77
- okText="提交"
78
- @cancel="resDataModalVisible = false"
79
- @ok="onSubmit">
80
- <a-form-model ref="resModifyForm" :model="modifyResModel" :rules="resRules">
81
- <a-form-model-item prop="f_file_name" label="文档名">
82
- <a-input v-model="modifyResModel.f_file_name" placeholder="请输入文档名"/>
83
- </a-form-model-item>
84
- </a-form-model>
85
- </a-modal></div>
86
- </template>
87
-
88
- <script>
89
-
90
- import { runLogic } from '@vue2-client/services/api/common'
91
- import { initDiagnosisDropdown } from './diagnosisAutocomplete'
92
-
93
- export default {
94
- name: 'XHisEditor',
95
- computed: {
96
- resListCp () {
97
- const list = this.resList
98
- if (this.resId === -1) {
99
- list.push({
100
- label: '未保存文档*', value: -1
101
- })
102
- }
103
- return list
104
- }
105
- },
106
- data () {
107
- return {
108
- ready: false,
109
- loading: false,
110
- resDataModalMode: 'modify',
111
- resDataModalVisible: false,
112
- objectOfAttrs: {
113
- width: '100%',
114
- height: '650vh',
115
- frameborder: 0
116
- },
117
- // 数据模式
118
- modeType: 'form',
119
- // 是否显示模式切换功能
120
- showModeChoose: true,
121
- // 数据模式列表
122
- modeList: [
123
- {
124
- label: '预览',
125
- value: 'readonly'
126
- },
127
- {
128
- label: '表单',
129
- value: 'form'
130
- },
131
- {
132
- label: '设计',
133
- value: 'design'
134
- }
135
- ],
136
- // 编辑器实例
137
- editorRef: null,
138
- // 文档资源列表
139
- resList: [],
140
- // 文档资源ID
141
- resId: undefined,
142
- // 文档链接
143
- fileUrl: undefined,
144
- // 文档绑定数据
145
- bindObject: undefined,
146
- // 数据模式 template:模板编辑;data:数据编辑
147
- dataMode: undefined,
148
- // 保存数据调用的Logic名称
149
- saveDataLogicName: undefined,
150
- // 保存数据调用Logic传入的额外参数
151
- logicExtraParams: undefined,
152
- // 服务名
153
- serviceName: undefined,
154
- // 当前文档信息
155
- currResData: {},
156
- // 切换的文档id
157
- toggleResId: undefined,
158
- // 待提交的修改信息
159
- modifyResModel: {},
160
- resRules: {
161
- f_file_name: [{ required: true, message: '请输入文档名', trigger: 'blur' }],
162
- },
163
- // 待加载的数据
164
- pendingFileUrl: null,
165
- pendingBindObject: null,
166
- pendingCurrResData: null,
167
- pendingIsAppend: null
168
- }
169
- },
170
- // 初始化 保存后 加载文件后 诊断选择
171
- emits: ['init', 'saveafter', 'afterLoadFile', 'selected'],
172
- methods: {
173
- runLogic,
174
- /* eslint-disable */
175
- async initDiagnosisAutocomplete (dropDownBoxParams) {
176
- if (!this.editorRef || !this.editorRef.document) {
177
- return
178
- }
179
-
180
- // 添加参数检查
181
- if (!dropDownBoxParams || !Array.isArray(dropDownBoxParams) || dropDownBoxParams.length === 0) {
182
- return
183
- }
184
-
185
- // 创建一个简单的自定义事件系统
186
- // 1. 创建一个隐藏的DOM元素作为事件通道
187
- const eventChannel = this.editorRef.document.createElement('div');
188
- eventChannel.id = 'diagnosis-event-channel';
189
- eventChannel.style.display = 'none';
190
- this.editorRef.document.body.appendChild(eventChannel);
191
- // 2. 在iframe文档中监听自定义事件
192
- const that = this;
193
- this.editorRef.document.addEventListener('diagnosis-selected', function(e) {
194
- if (e && e.detail) {
195
- that.$emit('selected', { item: e.detail, editor: that.editorRef });
196
- }
197
- });
198
-
199
- for (const param of dropDownBoxParams) {
200
- if (param.identificationCode && param.dataLogic) {
201
- try {
202
- let preliDiagnoData = null
203
- // 保留获取后端数据的逻辑
204
- await runLogic(param.dataLogic,
205
- {}, 'af-his').then(res => {
206
- preliDiagnoData = res
207
- })
208
-
209
- // 创建脚本元素
210
- const scriptElement = this.editorRef.document.createElement('script')
211
-
212
- // 注入自定义事件触发函数和初始化代码
213
- scriptElement.textContent = `
214
- // 定义一个函数来触发自定义事件
215
- function triggerDiagnosisSelected(data) {
216
- const event = new CustomEvent('diagnosis-selected', {
217
- detail: data,
218
- bubbles: true
219
- });
220
- document.dispatchEvent(event);
221
- }
222
-
223
- // 初始化诊断下拉菜单,使用自定义事件触发函数
224
- (${initDiagnosisDropdown.toString()})(
225
- editor,
226
- ${JSON.stringify(preliDiagnoData)},
227
- '${param.identificationCode}',
228
- triggerDiagnosisSelected
229
- );
230
- `;
231
-
232
- this.editorRef.document.body.appendChild(scriptElement);
233
- } catch (error) {
234
- console.error('初始化诊断自动完成失败:', error);
235
- }
236
- }
237
- }
238
- },
239
- /* eslint-disable */
240
- // 初始化文档
241
- onload (e) {
242
- if (e && e.target && e.target.contentWindow) {
243
- this.editorRef = e.target.contentWindow.editor
244
- // 等待文档加载完成
245
- this.$emit('init', {})
246
- // 如果已经有待加载的文件,则加载它
247
- if (this.pendingFileUrl) {
248
- this.loadFile(this.pendingFileUrl, this.pendingBindObject, this.pendingCurrResData, this.pendingIsAppend)
249
- // 清除待加载的数据
250
- this.pendingFileUrl = null
251
- this.pendingBindObject = null
252
- this.pendingCurrResData = null
253
- this.pendingIsAppend = null
254
- }
255
- }
256
- },
257
- init (params) {
258
- const {
259
- fileUrl,
260
- resId,
261
- currResData = {},
262
- bindObject,
263
- saveDataLogicName,
264
- logicExtraParams,
265
- dropDownBoxParams,
266
- serviceName,
267
- showModeChoose = true,
268
- modeType = 'form'
269
- } = params
270
- this.resId = resId
271
- if (bindObject) {
272
- this.dataMode = 'data'
273
- this.bindObject = bindObject
274
- } else {
275
- this.dataMode = 'template'
276
- }
277
- this.saveDataLogicName = saveDataLogicName
278
- this.logicExtraParams = logicExtraParams
279
- this.serviceName = serviceName
280
- this.showModeChoose = showModeChoose
281
- this.modeType = modeType
282
- this.ready = true
283
-
284
- // 如果编辑器实例已经准备好,直接加载文件
285
- if (this.editorRef) {
286
- this.loadFile(fileUrl, bindObject, currResData, true).then(async () => {
287
- // 文件加载完成后再初始化自动完成
288
- await this.initDiagnosisAutocomplete(dropDownBoxParams)
289
- })
290
- } else {
291
- // 否则保存待加载的数据
292
- this.pendingFileUrl = fileUrl
293
- this.pendingBindObject = bindObject
294
- this.pendingCurrResData = currResData
295
- this.pendingIsAppend = true
296
- }
297
- this.loadResList()
298
- },
299
- // 加载文档
300
- loadFile (fileUrl, bindObject, currResData, isAppend = true) {
301
- // 检查编辑器实例是否存在
302
- if (!this.editorRef) {
303
- console.error('编辑器实例未初始化')
304
- return Promise.reject(new Error('编辑器实例未初始化'))
305
- }
306
-
307
- this.loading = true
308
- return new Promise((resolve) => {
309
- if (isAppend) {
310
- // 加载新文档
311
- this.editorRef.loadUrl(fileUrl).then(() => {
312
- // 获取新文档内容
313
- const newContent = this.editorRef.getHtml()
314
- console.log('html', { newContent })
315
-
316
- // 使用jQuery的html方法插入内容
317
- const $editor = this.editorRef.$(this.editorRef.document.body)
318
- const currentContent = $editor.html()
319
- $editor.html(currentContent + newContent)
320
-
321
- if (bindObject) {
322
- this.editorRef.setBindObject(bindObject)
323
- if (bindObject.template) {
324
- for (const key of Object.keys(bindObject.template)) {
325
- this.editorRef.bindDataList(key, bindObject.template[key])
326
- }
327
- }
328
- }
329
- this.changeMode()
330
- this.fileUrl = fileUrl
331
- if (!currResData.f_file_name) {
332
- currResData.f_file_name = '未命名'
333
- }
334
- this.currResData = currResData
335
- this.loading = false
336
- this.$emit('afterLoadFile', {})
337
- resolve()
338
- })
339
- } else {
340
- // 原有的加载逻辑
341
- this.editorRef.loadUrl(fileUrl).then(() => {
342
- if (bindObject) {
343
- this.editorRef.setBindObject(bindObject)
344
- if (bindObject.template) {
345
- for (const key of Object.keys(bindObject.template)) {
346
- this.editorRef.bindDataList(key, bindObject.template[key])
347
- }
348
- }
349
- }
350
- this.changeMode()
351
- this.fileUrl = fileUrl
352
- if (!currResData.f_file_name) {
353
- currResData.f_file_name = '未命名'
354
- }
355
- this.currResData = currResData
356
- this.loading = false
357
- this.$emit('afterLoadFile', {})
358
- resolve()
359
- })
360
- }
361
- })
362
- },
363
- // 加载文档列表
364
- loadResList () {
365
- runLogic('getMedicalList', this.logicExtraParams, this.serviceName).then(res => {
366
- this.resList = res
367
- this.toggleResId = this.resId
368
- })
369
- },
370
- // 修改模式
371
- changeMode (e) {
372
- this.editorRef.execCommand(this.modeType)
373
- },
374
- // 打开文档信息修改面板
375
- openRenameModal () {
376
- this.resDataModalMode = 'modify'
377
- this.modifyResModel = {
378
- f_file_name: this.currResData.f_file_name
379
- }
380
- this.resDataModalVisible = true
381
- },
382
- // 提交文档信息修改
383
- onSubmit () {
384
- this.$refs.resModifyForm.validate(valid => {
385
- if (valid) {
386
- if (this.resDataModalMode === 'modify' && this.modifyResModel.f_file_name === this.currResData.f_file_name) {
387
- this.$message.warn('新文档名不能与原文档名一致!')
388
- return false
389
- }
390
- this.save()
391
- return true
392
- } else {
393
- return false
394
- }
395
- })
396
- },
397
- // 打开文档新建面板
398
- openAddResModal () {
399
- this.resDataModalMode = 'add'
400
- this.modifyResModel = {
401
- f_file_name: undefined
402
- }
403
- this.resDataModalVisible = true
404
- },
405
- // 新建文档
406
- addRes () {
407
- this.$emit('add', {})
408
- // const params = Object.assign({
409
- // isAddForce: true
410
- // }, this.logicExtraParams)
411
- // this.reload(params)
412
- },
413
- // 重新加载
414
- reload (params) {
415
- runLogic('getFileInformation', params, this.serviceName).then(res => {
416
- this.resDataModalVisible = false
417
- this.init({
418
- modeType: this.modeType,
419
- fileUrl: res.url,
420
- resId: res.id,
421
- currResData: res.currResData,
422
- bindObject: res.bindObject,
423
- saveDataLogicName: this.saveDataLogicName,
424
- serviceName: this.serviceName,
425
- logicExtraParams: this.logicExtraParams,
426
- dropDownBoxParams: this.dropDownBoxParams
427
- })
428
- })
429
- },
430
- // 切换文档
431
- changeRes (value) {
432
- if (this.resId === -1) {
433
- const that = this
434
- this.$confirm({
435
- title: '确认切换文档吗?',
436
- content: '您有尚未保存的文档,切换文档将丢失所有的修改',
437
- onOk () {
438
- that.reload({
439
- resId: value
440
- })
441
- },
442
- onCancel () {
443
- that.toggleResId = that.resId
444
- },
445
- })
446
- } else {
447
- this.reload({
448
- resId: value
449
- })
450
- }
451
- },
452
- // 保存文档
453
- save () {
454
- // 验证必须输入项
455
- if (this.editorRef.validate()) {
456
- // 获取HTML文档和结构化数据(JSON)
457
- const data = {
458
- doc: this.editorRef.getHtml(),
459
- dataObject: this.editorRef.getBindObject(),
460
- dataMode: this.dataMode,
461
- resId: this.resId,
462
- modifyResModel: this.modifyResModel,
463
- logicExtraParams: this.logicExtraParams
464
- }
465
- // 保存HTML文档和结构化数据到后端服务
466
- runLogic(this.saveDataLogicName, data, this.serviceName).then(res => {
467
- this.$message.success('保存成功')
468
- this.changeRes(res.currResData.id)
469
- this.$emit('saveafter', data.dataObject)
470
- }).finally(() => {
471
- this.resDataModalVisible = false
472
- })
473
- } else {
474
- this.$message.error('请检查未填写的项目')
475
- }
476
- },
477
- // 打印文档
478
- print () {
479
- this.editorRef.execCommand('print')
480
- },
481
- // 关闭编辑器
482
- close () {
483
- this.ready = false
484
- },
485
- // 刷新文档
486
- refresh () {
487
- this.loadFile(this.fileUrl, this.bindObject, this.currResData)
488
- },
489
- // 导出下拉菜单
490
- handleExportMenuClick (e) {
491
- const key = e.key
492
- this.editorRef.execCommand(key)
493
- }
494
- }
495
- }
496
- </script>
497
- <style scoped lang="less">
498
- .editor-action-container {
499
- height: 40px;
500
- }
501
- :deep(.ant-divider-horizontal) {
502
- margin: 4px 0;
503
- }
504
- </style>