eoss-ui 0.6.59 → 0.6.60

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 (252) hide show
  1. package/lib/clients.js +20 -3
  2. package/lib/eoss-ui.common.js +589 -547
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +317 -299
  5. package/lib/icons.js +1 -1
  6. package/lib/index.js +1 -1
  7. package/lib/login.js +9 -2
  8. package/lib/main.js +132 -132
  9. package/lib/qr-code.js +13 -13
  10. package/lib/theme-chalk/base.css +1 -1
  11. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  12. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  13. package/lib/theme-chalk/icon.css +1 -1
  14. package/lib/theme-chalk/index.css +1 -1
  15. package/lib/theme-chalk/main.css +1 -1
  16. package/lib/theme-chalk/menu.css +1 -1
  17. package/lib/theme-chalk/simplicity.css +1 -1
  18. package/lib/theme-chalk/sizer.css +1 -1
  19. package/lib/theme-chalk/upload.css +1 -1
  20. package/package.json +159 -159
  21. package/packages/.DS_Store +0 -0
  22. package/packages/autocomplete/.DS_Store +0 -0
  23. package/packages/button/index.js +5 -5
  24. package/packages/button/src/main.vue +418 -418
  25. package/packages/button-group/index.js +5 -5
  26. package/packages/button-group/src/main.vue +298 -298
  27. package/packages/calendar/index.js +5 -5
  28. package/packages/card/index.js +5 -5
  29. package/packages/card/src/main.vue +156 -156
  30. package/packages/cascader/index.js +5 -5
  31. package/packages/cascader/src/main.vue +168 -168
  32. package/packages/checkbox-group/index.js +5 -5
  33. package/packages/checkbox-group/src/main.vue +333 -333
  34. package/packages/clients/index.js +5 -5
  35. package/packages/clients/src/main.vue +151 -144
  36. package/packages/data-table/index.js +5 -5
  37. package/packages/data-table/src/children.vue +39 -39
  38. package/packages/data-table/src/column.vue +989 -989
  39. package/packages/data-table/src/main.vue +1822 -1822
  40. package/packages/data-table/src/sizer.vue +195 -195
  41. package/packages/data-table-form/index.js +5 -5
  42. package/packages/data-table-form/src/checkbox.vue +101 -101
  43. package/packages/data-table-form/src/colgroup.vue +17 -17
  44. package/packages/data-table-form/src/main.vue +181 -181
  45. package/packages/data-table-form/src/radio.vue +65 -65
  46. package/packages/data-table-form/src/table.vue +233 -233
  47. package/packages/data-table-form/src/tbody.vue +336 -336
  48. package/packages/data-table-form/src/thead.vue +68 -68
  49. package/packages/date-picker/index.js +5 -5
  50. package/packages/date-picker/src/main.vue +236 -236
  51. package/packages/dialog/index.js +5 -5
  52. package/packages/enable-drag/index.js +5 -5
  53. package/packages/enterprise/index.js +5 -5
  54. package/packages/enterprise/src/main.vue +66 -66
  55. package/packages/error-page/index.js +5 -5
  56. package/packages/error-page/src/main.vue +44 -44
  57. package/packages/flow/index.js +5 -5
  58. package/packages/flow/src/component/CommonOpinions.vue +345 -345
  59. package/packages/flow/src/component/CustomPreset.vue +322 -322
  60. package/packages/flow/src/component/FileList.vue +99 -99
  61. package/packages/flow/src/component/Preset.vue +255 -255
  62. package/packages/flow/src/component/SendMsg.vue +229 -229
  63. package/packages/flow/src/component/TimeLimit.vue +190 -190
  64. package/packages/flow/src/component/taskUnionExamine.vue +611 -611
  65. package/packages/flow/src/form.vue +121 -121
  66. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  67. package/packages/flow/src/main.vue +3175 -3173
  68. package/packages/flow/src/processForm.vue +1087 -1087
  69. package/packages/flow/src/processReject.vue +293 -293
  70. package/packages/flow/src/reset.vue +900 -900
  71. package/packages/flow/src/startTaskRead.vue +646 -641
  72. package/packages/flow/src/supervise.vue +144 -138
  73. package/packages/flow/src/table.vue +58 -58
  74. package/packages/flow-group/index.js +5 -5
  75. package/packages/flow-group/src/main.vue +688 -688
  76. package/packages/flow-list/index.js +5 -5
  77. package/packages/flow-list/src/main.vue +1691 -1691
  78. package/packages/form/index.js +5 -5
  79. package/packages/form/src/main.vue +3583 -3583
  80. package/packages/form/src/table.vue +1426 -1426
  81. package/packages/handle-user/index.js +5 -5
  82. package/packages/handle-user/src/main.vue +138 -138
  83. package/packages/handler/index.js +5 -5
  84. package/packages/handler/src/main.vue +493 -493
  85. package/packages/icon/index.js +5 -5
  86. package/packages/icon/src/main.vue +101 -101
  87. package/packages/icons/index.js +5 -5
  88. package/packages/icons/src/icon.json +1 -1
  89. package/packages/icons/src/main.vue +81 -81
  90. package/packages/input/index.js +5 -5
  91. package/packages/input/src/main.vue +356 -356
  92. package/packages/input-number/index.js +5 -5
  93. package/packages/input-number/src/main.vue +106 -106
  94. package/packages/label/index.js +5 -5
  95. package/packages/label/src/main.vue +457 -457
  96. package/packages/layout/index.js +5 -5
  97. package/packages/layout/src/item.vue +152 -152
  98. package/packages/layout/src/main.vue +31 -31
  99. package/packages/login/index.js +5 -5
  100. package/packages/login/src/main.vue +1942 -1935
  101. package/packages/login/src/resetPassword.vue +562 -562
  102. package/packages/main/index.js +5 -5
  103. package/packages/main/src/default/message.vue +249 -249
  104. package/packages/main/src/default/notice.vue +157 -157
  105. package/packages/main/src/default/userinfo.vue +503 -503
  106. package/packages/main/src/public/online.vue +89 -89
  107. package/packages/main/src/public/search.vue +462 -462
  108. package/packages/main/src/public/settings.vue +221 -221
  109. package/packages/main/src/simplicity/apps.vue +388 -388
  110. package/packages/main/src/simplicity/avatar.vue +82 -82
  111. package/packages/main/src/simplicity/handler.vue +259 -259
  112. package/packages/main/src/simplicity/index.vue +2086 -2086
  113. package/packages/main/src/simplicity/lists.vue +84 -84
  114. package/packages/main/src/simplicity/menu-list.vue +135 -135
  115. package/packages/main/src/simplicity/message.vue +259 -259
  116. package/packages/main/src/simplicity/notice.vue +190 -190
  117. package/packages/main/src/simplicity/router-page.vue +45 -45
  118. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  119. package/packages/main/src/simplicity/user.vue +257 -257
  120. package/packages/main/src/simplicity/userinfo.vue +312 -312
  121. package/packages/menu/.DS_Store +0 -0
  122. package/packages/menu/index.js +5 -5
  123. package/packages/menu/src/main.vue +584 -584
  124. package/packages/nav/index.js +5 -5
  125. package/packages/nav/src/main.vue +351 -351
  126. package/packages/notify/index.js +5 -5
  127. package/packages/notify/src/main.vue +538 -538
  128. package/packages/page/index.js +5 -5
  129. package/packages/page/src/main.vue +167 -167
  130. package/packages/pagination/index.js +5 -5
  131. package/packages/pagination/src/main.vue +96 -96
  132. package/packages/player/index.js +5 -5
  133. package/packages/player/src/main.vue +194 -194
  134. package/packages/qr-code/index.js +5 -5
  135. package/packages/qr-code/src/main.vue +170 -170
  136. package/packages/radio-group/index.js +6 -6
  137. package/packages/radio-group/src/main.vue +319 -319
  138. package/packages/retrial-auth/index.js +5 -5
  139. package/packages/retrial-auth/src/main.vue +280 -280
  140. package/packages/scrollbar/.DS_Store +0 -0
  141. package/packages/select/.DS_Store +0 -0
  142. package/packages/select/index.js +5 -5
  143. package/packages/select/src/main.vue +778 -778
  144. package/packages/select-ganged/index.js +5 -5
  145. package/packages/select-ganged/src/main.vue +724 -724
  146. package/packages/selector/index.js +5 -5
  147. package/packages/selector/src/main.vue +687 -687
  148. package/packages/selector-panel/index.js +5 -5
  149. package/packages/selector-panel/src/main.vue +1027 -1027
  150. package/packages/selector-panel/src/selection.vue +177 -177
  151. package/packages/selector-panel/src/tree.vue +129 -129
  152. package/packages/sizer/index.js +5 -5
  153. package/packages/sizer/src/main.vue +254 -254
  154. package/packages/steps/index.js +5 -5
  155. package/packages/steps/src/main.vue +181 -181
  156. package/packages/switch/index.js +5 -5
  157. package/packages/switch/src/main.vue +154 -154
  158. package/packages/table-form/index.js +5 -5
  159. package/packages/tabs/index.js +5 -5
  160. package/packages/tabs/src/main.vue +788 -788
  161. package/packages/tabs-panel/index.js +5 -5
  162. package/packages/tabs-panel/src/main.vue +29 -29
  163. package/packages/theme-chalk/lib/base.css +1 -1
  164. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  165. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  166. package/packages/theme-chalk/lib/icon.css +1 -1
  167. package/packages/theme-chalk/lib/index.css +1 -1
  168. package/packages/theme-chalk/lib/main.css +1 -1
  169. package/packages/theme-chalk/lib/menu.css +1 -1
  170. package/packages/theme-chalk/lib/simplicity.css +1 -1
  171. package/packages/theme-chalk/lib/sizer.css +1 -1
  172. package/packages/theme-chalk/lib/upload.css +1 -1
  173. package/packages/theme-chalk/src/.DS_Store +0 -0
  174. package/packages/theme-chalk/src/base.scss +260 -260
  175. package/packages/theme-chalk/src/button-group.scss +176 -176
  176. package/packages/theme-chalk/src/button.scss +24 -24
  177. package/packages/theme-chalk/src/calendar.scss +113 -113
  178. package/packages/theme-chalk/src/card.scss +99 -99
  179. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  180. package/packages/theme-chalk/src/clients.scss +87 -87
  181. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  182. package/packages/theme-chalk/src/data-table.scss +293 -293
  183. package/packages/theme-chalk/src/date-picker.scss +7 -7
  184. package/packages/theme-chalk/src/dialog.scss +77 -77
  185. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  186. package/packages/theme-chalk/src/enterprise.scss +5 -5
  187. package/packages/theme-chalk/src/error-page.scss +18 -18
  188. package/packages/theme-chalk/src/flow-group.scss +110 -110
  189. package/packages/theme-chalk/src/flow-list.scss +39 -39
  190. package/packages/theme-chalk/src/flow.scss +343 -343
  191. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  192. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  193. package/packages/theme-chalk/src/form.scss +496 -496
  194. package/packages/theme-chalk/src/handle-user.scss +40 -40
  195. package/packages/theme-chalk/src/handler.scss +143 -143
  196. package/packages/theme-chalk/src/icon.scss +1793 -1789
  197. package/packages/theme-chalk/src/icons.scss +99 -99
  198. package/packages/theme-chalk/src/input.scss +9 -9
  199. package/packages/theme-chalk/src/label.scss +24 -24
  200. package/packages/theme-chalk/src/layout.scss +46 -46
  201. package/packages/theme-chalk/src/login.scss +969 -969
  202. package/packages/theme-chalk/src/main.scss +663 -663
  203. package/packages/theme-chalk/src/menu.scss +222 -222
  204. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  205. package/packages/theme-chalk/src/nav.scss +111 -111
  206. package/packages/theme-chalk/src/page.scss +3 -3
  207. package/packages/theme-chalk/src/pagination.scss +29 -29
  208. package/packages/theme-chalk/src/player.scss +9 -9
  209. package/packages/theme-chalk/src/qr-code.scss +17 -17
  210. package/packages/theme-chalk/src/radio-group.scss +9 -9
  211. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  212. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  213. package/packages/theme-chalk/src/select.scss +8 -8
  214. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  215. package/packages/theme-chalk/src/selector.scss +91 -91
  216. package/packages/theme-chalk/src/simplicity.scss +1351 -1351
  217. package/packages/theme-chalk/src/sizer.scss +36 -36
  218. package/packages/theme-chalk/src/steps.scss +88 -88
  219. package/packages/theme-chalk/src/switch.scss +3 -3
  220. package/packages/theme-chalk/src/table-form.scss +1 -1
  221. package/packages/theme-chalk/src/tabs.scss +87 -87
  222. package/packages/theme-chalk/src/tips.scss +7 -7
  223. package/packages/theme-chalk/src/toolbar.scss +179 -179
  224. package/packages/theme-chalk/src/tree-group.scss +72 -72
  225. package/packages/theme-chalk/src/tree.scss +165 -165
  226. package/packages/theme-chalk/src/upload.scss +168 -168
  227. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  228. package/packages/tips/index.js +5 -5
  229. package/packages/tips/src/main.vue +141 -141
  230. package/packages/toolbar/index.js +5 -5
  231. package/packages/toolbar/src/main.vue +430 -430
  232. package/packages/tree/index.js +5 -5
  233. package/packages/tree-group/index.js +5 -5
  234. package/packages/upload/.DS_Store +0 -0
  235. package/packages/upload/index.js +5 -5
  236. package/packages/upload/src/main.vue +1347 -1347
  237. package/packages/upload/src/picture.js +15 -15
  238. package/packages/wujie/index.js +5 -5
  239. package/packages/wujie/src/main.vue +145 -145
  240. package/packages/wxlogin/index.js +5 -5
  241. package/packages/wxlogin/src/main.vue +128 -128
  242. package/src/.DS_Store +0 -0
  243. package/src/config/api.js +286 -286
  244. package/src/config/image.js +2 -2
  245. package/src/index.js +160 -160
  246. package/src/utils/.DS_Store +0 -0
  247. package/src/utils/bus.js +3 -3
  248. package/src/utils/date-util.js +312 -312
  249. package/src/utils/http.js +50 -50
  250. package/src/utils/rules.js +18 -18
  251. package/src/utils/store.js +21 -21
  252. package/src/utils/webSocket.js +107 -107
