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,207 +0,0 @@
1
- <template>
2
- <a-modal
3
- :confirm-loading="loading"
4
- :destroyOnClose="true"
5
- :visible="visible"
6
- width="80%"
7
- height="60%"
8
- okText="提交"
9
- @cancel="close"
10
- @ok="onSubmit"
11
- v-bind="attr">
12
- <div style="max-height: 70vh; overflow-y: auto;overflow-x: hidden;" v-if="showReport">
13
- <x-report
14
- @updateImg="updateImg"
15
- @selectRow="selectRow"
16
- ref="main"
17
- :env="env"
18
- :use-oss-for-img="false"
19
- :config-name="configName"
20
- :show-img-in-cell="true"
21
- :display-only="displayOnly"
22
- :edit-mode="false"
23
- :show-save-button="false"
24
- :dont-format="true"/>
25
- </div>
26
- </a-modal>
27
- </template>
28
- <script>
29
- import { mapState } from 'vuex'
30
- import { executeStrFunctionByContext } from '@vue2-client/utils/runEvalFunction'
31
- import { runLogic } from '@vue2-client/services/api/common'
32
- import { getMicroData, getWindow, isMicroAppEnv, microDispatch } from '@vue2-client/utils/microAppUtils'
33
- import { getRealKeyData } from '@vue2-client/utils/util'
34
-
35
- export default {
36
- name: 'XAddReport',
37
- components: {
38
- XReport: () => import('@vue2-client/base-client/components/common/XReportGrid/XReport.vue'),
39
- },
40
- props: {
41
- env: {
42
- type: String,
43
- default: 'prod'
44
- }
45
- },
46
- data () {
47
- return {
48
- // 业务类型
49
- businessType: '',
50
- showReport: true,
51
- configName: '',
52
- displayOnly: true,
53
- serverName: '',
54
- // 业务标题
55
- title: '',
56
- // 自定义标题
57
- resolvedTitle: '',
58
- // 新增或修改业务是否执行中
59
- loading: false,
60
- // 是否显示新增/修改模态框
61
- visible: false,
62
- // 选中的处理对象的id号
63
- selectedId: null,
64
- // 混入插槽组件的数据
65
- mixinData: {},
66
- // 打开窗口接收到的外部环境数据
67
- outEnv: {},
68
- // 外部传递来的 modal 参数
69
- attr: {},
70
- }
71
- },
72
- provide () {
73
- return {
74
- getSelectedId: () => this.getSelectedId(),
75
- getSelectedData: () => {
76
- return this.selectedId
77
- },
78
- getMixinData: () => {
79
- return this.mixinData
80
- },
81
- getOutEnv: () => {
82
- return this.outEnv
83
- },
84
- isInAModal: () => {
85
- return true
86
- },
87
- currUser: this.currUser
88
- }
89
- },
90
- inject: ['getParentComponentByName', 'setGlobalData', 'getGlobalData'],
91
- computed: {
92
- businessTitle () {
93
- return this.businessType + this.title
94
- },
95
- ...mapState('account', { currUser: 'user' })
96
- },
97
- methods: {
98
- getWindow,
99
- isMicroAppEnv,
100
- microDispatch,
101
- getMicroData,
102
- runLogic,
103
- getRealKeyData,
104
- init (params) {
105
- console.log('params', params)
106
- const {
107
- configName = 'medicalRecordCover',
108
- serverName = process.env.VUE_APP_SYSTEM_NAME,
109
- displayOnly = true,
110
- selectedId = null,
111
- outEnv = {},
112
- mixinData = {},
113
- attr = {},
114
- } = params
115
- this.configName = configName
116
- this.serverName = serverName
117
- this.displayOnly = displayOnly
118
- this.visible = true
119
- this.attr = attr
120
- // 有选中项,给选中项赋值
121
- if (selectedId) {
122
- this.selectedId = selectedId
123
- }
124
- // 当有些组件需要外部传数据时 使用这个混入
125
- this.mixinData = mixinData
126
- // 把打开时的环境传递给打开窗口,以便js脚本中使用
127
- this.outEnv = outEnv
128
- },
129
- getSelectedId () {
130
- if (typeof this.selectedId === 'object') {
131
- if (this.selectedId.selectedId) {
132
- return this.selectedId.selectedId
133
- }
134
- if (Object.keys(this.selectedId) > 0) {
135
- return this.selectedId[Object.keys(this.selectedId)[0]]
136
- }
137
- } else {
138
- return this.selectedId
139
- }
140
- },
141
- selectRow (selectedRowKeys, selectedRows) {
142
- this.table_selectedRowKeys = selectedRowKeys
143
- this.table_selectedRows = selectedRows
144
- console.log('XAddReport')
145
- this.$emit('selectRow', selectedRowKeys, selectedRows)
146
- },
147
- close () {
148
- this.loading = false
149
- this.visible = false
150
- this.$emit('close')
151
- },
152
- getComponentByName (name) {
153
- const innerRef = this.getParentComponentByName(name)
154
- if (innerRef) {
155
- return innerRef
156
- } else {
157
- return this.$refs.main.getComponentByName(name)
158
- }
159
- },
160
- async onSubmit () {
161
- if (this.$refs.main?.config?.confirmFunction) {
162
- console.info('执行自定义确认逻辑')
163
- let func = this.$refs.main?.config?.confirmFunction
164
- if (func && func.startsWith('function')) {
165
- func = func.replace('function', 'async function')
166
- }
167
- const result = executeStrFunctionByContext(this, func, [])
168
- if (result instanceof Promise) {
169
- result.then((res) => {
170
- if (!res) {
171
- this.close()
172
- return
173
- }
174
- let messageType = 'success'
175
- // 如果传递了组件名字 自动调用刷新
176
- if (res?.name) {
177
- const waitRefreshRef = this.getComponentByName(res.name)
178
- if (waitRefreshRef) {
179
- waitRefreshRef.refresh()
180
- } else {
181
- console.warn(`未找到组件${res.name}无法刷新`)
182
- }
183
- }
184
- // 如果传递消息类型 自动调用消息
185
- if (res?.messageType) {
186
- messageType = res.messageType
187
- }
188
- // 如果传递了提示信息自动调用提示
189
- if (res?.message) {
190
- this.$message[messageType](res?.message)
191
- }
192
- this.close()
193
- })
194
- } else {
195
- this.close()
196
- }
197
- } else {
198
- console.warn('未配置modal确认按钮逻辑')
199
- this.close()
200
- }
201
- },
202
- updateImg (data) {
203
- console.log(data)
204
- }
205
- }
206
- }
207
- </script>
@@ -1,211 +0,0 @@
1
- <template>
2
- <a-modal
3
- :confirm-loading="loading"
4
- :destroyOnClose="true"
5
- :visible="visible"
6
- width="80%"
7
- height="60%"
8
- okText="提交"
9
- @cancel="close"
10
- @ok="onSubmit"
11
- v-bind="attr">
12
- <div style="max-height: 70vh; overflow-y: auto;overflow-x: hidden;" v-if="showReport">
13
- <x-report
14
- @updateImg="updateImg"
15
- @selectRow="selectRow"
16
- ref="main"
17
- :env="env"
18
- :use-oss-for-img="false"
19
- :config-name="configName"
20
- :show-img-in-cell="true"
21
- :display-only="displayOnly"
22
- :edit-mode="false"
23
- :show-save-button="false"
24
- :dont-format="true"/>
25
- </div>
26
- </a-modal>
27
- </template>
28
- <script>
29
- import { mapState } from 'vuex'
30
- import { executeStrFunctionByContext } from '@vue2-client/utils/runEvalFunction'
31
- import { runLogic } from '@vue2-client/services/api/common'
32
- import { getMicroData, getWindow, isMicroAppEnv, microDispatch } from '@vue2-client/utils/microAppUtils'
33
- import { getRealKeyData } from '@vue2-client/utils/util'
34
-
35
- export default {
36
- name: 'XAddReport',
37
- components: {
38
- XReport: () => import('@vue2-client/base-client/components/common/XReportGrid/XReport.vue'),
39
- },
40
- props: {
41
- env: {
42
- type: String,
43
- default: 'prod'
44
- }
45
- },
46
- data () {
47
- return {
48
- // 业务类型
49
- businessType: '',
50
- showReport: true,
51
- configName: '',
52
- displayOnly: true,
53
- serverName: '',
54
- // 业务标题
55
- title: '',
56
- // 自定义标题
57
- resolvedTitle: '',
58
- // 新增或修改业务是否执行中
59
- loading: false,
60
- // 是否显示新增/修改模态框
61
- visible: false,
62
- // 选中的处理对象的id号
63
- selectedId: null,
64
- // 混入插槽组件的数据
65
- mixinData: {},
66
- // 打开窗口接收到的外部环境数据
67
- outEnv: {},
68
- // 外部传递来的 modal 参数
69
- attr: {},
70
- // 是否显示对话框按钮
71
- showButtons: true,
72
- }
73
- },
74
- provide () {
75
- return {
76
- getSelectedId: () => this.getSelectedId(),
77
- getSelectedData: () => {
78
- return this.selectedId
79
- },
80
- getMixinData: () => {
81
- return this.mixinData
82
- },
83
- getOutEnv: () => {
84
- return this.outEnv
85
- },
86
- isInAModal: () => {
87
- return true
88
- },
89
- currUser: this.currUser
90
- }
91
- },
92
- inject: ['getParentComponentByName', 'setGlobalData', 'getGlobalData'],
93
- computed: {
94
- businessTitle () {
95
- return this.businessType + this.title
96
- },
97
- ...mapState('account', { currUser: 'user' })
98
- },
99
- methods: {
100
- getWindow,
101
- isMicroAppEnv,
102
- microDispatch,
103
- getMicroData,
104
- runLogic,
105
- getRealKeyData,
106
- init (params) {
107
- console.log('params', params)
108
- const {
109
- configName = 'medicalRecordCover',
110
- serverName = process.env.VUE_APP_SYSTEM_NAME,
111
- displayOnly = true,
112
- selectedId = null,
113
- outEnv = {},
114
- mixinData = {},
115
- attr = {},
116
- showButtons = true,
117
- } = params
118
- this.configName = configName
119
- this.serverName = serverName
120
- this.displayOnly = displayOnly
121
- this.visible = true
122
- this.attr = attr
123
- this.showButtons = showButtons
124
- // 有选中项,给选中项赋值
125
- if (selectedId) {
126
- this.selectedId = selectedId
127
- }
128
- // 当有些组件需要外部传数据时 使用这个混入
129
- this.mixinData = mixinData
130
- // 把打开时的环境传递给打开窗口,以便js脚本中使用
131
- this.outEnv = outEnv
132
- },
133
- getSelectedId () {
134
- if (typeof this.selectedId === 'object') {
135
- if (this.selectedId.selectedId) {
136
- return this.selectedId.selectedId
137
- }
138
- if (Object.keys(this.selectedId) > 0) {
139
- return this.selectedId[Object.keys(this.selectedId)[0]]
140
- }
141
- } else {
142
- return this.selectedId
143
- }
144
- },
145
- selectRow (selectedRowKeys, selectedRows) {
146
- this.table_selectedRowKeys = selectedRowKeys
147
- this.table_selectedRows = selectedRows
148
- console.log('XAddReport')
149
- this.$emit('selectRow', selectedRowKeys, selectedRows)
150
- },
151
- close () {
152
- this.loading = false
153
- this.visible = false
154
- this.$emit('close')
155
- },
156
- getComponentByName (name) {
157
- const innerRef = this.getParentComponentByName(name)
158
- if (innerRef) {
159
- return innerRef
160
- } else {
161
- return this.$refs.main.getComponentByName(name)
162
- }
163
- },
164
- async onSubmit () {
165
- if (this.$refs.main?.config?.confirmFunction) {
166
- console.info('执行自定义确认逻辑')
167
- let func = this.$refs.main?.config?.confirmFunction
168
- if (func && func.startsWith('function')) {
169
- func = func.replace('function', 'async function')
170
- }
171
- const result = executeStrFunctionByContext(this, func, [])
172
- if (result instanceof Promise) {
173
- result.then((res) => {
174
- if (!res) {
175
- this.close()
176
- return
177
- }
178
- let messageType = 'success'
179
- // 如果传递了组件名字 自动调用刷新
180
- if (res?.name) {
181
- const waitRefreshRef = this.getComponentByName(res.name)
182
- if (waitRefreshRef) {
183
- waitRefreshRef.refresh()
184
- } else {
185
- console.warn(`未找到组件${res.name}无法刷新`)
186
- }
187
- }
188
- // 如果传递消息类型 自动调用消息
189
- if (res?.messageType) {
190
- messageType = res.messageType
191
- }
192
- // 如果传递了提示信息自动调用提示
193
- if (res?.message) {
194
- this.$message[messageType](res?.message)
195
- }
196
- this.close()
197
- })
198
- } else {
199
- this.close()
200
- }
201
- } else {
202
- console.warn('未配置modal确认按钮逻辑')
203
- this.close()
204
- }
205
- },
206
- updateImg (data) {
207
- console.log(data)
208
- }
209
- }
210
- }
211
- </script>
@@ -1,212 +0,0 @@
1
- <template>
2
- <a-modal
3
- :confirm-loading="loading"
4
- :destroyOnClose="true"
5
- :visible="visible"
6
- width="80%"
7
- height="60%"
8
- okText="提交"
9
- :footer="showButtons ? undefined : null"
10
- @cancel="close"
11
- @ok="onSubmit"
12
- v-bind="attr">
13
- <div style="max-height: 70vh; overflow-y: auto;overflow-x: hidden;" v-if="showReport">
14
- <x-report
15
- @updateImg="updateImg"
16
- @selectRow="selectRow"
17
- ref="main"
18
- :env="env"
19
- :use-oss-for-img="false"
20
- :config-name="configName"
21
- :show-img-in-cell="true"
22
- :display-only="displayOnly"
23
- :edit-mode="false"
24
- :show-save-button="false"
25
- :dont-format="true"/>
26
- </div>
27
- </a-modal>
28
- </template>
29
- <script>
30
- import { mapState } from 'vuex'
31
- import { executeStrFunctionByContext } from '@vue2-client/utils/runEvalFunction'
32
- import { runLogic } from '@vue2-client/services/api/common'
33
- import { getMicroData, getWindow, isMicroAppEnv, microDispatch } from '@vue2-client/utils/microAppUtils'
34
- import { getRealKeyData } from '@vue2-client/utils/util'
35
-
36
- export default {
37
- name: 'XAddReport',
38
- components: {
39
- XReport: () => import('@vue2-client/base-client/components/common/XReportGrid/XReport.vue'),
40
- },
41
- props: {
42
- env: {
43
- type: String,
44
- default: 'prod'
45
- }
46
- },
47
- data () {
48
- return {
49
- // 业务类型
50
- businessType: '',
51
- showReport: true,
52
- configName: '',
53
- displayOnly: true,
54
- serverName: '',
55
- // 业务标题
56
- title: '',
57
- // 自定义标题
58
- resolvedTitle: '',
59
- // 新增或修改业务是否执行中
60
- loading: false,
61
- // 是否显示新增/修改模态框
62
- visible: false,
63
- // 选中的处理对象的id号
64
- selectedId: null,
65
- // 混入插槽组件的数据
66
- mixinData: {},
67
- // 打开窗口接收到的外部环境数据
68
- outEnv: {},
69
- // 外部传递来的 modal 参数
70
- attr: {},
71
- // 是否显示对话框按钮
72
- showButtons: true,
73
- }
74
- },
75
- provide () {
76
- return {
77
- getSelectedId: () => this.getSelectedId(),
78
- getSelectedData: () => {
79
- return this.selectedId
80
- },
81
- getMixinData: () => {
82
- return this.mixinData
83
- },
84
- getOutEnv: () => {
85
- return this.outEnv
86
- },
87
- isInAModal: () => {
88
- return true
89
- },
90
- currUser: this.currUser
91
- }
92
- },
93
- inject: ['getParentComponentByName', 'setGlobalData', 'getGlobalData'],
94
- computed: {
95
- businessTitle () {
96
- return this.businessType + this.title
97
- },
98
- ...mapState('account', { currUser: 'user' })
99
- },
100
- methods: {
101
- getWindow,
102
- isMicroAppEnv,
103
- microDispatch,
104
- getMicroData,
105
- runLogic,
106
- getRealKeyData,
107
- init (params) {
108
- console.log('params', params)
109
- const {
110
- configName = 'medicalRecordCover',
111
- serverName = process.env.VUE_APP_SYSTEM_NAME,
112
- displayOnly = true,
113
- selectedId = null,
114
- outEnv = {},
115
- mixinData = {},
116
- attr = {},
117
- showButtons = true,
118
- } = params
119
- this.configName = configName
120
- this.serverName = serverName
121
- this.displayOnly = displayOnly
122
- this.visible = true
123
- this.attr = attr
124
- this.showButtons = showButtons
125
- // 有选中项,给选中项赋值
126
- if (selectedId) {
127
- this.selectedId = selectedId
128
- }
129
- // 当有些组件需要外部传数据时 使用这个混入
130
- this.mixinData = mixinData
131
- // 把打开时的环境传递给打开窗口,以便js脚本中使用
132
- this.outEnv = outEnv
133
- },
134
- getSelectedId () {
135
- if (typeof this.selectedId === 'object') {
136
- if (this.selectedId.selectedId) {
137
- return this.selectedId.selectedId
138
- }
139
- if (Object.keys(this.selectedId) > 0) {
140
- return this.selectedId[Object.keys(this.selectedId)[0]]
141
- }
142
- } else {
143
- return this.selectedId
144
- }
145
- },
146
- selectRow (selectedRowKeys, selectedRows) {
147
- this.table_selectedRowKeys = selectedRowKeys
148
- this.table_selectedRows = selectedRows
149
- console.log('XAddReport')
150
- this.$emit('selectRow', selectedRowKeys, selectedRows)
151
- },
152
- close () {
153
- this.loading = false
154
- this.visible = false
155
- this.$emit('close')
156
- },
157
- getComponentByName (name) {
158
- const innerRef = this.getParentComponentByName(name)
159
- if (innerRef) {
160
- return innerRef
161
- } else {
162
- return this.$refs.main.getComponentByName(name)
163
- }
164
- },
165
- async onSubmit () {
166
- if (this.$refs.main?.config?.confirmFunction) {
167
- console.info('执行自定义确认逻辑')
168
- let func = this.$refs.main?.config?.confirmFunction
169
- if (func && func.startsWith('function')) {
170
- func = func.replace('function', 'async function')
171
- }
172
- const result = executeStrFunctionByContext(this, func, [])
173
- if (result instanceof Promise) {
174
- result.then((res) => {
175
- if (!res) {
176
- this.close()
177
- return
178
- }
179
- let messageType = 'success'
180
- // 如果传递了组件名字 自动调用刷新
181
- if (res?.name) {
182
- const waitRefreshRef = this.getComponentByName(res.name)
183
- if (waitRefreshRef) {
184
- waitRefreshRef.refresh()
185
- } else {
186
- console.warn(`未找到组件${res.name}无法刷新`)
187
- }
188
- }
189
- // 如果传递消息类型 自动调用消息
190
- if (res?.messageType) {
191
- messageType = res.messageType
192
- }
193
- // 如果传递了提示信息自动调用提示
194
- if (res?.message) {
195
- this.$message[messageType](res?.message)
196
- }
197
- this.close()
198
- })
199
- } else {
200
- this.close()
201
- }
202
- } else {
203
- console.warn('未配置modal确认按钮逻辑')
204
- this.close()
205
- }
206
- },
207
- updateImg (data) {
208
- console.log(data)
209
- }
210
- }
211
- }
212
- </script>