@@ -4126,7 +4126,7 @@ module.exports = require("stompjs");
4126
4126
  /* 15 */
4127
4127
  /***/ (function(module) {
4128
4128
 
4129
- module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\",\"wenjianjiadakai\",\"yingyonglan\",\"home\",\"tiyanxinban\",\"shiyongjiuban\",\"zhuomian\",\"scan\",\"youbian\",\"zuobian\",\"saomadenglu\",\"zhanghaodenglu\",\"zhengfangti\",\"tingzhi\",\"youxiangdenglu\",\"duanxindenglu\",\"liaotian\",\"zhixiangyou\",\"zhixiangshang\",\"zhixiangxia\",\"zhixiangzuo\"]");
4129
+ module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\",\"wenjianjiadakai\",\"yingyonglan\",\"home\",\"tiyanxinban\",\"shiyongjiuban\",\"zhuomian\",\"scan\",\"youbian\",\"zuobian\",\"saomadenglu\",\"zhanghaodenglu\",\"zhengfangti\",\"tingzhi\",\"youxiangdenglu\",\"duanxindenglu\",\"liaotian\",\"zhixiangyou\",\"zhixiangshang\",\"zhixiangxia\",\"zhixiangzuo\",\"HarmonyOs\"]");
4130
4130
 
4131
4131
  /***/ }),
4132
4132
  /* 16 */
@@ -6965,8 +6965,8 @@ checkbox_group_src_main.install = function (Vue) {
6965
6965
  };
6966
6966
 
6967
6967
  /* harmony default export */ var checkbox_group = (checkbox_group_src_main);
6968
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=template&id=06ea11a3&
6969
- var mainvue_type_template_id_06ea11a3_render = function () {
6968
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=template&id=821e4498&
6969
+ var mainvue_type_template_id_821e4498_render = function () {
6970
6970
  var _vm = this
6971
6971
  var _h = _vm.$createElement
6972
6972
  var _c = _vm._self._c || _h
@@ -6992,7 +6992,11 @@ var mainvue_type_template_id_06ea11a3_render = function () {
6992
6992
  [
6993
6993
  _vm._l(_vm.downloads, function (item, key) {
6994
6994
  return [
6995
- key == "ios" || key == "android" || key == "pad" || key == "uos"
6995
+ key == "ios" ||
6996
+ key == "android" ||
6997
+ key == "pad" ||
6998
+ key == "uos" ||
6999
+ key == "harmony"
6996
7000
  ? _c(
6997
7001
  "li",
6998
7002
  {
@@ -7017,6 +7021,12 @@ var mainvue_type_template_id_06ea11a3_render = function () {
7017
7021
  _vm._v("安卓系统\n "),
7018
7022
  ]
7019
7023
  : _vm._e(),
7024
+ key == "harmony"
7025
+ ? [
7026
+ _c("i", { staticClass: "es-icon-HarmonyOs" }),
7027
+ _vm._v("鸿蒙系统\n "),
7028
+ ]
7029
+ : _vm._e(),
7020
7030
  key == "pad"
7021
7031
  ? [
7022
7032
  _c("i", { staticClass: "es-icon-pad" }),
@@ -7122,7 +7132,7 @@ var mainvue_type_template_id_06ea11a3_render = function () {
7122
7132
  ),
7123
7133
  ])
7124
7134
  }
7125
- var mainvue_type_template_id_06ea11a3_staticRenderFns = [
7135
+ var mainvue_type_template_id_821e4498_staticRenderFns = [
7126
7136
  function () {
7127
7137
  var _vm = this
7128
7138
  var _h = _vm.$createElement
@@ -7133,10 +7143,10 @@ var mainvue_type_template_id_06ea11a3_staticRenderFns = [
7133
7143
  ])
7134
7144
  },
7135
7145
  ]
7136
- mainvue_type_template_id_06ea11a3_render._withStripped = true
7146
+ mainvue_type_template_id_821e4498_render._withStripped = true
7137
7147
 
7138
7148
 
7139
- // CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=06ea11a3&
7149
+ // CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=821e4498&
7140
7150
 
7141
7151
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=script&lang=js&
7142
7152
  //
@@ -7215,6 +7225,13 @@ mainvue_type_template_id_06ea11a3_render._withStripped = true
7215
7225
  //
7216
7226
  //
7217
7227
  //
7228
+ //
7229
+ //
7230
+ //
7231
+ //
7232
+ //
7233
+ //
7234
+ //
7218
7235
 
7219
7236
  //import util from 'eoss-ui/src/utils/util';
7220
7237
  /* harmony default export */ var clients_src_mainvue_type_script_lang_js_ = ({
@@ -7289,8 +7306,8 @@ mainvue_type_template_id_06ea11a3_render._withStripped = true
7289
7306
 
7290
7307
  var clients_src_main_component = normalizeComponent(
7291
7308
  packages_clients_src_mainvue_type_script_lang_js_,
7292
- mainvue_type_template_id_06ea11a3_render,
7293
- mainvue_type_template_id_06ea11a3_staticRenderFns,
7309
+ mainvue_type_template_id_821e4498_render,
7310
+ mainvue_type_template_id_821e4498_staticRenderFns,
7294
7311
  false,
7295
7312
  null,
7296
7313
  null,
@@ -25237,8 +25254,8 @@ form_src_main.install = function (Vue) {
25237
25254
  };
25238
25255
 
25239
25256
  /* harmony default export */ var packages_form = (form_src_main);
25240
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=bcadf692&
25241
- var mainvue_type_template_id_bcadf692_render = function () {
25257
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=cb2a9dc2&
25258
+ var mainvue_type_template_id_cb2a9dc2_render = function () {
25242
25259
  var _vm = this
25243
25260
  var _h = _vm.$createElement
25244
25261
  var _c = _vm._self._c || _h
@@ -25259,6 +25276,7 @@ var mainvue_type_template_id_bcadf692_render = function () {
25259
25276
  opinion: _vm.value,
25260
25277
  type: "create",
25261
25278
  typeCode: "read",
25279
+ resetAppId: _vm.resetAppId,
25262
25280
  taskExamine: _vm.taskExamineInfo,
25263
25281
  "news-info": _vm.nextNode.notificationMsg,
25264
25282
  },
@@ -25318,7 +25336,11 @@ var mainvue_type_template_id_bcadf692_render = function () {
25318
25336
  [
25319
25337
  _vm._v(
25320
25338
  "当前节点:" +
25321
- _vm._s(_vm.isFlow ? "拟稿" : _vm.NodeName)
25339
+ _vm._s(
25340
+ _vm.isFlow
25341
+ ? _vm.nodeName || "拟稿"
25342
+ : _vm.NodeName
25343
+ )
25322
25344
  ),
25323
25345
  ]
25324
25346
  ),
@@ -27611,11 +27633,11 @@ var mainvue_type_template_id_bcadf692_render = function () {
27611
27633
  )
27612
27634
  : _vm._e()
27613
27635
  }
27614
- var mainvue_type_template_id_bcadf692_staticRenderFns = []
27615
- mainvue_type_template_id_bcadf692_render._withStripped = true
27636
+ var mainvue_type_template_id_cb2a9dc2_staticRenderFns = []
27637
+ mainvue_type_template_id_cb2a9dc2_render._withStripped = true
27616
27638
 
27617
27639
 
27618
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=bcadf692&
27640
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=cb2a9dc2&
27619
27641
 
27620
27642
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=feb3781a&
27621
27643
  var CommonOpinionsvue_type_template_id_feb3781a_render = function () {
@@ -28415,21 +28437,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
28415
28437
  return validSate;
28416
28438
  },
28417
28439
 
28418
- /**
28419
- * changeOpinion
28420
- * @desc:监听意见变化
28421
- * @author liufan
28422
- * @date 2022年10月28日
28440
+ /**
28441
+ * changeOpinion
28442
+ * @desc:监听意见变化
28443
+ * @author liufan
28444
+ * @date 2022年10月28日
28423
28445
  **/
28424
28446
  changeOpinion: function changeOpinion() {
28425
28447
  this.$emit('change', this.form.value);
28426
28448
  },
28427
28449
 
28428
- /**
28429
- * getCommonOpion
28430
- * @desc:获取意见
28431
- * @author liufan
28432
- * @date 2022年5月25日
28450
+ /**
28451
+ * getCommonOpion
28452
+ * @desc:获取意见
28453
+ * @author liufan
28454
+ * @date 2022年5月25日
28433
28455
  **/
28434
28456
  getCommonOpion: function getCommonOpion() {
28435
28457
  var _this = this;
@@ -28458,24 +28480,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
28458
28480
  });
28459
28481
  },
28460
28482
 
28461
- /**
28462
- * upDate
28463
- * @desc:修改常用语
28464
- * @author liufan
28465
- * @param {Object} val 修改值
28466
- * @date 2022年5月25日
28483
+ /**
28484
+ * upDate
28485
+ * @desc:修改常用语
28486
+ * @author liufan
28487
+ * @param {Object} val 修改值
28488
+ * @date 2022年5月25日
28467
28489
  **/
28468
28490
  upDate: function upDate(val) {
28469
28491
  this.FormData.id = val.id;
28470
28492
  this.addVisible = true;
28471
28493
  },
28472
28494
 
28473
- /**
28474
- * selectChange
28475
- * @desc:常用语选择
28476
- * @author liufan
28477
- * @param {String} val 选中值
28478
- * @date 2022年5月25日
28495
+ /**
28496
+ * selectChange
28497
+ * @desc:常用语选择
28498
+ * @author liufan
28499
+ * @param {String} val 选中值
28500
+ * @date 2022年5月25日
28479
28501
  **/
28480
28502
  selectChange: function selectChange(val) {
28481
28503
  var _this2 = this;
@@ -28494,12 +28516,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
28494
28516
  });
28495
28517
  },
28496
28518
 
28497
- /**
28498
- * del
28499
- * @desc:删除常用语
28500
- * @author liufan
28501
- * @param {Object} val 删除的数据
28502
- * @date 2022年5月25日
28519
+ /**
28520
+ * del
28521
+ * @desc:删除常用语
28522
+ * @author liufan
28523
+ * @param {Object} val 删除的数据
28524
+ * @date 2022年5月25日
28503
28525
  **/
28504
28526
  del: function del(val) {
28505
28527
  var _this3 = this;
@@ -28541,12 +28563,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
28541
28563
  }).catch(function (e) {});
28542
28564
  },
28543
28565
 
28544
- /**
28545
- * submit
28546
- * @desc:新增/编辑意见保存
28547
- * @author liufan
28548
- * @param {Object} val 保存数据
28549
- * @date 2022年5月25日
28566
+ /**
28567
+ * submit
28568
+ * @desc:新增/编辑意见保存
28569
+ * @author liufan
28570
+ * @param {Object} val 保存数据
28571
+ * @date 2022年5月25日
28550
28572
  **/
28551
28573
  submit: function submit(val) {
28552
28574
  var _this4 = this;
@@ -31556,11 +31578,11 @@ var processFormvue_type_script_lang_js_components;
31556
31578
  });
31557
31579
  },
31558
31580
 
31559
- /**
31560
- * isMultiple
31561
- * @desc:是否多选
31562
- * @author liufan
31563
- * @date 2022年9月13日
31581
+ /**
31582
+ * isMultiple
31583
+ * @desc:是否多选
31584
+ * @author liufan
31585
+ * @date 2022年9月13日
31564
31586
  **/
31565
31587
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
31566
31588
  var multiple = false;
@@ -33295,8 +33317,8 @@ var processReject_component = normalizeComponent(
33295
33317
  )
33296
33318
 
33297
33319
  /* harmony default export */ var processReject = (processReject_component.exports);
33298
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=611e00dd&
33299
- var startTaskReadvue_type_template_id_611e00dd_render = function () {
33320
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=4cea7d04&
33321
+ var startTaskReadvue_type_template_id_4cea7d04_render = function () {
33300
33322
  var _vm = this
33301
33323
  var _h = _vm.$createElement
33302
33324
  var _c = _vm._self._c || _h
@@ -33720,11 +33742,11 @@ var startTaskReadvue_type_template_id_611e00dd_render = function () {
33720
33742
  1
33721
33743
  )
33722
33744
  }
33723
- var startTaskReadvue_type_template_id_611e00dd_staticRenderFns = []
33724
- startTaskReadvue_type_template_id_611e00dd_render._withStripped = true
33745
+ var startTaskReadvue_type_template_id_4cea7d04_staticRenderFns = []
33746
+ startTaskReadvue_type_template_id_4cea7d04_render._withStripped = true
33725
33747
 
33726
33748
 
33727
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=611e00dd&
33749
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=4cea7d04&
33728
33750
 
33729
33751
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
33730
33752
  var startTaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -33911,6 +33933,7 @@ var startTaskReadvue_type_script_lang_js_components;
33911
33933
  type: { type: String, default: '' },
33912
33934
  option: { type: String, default: '' },
33913
33935
  typeCode: { type: String, default: '' },
33936
+ resetAppId: { type: String, default: '' },
33914
33937
  taskExamine: { type: Object, default: function _default() {} },
33915
33938
  readParams: {
33916
33939
  type: [Object, undefined],
@@ -34138,6 +34161,10 @@ var startTaskReadvue_type_script_lang_js_components;
34138
34161
  url: api["Xb" /* toStartTaskRead */],
34139
34162
  params: { pendingId: this.pendingId, taskAction: this.type }
34140
34163
  };
34164
+ if (this.typeCode == 'read') {
34165
+ delete params.params.pendingId;
34166
+ params.params.appid = this.resetAppId;
34167
+ }
34141
34168
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
34142
34169
  utils_util["a" /* default */].ajax(params).then(function (res) {
34143
34170
  var status = res.status,
@@ -34399,8 +34426,8 @@ var startTaskReadvue_type_script_lang_js_components;
34399
34426
 
34400
34427
  var startTaskRead_component = normalizeComponent(
34401
34428
  src_startTaskReadvue_type_script_lang_js_,
34402
- startTaskReadvue_type_template_id_611e00dd_render,
34403
- startTaskReadvue_type_template_id_611e00dd_staticRenderFns,
34429
+ startTaskReadvue_type_template_id_4cea7d04_render,
34430
+ startTaskReadvue_type_template_id_4cea7d04_staticRenderFns,
34404
34431
  false,
34405
34432
  null,
34406
34433
  null,
@@ -35564,11 +35591,11 @@ var resetvue_type_script_lang_js_components;
35564
35591
  });
35565
35592
  },
35566
35593
 
35567
- /**
35568
- * isMultiple
35569
- * @desc:是否多选
35570
- * @author liufan
35571
- * @date 2022年9月13日
35594
+ /**
35595
+ * isMultiple
35596
+ * @desc:是否多选
35597
+ * @author liufan
35598
+ * @date 2022年9月13日
35572
35599
  **/
35573
35600
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
35574
35601
  var multiple = false;
@@ -39932,11 +39959,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39932
39959
  });
39933
39960
  },
39934
39961
 
39935
- /**
39936
- * saveInfo
39937
- * @desc:暂存
39938
- * @author liufan
39939
- * @date 2022年9月9日
39962
+ /**
39963
+ * saveInfo
39964
+ * @desc:暂存
39965
+ * @author liufan
39966
+ * @date 2022年9月9日
39940
39967
  **/
39941
39968
  saveInfo: function saveInfo(type, btn) {
39942
39969
  var _this6 = this;
@@ -39998,11 +40025,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39998
40025
  });
39999
40026
  },
40000
40027
 
40001
- /**
40002
- * rejectBtn
40003
- * @desc:点击驳回
40004
- * @author liufan
40005
- * @date 2022年5月25日
40028
+ /**
40029
+ * rejectBtn
40030
+ * @desc:点击驳回
40031
+ * @author liufan
40032
+ * @date 2022年5月25日
40006
40033
  **/
40007
40034
  rejectBtn: function rejectBtn() {
40008
40035
  var _this8 = this;
@@ -40020,11 +40047,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40020
40047
  }
40021
40048
  },
40022
40049
 
40023
- /**
40024
- * taskReadBtn
40025
- * @desc:点击分阅
40026
- * @author liufan
40027
- * @date 2022年5月25日
40050
+ /**
40051
+ * taskReadBtn
40052
+ * @desc:点击分阅
40053
+ * @author liufan
40054
+ * @date 2022年5月25日
40028
40055
  **/
40029
40056
  taskReadBtn: function taskReadBtn() {
40030
40057
  var _this9 = this;
@@ -40043,11 +40070,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40043
40070
  }
40044
40071
  },
40045
40072
 
40046
- /**
40047
- * getFind
40048
- * @desc:获取通知方式
40049
- * @author liufan
40050
- * @date 2022年5月25日
40073
+ /**
40074
+ * getFind
40075
+ * @desc:获取通知方式
40076
+ * @author liufan
40077
+ * @date 2022年5月25日
40051
40078
  **/
40052
40079
  getFind: function getFind() {
40053
40080
  var _this10 = this;
@@ -40102,12 +40129,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40102
40129
  });
40103
40130
  },
40104
40131
 
40105
- /**
40106
- * endFlows
40107
- * @desc:直接办结
40108
- * @author liufan
40109
- * @param {Object} res 直接办结数据
40110
- * @date 2022年5月25日
40132
+ /**
40133
+ * endFlows
40134
+ * @desc:直接办结
40135
+ * @author liufan
40136
+ * @param {Object} res 直接办结数据
40137
+ * @date 2022年5月25日
40111
40138
  **/
40112
40139
  endFlows: function endFlows(res) {
40113
40140
  var _this12 = this;
@@ -40161,12 +40188,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40161
40188
  }).catch(function (e) {});
40162
40189
  },
40163
40190
 
40164
- /**
40165
- * goView
40166
- * @desc:更多流程按钮操作
40167
- * @author liufan
40168
- * @param {Object} res 当前点击操作按钮数据
40169
- * @date 2022年5月25日
40191
+ /**
40192
+ * goView
40193
+ * @desc:更多流程按钮操作
40194
+ * @author liufan
40195
+ * @param {Object} res 当前点击操作按钮数据
40196
+ * @date 2022年5月25日
40170
40197
  **/
40171
40198
  goView: function goView(res) {
40172
40199
  // 驳回并办结:rejectAndEndHtml
@@ -40251,11 +40278,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40251
40278
  // isCanStartSubFlow
40252
40279
  },
40253
40280
 
40254
- /**
40255
- * toTakeAdvice
40256
- * @desc:征求意见
40257
- * @author liufan
40258
- * @date 2022年9月29日
40281
+ /**
40282
+ * toTakeAdvice
40283
+ * @desc:征求意见
40284
+ * @author liufan
40285
+ * @date 2022年9月29日
40259
40286
  **/
40260
40287
  toTakeAdvice: function toTakeAdvice(res) {
40261
40288
  var _this14 = this;
@@ -40299,11 +40326,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40299
40326
  });
40300
40327
  },
40301
40328
 
40302
- /**
40303
- * toStartDraf
40304
- * @desc: 稿件递送、联合审核、复核
40305
- * @author liufan
40306
- * @date 2022年9月29日
40329
+ /**
40330
+ * toStartDraf
40331
+ * @desc: 稿件递送、联合审核、复核
40332
+ * @author liufan
40333
+ * @date 2022年9月29日
40307
40334
  **/
40308
40335
  toStartDraf: function toStartDraf(res) {
40309
40336
  var _this16 = this;
@@ -40317,11 +40344,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40317
40344
  }
40318
40345
  },
40319
40346
 
40320
- /**
40321
- * toSendMsg
40322
- * @desc:核稿通知
40323
- * @author liufan
40324
- * @date 2022年9月29日
40347
+ /**
40348
+ * toSendMsg
40349
+ * @desc:核稿通知
40350
+ * @author liufan
40351
+ * @date 2022年9月29日
40325
40352
  **/
40326
40353
  toSendMsg: function toSendMsg(res) {
40327
40354
  var _this17 = this;
@@ -40335,11 +40362,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40335
40362
  }
40336
40363
  },
40337
40364
 
40338
- /**
40339
- * toTaskReadAndEnd
40340
- * @desc:分阅并办结
40341
- * @author liufan
40342
- * @date 2022年9月29日
40365
+ /**
40366
+ * toTaskReadAndEnd
40367
+ * @desc:分阅并办结
40368
+ * @author liufan
40369
+ * @date 2022年9月29日
40343
40370
  **/
40344
40371
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
40345
40372
  var _this18 = this;
@@ -40357,11 +40384,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40357
40384
  }
40358
40385
  },
40359
40386
 
40360
- /**
40361
- * rejectAndEnd
40362
- * @desc:驳回并办结
40363
- * @author liufan
40364
- * @date 2022年9月29日
40387
+ /**
40388
+ * rejectAndEnd
40389
+ * @desc:驳回并办结
40390
+ * @author liufan
40391
+ * @date 2022年9月29日
40365
40392
  **/
40366
40393
  rejectAndEnd: function rejectAndEnd(res) {
40367
40394
  var _this19 = this;
@@ -40416,11 +40443,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40416
40443
  });
40417
40444
  },
40418
40445
 
40419
- /**
40420
- * toTransfer
40421
- * @desc:转办
40422
- * @author liufan
40423
- * @date 2022年9月29日
40446
+ /**
40447
+ * toTransfer
40448
+ * @desc:转办
40449
+ * @author liufan
40450
+ * @date 2022年9月29日
40424
40451
  **/
40425
40452
  toTransfer: function toTransfer(res) {
40426
40453
  var _this21 = this;
@@ -40436,11 +40463,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40436
40463
  }
40437
40464
  },
40438
40465
 
40439
- /**
40440
- * getNodeInfo
40441
- * @desc:获取节点信息
40442
- * @author liufan
40443
- * @date 2022年5月25日
40466
+ /**
40467
+ * getNodeInfo
40468
+ * @desc:获取节点信息
40469
+ * @author liufan
40470
+ * @date 2022年5月25日
40444
40471
  **/
40445
40472
  getNodeInfo: function getNodeInfo() {
40446
40473
  var _this22 = this;
@@ -40539,12 +40566,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40539
40566
  });
40540
40567
  },
40541
40568
 
40542
- /**
40543
- * selecNext
40544
- * @desc:下步节点变化时更新数据
40545
- * @author liufan
40546
- * @param {String} val 当前选中值
40547
- * @date 2022年5月25日
40569
+ /**
40570
+ * selecNext
40571
+ * @desc:下步节点变化时更新数据
40572
+ * @author liufan
40573
+ * @param {String} val 当前选中值
40574
+ * @date 2022年5月25日
40548
40575
  **/
40549
40576
  selecNext: function selecNext(val, type, isDef) {
40550
40577
  var _this23 = this;
@@ -40653,11 +40680,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40653
40680
  if (isDef !== true) this.getNodeInfo();
40654
40681
  },
40655
40682
 
40656
- /**
40657
- * isMultiple
40658
- * @desc:是否多选
40659
- * @author liufan
40660
- * @date 2022年9月13日
40683
+ /**
40684
+ * isMultiple
40685
+ * @desc:是否多选
40686
+ * @author liufan
40687
+ * @date 2022年9月13日
40661
40688
  **/
40662
40689
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40663
40690
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -40689,11 +40716,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40689
40716
  }
40690
40717
  },
40691
40718
 
40692
- /**
40693
- * getHedInfo
40694
- * @desc:获取审核页面数据
40695
- * @author liufan
40696
- * @date 2022年5月25日
40719
+ /**
40720
+ * getHedInfo
40721
+ * @desc:获取审核页面数据
40722
+ * @author liufan
40723
+ * @date 2022年5月25日
40697
40724
  **/
40698
40725
  getHedInfo: function getHedInfo() {
40699
40726
  var _this24 = this;
@@ -40929,13 +40956,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40929
40956
  });
40930
40957
  },
40931
40958
 
40932
- /**
40933
- * closeProcess
40934
- * @desc:关闭弹窗
40935
- * @author liufan
40936
- * @param {boolean} val 当前是否办理流程
40937
- * @param {String} type 当前点击的弹窗类型
40938
- * @date 2022年5月25日
40959
+ /**
40960
+ * closeProcess
40961
+ * @desc:关闭弹窗
40962
+ * @author liufan
40963
+ * @param {boolean} val 当前是否办理流程
40964
+ * @param {String} type 当前点击的弹窗类型
40965
+ * @date 2022年5月25日
40939
40966
  **/
40940
40967
  closeProcess: function closeProcess(val, type, closeParent) {
40941
40968
  if (closeParent) {
@@ -40952,23 +40979,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40952
40979
  }
40953
40980
  },
40954
40981
 
40955
- /**
40956
- * selectChange
40957
- * @desc:常用语选择
40958
- * @author liufan
40959
- * @param {String} val 选中值
40960
- * @date 2022年5月25日
40982
+ /**
40983
+ * selectChange
40984
+ * @desc:常用语选择
40985
+ * @author liufan
40986
+ * @param {String} val 选中值
40987
+ * @date 2022年5月25日
40961
40988
  **/
40962
40989
  selectChange: function selectChange(val) {
40963
40990
  this.value = val;
40964
40991
  },
40965
40992
 
40966
- /**
40967
- * upDate
40968
- * @desc:修改常用语
40969
- * @author liufan
40970
- * @param {Object} val 修改值
40971
- * @date 2022年5月25日
40993
+ /**
40994
+ * upDate
40995
+ * @desc:修改常用语
40996
+ * @author liufan
40997
+ * @param {Object} val 修改值
40998
+ * @date 2022年5月25日
40972
40999
  **/
40973
41000
  upDate: function upDate(val) {
40974
41001
  this.FormData.id = val.id;
@@ -40976,11 +41003,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40976
41003
  },
40977
41004
 
40978
41005
 
40979
- /**
40980
- * getProcess
40981
- * @desc:获取选择流程
40982
- * @author liufan
40983
- * @date 2022年5月25日
41006
+ /**
41007
+ * getProcess
41008
+ * @desc:获取选择流程
41009
+ * @author liufan
41010
+ * @date 2022年5月25日
40984
41011
  **/
40985
41012
  getProcess: function getProcess() {
40986
41013
  var _this25 = this;
@@ -41034,11 +41061,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41034
41061
  });
41035
41062
  },
41036
41063
 
41037
- /**
41038
- * getPendedhistoryList
41039
- * @desc:获取流程列表
41040
- * @author liufan
41041
- * @date 2022年5月25日
41064
+ /**
41065
+ * getPendedhistoryList
41066
+ * @desc:获取流程列表
41067
+ * @author liufan
41068
+ * @date 2022年5月25日
41042
41069
  **/
41043
41070
  getPendedhistoryList: function getPendedhistoryList() {
41044
41071
  var _this26 = this;
@@ -41070,12 +41097,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41070
41097
  },
41071
41098
 
41072
41099
  // 提交流程
41073
- /**
41074
- * subProcess
41075
- * @desc:提交流程
41076
- * @author liufan
41077
- * @param {String} formName 当前form表单ref值
41078
- * @date 2022年5月25日
41100
+ /**
41101
+ * subProcess
41102
+ * @desc:提交流程
41103
+ * @author liufan
41104
+ * @param {String} formName 当前form表单ref值
41105
+ * @date 2022年5月25日
41079
41106
  **/
41080
41107
  subProcess: function subProcess(val) {
41081
41108
  var _this27 = this;
@@ -41335,8 +41362,8 @@ var freeStartFlow_component = normalizeComponent(
41335
41362
  )
41336
41363
 
41337
41364
  /* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
41338
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=3c874472&
41339
- var supervisevue_type_template_id_3c874472_render = function () {
41365
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=2b223e2a&
41366
+ var supervisevue_type_template_id_2b223e2a_render = function () {
41340
41367
  var _vm = this
41341
41368
  var _h = _vm.$createElement
41342
41369
  var _c = _vm._self._c || _h
@@ -41491,11 +41518,11 @@ var supervisevue_type_template_id_3c874472_render = function () {
41491
41518
  1
41492
41519
  )
41493
41520
  }
41494
- var supervisevue_type_template_id_3c874472_staticRenderFns = []
41495
- supervisevue_type_template_id_3c874472_render._withStripped = true
41521
+ var supervisevue_type_template_id_2b223e2a_staticRenderFns = []
41522
+ supervisevue_type_template_id_2b223e2a_render._withStripped = true
41496
41523
 
41497
41524
 
41498
- // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=3c874472&
41525
+ // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=2b223e2a&
41499
41526
 
41500
41527
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=script&lang=js&
41501
41528
  var supervisevue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -41636,6 +41663,12 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
41636
41663
  if (res.rCode == 0) {
41637
41664
  _this2.nextNode = supervisevue_type_script_lang_js_extends({}, _this2.nextNode, res.results);
41638
41665
  _this2.nextNode.noticeType = res.results.defaultNotificationType.split(',');
41666
+ } else {
41667
+ _this2.$message({
41668
+ message: res.rMsg,
41669
+ type: 'error'
41670
+ });
41671
+ _this2.$emit('cancel');
41639
41672
  }
41640
41673
  });
41641
41674
  }
@@ -41653,8 +41686,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
41653
41686
 
41654
41687
  var supervise_component = normalizeComponent(
41655
41688
  src_supervisevue_type_script_lang_js_,
41656
- supervisevue_type_template_id_3c874472_render,
41657
- supervisevue_type_template_id_3c874472_staticRenderFns,
41689
+ supervisevue_type_template_id_2b223e2a_render,
41690
+ supervisevue_type_template_id_2b223e2a_staticRenderFns,
41658
41691
  false,
41659
41692
  null,
41660
41693
  null,
@@ -42525,6 +42558,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42525
42558
  //
42526
42559
  //
42527
42560
  //
42561
+ //
42528
42562
 
42529
42563
 
42530
42564
 
@@ -42737,7 +42771,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42737
42771
  mounted: function mounted() {
42738
42772
  this.businessIds = this.businessId;
42739
42773
  this.nextNode.nextNodeId = this.nextNodeId;
42740
- if (this.typeCode == 'supervise') return;
42774
+ if (this.typeCode == 'supervise' || this.typeCode == 'read') return;
42741
42775
  this.getNodeType();
42742
42776
  !this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
42743
42777
  if (this.isFlow) {
@@ -43183,11 +43217,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43183
43217
  });
43184
43218
  },
43185
43219
 
43186
- /**
43187
- * saveInfo
43188
- * @desc:暂存
43189
- * @author liufan
43190
- * @date 2022年9月9日
43220
+ /**
43221
+ * saveInfo
43222
+ * @desc:暂存
43223
+ * @author liufan
43224
+ * @date 2022年9月9日
43191
43225
  **/
43192
43226
  saveInfo: function saveInfo(type, btn) {
43193
43227
  var _this8 = this;
@@ -43249,11 +43283,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43249
43283
  });
43250
43284
  },
43251
43285
 
43252
- /**
43253
- * rejectBtn
43254
- * @desc:点击驳回
43255
- * @author liufan
43256
- * @date 2022年5月25日
43286
+ /**
43287
+ * rejectBtn
43288
+ * @desc:点击驳回
43289
+ * @author liufan
43290
+ * @date 2022年5月25日
43257
43291
  **/
43258
43292
  rejectBtn: function rejectBtn() {
43259
43293
  var _this10 = this;
@@ -43271,11 +43305,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43271
43305
  }
43272
43306
  },
43273
43307
 
43274
- /**
43275
- * taskReadBtn
43276
- * @desc:点击分阅
43277
- * @author liufan
43278
- * @date 2022年5月25日
43308
+ /**
43309
+ * taskReadBtn
43310
+ * @desc:点击分阅
43311
+ * @author liufan
43312
+ * @date 2022年5月25日
43279
43313
  **/
43280
43314
  taskReadBtn: function taskReadBtn() {
43281
43315
  var _this11 = this;
@@ -43294,11 +43328,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43294
43328
  }
43295
43329
  },
43296
43330
 
43297
- /**
43298
- * getFind
43299
- * @desc:获取通知方式
43300
- * @author liufan
43301
- * @date 2022年5月25日
43331
+ /**
43332
+ * getFind
43333
+ * @desc:获取通知方式
43334
+ * @author liufan
43335
+ * @date 2022年5月25日
43302
43336
  **/
43303
43337
  getFind: function getFind() {
43304
43338
  var _this12 = this;
@@ -43364,12 +43398,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43364
43398
  });
43365
43399
  },
43366
43400
 
43367
- /**
43368
- * endFlows
43369
- * @desc:直接办结
43370
- * @author liufan
43371
- * @param {Object} res 直接办结数据
43372
- * @date 2022年5月25日
43401
+ /**
43402
+ * endFlows
43403
+ * @desc:直接办结
43404
+ * @author liufan
43405
+ * @param {Object} res 直接办结数据
43406
+ * @date 2022年5月25日
43373
43407
  **/
43374
43408
  endFlows: function endFlows(res) {
43375
43409
  var _this14 = this;
@@ -43423,12 +43457,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43423
43457
  }).catch(function (e) {});
43424
43458
  },
43425
43459
 
43426
- /**
43427
- * goView
43428
- * @desc:更多流程按钮操作
43429
- * @author liufan
43430
- * @param {Object} res 当前点击操作按钮数据
43431
- * @date 2022年5月25日
43460
+ /**
43461
+ * goView
43462
+ * @desc:更多流程按钮操作
43463
+ * @author liufan
43464
+ * @param {Object} res 当前点击操作按钮数据
43465
+ * @date 2022年5月25日
43432
43466
  **/
43433
43467
  goView: function goView(res) {
43434
43468
  // 驳回并办结:rejectAndEndHtml
@@ -43513,11 +43547,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43513
43547
  // isCanStartSubFlow
43514
43548
  },
43515
43549
 
43516
- /**
43517
- * toTakeAdvice
43518
- * @desc:征求意见
43519
- * @author liufan
43520
- * @date 2022年9月29日
43550
+ /**
43551
+ * toTakeAdvice
43552
+ * @desc:征求意见
43553
+ * @author liufan
43554
+ * @date 2022年9月29日
43521
43555
  **/
43522
43556
  toTakeAdvice: function toTakeAdvice(res) {
43523
43557
  var _this16 = this;
@@ -43561,11 +43595,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43561
43595
  });
43562
43596
  },
43563
43597
 
43564
- /**
43565
- * toStartDraf
43566
- * @desc: 稿件递送、联合审核、复核
43567
- * @author liufan
43568
- * @date 2022年9月29日
43598
+ /**
43599
+ * toStartDraf
43600
+ * @desc: 稿件递送、联合审核、复核
43601
+ * @author liufan
43602
+ * @date 2022年9月29日
43569
43603
  **/
43570
43604
  toStartDraf: function toStartDraf(res) {
43571
43605
  var _this18 = this;
@@ -43579,11 +43613,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43579
43613
  }
43580
43614
  },
43581
43615
 
43582
- /**
43583
- * toSendMsg
43584
- * @desc:核稿通知
43585
- * @author liufan
43586
- * @date 2022年9月29日
43616
+ /**
43617
+ * toSendMsg
43618
+ * @desc:核稿通知
43619
+ * @author liufan
43620
+ * @date 2022年9月29日
43587
43621
  **/
43588
43622
  toSendMsg: function toSendMsg(res) {
43589
43623
  var _this19 = this;
@@ -43597,11 +43631,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43597
43631
  }
43598
43632
  },
43599
43633
 
43600
- /**
43601
- * toTaskReadAndEnd
43602
- * @desc:分阅并办结
43603
- * @author liufan
43604
- * @date 2022年9月29日
43634
+ /**
43635
+ * toTaskReadAndEnd
43636
+ * @desc:分阅并办结
43637
+ * @author liufan
43638
+ * @date 2022年9月29日
43605
43639
  **/
43606
43640
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
43607
43641
  var _this20 = this;
@@ -43619,11 +43653,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43619
43653
  }
43620
43654
  },
43621
43655
 
43622
- /**
43623
- * rejectAndEnd
43624
- * @desc:驳回并办结
43625
- * @author liufan
43626
- * @date 2022年9月29日
43656
+ /**
43657
+ * rejectAndEnd
43658
+ * @desc:驳回并办结
43659
+ * @author liufan
43660
+ * @date 2022年9月29日
43627
43661
  **/
43628
43662
  rejectAndEnd: function rejectAndEnd(res) {
43629
43663
  var _this21 = this;
@@ -43678,11 +43712,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43678
43712
  });
43679
43713
  },
43680
43714
 
43681
- /**
43682
- * toTransfer
43683
- * @desc:转办
43684
- * @author liufan
43685
- * @date 2022年9月29日
43715
+ /**
43716
+ * toTransfer
43717
+ * @desc:转办
43718
+ * @author liufan
43719
+ * @date 2022年9月29日
43686
43720
  **/
43687
43721
  toTransfer: function toTransfer(res) {
43688
43722
  var _this23 = this;
@@ -43698,11 +43732,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43698
43732
  }
43699
43733
  },
43700
43734
 
43701
- /**
43702
- * getNodeInfo
43703
- * @desc:获取节点信息
43704
- * @author liufan
43705
- * @date 2022年5月25日
43735
+ /**
43736
+ * getNodeInfo
43737
+ * @desc:获取节点信息
43738
+ * @author liufan
43739
+ * @date 2022年5月25日
43706
43740
  **/
43707
43741
  getNodeInfo: function getNodeInfo() {
43708
43742
  var _this24 = this;
@@ -43802,12 +43836,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43802
43836
  });
43803
43837
  },
43804
43838
 
43805
- /**
43806
- * selecNext
43807
- * @desc:下步节点变化时更新数据
43808
- * @author liufan
43809
- * @param {String} val 当前选中值
43810
- * @date 2022年5月25日
43839
+ /**
43840
+ * selecNext
43841
+ * @desc:下步节点变化时更新数据
43842
+ * @author liufan
43843
+ * @param {String} val 当前选中值
43844
+ * @date 2022年5月25日
43811
43845
  **/
43812
43846
  selecNext: function selecNext(val, type, isDef) {
43813
43847
  var _this25 = this;
@@ -43839,6 +43873,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43839
43873
  this.nextNode.isSerialSubmit = 0;
43840
43874
  this.nodeInfos = [];
43841
43875
  this.operationList.forEach(function (item) {
43876
+ console.log(item, val, 'aaa');
43842
43877
  if (item.key === val) {
43843
43878
  if (!item.taskNodeList) {
43844
43879
  _this25.nodeInfos = [];
@@ -43916,11 +43951,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43916
43951
  if (isDef !== true) this.getNodeInfo();
43917
43952
  },
43918
43953
 
43919
- /**
43920
- * isMultiple
43921
- * @desc:是否多选
43922
- * @author liufan
43923
- * @date 2022年9月13日
43954
+ /**
43955
+ * isMultiple
43956
+ * @desc:是否多选
43957
+ * @author liufan
43958
+ * @date 2022年9月13日
43924
43959
  **/
43925
43960
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
43926
43961
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -43952,11 +43987,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43952
43987
  }
43953
43988
  },
43954
43989
 
43955
- /**
43956
- * getHedInfo
43957
- * @desc:获取审核页面数据
43958
- * @author liufan
43959
- * @date 2022年5月25日
43990
+ /**
43991
+ * getHedInfo
43992
+ * @desc:获取审核页面数据
43993
+ * @author liufan
43994
+ * @date 2022年5月25日
43960
43995
  **/
43961
43996
  getHedInfo: function getHedInfo() {
43962
43997
  var _this26 = this;
@@ -44051,7 +44086,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44051
44086
  _this26.nodeInfos = item.taskNodeList;
44052
44087
  }
44053
44088
  }
44054
- if (taskOperations.length == 1) {
44089
+ if (taskOperations.length > 0) {
44055
44090
  _this26.nodeInfos = [];
44056
44091
  _this26.nextNode.nextOperate = taskOperations[0].key;
44057
44092
  if (taskOperations[0].taskNodeList != null) {
@@ -44196,13 +44231,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44196
44231
  });
44197
44232
  },
44198
44233
 
44199
- /**
44200
- * closeProcess
44201
- * @desc:关闭弹窗
44202
- * @author liufan
44203
- * @param {boolean} val 当前是否办理流程
44204
- * @param {String} type 当前点击的弹窗类型
44205
- * @date 2022年5月25日
44234
+ /**
44235
+ * closeProcess
44236
+ * @desc:关闭弹窗
44237
+ * @author liufan
44238
+ * @param {boolean} val 当前是否办理流程
44239
+ * @param {String} type 当前点击的弹窗类型
44240
+ * @date 2022年5月25日
44206
44241
  **/
44207
44242
  closeProcess: function closeProcess(val, type, closeParent) {
44208
44243
  if (closeParent) {
@@ -44219,23 +44254,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44219
44254
  }
44220
44255
  },
44221
44256
 
44222
- /**
44223
- * selectChange
44224
- * @desc:常用语选择
44225
- * @author liufan
44226
- * @param {String} val 选中值
44227
- * @date 2022年5月25日
44257
+ /**
44258
+ * selectChange
44259
+ * @desc:常用语选择
44260
+ * @author liufan
44261
+ * @param {String} val 选中值
44262
+ * @date 2022年5月25日
44228
44263
  **/
44229
44264
  selectChange: function selectChange(val) {
44230
44265
  this.value = val;
44231
44266
  },
44232
44267
 
44233
- /**
44234
- * upDate
44235
- * @desc:修改常用语
44236
- * @author liufan
44237
- * @param {Object} val 修改值
44238
- * @date 2022年5月25日
44268
+ /**
44269
+ * upDate
44270
+ * @desc:修改常用语
44271
+ * @author liufan
44272
+ * @param {Object} val 修改值
44273
+ * @date 2022年5月25日
44239
44274
  **/
44240
44275
  upDate: function upDate(val) {
44241
44276
  this.FormData.id = val.id;
@@ -44243,11 +44278,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44243
44278
  },
44244
44279
 
44245
44280
 
44246
- /**
44247
- * getProcess
44248
- * @desc:获取选择流程
44249
- * @author liufan
44250
- * @date 2022年5月25日
44281
+ /**
44282
+ * getProcess
44283
+ * @desc:获取选择流程
44284
+ * @author liufan
44285
+ * @date 2022年5月25日
44251
44286
  **/
44252
44287
  getProcess: function getProcess(val) {
44253
44288
  var _this27 = this;
@@ -44299,11 +44334,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44299
44334
  });
44300
44335
  },
44301
44336
 
44302
- /**
44303
- * getPendedhistoryList
44304
- * @desc:获取流程列表
44305
- * @author liufan
44306
- * @date 2022年5月25日
44337
+ /**
44338
+ * getPendedhistoryList
44339
+ * @desc:获取流程列表
44340
+ * @author liufan
44341
+ * @date 2022年5月25日
44307
44342
  **/
44308
44343
  getPendedhistoryList: function getPendedhistoryList() {
44309
44344
  var _this28 = this;
@@ -44371,12 +44406,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44371
44406
  },
44372
44407
 
44373
44408
  // 提交流程
44374
- /**
44375
- * subProcess
44376
- * @desc:提交流程
44377
- * @author liufan
44378
- * @param {String} formName 当前form表单ref值
44379
- * @date 2022年5月25日
44409
+ /**
44410
+ * subProcess
44411
+ * @desc:提交流程
44412
+ * @author liufan
44413
+ * @param {String} formName 当前form表单ref值
44414
+ * @date 2022年5月25日
44380
44415
  **/
44381
44416
  subProcess: function subProcess(val, type) {
44382
44417
  var _this30 = this;
@@ -44675,8 +44710,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44675
44710
 
44676
44711
  var flow_src_main_component = normalizeComponent(
44677
44712
  packages_flow_src_mainvue_type_script_lang_js_,
44678
- mainvue_type_template_id_bcadf692_render,
44679
- mainvue_type_template_id_bcadf692_staticRenderFns,
44713
+ mainvue_type_template_id_cb2a9dc2_render,
44714
+ mainvue_type_template_id_cb2a9dc2_staticRenderFns,
44680
44715
  false,
44681
44716
  null,
44682
44717
  null,
@@ -48024,12 +48059,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48024
48059
  }
48025
48060
  },
48026
48061
 
48027
- /**
48028
- * handleFormSubmit
48029
- * @desc:删除节点点击事件
48030
- * @param {Object} formData 点击删除的form数据
48031
- * @author liufan
48032
- * @date 2022年11月29日
48062
+ /**
48063
+ * handleFormSubmit
48064
+ * @desc:删除节点点击事件
48065
+ * @param {Object} formData 点击删除的form数据
48066
+ * @author liufan
48067
+ * @date 2022年11月29日
48033
48068
  **/
48034
48069
  handleFormSubmit: function handleFormSubmit(formData) {
48035
48070
  var _this9 = this;
@@ -48060,48 +48095,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48060
48095
  });
48061
48096
  },
48062
48097
 
48063
- /**
48064
- * del
48065
- * @desc:展示删除弹窗
48066
- * @param {String} id 当前点击数据id
48067
- * @author liufan
48068
- * @date 2022年11月29日
48098
+ /**
48099
+ * del
48100
+ * @desc:展示删除弹窗
48101
+ * @param {String} id 当前点击数据id
48102
+ * @author liufan
48103
+ * @date 2022年11月29日
48069
48104
  **/
48070
48105
  del: function del(id) {
48071
48106
  this.historyId = id;
48072
48107
  this.showDel = true;
48073
48108
  },
48074
48109
 
48075
- /**
48076
- * handleCurrentChange
48077
- * @desc:监听页码变化
48078
- * @param {String} val 当前页
48079
- * @author liufan
48080
- * @date 2022年11月29日
48110
+ /**
48111
+ * handleCurrentChange
48112
+ * @desc:监听页码变化
48113
+ * @param {String} val 当前页
48114
+ * @author liufan
48115
+ * @date 2022年11月29日
48081
48116
  **/
48082
48117
  handleCurrentChange: function handleCurrentChange(val) {
48083
48118
  this.currentPage = val;
48084
48119
  this.getPressList();
48085
48120
  },
48086
48121
 
48087
- /**
48088
- * handleSizeChange
48089
- * @desc:监听每页数据显示数量变化
48090
- * @param {String} val 每页展示数量
48091
- * @author liufan
48092
- * @date 2022年11月29日
48122
+ /**
48123
+ * handleSizeChange
48124
+ * @desc:监听每页数据显示数量变化
48125
+ * @param {String} val 每页展示数量
48126
+ * @author liufan
48127
+ * @date 2022年11月29日
48093
48128
  **/
48094
48129
  handleSizeChange: function handleSizeChange(val) {
48095
48130
  this.pageSize = val;
48096
48131
  this.getPressList();
48097
48132
  },
48098
48133
 
48099
- /**
48100
- * sortChange
48101
- * @desc:监听排序变化
48102
- * @param {Object} info 需要排序的字段及排序方式
48103
- * @author liufan
48104
- * @date 2022年11月29日
48134
+ /**
48135
+ * sortChange
48136
+ * @desc:监听排序变化
48137
+ * @param {Object} info 需要排序的字段及排序方式
48138
+ * @author liufan
48139
+ * @date 2022年11月29日
48105
48140
  **/
48106
48141
  sortChange: function sortChange(info) {
48107
48142
  var prop = info.prop,
@@ -48112,11 +48147,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48112
48147
  this.getPressList();
48113
48148
  },
48114
48149
 
48115
- /**
48116
- * getPressList
48117
- * @desc:催办列表数据
48118
- * @author liufan
48119
- * @date 2022年11月29日
48150
+ /**
48151
+ * getPressList
48152
+ * @desc:催办列表数据
48153
+ * @author liufan
48154
+ * @date 2022年11月29日
48120
48155
  **/
48121
48156
  getPressList: function getPressList() {
48122
48157
  var _this10 = this;
@@ -48146,12 +48181,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48146
48181
  });
48147
48182
  },
48148
48183
 
48149
- /**
48150
- * goPress
48151
- * @desc:催办列表查看
48152
- * @param {String} id 催办列表id
48153
- * @author liufan
48154
- * @date 2022年11月29日
48184
+ /**
48185
+ * goPress
48186
+ * @desc:催办列表查看
48187
+ * @param {String} id 催办列表id
48188
+ * @author liufan
48189
+ * @date 2022年11月29日
48155
48190
  **/
48156
48191
  goPress: function goPress(id) {
48157
48192
  this.historyId = id;
@@ -48159,23 +48194,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48159
48194
  this.getPressList();
48160
48195
  },
48161
48196
 
48162
- /**
48163
- * showFile
48164
- * @desc:附件查看
48165
- * @param {String} ownId 附件id
48166
- * @author liufan
48167
- * @date 2022年11月29日
48197
+ /**
48198
+ * showFile
48199
+ * @desc:附件查看
48200
+ * @param {String} ownId 附件id
48201
+ * @author liufan
48202
+ * @date 2022年11月29日
48168
48203
  **/
48169
48204
  showFile: function showFile(ownId) {
48170
48205
  this.wfpendingid = ownId;
48171
48206
  this.showFileList = true;
48172
48207
  },
48173
48208
 
48174
- /**
48175
- * handleChange
48176
- * @desc:切换排序方式
48177
- * @author liufan
48178
- * @date 2022年11月22日
48209
+ /**
48210
+ * handleChange
48211
+ * @desc:切换排序方式
48212
+ * @author liufan
48213
+ * @date 2022年11月22日
48179
48214
  **/
48180
48215
  handleChange: function handleChange(key, value) {
48181
48216
  if (value) {
@@ -48219,11 +48254,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48219
48254
  }))();
48220
48255
  },
48221
48256
 
48222
- /**
48223
- * getFlowList
48224
- * @desc:获取流程列表
48225
- * @author liufan
48226
- * @date 2022年11月22日
48257
+ /**
48258
+ * getFlowList
48259
+ * @desc:获取流程列表
48260
+ * @author liufan
48261
+ * @date 2022年11月22日
48227
48262
  **/
48228
48263
  getFlowList: function getFlowList() {
48229
48264
  var _this12 = this;
@@ -48284,12 +48319,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48284
48319
  });
48285
48320
  },
48286
48321
 
48287
- /**
48288
- * handleClick
48289
- * @desc:表单点击事件
48290
- * @param {Object} val 当前点击行数据及按钮
48291
- * @author liufan
48292
- * @date 2022年11月10日
48322
+ /**
48323
+ * handleClick
48324
+ * @desc:表单点击事件
48325
+ * @param {Object} val 当前点击行数据及按钮
48326
+ * @author liufan
48327
+ * @date 2022年11月10日
48293
48328
  **/
48294
48329
  handleClick: function handleClick(val) {
48295
48330
  var _this13 = this;
@@ -48335,13 +48370,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48335
48370
  }
48336
48371
  },
48337
48372
 
48338
- /**
48339
- * getCodeValue
48340
- * @desc:获取代码表过滤后的值
48341
- * @param {String} value 展示数据的代码值
48342
- * @param {String} type 代码表类型
48343
- * @author liufan
48344
- * @date 2022年11月10日
48373
+ /**
48374
+ * getCodeValue
48375
+ * @desc:获取代码表过滤后的值
48376
+ * @param {String} value 展示数据的代码值
48377
+ * @param {String} type 代码表类型
48378
+ * @author liufan
48379
+ * @date 2022年11月10日
48345
48380
  **/
48346
48381
  getCodeValue: function getCodeValue(value, type) {
48347
48382
  var val = this[type].filter(function (item) {
@@ -48350,12 +48385,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48350
48385
  return val[0].shortName;
48351
48386
  },
48352
48387
 
48353
- /**
48354
- * getSysInfo
48355
- * @desc:获取代码表
48356
- * @param {String} code 编码code值
48357
- * @author liufan
48358
- * @date 2022年11月10日
48388
+ /**
48389
+ * getSysInfo
48390
+ * @desc:获取代码表
48391
+ * @param {String} code 编码code值
48392
+ * @author liufan
48393
+ * @date 2022年11月10日
48359
48394
  **/
48360
48395
  getSysInfo: function getSysInfo(code) {
48361
48396
  var _this14 = this;
@@ -48377,11 +48412,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48377
48412
  }).catch(function (e) {});
48378
48413
  },
48379
48414
 
48380
- /**
48381
- * getListInfo
48382
- * @desc:获取预设列表数据
48383
- * @author liufan
48384
- * @date 2022年11月10日
48415
+ /**
48416
+ * getListInfo
48417
+ * @desc:获取预设列表数据
48418
+ * @author liufan
48419
+ * @date 2022年11月10日
48385
48420
  **/
48386
48421
  getListInfo: function getListInfo() {
48387
48422
  var _this15 = this;
@@ -50971,8 +51006,8 @@ layout_src_main.install = function (Vue) {
50971
51006
  };
50972
51007
 
50973
51008
  /* harmony default export */ var packages_layout = (layout_src_main);
50974
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=68362bbf&
50975
- var mainvue_type_template_id_68362bbf_render = function () {
51009
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=09f16d63&
51010
+ var mainvue_type_template_id_09f16d63_render = function () {
50976
51011
  var _vm = this
50977
51012
  var _h = _vm.$createElement
50978
51013
  var _c = _vm._self._c || _h
@@ -52143,7 +52178,7 @@ var mainvue_type_template_id_68362bbf_render = function () {
52143
52178
  )
52144
52179
  : _vm._e()
52145
52180
  }
52146
- var mainvue_type_template_id_68362bbf_staticRenderFns = [
52181
+ var mainvue_type_template_id_09f16d63_staticRenderFns = [
52147
52182
  function () {
52148
52183
  var _vm = this
52149
52184
  var _h = _vm.$createElement
@@ -52158,10 +52193,10 @@ var mainvue_type_template_id_68362bbf_staticRenderFns = [
52158
52193
  ])
52159
52194
  },
52160
52195
  ]
52161
- mainvue_type_template_id_68362bbf_render._withStripped = true
52196
+ mainvue_type_template_id_09f16d63_render._withStripped = true
52162
52197
 
52163
52198
 
52164
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=68362bbf&
52199
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=09f16d63&
52165
52200
 
52166
52201
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=45dccfdc&
52167
52202
  var resetPasswordvue_type_template_id_45dccfdc_render = function () {
@@ -54008,6 +54043,9 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
54008
54043
  if (res.linuxDownloadUrl) {
54009
54044
  downloads['linux'] = res.linuxDownloadUrl;
54010
54045
  }
54046
+ if (res.harmonyDownloadUrl) {
54047
+ downloads['harmony'] = res.harmonyDownloadUrl;
54048
+ }
54011
54049
  this.sysName = res.subsystemName;
54012
54050
  this.secret = res.secret;
54013
54051
  this.setup = res.setup;
@@ -54080,6 +54118,10 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
54080
54118
  if (res.subsystemExtend.uosDownloadUrl) {
54081
54119
  downloads.uos = res.subsystemExtend.uosDownloadUrl;
54082
54120
  }
54121
+
54122
+ if (res.subsystemExtend.harmonyDownloadUrl) {
54123
+ downloads.harmony = res.subsystemExtend.harmonyDownloadUrl;
54124
+ }
54083
54125
  if (res.subsystemExtend.warningText) {
54084
54126
  this.warningText = res.subsystemExtend.warningText;
54085
54127
  }
@@ -54574,8 +54616,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
54574
54616
 
54575
54617
  var login_src_main_component = normalizeComponent(
54576
54618
  packages_login_src_mainvue_type_script_lang_js_,
54577
- mainvue_type_template_id_68362bbf_render,
54578
- mainvue_type_template_id_68362bbf_staticRenderFns,
54619
+ mainvue_type_template_id_09f16d63_render,
54620
+ mainvue_type_template_id_09f16d63_staticRenderFns,
54579
54621
  false,
54580
54622
  null,
54581
54623
  null,
@@ -57427,10 +57469,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
57427
57469
  this.$emit('click', res);
57428
57470
  },
57429
57471
 
57430
- /**
57431
- * @desc:获取气泡提醒
57432
- * @author huangbo
57433
- * @date 2024年9月7日
57472
+ /**
57473
+ * @desc:获取气泡提醒
57474
+ * @author huangbo
57475
+ * @date 2024年9月7日
57434
57476
  **/
57435
57477
  getBadge: function getBadge(res) {
57436
57478
  var num = res.tips || 0;
@@ -61451,10 +61493,10 @@ var events = [function (tabs, index, that) {
61451
61493
  },
61452
61494
 
61453
61495
  methods: {
61454
- /**
61455
- * @desc:匹配路由
61456
- * @author huangbo
61457
- * @date 2024年9月7日
61496
+ /**
61497
+ * @desc:匹配路由
61498
+ * @author huangbo
61499
+ * @date 2024年9月7日
61458
61500
  **/
61459
61501
  hasRouter: function hasRouter(res, url, code) {
61460
61502
  if (!url) {
@@ -61498,10 +61540,10 @@ var events = [function (tabs, index, that) {
61498
61540
  return false;
61499
61541
  },
61500
61542
 
61501
- /**
61502
- * @desc:获取初始数据
61503
- * @author huangbo
61504
- * @date 2024年9月7日
61543
+ /**
61544
+ * @desc:获取初始数据
61545
+ * @author huangbo
61546
+ * @date 2024年9月7日
61505
61547
  **/
61506
61548
  init: function init(results, first) {
61507
61549
  this.setConfig(results);
@@ -61510,10 +61552,10 @@ var events = [function (tabs, index, that) {
61510
61552
  }
61511
61553
  },
61512
61554
 
61513
- /**
61514
- * @desc:设置用户配置及信息
61515
- * @author huangbo
61516
- * @date 2024年9月7日
61555
+ /**
61556
+ * @desc:设置用户配置及信息
61557
+ * @author huangbo
61558
+ * @date 2024年9月7日
61517
61559
  **/
61518
61560
  setConfig: function setConfig(results) {
61519
61561
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -61643,10 +61685,10 @@ var events = [function (tabs, index, that) {
61643
61685
  }
61644
61686
  },
61645
61687
 
61646
- /**
61647
- * @desc:获取所有应用
61648
- * @author huangbo
61649
- * @date 2024年9月7日
61688
+ /**
61689
+ * @desc:获取所有应用
61690
+ * @author huangbo
61691
+ * @date 2024年9月7日
61650
61692
  **/
61651
61693
  getApplications: function getApplications() {
61652
61694
  var _this = this;
@@ -61694,10 +61736,10 @@ var events = [function (tabs, index, that) {
61694
61736
  });
61695
61737
  },
61696
61738
 
61697
- /**
61698
- * @desc:获取菜单列表
61699
- * @author huangbo
61700
- * @date 2024年9月7日
61739
+ /**
61740
+ * @desc:获取菜单列表
61741
+ * @author huangbo
61742
+ * @date 2024年9月7日
61701
61743
  **/
61702
61744
  getMenus: function getMenus(loading) {
61703
61745
  var _this2 = this;
@@ -61730,10 +61772,10 @@ var events = [function (tabs, index, that) {
61730
61772
  });
61731
61773
  },
61732
61774
 
61733
- /**
61734
- * @desc:处理菜单列表
61735
- * @author huangbo
61736
- * @date 2024年9月7日
61775
+ /**
61776
+ * @desc:处理菜单列表
61777
+ * @author huangbo
61778
+ * @date 2024年9月7日
61737
61779
  **/
61738
61780
  renderMenus: function renderMenus(res) {
61739
61781
  this.menus = res;
@@ -61823,10 +61865,10 @@ var events = [function (tabs, index, that) {
61823
61865
  }
61824
61866
  },
61825
61867
 
61826
- /**
61827
- * @desc:设置页面加载类型
61828
- * @author huangbo
61829
- * @date 2024年9月7日
61868
+ /**
61869
+ * @desc:设置页面加载类型
61870
+ * @author huangbo
61871
+ * @date 2024年9月7日
61830
61872
  **/
61831
61873
  setIframeType: function setIframeType(res) {
61832
61874
  var url = res.url;
@@ -61882,10 +61924,10 @@ var events = [function (tabs, index, that) {
61882
61924
  return res;
61883
61925
  },
61884
61926
 
61885
- /**
61886
- * @desc:获取菜单
61887
- * @author huangbo
61888
- * @date 2024年9月7日
61927
+ /**
61928
+ * @desc:获取菜单
61929
+ * @author huangbo
61930
+ * @date 2024年9月7日
61889
61931
  **/
61890
61932
  getMenu: function getMenu(menus, res, key) {
61891
61933
  if (Array.isArray(menus)) {
@@ -61914,10 +61956,10 @@ var events = [function (tabs, index, that) {
61914
61956
  return false;
61915
61957
  },
61916
61958
 
61917
- /**
61918
- * @desc:获取菜单第一条数据
61919
- * @author huangbo
61920
- * @date 2024年9月7日
61959
+ /**
61960
+ * @desc:获取菜单第一条数据
61961
+ * @author huangbo
61962
+ * @date 2024年9月7日
61921
61963
  **/
61922
61964
  getFirst: function getFirst(obj) {
61923
61965
  if (!obj) {
@@ -61936,10 +61978,10 @@ var events = [function (tabs, index, that) {
61936
61978
  }
61937
61979
  },
61938
61980
 
61939
- /**
61940
- * @desc:遍历设置菜单气泡提醒
61941
- * @author huangbo
61942
- * @date 2024年9月7日
61981
+ /**
61982
+ * @desc:遍历设置菜单气泡提醒
61983
+ * @author huangbo
61984
+ * @date 2024年9月7日
61943
61985
  **/
61944
61986
  setTips: function setTips(obj) {
61945
61987
  var _this3 = this;
@@ -62002,10 +62044,10 @@ var events = [function (tabs, index, that) {
62002
62044
  }
62003
62045
  },
62004
62046
 
62005
- /**
62006
- * @desc:获取气泡提醒
62007
- * @author huangbo
62008
- * @date 2024年9月7日
62047
+ /**
62048
+ * @desc:获取气泡提醒
62049
+ * @author huangbo
62050
+ * @date 2024年9月7日
62009
62051
  **/
62010
62052
  getBadge: function getBadge(res) {
62011
62053
  var num = res.tips || 0;
@@ -62019,10 +62061,10 @@ var events = [function (tabs, index, that) {
62019
62061
  };
62020
62062
  },
62021
62063
 
62022
- /**
62023
- * @desc:开启weosocket
62024
- * @author huangbo
62025
- * @date 2024年9月7日
62064
+ /**
62065
+ * @desc:开启weosocket
62066
+ * @author huangbo
62067
+ * @date 2024年9月7日
62026
62068
  **/
62027
62069
  initWebSocket: function initWebSocket() {
62028
62070
  var _this5 = this;
@@ -62070,10 +62112,10 @@ var events = [function (tabs, index, that) {
62070
62112
  });
62071
62113
  },
62072
62114
 
62073
- /**
62074
- * @desc:显示用户信息
62075
- * @author huangbo
62076
- * @date 2024年9月7日
62115
+ /**
62116
+ * @desc:显示用户信息
62117
+ * @author huangbo
62118
+ * @date 2024年9月7日
62077
62119
  **/
62078
62120
  showUserInfo: function showUserInfo() {
62079
62121
  if (this.showUser === false) {
@@ -62081,19 +62123,19 @@ var events = [function (tabs, index, that) {
62081
62123
  }
62082
62124
  },
62083
62125
 
62084
- /**
62085
- * @desc:删除更多应用菜单点击
62086
- * @author huangbo
62087
- * @date 2024年9月7日
62126
+ /**
62127
+ * @desc:删除更多应用菜单点击
62128
+ * @author huangbo
62129
+ * @date 2024年9月7日
62088
62130
  **/
62089
62131
  handleDelete: function handleDelete(index) {
62090
62132
  this.newApps.splice(index, 1);
62091
62133
  },
62092
62134
 
62093
- /**
62094
- * @desc:储存更多应用菜单点击
62095
- * @author huangbo
62096
- * @date 2024年9月7日
62135
+ /**
62136
+ * @desc:储存更多应用菜单点击
62137
+ * @author huangbo
62138
+ * @date 2024年9月7日
62097
62139
  **/
62098
62140
  handlerClickApps: function handlerClickApps(res) {
62099
62141
  if (res.permission === false) {
@@ -62106,10 +62148,10 @@ var events = [function (tabs, index, that) {
62106
62148
  this.handlerClickApp(res);
62107
62149
  },
62108
62150
 
62109
- /**
62110
- * @desc:侧边应用菜单点击
62111
- * @author huangbo
62112
- * @date 2024年9月7日
62151
+ /**
62152
+ * @desc:侧边应用菜单点击
62153
+ * @author huangbo
62154
+ * @date 2024年9月7日
62113
62155
  **/
62114
62156
  handlerClickApp: function handlerClickApp(res) {
62115
62157
  this.showMsg = false;
@@ -62196,10 +62238,10 @@ var events = [function (tabs, index, that) {
62196
62238
  }
62197
62239
  },
62198
62240
 
62199
- /**
62200
- * @desc:显示Drawer界面
62201
- * @author huangbo
62202
- * @date 2024年9月7日
62241
+ /**
62242
+ * @desc:显示Drawer界面
62243
+ * @author huangbo
62244
+ * @date 2024年9月7日
62203
62245
  **/
62204
62246
  handlerSetDrawer: function handlerSetDrawer(res, type) {
62205
62247
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -62219,19 +62261,19 @@ var events = [function (tabs, index, that) {
62219
62261
  }
62220
62262
  },
62221
62263
 
62222
- /**
62223
- * @desc:关闭Drawer界面
62224
- * @author huangbo
62225
- * @date 2024年9月7日
62264
+ /**
62265
+ * @desc:关闭Drawer界面
62266
+ * @author huangbo
62267
+ * @date 2024年9月7日
62226
62268
  **/
62227
62269
  handleCloseDrawer: function handleCloseDrawer() {
62228
62270
  this.drawer = { visible: false };
62229
62271
  },
62230
62272
 
62231
- /**
62232
- * @desc:菜单点击
62233
- * @author huangbo
62234
- * @date 2024年9月7日
62273
+ /**
62274
+ * @desc:菜单点击
62275
+ * @author huangbo
62276
+ * @date 2024年9月7日
62235
62277
  **/
62236
62278
  handlerClickMenu: function handlerClickMenu(res) {
62237
62279
  utils_util["a" /* default */].ajax({
@@ -62280,19 +62322,19 @@ var events = [function (tabs, index, that) {
62280
62322
  },
62281
62323
 
62282
62324
 
62283
- /**
62284
- * @desc:用户详情请求成功
62285
- * @author huangbo
62286
- * @date 2024年9月7日
62325
+ /**
62326
+ * @desc:用户详情请求成功
62327
+ * @author huangbo
62328
+ * @date 2024年9月7日
62287
62329
  **/
62288
62330
  handleSuccess: function handleSuccess(res) {
62289
62331
  this.simpleUserInfo = res.simpleUserInfo;
62290
62332
  },
62291
62333
 
62292
- /**
62293
- * @desc:修改用户配置
62294
- * @author huangbo
62295
- * @date 2024年9月7日
62334
+ /**
62335
+ * @desc:修改用户配置
62336
+ * @author huangbo
62337
+ * @date 2024年9月7日
62296
62338
  **/
62297
62339
  handleChangeConfig: function handleChangeConfig(name, res) {
62298
62340
  if (name == 'userHeadUrl') {
@@ -62308,10 +62350,10 @@ var events = [function (tabs, index, that) {
62308
62350
  }
62309
62351
  },
62310
62352
 
62311
- /**
62312
- * @desc:关闭webSocket
62313
- * @author huangbo
62314
- * @date 2024年9月7日
62353
+ /**
62354
+ * @desc:关闭webSocket
62355
+ * @author huangbo
62356
+ * @date 2024年9月7日
62315
62357
  **/
62316
62358
  handlerClose: function handlerClose() {
62317
62359
  if (this.webSocket) {
@@ -62319,10 +62361,10 @@ var events = [function (tabs, index, that) {
62319
62361
  }
62320
62362
  },
62321
62363
 
62322
- /**
62323
- * @desc:刷新选中iframe页签
62324
- * @author huangbo
62325
- * @date 2024年9月7日
62364
+ /**
62365
+ * @desc:刷新选中iframe页签
62366
+ * @author huangbo
62367
+ * @date 2024年9月7日
62326
62368
  **/
62327
62369
  handleRefresh: function handleRefresh() {
62328
62370
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -62343,10 +62385,10 @@ var events = [function (tabs, index, that) {
62343
62385
  }
62344
62386
  },
62345
62387
 
62346
- /**
62347
- * @desc:删除iframe
62348
- * @author huangbo
62349
- * @date 2024年9月7日
62388
+ /**
62389
+ * @desc:删除iframe
62390
+ * @author huangbo
62391
+ * @date 2024年9月7日
62350
62392
  **/
62351
62393
  handleRemove: function handleRemove(name) {
62352
62394
  var len = this.tabs.length - 1;
@@ -62363,10 +62405,10 @@ var events = [function (tabs, index, that) {
62363
62405
  }
62364
62406
  },
62365
62407
 
62366
- /**
62367
- * @desc:tabs鼠标右键事件
62368
- * @author huangbo
62369
- * @date 2024年9月7日
62408
+ /**
62409
+ * @desc:tabs鼠标右键事件
62410
+ * @author huangbo
62411
+ * @date 2024年9月7日
62370
62412
  **/
62371
62413
  handleContextmenu: function handleContextmenu(tabs, e) {
62372
62414
  var disabled = {};
@@ -62391,10 +62433,10 @@ var events = [function (tabs, index, that) {
62391
62433
  window.addEventListener('click', this.closeTabsEvents);
62392
62434
  },
62393
62435
 
62394
- /**
62395
- * @desc:tabs页签事件
62396
- * @author huangbo
62397
- * @date 2024年9月7日
62436
+ /**
62437
+ * @desc:tabs页签事件
62438
+ * @author huangbo
62439
+ * @date 2024年9月7日
62398
62440
  **/
62399
62441
  handleTabsEvents: function handleTabsEvents(num) {
62400
62442
  if (this.pane !== null) {
@@ -62412,10 +62454,10 @@ var events = [function (tabs, index, that) {
62412
62454
  window.removeEventListener('click', this.closeTabsEvents);
62413
62455
  },
62414
62456
 
62415
- /**
62416
- * @desc:handler工具栏点击事件
62417
- * @author huangbo
62418
- * @date 2024年9月7日
62457
+ /**
62458
+ * @desc:handler工具栏点击事件
62459
+ * @author huangbo
62460
+ * @date 2024年9月7日
62419
62461
  **/
62420
62462
  handleClick: function handleClick(res) {
62421
62463
  var type = res.type,
@@ -62493,10 +62535,10 @@ var events = [function (tabs, index, that) {
62493
62535
  this.$emit('handler-click', res);
62494
62536
  },
62495
62537
 
62496
- /**
62497
- * @desc:退出登录
62498
- * @author huangbo
62499
- * @date 2024年9月7日
62538
+ /**
62539
+ * @desc:退出登录
62540
+ * @author huangbo
62541
+ * @date 2024年9月7日
62500
62542
  **/
62501
62543
  handleQuit: function handleQuit() {
62502
62544
  var _this6 = this;
@@ -62571,10 +62613,10 @@ var events = [function (tabs, index, that) {
62571
62613
  }).catch(function (e) {});
62572
62614
  },
62573
62615
 
62574
- /**
62575
- * @desc:主题、消息回调
62576
- * @author huangbo
62577
- * @date 2024年9月7日
62616
+ /**
62617
+ * @desc:主题、消息回调
62618
+ * @author huangbo
62619
+ * @date 2024年9月7日
62578
62620
  **/
62579
62621
  handleChange: function handleChange(res) {
62580
62622
  var type = res.type,
@@ -62590,10 +62632,10 @@ var events = [function (tabs, index, that) {
62590
62632
  }
62591
62633
  },
62592
62634
 
62593
- /**
62594
- * @desc:菜单布局样式切换
62595
- * @author huangbo
62596
- * @date 2024年9月7日
62635
+ /**
62636
+ * @desc:菜单布局样式切换
62637
+ * @author huangbo
62638
+ * @date 2024年9月7日
62597
62639
  **/
62598
62640
  handleLayout: function handleLayout(res, active) {
62599
62641
  if (active) {
@@ -62602,10 +62644,10 @@ var events = [function (tabs, index, that) {
62602
62644
  this.$emit('chang-layout', res, active);
62603
62645
  },
62604
62646
 
62605
- /**
62606
- * @desc:消息修改总数
62607
- * @author huangbo
62608
- * @date 2024年9月7日
62647
+ /**
62648
+ * @desc:消息修改总数
62649
+ * @author huangbo
62650
+ * @date 2024年9月7日
62609
62651
  **/
62610
62652
  handleMenuTips: function handleMenuTips(id, num) {
62611
62653
  if (num) {
@@ -62616,10 +62658,10 @@ var events = [function (tabs, index, that) {
62616
62658
  }
62617
62659
  },
62618
62660
 
62619
- /**
62620
- * @desc:处理即时消息
62621
- * @author huangbo
62622
- * @date 2024年9月7日
62661
+ /**
62662
+ * @desc:处理即时消息
62663
+ * @author huangbo
62664
+ * @date 2024年9月7日
62623
62665
  **/
62624
62666
  handleOpened: function handleOpened(res) {
62625
62667
  var _this7 = this;
@@ -69761,19 +69803,19 @@ var QRCode = __webpack_require__(23);
69761
69803
  //设置logo大小
69762
69804
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
69763
69805
  //设置获取的logo将其变为圆角以及添加白色背景
69764
- /* ctx.fillStyle = "#fff";
69765
- ctx.beginPath();
69766
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
69767
- let w = 46; //圆角宽
69768
- let x = logoPosition - 5;
69769
- let y = logoPosition - 5;
69770
- let r = 5; //圆角半径
69771
- ctx.moveTo(x + r, y);
69772
- ctx.arcTo(x + w, y, x + w, y + h, r);
69773
- ctx.arcTo(x + w, y + h, x, y + h, r);
69774
- ctx.arcTo(x, y + h, x, y, r);
69775
- ctx.arcTo(x, y, x + w, y, r);
69776
- ctx.closePath();
69806
+ /* ctx.fillStyle = "#fff";
69807
+ ctx.beginPath();
69808
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
69809
+ let w = 46; //圆角宽
69810
+ let x = logoPosition - 5;
69811
+ let y = logoPosition - 5;
69812
+ let r = 5; //圆角半径
69813
+ ctx.moveTo(x + r, y);
69814
+ ctx.arcTo(x + w, y, x + w, y + h, r);
69815
+ ctx.arcTo(x + w, y + h, x, y + h, r);
69816
+ ctx.arcTo(x, y + h, x, y, r);
69817
+ ctx.arcTo(x, y, x + w, y, r);
69818
+ ctx.closePath();
69777
69819
  ctx.fill(); */
69778
69820
  logo.onload = function () {
69779
69821
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -87664,7 +87706,7 @@ if (typeof window !== 'undefined' && window.Vue) {
87664
87706
  }
87665
87707
 
87666
87708
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
87667
- version: '0.6.59',
87709
+ version: '0.6.60',
87668
87710
  install: install,
87669
87711
  Button: packages_button,
87670
87712
  ButtonGroup: button_group,