dlt-for-react 1.0.1
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.
- package/README.md +74 -0
- package/assets/CheckButton/index.less +6 -0
- package/assets/DynamicForm/index.less +115 -0
- package/assets/NHAuditSubmit/index.less +28 -0
- package/assets/NHCondition/index.less +154 -0
- package/assets/NHDescription/index.less +18 -0
- package/assets/NHDynamicFormShow/customModule/czxy/qgzx/index.css +3 -0
- package/assets/NHDynamicFormShow/gnyxy/cqzg/index.less +91 -0
- package/assets/NHDynamicFormShow/index.less +113 -0
- package/assets/NHDynamicFormShow/oneOnMany/index.less +5 -0
- package/assets/NHDynamicFormShow/oneOnMany/sub/infoItemCard/index.less +78 -0
- package/assets/NHDynamicFormShow/oneOnMany/sub/infoItemTable/index.less +48 -0
- package/assets/NHDynamicFormShow/oneOnOne/index.less +43 -0
- package/assets/NHInputPicker/style.less +8 -0
- package/assets/NHPicturesWall/NHPicturesWall.less +9 -0
- package/assets/NHSubList/index.less +108 -0
- package/assets/NHTopTitle/index.less +61 -0
- package/assets/NHUeditor/images/anchor.gif +0 -0
- package/assets/NHUeditor/images/arrow.png +0 -0
- package/assets/NHUeditor/images/arrow_down.png +0 -0
- package/assets/NHUeditor/images/arrow_up.png +0 -0
- package/assets/NHUeditor/images/button-bg.gif +0 -0
- package/assets/NHUeditor/images/cancelbutton.gif +0 -0
- package/assets/NHUeditor/images/charts.png +0 -0
- package/assets/NHUeditor/images/cursor_h.gif +0 -0
- package/assets/NHUeditor/images/cursor_h.png +0 -0
- package/assets/NHUeditor/images/cursor_v.gif +0 -0
- package/assets/NHUeditor/images/cursor_v.png +0 -0
- package/assets/NHUeditor/images/dialog-title-bg.png +0 -0
- package/assets/NHUeditor/images/filescan.png +0 -0
- package/assets/NHUeditor/images/highlighted.gif +0 -0
- package/assets/NHUeditor/images/icons-all.gif +0 -0
- package/assets/NHUeditor/images/icons.gif +0 -0
- package/assets/NHUeditor/images/icons.png +0 -0
- package/assets/NHUeditor/images/loaderror.png +0 -0
- package/assets/NHUeditor/images/loading.gif +0 -0
- package/assets/NHUeditor/images/lock.gif +0 -0
- package/assets/NHUeditor/images/neweditor-tab-bg.png +0 -0
- package/assets/NHUeditor/images/pagebreak.gif +0 -0
- package/assets/NHUeditor/images/scale.png +0 -0
- package/assets/NHUeditor/images/sortable.png +0 -0
- package/assets/NHUeditor/images/spacer.gif +0 -0
- package/assets/NHUeditor/images/sparator_v.png +0 -0
- package/assets/NHUeditor/images/table-cell-align.png +0 -0
- package/assets/NHUeditor/images/tangram-colorpicker.png +0 -0
- package/assets/NHUeditor/images/toolbar_bg.png +0 -0
- package/assets/NHUeditor/images/unhighlighted.gif +0 -0
- package/assets/NHUeditor/images/upload.png +0 -0
- package/assets/NHUeditor/images/videologo.gif +0 -0
- package/assets/NHUeditor/images/word.gif +0 -0
- package/assets/NHUeditor/images/wordpaste.png +0 -0
- package/assets/NHUeditor/ueditor/index.html +175 -0
- package/assets/NHUeditor/ueditor/lang/en/en.js +684 -0
- package/assets/NHUeditor/ueditor/lang/en/images/addimage.png +0 -0
- package/assets/NHUeditor/ueditor/lang/en/images/alldeletebtnhoverskin.png +0 -0
- package/assets/NHUeditor/ueditor/lang/en/images/alldeletebtnupskin.png +0 -0
- package/assets/NHUeditor/ueditor/lang/en/images/background.png +0 -0
- package/assets/NHUeditor/ueditor/lang/en/images/button.png +0 -0
- package/assets/NHUeditor/ueditor/lang/en/images/copy.png +0 -0
- package/assets/NHUeditor/ueditor/lang/en/images/deletedisable.png +0 -0
- package/assets/NHUeditor/ueditor/lang/en/images/deleteenable.png +0 -0
- package/assets/NHUeditor/ueditor/lang/en/images/listbackground.png +0 -0
- package/assets/NHUeditor/ueditor/lang/en/images/localimage.png +0 -0
- package/assets/NHUeditor/ueditor/lang/en/images/music.png +0 -0
- package/assets/NHUeditor/ueditor/lang/en/images/rotateleftdisable.png +0 -0
- package/assets/NHUeditor/ueditor/lang/en/images/rotateleftenable.png +0 -0
- package/assets/NHUeditor/ueditor/lang/en/images/rotaterightdisable.png +0 -0
- package/assets/NHUeditor/ueditor/lang/en/images/rotaterightenable.png +0 -0
- package/assets/NHUeditor/ueditor/lang/en/images/upload.png +0 -0
- package/assets/NHUeditor/ueditor/lang/zh-cn/images/copy.png +0 -0
- package/assets/NHUeditor/ueditor/lang/zh-cn/images/localimage.png +0 -0
- package/assets/NHUeditor/ueditor/lang/zh-cn/images/music.png +0 -0
- package/assets/NHUeditor/ueditor/lang/zh-cn/images/upload.png +0 -0
- package/assets/NHUeditor/ueditor/lang/zh-cn/zh-cn.js +669 -0
- package/assets/NHUeditor/ueditor/themes/default/css/ueditor.css +1898 -0
- package/assets/NHUeditor/ueditor/themes/default/css/ueditor.min.css +1843 -0
- package/assets/NHUeditor/ueditor/themes/default/dialogbase.css +100 -0
- package/assets/NHUeditor/ueditor/themes/default/images/anchor.gif +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/arrow.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/arrow_down.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/arrow_up.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/button-bg.gif +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/cancelbutton.gif +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/charts.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/cursor_h.gif +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/cursor_h.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/cursor_v.gif +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/cursor_v.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/dialog-title-bg.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/filescan.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/highlighted.gif +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/icons-all.gif +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/icons.gif +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/icons.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/loaderror.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/loading.gif +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/lock.gif +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/neweditor-tab-bg.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/pagebreak.gif +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/scale.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/sortable.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/spacer.gif +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/sparator_v.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/table-cell-align.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/tangram-colorpicker.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/toolbar_bg.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/unhighlighted.gif +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/upload.png +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/videologo.gif +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/word.gif +0 -0
- package/assets/NHUeditor/ueditor/themes/default/images/wordpaste.png +0 -0
- package/assets/NHUeditor/ueditor/themes/iframe.css +1 -0
- package/assets/NHUeditor/ueditor/ueditor.all.js +29574 -0
- package/assets/NHUeditor/ueditor/ueditor.all.min.js +1 -0
- package/assets/NHUeditor/ueditor/ueditor.config.js +586 -0
- package/assets/NHUeditor/ueditor/ueditor.parse.js +1022 -0
- package/assets/NHUeditor/ueditor/ueditor.parse.min.js +7 -0
- package/assets/NHUeditor/ueditor.css +1898 -0
- package/assets/NHUeditor/ueditor.min.css +1843 -0
- package/assets/NHUpload/images/turnLeft.svg +1 -0
- package/assets/NHUpload/images/turnRight.svg +1 -0
- package/assets/NHUpload/index.less +18 -0
- package/assets/containerFrame/style.less +17 -0
- package/assets/exception/images/403.png +0 -0
- package/assets/exception/images/404.png +0 -0
- package/assets/exception/images/500.png +0 -0
- package/assets/exception/index.less +25 -0
- package/assets/layouts/settingDrawer/style.less +266 -0
- package/assets/layouts/style.less +270 -0
- package/assets/login/images/360.png +0 -0
- package/assets/login/images/bg.jpg +0 -0
- package/assets/login/images/bgNew.jpg +0 -0
- package/assets/login/images/chrome.png +0 -0
- package/assets/login/images/defaultLogo.png +0 -0
- package/assets/login/images/edge.png +0 -0
- package/assets/login/images/firefox.png +0 -0
- package/assets/login/images/logo-l.png +0 -0
- package/assets/login/images/qq.png +0 -0
- package/assets/login/images/safari.png +0 -0
- package/assets/login/images/wx.png +0 -0
- package/assets/login/images/yz.png +0 -0
- package/assets/login/images/yz_success.png +0 -0
- package/assets/login/index.less +197 -0
- package/assets/nbtable/style.less +7 -0
- package/assets/selector/resultview/index.less +51 -0
- package/assets/selector/selectormodal/index.less +13 -0
- package/assets/selector/table/index.less +85 -0
- package/assets/selector/tree/index.less +82 -0
- package/assets/steps/index.less +17 -0
- package/assets/stuSelector/index.less +22 -0
- package/assets/table/checkbuttons.less +23 -0
- package/assets/table/style.less +222 -0
- package/assets/teaSelector/index.less +4 -0
- package/assets/tree/style.less +113 -0
- package/lib/components/Button/index.js +97 -0
- package/lib/components/CheckButton/index.js +272 -0
- package/lib/components/NBTable/NHDrawer.js +123 -0
- package/lib/components/NBTable/index.js +525 -0
- package/lib/components/NHAuditSubmit/components/DragM/index.js +134 -0
- package/lib/components/NHAuditSubmit/components/DragModal/index.js +176 -0
- package/lib/components/NHAuditSubmit/components/Scrollbars/index.js +65 -0
- package/lib/components/NHAuditSubmit/components/Selector/index.js +857 -0
- package/lib/components/NHAuditSubmit/components/index.js +35 -0
- package/lib/components/NHAuditSubmit/config/Axios.js +265 -0
- package/lib/components/NHAuditSubmit/config/api.js +479 -0
- package/lib/components/NHAuditSubmit/config/data.js +156 -0
- package/lib/components/NHAuditSubmit/config/typeMap.js +1240 -0
- package/lib/components/NHAuditSubmit/config/uiValidate.js +92 -0
- package/lib/components/NHAuditSubmit/index.js +550 -0
- package/lib/components/NHAuditSubmit/node.js +653 -0
- package/lib/components/NHCascader/index.js +318 -0
- package/lib/components/NHCheckBox/index.js +360 -0
- package/lib/components/NHClasSelector/index.js +166 -0
- package/lib/components/NHCondition/EditForm.js +432 -0
- package/lib/components/NHCondition/index.js +1345 -0
- package/lib/components/NHConfirm/index.js +65 -0
- package/lib/components/NHContainerFrame/index.js +415 -0
- package/lib/components/NHDeptSelector/index.js +166 -0
- package/lib/components/NHDescription/index.js +126 -0
- package/lib/components/NHDynamicForm/FormList.js +1040 -0
- package/lib/components/NHDynamicForm/JSCode.js +90 -0
- package/lib/components/NHDynamicForm/index.js +326 -0
- package/lib/components/NHDynamicFormShow/baseInfo/index.js +293 -0
- package/lib/components/NHDynamicFormShow/custom/index.js +1130 -0
- package/lib/components/NHDynamicFormShow/customModule/common/CommonMethod.js +43 -0
- package/lib/components/NHDynamicFormShow/customModule/cxsf/knsslc/EditForm.js +562 -0
- package/lib/components/NHDynamicFormShow/customModule/cxsf/knsslc/index.js +227 -0
- package/lib/components/NHDynamicFormShow/customModule/czjd/jthd/EditForm.js +903 -0
- package/lib/components/NHDynamicFormShow/customModule/czjd/jthd/index.js +144 -0
- package/lib/components/NHDynamicFormShow/customModule/czjd/jxj/EditForm.js +806 -0
- package/lib/components/NHDynamicFormShow/customModule/czjd/jxj/index.js +146 -0
- package/lib/components/NHDynamicFormShow/customModule/czjd/zxj/EditForm.js +705 -0
- package/lib/components/NHDynamicFormShow/customModule/czjd/zxj/index.js +145 -0
- package/lib/components/NHDynamicFormShow/customModule/czjdwjdj/cfjcsq/PunishmentApplyForm.js +777 -0
- package/lib/components/NHDynamicFormShow/customModule/czjdwjdj/cfjcsq/PunishmentApplyIndex.js +171 -0
- package/lib/components/NHDynamicFormShow/customModule/czjdwjdj/wjsb/EditForm.js +865 -0
- package/lib/components/NHDynamicFormShow/customModule/czjdwjdj/wjsb/index.js +171 -0
- package/lib/components/NHDynamicFormShow/customModule/czjdxxqk/EditForm.js +396 -0
- package/lib/components/NHDynamicFormShow/customModule/czjdxxqk/index.js +132 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/qgzx/EditForm.js +1138 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/qgzx/KxsjForm.js +267 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/qgzx/index.js +185 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/wjdj/wjsb/EditForm.js +698 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/wjdj/wjsb/index.js +161 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/xfjm/EditForm.js +861 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/xfjm/index.js +155 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/xmsb/EditForm.js +783 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/xmsb/index.js +144 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/zxdk/dksq/EditForm.js +560 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/zxdk/dksq/index.js +207 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/zxdk/dksq/tableVis.js +892 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/zxj/EditForm.js +831 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/zxj/index.js +146 -0
- package/lib/components/NHDynamicFormShow/customModule/dksq/EditForm.js +493 -0
- package/lib/components/NHDynamicFormShow/customModule/dksq/index.js +199 -0
- package/lib/components/NHDynamicFormShow/customModule/dksq/tableVis.js +522 -0
- package/lib/components/NHDynamicFormShow/customModule/eszy/hcccqj/EditForm.js +316 -0
- package/lib/components/NHDynamicFormShow/customModule/eszy/hcccqj/index.js +128 -0
- package/lib/components/NHDynamicFormShow/customModule/eszy/zsxxhd/EditForm.js +528 -0
- package/lib/components/NHDynamicFormShow/customModule/eszy/zsxxhd/NHCascader/index.js +268 -0
- package/lib/components/NHDynamicFormShow/customModule/eszy/zsxxhd/index.js +150 -0
- package/lib/components/NHDynamicFormShow/customModule/eszy/zybjtz/EditForm.js +429 -0
- package/lib/components/NHDynamicFormShow/customModule/eszy/zybjtz/index.js +152 -0
- package/lib/components/NHDynamicFormShow/customModule/fjdl/jjrlx/EditForm.js +896 -0
- package/lib/components/NHDynamicFormShow/customModule/fjdl/jjrlx/index.js +193 -0
- package/lib/components/NHDynamicFormShow/customModule/fjdl/wjsb/EditForm.js +799 -0
- package/lib/components/NHDynamicFormShow/customModule/fjdl/wjsb/index.js +161 -0
- package/lib/components/NHDynamicFormShow/customModule/fxgdzk/zxdk/dksq/EditForm.js +585 -0
- package/lib/components/NHDynamicFormShow/customModule/fxgdzk/zxdk/dksq/index.js +167 -0
- package/lib/components/NHDynamicFormShow/customModule/gdwyyszyxy/jxj/EditForm.js +494 -0
- package/lib/components/NHDynamicFormShow/customModule/gdwyyszyxy/jxj/index.js +146 -0
- package/lib/components/NHDynamicFormShow/customModule/gdwyyszyxy/qjgl/EditForm.js +684 -0
- package/lib/components/NHDynamicFormShow/customModule/gdwyyszyxy/qjgl/index.js +161 -0
- package/lib/components/NHDynamicFormShow/customModule/gdwyyszyxy/xjgl/EditForm.js +527 -0
- package/lib/components/NHDynamicFormShow/customModule/gdwyyszyxy/xjgl/index.js +168 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/cqzg/EditForm.js +464 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/cqzg/index.js +143 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/cqzg/viewForm.js +335 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/fdyzb/qjsq/EditForm.js +596 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/fdyzb/qjsq/index.js +146 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/fdyzb/tbsq/EditForm.js +707 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/fdyzb/tbsq/index.js +143 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/gwsb/EditForm.js +1104 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/gwsb/GwFzrForm.js +289 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/gwsb/index.js +197 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/qjgl/EditForm.js +771 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/qjgl/index.js +192 -0
- package/lib/components/NHDynamicFormShow/customModule/gqtgl/cdqcgl/hdcdsq/EditForm.js +1057 -0
- package/lib/components/NHDynamicFormShow/customModule/gqtgl/cdqcgl/hdcdsq/Editable.js +571 -0
- package/lib/components/NHDynamicFormShow/customModule/gqtgl/cdqcgl/hdcdsq/index.js +252 -0
- package/lib/components/NHDynamicFormShow/customModule/gqtgl/cdqcgl/hdqcsq/EditForm.js +668 -0
- package/lib/components/NHDynamicFormShow/customModule/gqtgl/cdqcgl/hdqcsq/Editable.js +590 -0
- package/lib/components/NHDynamicFormShow/customModule/gqtgl/cdqcgl/hdqcsq/index.js +210 -0
- package/lib/components/NHDynamicFormShow/customModule/gwxx/EditForm.js +1045 -0
- package/lib/components/NHDynamicFormShow/customModule/gwxx/GwFzrForm.js +306 -0
- package/lib/components/NHDynamicFormShow/customModule/gwxx/GzsjForm.js +418 -0
- package/lib/components/NHDynamicFormShow/customModule/gwxx/index.js +212 -0
- package/lib/components/NHDynamicFormShow/customModule/gywj/EditForm.js +494 -0
- package/lib/components/NHDynamicFormShow/customModule/gywj/index.js +163 -0
- package/lib/components/NHDynamicFormShow/customModule/gznyzyxy/wjdj/EditForm.js +697 -0
- package/lib/components/NHDynamicFormShow/customModule/gznyzyxy/wjdj/index.js +160 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/jxj/EditForm.js +774 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/jxj/index.js +147 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/lzjxj/EditForm.js +836 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/lzjxj/index.js +156 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/qgzx/EditForm.js +1130 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/qgzx/KxsjForm.js +267 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/qgzx/index.js +185 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/xsqj/EditForm.js +572 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/xsqj/index.js +171 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/zxj/EditForm.js +796 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/zxj/index.js +154 -0
- package/lib/components/NHDynamicFormShow/customModule/hljwgy/qjgl/EditForm.js +693 -0
- package/lib/components/NHDynamicFormShow/customModule/hljwgy/qjgl/index.js +158 -0
- package/lib/components/NHDynamicFormShow/customModule/hljwgy/xjgl/EditForm.js +839 -0
- package/lib/components/NHDynamicFormShow/customModule/hljwgy/xjgl/index.js +155 -0
- package/lib/components/NHDynamicFormShow/customModule/hnny/jtxx/Editform.js +2023 -0
- package/lib/components/NHDynamicFormShow/customModule/hnny/jtxx/index.js +170 -0
- package/lib/components/NHDynamicFormShow/customModule/hnny/jxj/EditForm.js +504 -0
- package/lib/components/NHDynamicFormShow/customModule/hnny/jxj/index.js +133 -0
- package/lib/components/NHDynamicFormShow/customModule/jhyszy/cfjcsq/PunishmentApplyForm.js +524 -0
- package/lib/components/NHDynamicFormShow/customModule/jhyszy/cfjcsq/PunishmentApplyIndex.js +159 -0
- package/lib/components/NHDynamicFormShow/customModule/jhyszy/xsqj/EditForm.js +807 -0
- package/lib/components/NHDynamicFormShow/customModule/jhyszy/xsqj/NHCascader/index.js +268 -0
- package/lib/components/NHDynamicFormShow/customModule/jhyszy/xsqj/index.js +173 -0
- package/lib/components/NHDynamicFormShow/customModule/jshlwmb/EditForm.js +572 -0
- package/lib/components/NHDynamicFormShow/customModule/jshlwmb/index.js +176 -0
- package/lib/components/NHDynamicFormShow/customModule/jtxx/Editform.js +1823 -0
- package/lib/components/NHDynamicFormShow/customModule/jtxx/index.js +316 -0
- package/lib/components/NHDynamicFormShow/customModule/jxj/EditForm.js +681 -0
- package/lib/components/NHDynamicFormShow/customModule/jxj/index.js +146 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/fqkns/Editform.js +282 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/fqkns/index.js +134 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/jxj/EditForm.js +698 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/jxj/index.js +148 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/personal/PersonalApplyForm.js +549 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/personal/PersonalApplyIndex.js +152 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/qgzx/EditForm.js +958 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/qgzx/KxsjForm.js +259 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/qgzx/index.js +160 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/xnjxj/EditForm.js +737 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/xnjxj/index.js +146 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/xsxx/EditForm.js +381 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/xsxx/index.js +126 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/xwry/EditForm.js +709 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/xwry/index.js +189 -0
- package/lib/components/NHDynamicFormShow/customModule/knbzff/EditForm.js +858 -0
- package/lib/components/NHDynamicFormShow/customModule/knbzff/index.js +172 -0
- package/lib/components/NHDynamicFormShow/customModule/kns/gdngs/Knsrdxx/EditForm.js +378 -0
- package/lib/components/NHDynamicFormShow/customModule/kns/gdngs/Knsrdxx/index.js +220 -0
- package/lib/components/NHDynamicFormShow/customModule/kns/gdngs/index.js +126 -0
- package/lib/components/NHDynamicFormShow/customModule/kns/gdngs/tsqtlx/EditForm.js +429 -0
- package/lib/components/NHDynamicFormShow/customModule/kns/gdngs/tsqtlx/index.js +140 -0
- package/lib/components/NHDynamicFormShow/customModule/kns/jkqk/EditForm.js +431 -0
- package/lib/components/NHDynamicFormShow/customModule/kns/jkqk/index.js +480 -0
- package/lib/components/NHDynamicFormShow/customModule/kns/jtqk/EditForm.js +435 -0
- package/lib/components/NHDynamicFormShow/customModule/kns/jtqk/index.js +422 -0
- package/lib/components/NHDynamicFormShow/customModule/kns/tfywsj/EditForm.js +435 -0
- package/lib/components/NHDynamicFormShow/customModule/kns/tfywsj/index.js +438 -0
- package/lib/components/NHDynamicFormShow/customModule/kns/zrzh/EditForm.js +435 -0
- package/lib/components/NHDynamicFormShow/customModule/kns/zrzh/index.js +439 -0
- package/lib/components/NHDynamicFormShow/customModule/kns/zsyq/EditForm.js +435 -0
- package/lib/components/NHDynamicFormShow/customModule/kns/zsyq/index.js +438 -0
- package/lib/components/NHDynamicFormShow/customModule/mtxy/jjrlx/EditForm.js +1039 -0
- package/lib/components/NHDynamicFormShow/customModule/mtxy/jjrlx/index.js +194 -0
- package/lib/components/NHDynamicFormShow/customModule/mtxy/qjgl/EditForm.js +676 -0
- package/lib/components/NHDynamicFormShow/customModule/mtxy/qjgl/index.js +154 -0
- package/lib/components/NHDynamicFormShow/customModule/pyjg/EditForm.js +227 -0
- package/lib/components/NHDynamicFormShow/customModule/pyjg/index.js +136 -0
- package/lib/components/NHDynamicFormShow/customModule/qgzx/EditForm.js +1106 -0
- package/lib/components/NHDynamicFormShow/customModule/qgzx/KxsjForm.js +267 -0
- package/lib/components/NHDynamicFormShow/customModule/qgzx/index.js +185 -0
- package/lib/components/NHDynamicFormShow/customModule/qjgl/EditForm.js +616 -0
- package/lib/components/NHDynamicFormShow/customModule/qjgl/index.js +158 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/fdydj/RegistrationForm.js +571 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/fdydj/index.js +219 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/jjrlx/EditForm.js +841 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/jjrlx/index.js +193 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/jqlssq/EditForm.js +328 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/jqlssq/index.js +527 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/jqlssq_gxmd/EditForm.js +560 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/jqlssq_gxmd/index.js +154 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/rcxwgrdj/IndividualRegistForm.js +593 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/rcxwgrdj/IndividualRegistIndex.js +203 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/rcxwjtdj/CollectiveRegistForm.js +593 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/rcxwjtdj/CollectiveRegistIndex.js +205 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/EditForm.js +321 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHCascader/index.js +309 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/edit-page.js +504 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/index.js +216 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/input-const.js +56 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/render.js +2008 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/setting-datepicker.js +430 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/setting-datetimepicker.js +443 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/setting-input.js +524 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/setting-inputNumber.js +552 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/setting-monthpicker.js +434 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/setting-multiSelect.js +510 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/setting-nhcascader.js +523 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/setting-old-upload.js +428 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/setting-radio.js +468 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/setting-rangepicker.js +466 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/setting-select.js +511 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/setting-switch.js +274 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/setting-textarea.js +586 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/setting-timepicker.js +437 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/setting-upload.js +735 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/index.js +503 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/xwjcsq/DailyApplyForm.js +555 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/xwjcsq/index.js +160 -0
- package/lib/components/NHDynamicFormShow/customModule/rych/collective/CollectiveApplyForm.js +532 -0
- package/lib/components/NHDynamicFormShow/customModule/rych/collective/CollectiveApplyIndex.js +164 -0
- package/lib/components/NHDynamicFormShow/customModule/rych/personal/PersonalApplyForm.js +528 -0
- package/lib/components/NHDynamicFormShow/customModule/rych/personal/PersonalApplyIndex.js +152 -0
- package/lib/components/NHDynamicFormShow/customModule/sgxy/qjgl/EditForm.js +674 -0
- package/lib/components/NHDynamicFormShow/customModule/sgxy/qjgl/index.js +163 -0
- package/lib/components/NHDynamicFormShow/customModule/shgs/ldjy/EditForm.js +341 -0
- package/lib/components/NHDynamicFormShow/customModule/shgs/ldjy/index.js +139 -0
- package/lib/components/NHDynamicFormShow/customModule/sxgy/rych/collective/CollectiveApplyForm.js +569 -0
- package/lib/components/NHDynamicFormShow/customModule/sxgy/rych/collective/CollectiveApplyIndex.js +164 -0
- package/lib/components/NHDynamicFormShow/customModule/sxgy/rych/personal/PersonalApplyForm.js +565 -0
- package/lib/components/NHDynamicFormShow/customModule/sxgy/rych/personal/PersonalApplyIndex.js +152 -0
- package/lib/components/NHDynamicFormShow/customModule/whcz/longBackSchool/EditForm.js +554 -0
- package/lib/components/NHDynamicFormShow/customModule/whcz/longBackSchool/index.js +158 -0
- package/lib/components/NHDynamicFormShow/customModule/whcz/longLeaveSchool/EditForm.js +435 -0
- package/lib/components/NHDynamicFormShow/customModule/whcz/longLeaveSchool/index.js +148 -0
- package/lib/components/NHDynamicFormShow/customModule/whcz/qjgl/EditForm.js +588 -0
- package/lib/components/NHDynamicFormShow/customModule/whcz/qjgl/index.js +166 -0
- package/lib/components/NHDynamicFormShow/customModule/whcz/rccrxy/EditForm.js +463 -0
- package/lib/components/NHDynamicFormShow/customModule/whcz/rccrxy/index.js +154 -0
- package/lib/components/NHDynamicFormShow/customModule/whdlqjgl/EditForm.js +645 -0
- package/lib/components/NHDynamicFormShow/customModule/whdlqjgl/index.js +161 -0
- package/lib/components/NHDynamicFormShow/customModule/whgc/kns/EditForm.js +613 -0
- package/lib/components/NHDynamicFormShow/customModule/whgc/kns/index.js +147 -0
- package/lib/components/NHDynamicFormShow/customModule/whgc/qjgl/EditForm.js +609 -0
- package/lib/components/NHDynamicFormShow/customModule/whgc/qjgl/index.js +151 -0
- package/lib/components/NHDynamicFormShow/customModule/whgcjxj/EditForm.js +780 -0
- package/lib/components/NHDynamicFormShow/customModule/whgcjxj/index.js +142 -0
- package/lib/components/NHDynamicFormShow/customModule/whgcrych/EditForm.js +1011 -0
- package/lib/components/NHDynamicFormShow/customModule/whgcrych/index.js +148 -0
- package/lib/components/NHDynamicFormShow/customModule/whgczxj/EditForm.js +792 -0
- package/lib/components/NHDynamicFormShow/customModule/whgczxj/index.js +141 -0
- package/lib/components/NHDynamicFormShow/customModule/whtl/rzsq/EditForm.js +396 -0
- package/lib/components/NHDynamicFormShow/customModule/whtl/rzsq/index.js +160 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlyhk/EditForm.js +280 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlyhk/index.js +150 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzxj/EditForm.js +704 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzxj/index.js +153 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/jxj/EditForm.js +774 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/jxj/index.js +149 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/cjqk/EditForm.js +321 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/cjqk/index.js +139 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/dbjt/EditForm.js +430 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/dbjt/index.js +139 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/dqjtjjknqk/DqEditInitForm.js +422 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/dqjtjjknqk/index.js +137 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/jdlk/EditForm.js +443 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/jdlk/index.js +147 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/jtcycjqk/cjcy/index.js +519 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/jtcycjqk/cyqk/EditForm.js +463 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/jtcycjqk/cyqk/index.js +140 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/jtcycjqk/index.js +128 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/jtnmldl/index.js +121 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/jtnmldl/ldlqk/EditForm.js +287 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/jtnmldl/ldlqk/index.js +135 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/jtnmldl/ldlrcy/index.js +496 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/qzqk/EditForm.js +283 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/qzqk/index.js +137 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/syqk/index.js +121 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/syqk/sycy/index.js +530 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/syqk/syqk/EditForm.js +287 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/syqk/syqk/index.js +135 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/tfywqk/EditForm.js +412 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/tfywqk/index.js +147 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/zdjbsh/index.js +121 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/zdjbsh/jbshcy/index.js +560 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/zdjbsh/jbshqk/EditForm.js +328 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/zdjbsh/jbshqk/index.js +140 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/zrzhqk/EditForm.js +412 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/kns/zrzhqk/index.js +147 -0
- package/lib/components/NHDynamicFormShow/customModule/wjdj/cfjcsq/PunishmentApplyForm.js +742 -0
- package/lib/components/NHDynamicFormShow/customModule/wjdj/cfjcsq/PunishmentApplyIndex.js +162 -0
- package/lib/components/NHDynamicFormShow/customModule/wjdj/wjsb/EditForm.js +697 -0
- package/lib/components/NHDynamicFormShow/customModule/wjdj/wjsb/index.js +161 -0
- package/lib/components/NHDynamicFormShow/customModule/xfjm/EditForm.js +752 -0
- package/lib/components/NHDynamicFormShow/customModule/xfjm/index.js +155 -0
- package/lib/components/NHDynamicFormShow/customModule/xsxx/dyxx/EditForm.js +651 -0
- package/lib/components/NHDynamicFormShow/customModule/xsxx/dyxx/index.js +171 -0
- package/lib/components/NHDynamicFormShow/customModule/ybgl/xscb/EditForm.js +794 -0
- package/lib/components/NHDynamicFormShow/customModule/ybgl/xscb/index.js +163 -0
- package/lib/components/NHDynamicFormShow/customModule/ybgl/xstb/EditForm.js +252 -0
- package/lib/components/NHDynamicFormShow/customModule/ybgl/xstb/index.js +159 -0
- package/lib/components/NHDynamicFormShow/customModule/ybgl/ybbx/Bxxmxx.js +149 -0
- package/lib/components/NHDynamicFormShow/customModule/ybgl/ybbx/EditForm.js +809 -0
- package/lib/components/NHDynamicFormShow/customModule/ybgl/ybbx/Editable.js +652 -0
- package/lib/components/NHDynamicFormShow/customModule/ybgl/ybbx/index.js +206 -0
- package/lib/components/NHDynamicFormShow/customModule/ybgl/ydjy/EditForm.js +451 -0
- package/lib/components/NHDynamicFormShow/customModule/ybgl/ydjy/index.js +150 -0
- package/lib/components/NHDynamicFormShow/customModule/zxj/EditForm.js +799 -0
- package/lib/components/NHDynamicFormShow/customModule/zxj/index.js +145 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/changeRoom/EditForm.js +452 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/changeRoom/index.js +164 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/qjgl/EditForm.js +957 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/qjgl/NHCascader/index.js +268 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/qjgl/index.js +168 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/rcgl/rcxwgrdj/IndividualRegistForm.js +745 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/rcgl/rcxwgrdj/IndividualRegistIndex.js +222 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/rcgl/rcxwgrdj/infoItemTable/index.js +647 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/rcgl/rcxwgrdj/infoItemTable/tableItem/index.js +82 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/wjsb/EditForm.js +802 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/wjsb/index.js +177 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/wjsb/infoItemTable/index.js +650 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/wjsb/infoItemTable/tableItem/index.js +82 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsdwjdj/cfjcsq/PunishmentApplyForm.js +794 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsdwjdj/cfjcsq/PunishmentApplyIndex.js +165 -0
- package/lib/components/NHDynamicFormShow/extendInfo/index.js +128 -0
- package/lib/components/NHDynamicFormShow/index.js +1015 -0
- package/lib/components/NHDynamicFormShow/oneOnMany/index.js +581 -0
- package/lib/components/NHDynamicFormShow/oneOnMany/sub/infoItemCard/card/index.js +383 -0
- package/lib/components/NHDynamicFormShow/oneOnMany/sub/infoItemCard/index.js +230 -0
- package/lib/components/NHDynamicFormShow/oneOnMany/sub/infoItemTable/index.js +450 -0
- package/lib/components/NHDynamicFormShow/oneOnMany/sub/infoItemTable/tableItem/index.js +82 -0
- package/lib/components/NHDynamicFormShow/oneOnOne/EditForm.js +330 -0
- package/lib/components/NHDynamicFormShow/oneOnOne/index.js +386 -0
- package/lib/components/NHExcel/ExcelForm.js +116 -0
- package/lib/components/NHExcel/index.js +540 -0
- package/lib/components/NHFormItem/FormRules.js +28 -0
- package/lib/components/NHFormItem/index.js +301 -0
- package/lib/components/NHImage/index.js +486 -0
- package/lib/components/NHInputPicker/edit-page.js +573 -0
- package/lib/components/NHInputPicker/index.js +216 -0
- package/lib/components/NHInputPicker/input-const.js +66 -0
- package/lib/components/NHInputPicker/render.js +2340 -0
- package/lib/components/NHInputPicker/setting-checkbox.js +822 -0
- package/lib/components/NHInputPicker/setting-datepicker.js +430 -0
- package/lib/components/NHInputPicker/setting-datetimepicker.js +443 -0
- package/lib/components/NHInputPicker/setting-input.js +522 -0
- package/lib/components/NHInputPicker/setting-inputNumber.js +612 -0
- package/lib/components/NHInputPicker/setting-monthpicker.js +434 -0
- package/lib/components/NHInputPicker/setting-multiSelect.js +510 -0
- package/lib/components/NHInputPicker/setting-nhcascader.js +562 -0
- package/lib/components/NHInputPicker/setting-old-upload.js +428 -0
- package/lib/components/NHInputPicker/setting-radio.js +468 -0
- package/lib/components/NHInputPicker/setting-rangepicker.js +466 -0
- package/lib/components/NHInputPicker/setting-select.js +511 -0
- package/lib/components/NHInputPicker/setting-stu-selector.js +489 -0
- package/lib/components/NHInputPicker/setting-switch.js +274 -0
- package/lib/components/NHInputPicker/setting-tea-selector.js +487 -0
- package/lib/components/NHInputPicker/setting-textarea.js +619 -0
- package/lib/components/NHInputPicker/setting-timepicker.js +437 -0
- package/lib/components/NHInputPicker/setting-upload.js +738 -0
- package/lib/components/NHModal/buildTitle.js +81 -0
- package/lib/components/NHModal/dragM.js +127 -0
- package/lib/components/NHModal/index.js +326 -0
- package/lib/components/NHMultiSelect/index.js +394 -0
- package/lib/components/NHQualificationRoster/index.js +193 -0
- package/lib/components/NHRadioGroup/index.js +352 -0
- package/lib/components/NHSelect/getSelectName.js +20 -0
- package/lib/components/NHSelect/index.js +466 -0
- package/lib/components/NHSelector/ListSort/index.js +410 -0
- package/lib/components/NHSelector/index.js +562 -0
- package/lib/components/NHSelector/resultview/index.js +371 -0
- package/lib/components/NHSelector/selectormodal/index.js +251 -0
- package/lib/components/NHSelector/table/index.js +687 -0
- package/lib/components/NHSelector/tree/index.js +525 -0
- package/lib/components/NHSelector/utils/NHCore.js +143 -0
- package/lib/components/NHSelector/utils/NHFetch.js +274 -0
- package/lib/components/NHSelector/utils/getSize.js +20 -0
- package/lib/components/NHSort/index.js +313 -0
- package/lib/components/NHSteps/index.js +400 -0
- package/lib/components/NHStuSelector/index.js +309 -0
- package/lib/components/NHSubList/index.js +151 -0
- package/lib/components/NHSwitch/index.js +276 -0
- package/lib/components/NHTable/AddFieldsModal.js +368 -0
- package/lib/components/NHTable/action.js +194 -0
- package/lib/components/NHTable/checkButtons.js +257 -0
- package/lib/components/NHTable/expexcel.js +265 -0
- package/lib/components/NHTable/highSearchForm.js +667 -0
- package/lib/components/NHTable/highSelect.js +339 -0
- package/lib/components/NHTable/index.js +1819 -0
- package/lib/components/NHTable/marqueenText.js +150 -0
- package/lib/components/NHTable/text.js +95 -0
- package/lib/components/NHTable/textGroup.js +105 -0
- package/lib/components/NHTeaSelector/index.js +271 -0
- package/lib/components/NHTopTitle/index.js +172 -0
- package/lib/components/NHTree/index.js +737 -0
- package/lib/components/NHUeditor/file/EditForm.js +296 -0
- package/lib/components/NHUeditor/file/index.js +145 -0
- package/lib/components/NHUeditor/img/EditForm.js +308 -0
- package/lib/components/NHUeditor/img/index.js +143 -0
- package/lib/components/NHUeditor/index.js +169 -0
- package/lib/components/NHUeditor/link/EditForm.js +121 -0
- package/lib/components/NHUeditor/link/index.js +153 -0
- package/lib/components/NHUpload/index.js +1070 -0
- package/lib/components/NHUploadBind/edit-page.js +504 -0
- package/lib/components/NHUploadBind/index.js +216 -0
- package/lib/components/NHUploadBind/input-const.js +57 -0
- package/lib/components/NHUploadBind/render.js +905 -0
- package/lib/components/NHUploadBind/setting-upload.js +735 -0
- package/lib/components/NHWaterMask/index.js +138 -0
- package/lib/components/OldNHUpload/index.js +353 -0
- package/lib/components/Permission/index.js +79 -0
- package/lib/index.js +78 -0
- package/lib/layouts/Exception/403/index.js +75 -0
- package/lib/layouts/Exception/403.js +95 -0
- package/lib/layouts/Exception/404.js +95 -0
- package/lib/layouts/Exception/500.js +95 -0
- package/lib/layouts/LeftMenu/index.js +357 -0
- package/lib/layouts/Login/index-pre.js +356 -0
- package/lib/layouts/Login/index.js +595 -0
- package/lib/layouts/Login/login.js +685 -0
- package/lib/layouts/Login/lyPassword.js +227 -0
- package/lib/layouts/NavigationBar/index.js +107 -0
- package/lib/layouts/Top/editPassWord.js +105 -0
- package/lib/layouts/Top/index.js +405 -0
- package/lib/layouts/Top/login.js +58 -0
- package/lib/layouts/Top/rsa.js +666 -0
- package/lib/layouts/TopMenu/index.js +336 -0
- package/lib/layouts/layout/index.js +519 -0
- package/lib/layouts/mixTop/index.js +392 -0
- package/lib/layouts/settingDrawer/blockCheckbox.js +59 -0
- package/lib/layouts/settingDrawer/colorChange.js +239 -0
- package/lib/layouts/settingDrawer/colorPicker.js +124 -0
- package/lib/layouts/settingDrawer/colorSetting.js +73 -0
- package/lib/layouts/settingDrawer/fontChange.js +115 -0
- package/lib/layouts/settingDrawer/index.js +383 -0
- package/lib/routes/AuthorizedRoute.js +276 -0
- package/lib/utils/MD5.js +256 -0
- package/lib/utils/NHCore.js +143 -0
- package/lib/utils/NHFetch.js +448 -0
- package/lib/utils/autoCardReader.js +70 -0
- package/lib/utils/browserJudge.js +33 -0
- package/lib/utils/cardReader.js +55 -0
- package/lib/utils/createUuid.js +20 -0
- package/lib/utils/dynamicLoadCss.js +14 -0
- package/lib/utils/dynamicLoadJs.js +21 -0
- package/lib/utils/equalsObj.js +56 -0
- package/lib/utils/getLoginUser.js +10 -0
- package/lib/utils/getSize.js +18 -0
- package/lib/utils/getStyle.js +26 -0
- package/lib/utils/getSuitHeight.js +49 -0
- package/lib/utils/hasAuth.js +11 -0
- package/lib/utils/readCard.js +139 -0
- package/lib/utils/toProcessApplyPage.js +26 -0
- package/lib/utils/toProcessDesignPage.js +35 -0
- package/lib/utils/toProcessVerifyPage.js +25 -0
- package/lib/utils/toProcessViewPage.js +25 -0
- package/package.json +79 -0
|
@@ -0,0 +1,1130 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
|
|
7
|
+
var _form = require("antd/lib/form");
|
|
8
|
+
|
|
9
|
+
var _form2 = _interopRequireDefault(_form);
|
|
10
|
+
|
|
11
|
+
var _getIterator2 = require("babel-runtime/core-js/get-iterator");
|
|
12
|
+
|
|
13
|
+
var _getIterator3 = _interopRequireDefault(_getIterator2);
|
|
14
|
+
|
|
15
|
+
var _datePicker = require("antd/lib/date-picker");
|
|
16
|
+
|
|
17
|
+
var _datePicker2 = _interopRequireDefault(_datePicker);
|
|
18
|
+
|
|
19
|
+
var _switch = require("antd/lib/switch");
|
|
20
|
+
|
|
21
|
+
var _switch2 = _interopRequireDefault(_switch);
|
|
22
|
+
|
|
23
|
+
var _alert = require("antd/lib/alert");
|
|
24
|
+
|
|
25
|
+
var _alert2 = _interopRequireDefault(_alert);
|
|
26
|
+
|
|
27
|
+
var _button = require("antd/lib/button");
|
|
28
|
+
|
|
29
|
+
var _button2 = _interopRequireDefault(_button);
|
|
30
|
+
|
|
31
|
+
var _notification2 = require("antd/lib/notification");
|
|
32
|
+
|
|
33
|
+
var _notification3 = _interopRequireDefault(_notification2);
|
|
34
|
+
|
|
35
|
+
var _message2 = require("antd/lib/message");
|
|
36
|
+
|
|
37
|
+
var _message3 = _interopRequireDefault(_message2);
|
|
38
|
+
|
|
39
|
+
var _getPrototypeOf = require("babel-runtime/core-js/object/get-prototype-of");
|
|
40
|
+
|
|
41
|
+
var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf);
|
|
42
|
+
|
|
43
|
+
var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
|
|
44
|
+
|
|
45
|
+
var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
|
|
46
|
+
|
|
47
|
+
var _createClass2 = require("babel-runtime/helpers/createClass");
|
|
48
|
+
|
|
49
|
+
var _createClass3 = _interopRequireDefault(_createClass2);
|
|
50
|
+
|
|
51
|
+
var _possibleConstructorReturn2 = require("babel-runtime/helpers/possibleConstructorReturn");
|
|
52
|
+
|
|
53
|
+
var _possibleConstructorReturn3 = _interopRequireDefault(_possibleConstructorReturn2);
|
|
54
|
+
|
|
55
|
+
var _inherits2 = require("babel-runtime/helpers/inherits");
|
|
56
|
+
|
|
57
|
+
var _inherits3 = _interopRequireDefault(_inherits2);
|
|
58
|
+
|
|
59
|
+
var _select = require("antd/lib/select");
|
|
60
|
+
|
|
61
|
+
var _select2 = _interopRequireDefault(_select);
|
|
62
|
+
|
|
63
|
+
var _input = require("antd/lib/input");
|
|
64
|
+
|
|
65
|
+
var _input2 = _interopRequireDefault(_input);
|
|
66
|
+
|
|
67
|
+
require("antd/lib/form/style");
|
|
68
|
+
|
|
69
|
+
require("antd/lib/date-picker/style");
|
|
70
|
+
|
|
71
|
+
require("antd/lib/switch/style");
|
|
72
|
+
|
|
73
|
+
require("antd/lib/alert/style");
|
|
74
|
+
|
|
75
|
+
require("antd/lib/button/style");
|
|
76
|
+
|
|
77
|
+
require("antd/lib/notification/style");
|
|
78
|
+
|
|
79
|
+
require("antd/lib/message/style");
|
|
80
|
+
|
|
81
|
+
require("antd/lib/select/style");
|
|
82
|
+
|
|
83
|
+
require("antd/lib/input/style");
|
|
84
|
+
|
|
85
|
+
var _react = require("react");
|
|
86
|
+
|
|
87
|
+
var _react2 = _interopRequireDefault(_react);
|
|
88
|
+
|
|
89
|
+
var _moment = require("moment");
|
|
90
|
+
|
|
91
|
+
var _moment2 = _interopRequireDefault(_moment);
|
|
92
|
+
|
|
93
|
+
var _index = require("../../../../NHSubList/index.js");
|
|
94
|
+
|
|
95
|
+
var _index2 = _interopRequireDefault(_index);
|
|
96
|
+
|
|
97
|
+
var _index3 = require("../../../../NHFormItem/index");
|
|
98
|
+
|
|
99
|
+
var _index4 = _interopRequireDefault(_index3);
|
|
100
|
+
|
|
101
|
+
var _NHFetch = require("../../../../../utils/NHFetch");
|
|
102
|
+
|
|
103
|
+
var _NHFetch2 = _interopRequireDefault(_NHFetch);
|
|
104
|
+
|
|
105
|
+
var _index5 = require("../../../../NHUpload/index");
|
|
106
|
+
|
|
107
|
+
var _index6 = _interopRequireDefault(_index5);
|
|
108
|
+
|
|
109
|
+
var _index7 = require("../../../../NHModal/index");
|
|
110
|
+
|
|
111
|
+
var _index8 = _interopRequireDefault(_index7);
|
|
112
|
+
|
|
113
|
+
var _KxsjForm = require("./KxsjForm");
|
|
114
|
+
|
|
115
|
+
var _KxsjForm2 = _interopRequireDefault(_KxsjForm);
|
|
116
|
+
|
|
117
|
+
var _getLoginUser = require("../../../../../utils/getLoginUser");
|
|
118
|
+
|
|
119
|
+
var _getLoginUser2 = _interopRequireDefault(_getLoginUser);
|
|
120
|
+
|
|
121
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
122
|
+
|
|
123
|
+
var TextArea = _input2.default.TextArea;
|
|
124
|
+
|
|
125
|
+
var Option = _select2.default.Option;
|
|
126
|
+
|
|
127
|
+
var EditInitForm = function (_React$Component) {
|
|
128
|
+
(0, _inherits3.default)(EditInitForm, _React$Component);
|
|
129
|
+
|
|
130
|
+
function EditInitForm(props) {
|
|
131
|
+
(0, _classCallCheck3.default)(this, EditInitForm);
|
|
132
|
+
|
|
133
|
+
var _this = (0, _possibleConstructorReturn3.default)(this, (EditInitForm.__proto__ || (0, _getPrototypeOf2.default)(EditInitForm)).call(this, props));
|
|
134
|
+
|
|
135
|
+
_this.componentDidMount = function () {
|
|
136
|
+
var gwid = '';
|
|
137
|
+
var arr = window.location.hash.split('?')[1];
|
|
138
|
+
var arr1 = arr && arr.split('&')[1];
|
|
139
|
+
if (arr1 !== undefined || arr1 !== '' || arr1 !== null) {
|
|
140
|
+
var arr2 = arr1 ? arr1.split('=') : '';
|
|
141
|
+
var paramName = arr2[0];
|
|
142
|
+
// 因为从事务中心进到流程申请,地址栏可能会拼接Authorization参数,所以需要进行过滤
|
|
143
|
+
if (paramName !== 'Authorization') {
|
|
144
|
+
gwid = arr2[1];
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
_this.setState({
|
|
148
|
+
gwxxid: gwid
|
|
149
|
+
});
|
|
150
|
+
_this.getData(_this.props.pkid, gwid);
|
|
151
|
+
_this.initQgzxForm();
|
|
152
|
+
};
|
|
153
|
+
|
|
154
|
+
_this.initQgzxForm = function () {
|
|
155
|
+
var _this$props = _this.props,
|
|
156
|
+
objId = _this$props.objId,
|
|
157
|
+
pkid = _this$props.pkid;
|
|
158
|
+
//加载岗位信息数据源
|
|
159
|
+
|
|
160
|
+
var t = new Date().getTime();
|
|
161
|
+
(0, _NHFetch2.default)('api/sm-work-study/openapi/getGwxxDataSource/' + objId, 'GET', t).then(function (res) {
|
|
162
|
+
if (res && res.code === 200) {
|
|
163
|
+
var gwxxDataSource = res.data;
|
|
164
|
+
if (gwxxDataSource != null) {
|
|
165
|
+
var gwxxSelect = gwxxDataSource.map(function (v, i) {
|
|
166
|
+
return _react2.default.createElement(
|
|
167
|
+
Option,
|
|
168
|
+
{ value: v.ID, key: i },
|
|
169
|
+
v.MC
|
|
170
|
+
);
|
|
171
|
+
});
|
|
172
|
+
_this.setState({
|
|
173
|
+
gwxxSelect: gwxxSelect
|
|
174
|
+
});
|
|
175
|
+
}
|
|
176
|
+
} else {
|
|
177
|
+
_message3.default.error("调用接口失败");
|
|
178
|
+
}
|
|
179
|
+
});
|
|
180
|
+
};
|
|
181
|
+
|
|
182
|
+
_this.getData = function (pkid, gwid) {
|
|
183
|
+
//通过PKID去查询是否有申请数据,有说明是审核
|
|
184
|
+
console.log('pkid', pkid);
|
|
185
|
+
console.log('gwid', gwid);
|
|
186
|
+
var t = new Date().getTime();
|
|
187
|
+
(0, _NHFetch2.default)('api/sm-work-study/openapi/getXsrzByPkid/' + pkid, 'GET', t).then(function (res) {
|
|
188
|
+
if (res && res.code === 200) {
|
|
189
|
+
var rzgwxx = res.data;
|
|
190
|
+
var gwsfzm = res.data ? res.data.GWSFZM : ''; //岗位是否已经招满,0未招满,1已招满
|
|
191
|
+
|
|
192
|
+
var kxsj = [];
|
|
193
|
+
var b_gzsj = [];
|
|
194
|
+
// 空闲时间
|
|
195
|
+
if (rzgwxx) {
|
|
196
|
+
kxsj = rzgwxx.KXSJ ? JSON.parse(rzgwxx.KXSJ) : [];
|
|
197
|
+
b_gzsj = rzgwxx.B_GZSJ ? JSON.parse(rzgwxx.B_GZSJ) : [];
|
|
198
|
+
}
|
|
199
|
+
console.log('kxsj', kxsj);
|
|
200
|
+
|
|
201
|
+
if (rzgwxx != null) {
|
|
202
|
+
_this.setState({
|
|
203
|
+
gwxxid: rzgwxx.GWXXID,
|
|
204
|
+
gwmc: rzgwxx.GWMC,
|
|
205
|
+
xcbz: rzgwxx.XCBZ,
|
|
206
|
+
xcbzm: rzgwxx.XCBZM,
|
|
207
|
+
sqly: rzgwxx.SQLY,
|
|
208
|
+
sffcfp: rzgwxx.SFFCFP,
|
|
209
|
+
kxsj: kxsj,
|
|
210
|
+
fjid: res.data.FJID,
|
|
211
|
+
kssjstr: rzgwxx.KSSJSTR,
|
|
212
|
+
gwsfzm: rzgwxx.GWSFZM,
|
|
213
|
+
gwztm: rzgwxx.GWZTM,
|
|
214
|
+
gwsfm: rzgwxx.GWSFM,
|
|
215
|
+
ygbm: rzgwxx.BMMC,
|
|
216
|
+
gwxz: rzgwxx.GWXZ,
|
|
217
|
+
xqrs: rzgwxx.XQSL,
|
|
218
|
+
gznr: rzgwxx.GWGZNR,
|
|
219
|
+
gzyq: rzgwxx.GWGZYQ,
|
|
220
|
+
gzsj: rzgwxx.GZSJMC,
|
|
221
|
+
gwfzr: rzgwxx.GWFZR,
|
|
222
|
+
bgdh: rzgwxx.BGDH,
|
|
223
|
+
xqmc: rzgwxx.XQMC,
|
|
224
|
+
b_gzsj: b_gzsj
|
|
225
|
+
}, function () {
|
|
226
|
+
_this.props.queryGwshr(_this.state.gwxxid); //获取岗位信息负责人
|
|
227
|
+
});
|
|
228
|
+
} else if (gwid !== null && gwid !== undefined && gwid !== '' && res.data == null) {
|
|
229
|
+
_this.changeGwxx(gwid);
|
|
230
|
+
}
|
|
231
|
+
if (gwsfzm === '1') {
|
|
232
|
+
//岗位已招满,不能审核通过
|
|
233
|
+
_this.props.params.setSubmitBtnDisabled && _this.props.params.setSubmitBtnDisabled(true); //默认办理按钮不可用
|
|
234
|
+
var paramsData = {};
|
|
235
|
+
paramsData.docIdList = [_this.props.processApplyId.toString()];
|
|
236
|
+
paramsData.remark = "对不起,当前岗位已经满人了,故不通过!";
|
|
237
|
+
paramsData.userId = (0, _getLoginUser2.default)().userId ? (0, _getLoginUser2.default)().userId : "admin";
|
|
238
|
+
paramsData.userName = (0, _getLoginUser2.default)().userName ? (0, _getLoginUser2.default)().userName : "超级管理员";
|
|
239
|
+
console.log("paramsData =", paramsData);
|
|
240
|
+
var key = "open" + Date.now();
|
|
241
|
+
var btn = _react2.default.createElement(
|
|
242
|
+
_button2.default,
|
|
243
|
+
{ type: "primary", size: "small", onClick: function onClick() {
|
|
244
|
+
(0, _NHFetch2.default)("api/sm-bpm-expansion/openapi/sxgy/bpm/batchStopProcess", 'POST', paramsData).then(function (res) {
|
|
245
|
+
if (res) {
|
|
246
|
+
if (res.data.statusCode != 500) {
|
|
247
|
+
console.log("res.data =", res.data);
|
|
248
|
+
_message3.default.success("已自动审核该流程为不通过!");
|
|
249
|
+
} else {
|
|
250
|
+
_message3.default.error(res.data.message);
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}).then(function () {
|
|
254
|
+
_notification3.default.close(key);
|
|
255
|
+
});
|
|
256
|
+
} },
|
|
257
|
+
"\u786E\u5B9A"
|
|
258
|
+
);
|
|
259
|
+
_notification3.default.open({
|
|
260
|
+
duration: 10,
|
|
261
|
+
message: '提示信息',
|
|
262
|
+
description: _react2.default.createElement(
|
|
263
|
+
"div",
|
|
264
|
+
null,
|
|
265
|
+
"\u60A8\u7531\u4E8E\u4E0D\u6EE1\u8DB3\u4EE5\u4E0B\u6761\u4EF6\uFF0C\u6240\u4EE5\u4E0D\u80FD\u6267\u884C\u5BA1\u6838\u901A\u8FC7\u64CD\u4F5C\uFF1A",
|
|
266
|
+
_react2.default.createElement("br", null),
|
|
267
|
+
_react2.default.createElement(_alert2.default, { message: "当前岗位申请通过人数已达到招聘需求,不能继续审核通过!", type: "info" })
|
|
268
|
+
),
|
|
269
|
+
key: key,
|
|
270
|
+
btn: btn
|
|
271
|
+
});
|
|
272
|
+
}
|
|
273
|
+
} else {
|
|
274
|
+
_message3.default.error("调用接口失败");
|
|
275
|
+
}
|
|
276
|
+
});
|
|
277
|
+
};
|
|
278
|
+
|
|
279
|
+
_this.hasQualification = function (param) {
|
|
280
|
+
|
|
281
|
+
_this.props.params.setSubmitBtnDisabled && _this.props.params.setSubmitBtnDisabled(true); //默认办理按钮不可用
|
|
282
|
+
|
|
283
|
+
var key = "open" + Date.now();
|
|
284
|
+
var btn = _react2.default.createElement(
|
|
285
|
+
_button2.default,
|
|
286
|
+
{ type: "primary", size: "small", onClick: function onClick() {
|
|
287
|
+
return _notification3.default.close(key);
|
|
288
|
+
} },
|
|
289
|
+
"\u786E\u5B9A"
|
|
290
|
+
);
|
|
291
|
+
|
|
292
|
+
//调用资格鉴定接口
|
|
293
|
+
var zgid = param.zgid;
|
|
294
|
+
|
|
295
|
+
(0, _NHFetch2.default)("api/sm-qualification/openapi/qualifications/checkOne?zgid=" + zgid + "&id=" + param.xsid + "&t=" + new Date().getTime(), "GET").then(function (res) {
|
|
296
|
+
if (res && res.code === 200) {
|
|
297
|
+
if (res.data.zt === '0' || res.data.zt === 0) {
|
|
298
|
+
var bfhtjs = res.data.bfhtj.split(";");
|
|
299
|
+
var bfhtj = bfhtjs.map(function (item, index) {
|
|
300
|
+
return _react2.default.createElement(
|
|
301
|
+
"span",
|
|
302
|
+
{ key: index + 1 },
|
|
303
|
+
index + 1,
|
|
304
|
+
"\u3001",
|
|
305
|
+
item,
|
|
306
|
+
_react2.default.createElement("br", null)
|
|
307
|
+
);
|
|
308
|
+
});
|
|
309
|
+
_notification3.default.open({
|
|
310
|
+
duration: 10,
|
|
311
|
+
message: '提示信息',
|
|
312
|
+
description: _react2.default.createElement(
|
|
313
|
+
"div",
|
|
314
|
+
null,
|
|
315
|
+
"\u60A8\u7531\u4E8E\u4E0D\u6EE1\u8DB3\u4EE5\u4E0B\u6761\u4EF6\uFF0C\u6240\u4EE5\u4E0D\u80FD\u6267\u884C\u7533\u8BF7\u64CD\u4F5C\uFF1A",
|
|
316
|
+
_react2.default.createElement("br", null),
|
|
317
|
+
_react2.default.createElement(_alert2.default, { message: bfhtj, type: "info" })
|
|
318
|
+
),
|
|
319
|
+
key: key,
|
|
320
|
+
btn: btn
|
|
321
|
+
});
|
|
322
|
+
} else {
|
|
323
|
+
_this.props.params.setSubmitBtnDisabled && _this.props.params.setSubmitBtnDisabled(false); //CheackOne通过后开启办理按钮
|
|
324
|
+
}
|
|
325
|
+
} else {
|
|
326
|
+
_message3.default.error("调用接口失败");
|
|
327
|
+
}
|
|
328
|
+
});
|
|
329
|
+
};
|
|
330
|
+
|
|
331
|
+
_this.changeGwxx = function (v) {
|
|
332
|
+
var _this$props2 = _this.props,
|
|
333
|
+
objId = _this$props2.objId,
|
|
334
|
+
params = _this$props2.params;
|
|
335
|
+
|
|
336
|
+
var t = new Date().getTime();
|
|
337
|
+
(0, _NHFetch2.default)('api/sm-work-study/openapi/getXcbzByGwxxid/' + v, 'GET', t).then(function (res) {
|
|
338
|
+
if (res && res.code === 200) {
|
|
339
|
+
var xcbzmap = res.data;
|
|
340
|
+
// 空闲时间
|
|
341
|
+
var b_gzsj = [];
|
|
342
|
+
if (xcbzmap) {
|
|
343
|
+
b_gzsj = xcbzmap.B_GZSJ ? JSON.parse(xcbzmap.B_GZSJ) : [];
|
|
344
|
+
}
|
|
345
|
+
if (xcbzmap != null) {
|
|
346
|
+
_this.setState({
|
|
347
|
+
xcbzm: xcbzmap.XCBZM,
|
|
348
|
+
xcbz: xcbzmap.XCBZ,
|
|
349
|
+
ygbm: xcbzmap.BMMC,
|
|
350
|
+
gwmc: xcbzmap.GWMC,
|
|
351
|
+
gwxz: xcbzmap.GWXZ,
|
|
352
|
+
xqrs: xcbzmap.XQSL,
|
|
353
|
+
gznr: xcbzmap.GWGZNR,
|
|
354
|
+
gzyq: xcbzmap.GWGZYQ,
|
|
355
|
+
gzsj: xcbzmap.GZSJMC,
|
|
356
|
+
gwfzr: xcbzmap.GWFZR,
|
|
357
|
+
bgdh: xcbzmap.BGDH,
|
|
358
|
+
xqmc: xcbzmap.XQMC,
|
|
359
|
+
b_gzsj: b_gzsj
|
|
360
|
+
}, function () {
|
|
361
|
+
//验证是否有资格申请
|
|
362
|
+
var param = {
|
|
363
|
+
xsid: objId,
|
|
364
|
+
gzfbid: params.pcid,
|
|
365
|
+
mxid: v,
|
|
366
|
+
zgid: xcbzmap.ZGID
|
|
367
|
+
};
|
|
368
|
+
_this.hasQualification(param);
|
|
369
|
+
_this.props.queryGwshr(v); //获取岗位信息负责人
|
|
370
|
+
});
|
|
371
|
+
}
|
|
372
|
+
} else {
|
|
373
|
+
_message3.default.error("调用接口失败");
|
|
374
|
+
}
|
|
375
|
+
});
|
|
376
|
+
};
|
|
377
|
+
|
|
378
|
+
_this.handleKxsj = function () {
|
|
379
|
+
_this.nhKxsjModal.show();
|
|
380
|
+
};
|
|
381
|
+
|
|
382
|
+
_this.handleCloseFrame = function () {
|
|
383
|
+
_this.nhKxsjModal.close();
|
|
384
|
+
};
|
|
385
|
+
|
|
386
|
+
_this.handleSaveAdd = function () {
|
|
387
|
+
_this.nhKxsjForm.synKxsj();
|
|
388
|
+
_this.nhKxsjModal.close();
|
|
389
|
+
};
|
|
390
|
+
|
|
391
|
+
_this.getKxsj = function () {
|
|
392
|
+
var kxsj = _this.state.kxsj;
|
|
393
|
+
|
|
394
|
+
var editable = _this.props.fieldMap.KXSJ.sfbj === "1";
|
|
395
|
+
|
|
396
|
+
if (!editable && _this.props.saveKxsj && kxsj.length > 0) {
|
|
397
|
+
_this.props.saveKxsj(kxsj);
|
|
398
|
+
}
|
|
399
|
+
};
|
|
400
|
+
|
|
401
|
+
_this.getDataList = function (fieldMap) {
|
|
402
|
+
var _this$state = _this.state,
|
|
403
|
+
gwxxSelect = _this$state.gwxxSelect,
|
|
404
|
+
gwxxid = _this$state.gwxxid,
|
|
405
|
+
gwmc = _this$state.gwmc,
|
|
406
|
+
gwztm = _this$state.gwztm,
|
|
407
|
+
gwsfm = _this$state.gwsfm,
|
|
408
|
+
gwsfzm = _this$state.gwsfzm,
|
|
409
|
+
xcbz = _this$state.xcbz,
|
|
410
|
+
xcbzm = _this$state.xcbzm,
|
|
411
|
+
sqly = _this$state.sqly,
|
|
412
|
+
kssjstr = _this$state.kssjstr,
|
|
413
|
+
fjid = _this$state.fjid,
|
|
414
|
+
kxsj = _this$state.kxsj,
|
|
415
|
+
sffcfp = _this$state.sffcfp;
|
|
416
|
+
var _this$state2 = _this.state,
|
|
417
|
+
ygbm = _this$state2.ygbm,
|
|
418
|
+
gwxz = _this$state2.gwxz,
|
|
419
|
+
xqrs = _this$state2.xqrs,
|
|
420
|
+
gznr = _this$state2.gznr,
|
|
421
|
+
gzyq = _this$state2.gzyq,
|
|
422
|
+
gzsj = _this$state2.gzsj,
|
|
423
|
+
gwfzr = _this$state2.gwfzr,
|
|
424
|
+
bgdh = _this$state2.bgdh,
|
|
425
|
+
xqmc = _this$state2.xqmc,
|
|
426
|
+
b_gzsj = _this$state2.b_gzsj;
|
|
427
|
+
|
|
428
|
+
var kssj = kssjstr ? (0, _moment2.default)(kssjstr, "YYYY-MM-DD") : (0, _moment2.default)(new Date(), 'YYYY-MM-DD');
|
|
429
|
+
var kxsjstrArr = [];
|
|
430
|
+
var gzsjArr = [];
|
|
431
|
+
var _iteratorNormalCompletion = true;
|
|
432
|
+
var _didIteratorError = false;
|
|
433
|
+
var _iteratorError = undefined;
|
|
434
|
+
|
|
435
|
+
try {
|
|
436
|
+
for (var _iterator = (0, _getIterator3.default)(kxsj), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {
|
|
437
|
+
var item = _step.value;
|
|
438
|
+
|
|
439
|
+
var week = item.week;
|
|
440
|
+
var section = item.section;
|
|
441
|
+
var chnNumChar = ["第一节", "第二节", "第三节", "第四节", "第五节", "第六节", "第七节", "第八节"];
|
|
442
|
+
var temp = [];
|
|
443
|
+
for (var i = 0; i < section.length; i++) {
|
|
444
|
+
temp.push(chnNumChar[section[i] - 1]);
|
|
445
|
+
}
|
|
446
|
+
switch (week) {
|
|
447
|
+
case "Monday":
|
|
448
|
+
kxsjstrArr[0] = "星期一:" + temp.join("、");
|
|
449
|
+
break;
|
|
450
|
+
case "Tuesday":
|
|
451
|
+
kxsjstrArr[1] = "星期二:" + temp.join("、");
|
|
452
|
+
break;
|
|
453
|
+
case "Wednesday":
|
|
454
|
+
kxsjstrArr[2] = "星期三:" + temp.join("、");
|
|
455
|
+
break;
|
|
456
|
+
case "Thursday":
|
|
457
|
+
kxsjstrArr[3] = "星期四:" + temp.join("、");
|
|
458
|
+
break;
|
|
459
|
+
case "Friday":
|
|
460
|
+
kxsjstrArr[4] = "星期五:" + temp.join("、");
|
|
461
|
+
break;
|
|
462
|
+
case "Saturday":
|
|
463
|
+
kxsjstrArr[5] = "星期六:" + temp.join("、");
|
|
464
|
+
break;
|
|
465
|
+
case "Sunday":
|
|
466
|
+
kxsjstrArr[6] = "星期天:" + temp.join("、");
|
|
467
|
+
break;
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
} catch (err) {
|
|
471
|
+
_didIteratorError = true;
|
|
472
|
+
_iteratorError = err;
|
|
473
|
+
} finally {
|
|
474
|
+
try {
|
|
475
|
+
if (!_iteratorNormalCompletion && _iterator.return) {
|
|
476
|
+
_iterator.return();
|
|
477
|
+
}
|
|
478
|
+
} finally {
|
|
479
|
+
if (_didIteratorError) {
|
|
480
|
+
throw _iteratorError;
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
var kxsjstr = kxsjstrArr.filter(function (item) {
|
|
486
|
+
return item !== undefined;
|
|
487
|
+
}).join('\n');
|
|
488
|
+
var kxsjdiv = kxsjstrArr.length > 0 ? _react2.default.createElement(
|
|
489
|
+
"div",
|
|
490
|
+
{ style: { marginBottom: '10px' } },
|
|
491
|
+
kxsjstrArr.filter(function (item) {
|
|
492
|
+
return item !== undefined;
|
|
493
|
+
}).map(function (item1, key) {
|
|
494
|
+
return _react2.default.createElement(
|
|
495
|
+
"div",
|
|
496
|
+
{ style: { height: '30px' } },
|
|
497
|
+
item1
|
|
498
|
+
);
|
|
499
|
+
})
|
|
500
|
+
) : null;
|
|
501
|
+
var _iteratorNormalCompletion2 = true;
|
|
502
|
+
var _didIteratorError2 = false;
|
|
503
|
+
var _iteratorError2 = undefined;
|
|
504
|
+
|
|
505
|
+
try {
|
|
506
|
+
for (var _iterator2 = (0, _getIterator3.default)(b_gzsj), _step2; !(_iteratorNormalCompletion2 = (_step2 = _iterator2.next()).done); _iteratorNormalCompletion2 = true) {
|
|
507
|
+
var _item = _step2.value;
|
|
508
|
+
|
|
509
|
+
var _week = _item.week;
|
|
510
|
+
var _section = _item.section;
|
|
511
|
+
var _chnNumChar = ["第一节", "第二节", "第三节", "第四节", "第五节", "第六节", "第七节", "第八节"];
|
|
512
|
+
var _temp = [];
|
|
513
|
+
if (_section) {
|
|
514
|
+
for (var _i = 0; _i < _section.length; _i++) {
|
|
515
|
+
_temp.push(_chnNumChar[_section[_i] - 1]);
|
|
516
|
+
}
|
|
517
|
+
switch (_week) {
|
|
518
|
+
case "Monday":
|
|
519
|
+
gzsjArr[0] = "星期一:" + _temp.join("、");
|
|
520
|
+
break;
|
|
521
|
+
case "Tuesday":
|
|
522
|
+
gzsjArr[1] = "星期二:" + _temp.join("、");
|
|
523
|
+
break;
|
|
524
|
+
case "Wednesday":
|
|
525
|
+
gzsjArr[2] = "星期三:" + _temp.join("、");
|
|
526
|
+
break;
|
|
527
|
+
case "Thursday":
|
|
528
|
+
gzsjArr[3] = "星期四:" + _temp.join("、");
|
|
529
|
+
break;
|
|
530
|
+
case "Friday":
|
|
531
|
+
gzsjArr[4] = "星期五:" + _temp.join("、");
|
|
532
|
+
break;
|
|
533
|
+
case "Saturday":
|
|
534
|
+
gzsjArr[5] = "星期六:" + _temp.join("、");
|
|
535
|
+
break;
|
|
536
|
+
case "Sunday":
|
|
537
|
+
gzsjArr[6] = "星期天:" + _temp.join("、");
|
|
538
|
+
break;
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
} catch (err) {
|
|
543
|
+
_didIteratorError2 = true;
|
|
544
|
+
_iteratorError2 = err;
|
|
545
|
+
} finally {
|
|
546
|
+
try {
|
|
547
|
+
if (!_iteratorNormalCompletion2 && _iterator2.return) {
|
|
548
|
+
_iterator2.return();
|
|
549
|
+
}
|
|
550
|
+
} finally {
|
|
551
|
+
if (_didIteratorError2) {
|
|
552
|
+
throw _iteratorError2;
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
var gzsjstr = gzsjArr.filter(function (item) {
|
|
558
|
+
return item !== undefined;
|
|
559
|
+
}).join('\n');
|
|
560
|
+
var gzsjdiv = gzsjArr.length > 0 ? _react2.default.createElement(
|
|
561
|
+
"div",
|
|
562
|
+
{ style: { marginBottom: '10px' } },
|
|
563
|
+
gzsjArr.filter(function (item) {
|
|
564
|
+
return item !== undefined;
|
|
565
|
+
}).map(function (item1, key) {
|
|
566
|
+
return _react2.default.createElement(
|
|
567
|
+
"div",
|
|
568
|
+
{ style: { height: '30px' } },
|
|
569
|
+
item1
|
|
570
|
+
);
|
|
571
|
+
})
|
|
572
|
+
) : null;
|
|
573
|
+
var formItemLayout = { wrapperCol: { span: 24 } };
|
|
574
|
+
var dataList = [];
|
|
575
|
+
if (fieldMap.GWMC && fieldMap.GWMC.sfxs === '1') {
|
|
576
|
+
//岗位名称
|
|
577
|
+
var required = fieldMap.GWMC.sfbt === "1";
|
|
578
|
+
var editable = fieldMap.GWMC.sfbj === "1";
|
|
579
|
+
|
|
580
|
+
dataList.push({
|
|
581
|
+
id: 'gwmc',
|
|
582
|
+
title: '岗位名称',
|
|
583
|
+
required: required,
|
|
584
|
+
text: gwmc,
|
|
585
|
+
render: function render() {
|
|
586
|
+
return _react2.default.createElement(
|
|
587
|
+
_index4.default,
|
|
588
|
+
{
|
|
589
|
+
id: "gwxxid",
|
|
590
|
+
label: "\u5C97\u4F4D\u540D\u79F0",
|
|
591
|
+
hideLabel: true,
|
|
592
|
+
readOnly: !editable,
|
|
593
|
+
initialValue: gwztm === '1' && gwsfm === '1' && gwsfzm === '0' ? gwxxid : gwxxid,
|
|
594
|
+
required: true,
|
|
595
|
+
form: _this.props.form,
|
|
596
|
+
formItemLayout: formItemLayout
|
|
597
|
+
},
|
|
598
|
+
editable ? _react2.default.createElement(
|
|
599
|
+
_select2.default,
|
|
600
|
+
{ onChange: _this.changeGwxx, placeholder: "请选择岗位信息...",
|
|
601
|
+
style: { width: '100%' } },
|
|
602
|
+
gwxxSelect
|
|
603
|
+
) : gwmc
|
|
604
|
+
);
|
|
605
|
+
},
|
|
606
|
+
span: 1
|
|
607
|
+
});
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
if (fieldMap.BMMC && fieldMap.BMMC.sfxs === '1') {
|
|
611
|
+
dataList.push({
|
|
612
|
+
id: 'ygbm',
|
|
613
|
+
title: '用工部门',
|
|
614
|
+
text: ygbm,
|
|
615
|
+
render: function render() {
|
|
616
|
+
return _react2.default.createElement(
|
|
617
|
+
_index4.default,
|
|
618
|
+
{
|
|
619
|
+
id: "ygbm",
|
|
620
|
+
label: "\u7528\u5DE5\u90E8\u95E8",
|
|
621
|
+
hideLabel: true,
|
|
622
|
+
readOnly: true,
|
|
623
|
+
initialValue: ygbm ? ygbm : '',
|
|
624
|
+
form: _this.props.form,
|
|
625
|
+
formItemLayout: formItemLayout
|
|
626
|
+
},
|
|
627
|
+
ygbm ? ygbm : ''
|
|
628
|
+
);
|
|
629
|
+
},
|
|
630
|
+
span: 1
|
|
631
|
+
});
|
|
632
|
+
}
|
|
633
|
+
if (fieldMap.GWXZ && fieldMap.GWXZ.sfxs === '1') {
|
|
634
|
+
dataList.push({
|
|
635
|
+
id: 'gwxz',
|
|
636
|
+
title: '岗位性质',
|
|
637
|
+
text: gwxz,
|
|
638
|
+
render: function render() {
|
|
639
|
+
return _react2.default.createElement(
|
|
640
|
+
_index4.default,
|
|
641
|
+
{
|
|
642
|
+
id: "gwxz",
|
|
643
|
+
label: "\u5C97\u4F4D\u6027\u8D28",
|
|
644
|
+
hideLabel: true,
|
|
645
|
+
readOnly: true,
|
|
646
|
+
initialValue: gwxz ? gwxz : '',
|
|
647
|
+
form: _this.props.form,
|
|
648
|
+
formItemLayout: formItemLayout
|
|
649
|
+
},
|
|
650
|
+
gwxz ? gwxz : ''
|
|
651
|
+
);
|
|
652
|
+
},
|
|
653
|
+
span: 1
|
|
654
|
+
});
|
|
655
|
+
}
|
|
656
|
+
if (fieldMap.XQSL && fieldMap.XQSL.sfxs === '1') {
|
|
657
|
+
dataList.push({
|
|
658
|
+
id: 'xqrs',
|
|
659
|
+
title: '需求人数',
|
|
660
|
+
text: xqrs,
|
|
661
|
+
render: function render() {
|
|
662
|
+
return _react2.default.createElement(
|
|
663
|
+
_index4.default,
|
|
664
|
+
{
|
|
665
|
+
id: "xqrs",
|
|
666
|
+
label: "\u9700\u6C42\u4EBA\u6570",
|
|
667
|
+
hideLabel: true,
|
|
668
|
+
readOnly: true,
|
|
669
|
+
initialValue: xqrs ? xqrs : '',
|
|
670
|
+
form: _this.props.form,
|
|
671
|
+
formItemLayout: formItemLayout
|
|
672
|
+
},
|
|
673
|
+
xqrs ? xqrs : ''
|
|
674
|
+
);
|
|
675
|
+
},
|
|
676
|
+
span: 1
|
|
677
|
+
});
|
|
678
|
+
}
|
|
679
|
+
if (fieldMap.GZSJMC && fieldMap.GZSJMC.sfxs === '1') {
|
|
680
|
+
dataList.push({
|
|
681
|
+
id: 'gzsj',
|
|
682
|
+
title: '工作时间',
|
|
683
|
+
text: gzsj,
|
|
684
|
+
render: function render() {
|
|
685
|
+
return _react2.default.createElement(
|
|
686
|
+
_index4.default,
|
|
687
|
+
{
|
|
688
|
+
id: "gzsj",
|
|
689
|
+
label: "\u5DE5\u4F5C\u65F6\u95F4",
|
|
690
|
+
hideLabel: true,
|
|
691
|
+
readOnly: true,
|
|
692
|
+
initialValue: gzsj ? gzsj : '',
|
|
693
|
+
form: _this.props.form,
|
|
694
|
+
formItemLayout: formItemLayout
|
|
695
|
+
},
|
|
696
|
+
gzsj ? gzsj : ''
|
|
697
|
+
);
|
|
698
|
+
},
|
|
699
|
+
span: 1
|
|
700
|
+
});
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
if (fieldMap.XCBZ && fieldMap.XCBZ.sfxs === '1') {
|
|
704
|
+
//薪酬标准
|
|
705
|
+
dataList.push({
|
|
706
|
+
id: 'xcbz',
|
|
707
|
+
title: '薪酬标准',
|
|
708
|
+
text: xcbz,
|
|
709
|
+
render: function render() {
|
|
710
|
+
return _react2.default.createElement(
|
|
711
|
+
_index4.default,
|
|
712
|
+
{
|
|
713
|
+
id: "xcbzm",
|
|
714
|
+
label: "\u85AA\u916C\u6807\u51C6",
|
|
715
|
+
hideLabel: true,
|
|
716
|
+
readOnly: true,
|
|
717
|
+
initialValue: xcbzm,
|
|
718
|
+
form: _this.props.form,
|
|
719
|
+
formItemLayout: formItemLayout
|
|
720
|
+
},
|
|
721
|
+
xcbz
|
|
722
|
+
);
|
|
723
|
+
},
|
|
724
|
+
span: 1
|
|
725
|
+
});
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
if (fieldMap.GWFZR && fieldMap.GWFZR.sfxs === '1') {
|
|
729
|
+
dataList.push({
|
|
730
|
+
id: 'gwfzr',
|
|
731
|
+
title: '岗位负责人',
|
|
732
|
+
text: gwfzr,
|
|
733
|
+
render: function render() {
|
|
734
|
+
return _react2.default.createElement(
|
|
735
|
+
_index4.default,
|
|
736
|
+
{
|
|
737
|
+
id: "gwfzr",
|
|
738
|
+
label: "\u5C97\u4F4D\u8D1F\u8D23\u4EBA",
|
|
739
|
+
hideLabel: true,
|
|
740
|
+
readOnly: true,
|
|
741
|
+
initialValue: gwfzr ? gwfzr : '',
|
|
742
|
+
form: _this.props.form,
|
|
743
|
+
formItemLayout: formItemLayout
|
|
744
|
+
},
|
|
745
|
+
gwfzr ? gwfzr : ''
|
|
746
|
+
);
|
|
747
|
+
},
|
|
748
|
+
span: 2
|
|
749
|
+
});
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
//办公电话
|
|
753
|
+
if (fieldMap.BGDH && fieldMap.BGDH.sfxs === '1') {
|
|
754
|
+
dataList.push({
|
|
755
|
+
id: 'bgdh',
|
|
756
|
+
title: '办公电话',
|
|
757
|
+
text: bgdh,
|
|
758
|
+
render: function render() {
|
|
759
|
+
return _react2.default.createElement(
|
|
760
|
+
_index4.default,
|
|
761
|
+
{
|
|
762
|
+
id: "bgdh",
|
|
763
|
+
label: "\u529E\u516C\u7535\u8BDD",
|
|
764
|
+
hideLabel: true,
|
|
765
|
+
readOnly: true,
|
|
766
|
+
initialValue: bgdh ? bgdh : '',
|
|
767
|
+
form: _this.props.form,
|
|
768
|
+
formItemLayout: formItemLayout
|
|
769
|
+
},
|
|
770
|
+
bgdh ? bgdh : ''
|
|
771
|
+
);
|
|
772
|
+
},
|
|
773
|
+
span: 1
|
|
774
|
+
});
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
//任职学期
|
|
778
|
+
if (fieldMap.RZXQ && fieldMap.RZXQ.sfxs === '1') {
|
|
779
|
+
dataList.push({
|
|
780
|
+
id: 'xqmc',
|
|
781
|
+
title: '任职学期',
|
|
782
|
+
text: xqmc,
|
|
783
|
+
render: function render() {
|
|
784
|
+
return _react2.default.createElement(
|
|
785
|
+
_index4.default,
|
|
786
|
+
{
|
|
787
|
+
id: "xqmc",
|
|
788
|
+
label: "\u4EFB\u804C\u5B66\u671F",
|
|
789
|
+
hideLabel: true,
|
|
790
|
+
readOnly: true,
|
|
791
|
+
initialValue: xqmc ? xqmc : '',
|
|
792
|
+
form: _this.props.form,
|
|
793
|
+
formItemLayout: formItemLayout
|
|
794
|
+
},
|
|
795
|
+
xqmc ? xqmc : ''
|
|
796
|
+
);
|
|
797
|
+
},
|
|
798
|
+
span: 1
|
|
799
|
+
});
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
if (fieldMap.B_GZSJ && fieldMap.B_GZSJ.sfxs === '1') {
|
|
803
|
+
dataList.push({
|
|
804
|
+
id: 'b_gzsj',
|
|
805
|
+
title: '工作时间',
|
|
806
|
+
text: gzsjdiv,
|
|
807
|
+
render: function render() {
|
|
808
|
+
return _react2.default.createElement(
|
|
809
|
+
_index4.default,
|
|
810
|
+
{
|
|
811
|
+
id: "b_gzsj",
|
|
812
|
+
label: "\u5DE5\u4F5C\u65F6\u95F4",
|
|
813
|
+
hideLabel: true,
|
|
814
|
+
readOnly: true,
|
|
815
|
+
initialValue: gzsjstr ? gzsjstr : '',
|
|
816
|
+
form: _this.props.form,
|
|
817
|
+
formItemLayout: formItemLayout
|
|
818
|
+
},
|
|
819
|
+
gzsjdiv ? gzsjdiv : ''
|
|
820
|
+
);
|
|
821
|
+
},
|
|
822
|
+
span: 3
|
|
823
|
+
});
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
if (fieldMap.GWGZNR && fieldMap.GWGZNR.sfxs === '1') {
|
|
827
|
+
dataList.push({
|
|
828
|
+
id: 'gznr',
|
|
829
|
+
title: '工作内容',
|
|
830
|
+
text: gznr,
|
|
831
|
+
render: function render() {
|
|
832
|
+
return _react2.default.createElement(
|
|
833
|
+
_index4.default,
|
|
834
|
+
{
|
|
835
|
+
id: "gznr",
|
|
836
|
+
label: "\u5DE5\u4F5C\u5185\u5BB9",
|
|
837
|
+
hideLabel: true,
|
|
838
|
+
readOnly: true,
|
|
839
|
+
initialValue: gznr ? gznr : '',
|
|
840
|
+
form: _this.props.form,
|
|
841
|
+
formItemLayout: formItemLayout
|
|
842
|
+
},
|
|
843
|
+
gznr ? gznr : ''
|
|
844
|
+
);
|
|
845
|
+
},
|
|
846
|
+
span: 3
|
|
847
|
+
});
|
|
848
|
+
}
|
|
849
|
+
if (fieldMap.GWGZYQ && fieldMap.GWGZYQ.sfxs === '1') {
|
|
850
|
+
dataList.push({
|
|
851
|
+
id: 'gzyq',
|
|
852
|
+
title: '工作要求',
|
|
853
|
+
text: gzyq,
|
|
854
|
+
render: function render() {
|
|
855
|
+
return _react2.default.createElement(
|
|
856
|
+
_index4.default,
|
|
857
|
+
{
|
|
858
|
+
id: "gzyq",
|
|
859
|
+
label: "\u5DE5\u4F5C\u8981\u6C42",
|
|
860
|
+
hideLabel: true,
|
|
861
|
+
readOnly: true,
|
|
862
|
+
initialValue: gzyq ? gzyq : '暂无要求',
|
|
863
|
+
form: _this.props.form,
|
|
864
|
+
formItemLayout: formItemLayout
|
|
865
|
+
},
|
|
866
|
+
gzyq ? gzyq : '暂无要求'
|
|
867
|
+
);
|
|
868
|
+
},
|
|
869
|
+
span: 3
|
|
870
|
+
});
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
if (fieldMap.SFFCFP && fieldMap.SFFCFP.sfxs === '1') {
|
|
874
|
+
//是否服从分配
|
|
875
|
+
var _required = fieldMap.SFFCFP.sfbt === "1";
|
|
876
|
+
var _editable = fieldMap.SFFCFP.sfbj === "1";
|
|
877
|
+
|
|
878
|
+
dataList.push({
|
|
879
|
+
title: '是否服从分配',
|
|
880
|
+
text: sffcfp === '1' ? "是" : "否",
|
|
881
|
+
required: _required,
|
|
882
|
+
render: function render() {
|
|
883
|
+
return _react2.default.createElement(
|
|
884
|
+
_index4.default,
|
|
885
|
+
{
|
|
886
|
+
id: "sffcfp",
|
|
887
|
+
label: "\u662F\u5426\u670D\u4ECE\u5206\u914D",
|
|
888
|
+
hideLabel: true,
|
|
889
|
+
readOnly: !_editable,
|
|
890
|
+
initialValue: sffcfp === '1',
|
|
891
|
+
valuePropName: "false",
|
|
892
|
+
required: _required,
|
|
893
|
+
form: _this.props.form,
|
|
894
|
+
formItemLayout: formItemLayout
|
|
895
|
+
},
|
|
896
|
+
_editable ? _react2.default.createElement(_switch2.default, { checkedChildren: "\u662F", unCheckedChildren: "\u5426" }) : sffcfp === '1' ? "是" : "否"
|
|
897
|
+
);
|
|
898
|
+
},
|
|
899
|
+
span: 1
|
|
900
|
+
});
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
if (fieldMap.SQLY && fieldMap.SQLY.sfxs === '1') {
|
|
904
|
+
//申请理由
|
|
905
|
+
var _required2 = fieldMap.SQLY.sfbt === "1";
|
|
906
|
+
var _editable2 = fieldMap.SQLY.sfbj === "1";
|
|
907
|
+
dataList.push({
|
|
908
|
+
id: 'sqly',
|
|
909
|
+
title: '申请理由',
|
|
910
|
+
text: sqly,
|
|
911
|
+
required: _required2,
|
|
912
|
+
render: function render() {
|
|
913
|
+
return _react2.default.createElement(
|
|
914
|
+
_index4.default,
|
|
915
|
+
{
|
|
916
|
+
id: "sqly",
|
|
917
|
+
label: "\u7533\u8BF7\u7406\u7531",
|
|
918
|
+
hideLabel: true,
|
|
919
|
+
readOnly: !_editable2,
|
|
920
|
+
initialValue: sqly,
|
|
921
|
+
required: _required2,
|
|
922
|
+
form: _this.props.form,
|
|
923
|
+
formItemLayout: formItemLayout
|
|
924
|
+
},
|
|
925
|
+
_editable2 ? _react2.default.createElement(TextArea, { rows: 4 }) : sqly
|
|
926
|
+
);
|
|
927
|
+
},
|
|
928
|
+
span: 3
|
|
929
|
+
});
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
if (fieldMap.KXSJ && fieldMap.KXSJ.sfxs === '1') {
|
|
933
|
+
//空闲时间
|
|
934
|
+
var _required3 = fieldMap.KXSJ.sfbt === "1";
|
|
935
|
+
var _editable3 = fieldMap.KXSJ.sfbj === "1";
|
|
936
|
+
|
|
937
|
+
dataList.push({
|
|
938
|
+
id: 'kxsj',
|
|
939
|
+
title: '空闲时间',
|
|
940
|
+
text: kxsjdiv,
|
|
941
|
+
required: _required3,
|
|
942
|
+
render: function render() {
|
|
943
|
+
return _react2.default.createElement(
|
|
944
|
+
_index4.default,
|
|
945
|
+
{
|
|
946
|
+
id: "kxsj",
|
|
947
|
+
label: "\u7A7A\u95F2\u65F6\u95F4",
|
|
948
|
+
hideLabel: true,
|
|
949
|
+
readOnly: !_editable3,
|
|
950
|
+
initialValue: kxsjstr,
|
|
951
|
+
required: _required3,
|
|
952
|
+
form: _this.props.form,
|
|
953
|
+
formItemLayout: formItemLayout
|
|
954
|
+
},
|
|
955
|
+
_editable3 ? _react2.default.createElement(TextArea, { style: { height: 118 }, onClick: _this.handleKxsj, rows: 4 }) : kxsjdiv
|
|
956
|
+
);
|
|
957
|
+
},
|
|
958
|
+
span: 3
|
|
959
|
+
});
|
|
960
|
+
}
|
|
961
|
+
if (fieldMap.FJID && fieldMap.FJID.sfxs === '1') {
|
|
962
|
+
var _required4 = fieldMap.FJID.sfbt === "1";
|
|
963
|
+
var _editable4 = fieldMap.FJID.sfbj === "1";
|
|
964
|
+
dataList.push({
|
|
965
|
+
id: 'fjid',
|
|
966
|
+
title: '附件上传',
|
|
967
|
+
text: fjid,
|
|
968
|
+
required: _required4,
|
|
969
|
+
isUpload: true,
|
|
970
|
+
render: function render() {
|
|
971
|
+
return _react2.default.createElement(
|
|
972
|
+
_index4.default,
|
|
973
|
+
{
|
|
974
|
+
id: "fjid",
|
|
975
|
+
label: "\u9644\u4EF6\u4E0A\u4F20",
|
|
976
|
+
hideLabel: true,
|
|
977
|
+
initialValue: fjid,
|
|
978
|
+
required: _required4,
|
|
979
|
+
form: _this.props.form,
|
|
980
|
+
formItemLayout: formItemLayout
|
|
981
|
+
},
|
|
982
|
+
_react2.default.createElement(_index6.default, {
|
|
983
|
+
serviceMark: 'sm-work-study',
|
|
984
|
+
moduleName: '勤工助学',
|
|
985
|
+
isEdit: _this.props.isEdit && _editable4,
|
|
986
|
+
image: true
|
|
987
|
+
})
|
|
988
|
+
);
|
|
989
|
+
},
|
|
990
|
+
span: 3
|
|
991
|
+
});
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
if (fieldMap.KSSJ && fieldMap.KSSJ.sfxs === '1') {
|
|
995
|
+
//任职开始时间
|
|
996
|
+
var _required5 = fieldMap.KSSJ.sfbt === "1";
|
|
997
|
+
var _editable5 = fieldMap.KSSJ.sfbj === "1";
|
|
998
|
+
|
|
999
|
+
dataList.push({
|
|
1000
|
+
id: 'kssj',
|
|
1001
|
+
title: '任职开始时间',
|
|
1002
|
+
required: _required5,
|
|
1003
|
+
text: kssjstr,
|
|
1004
|
+
render: function render() {
|
|
1005
|
+
return _react2.default.createElement(
|
|
1006
|
+
_index4.default,
|
|
1007
|
+
{
|
|
1008
|
+
id: "kssj",
|
|
1009
|
+
label: "\u4EFB\u804C\u5F00\u59CB\u65F6\u95F4",
|
|
1010
|
+
hideLabel: true,
|
|
1011
|
+
readOnly: !_editable5,
|
|
1012
|
+
initialValue: kssj,
|
|
1013
|
+
required: _required5,
|
|
1014
|
+
form: _this.props.form,
|
|
1015
|
+
formItemLayout: formItemLayout
|
|
1016
|
+
},
|
|
1017
|
+
_editable5 ? _react2.default.createElement(_datePicker2.default, {
|
|
1018
|
+
style: { width: '100%' },
|
|
1019
|
+
defaultValue: kssj,
|
|
1020
|
+
format: 'YYYY-MM-DD'
|
|
1021
|
+
}) : kssjstr
|
|
1022
|
+
);
|
|
1023
|
+
},
|
|
1024
|
+
span: 1
|
|
1025
|
+
});
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
return _this.calcSapan(dataList);
|
|
1029
|
+
};
|
|
1030
|
+
|
|
1031
|
+
_this.state = {
|
|
1032
|
+
gwxxSelect: '',
|
|
1033
|
+
gwxxid: '',
|
|
1034
|
+
gwmc: '',
|
|
1035
|
+
xcbzm: '',
|
|
1036
|
+
xcbz: '',
|
|
1037
|
+
sqly: '',
|
|
1038
|
+
kssjstr: '',
|
|
1039
|
+
sffcfp: '',
|
|
1040
|
+
kxsj: [],
|
|
1041
|
+
fjid: '',
|
|
1042
|
+
ygbm: '',
|
|
1043
|
+
gwxz: '',
|
|
1044
|
+
xqrs: '',
|
|
1045
|
+
gznr: '',
|
|
1046
|
+
gzyq: '',
|
|
1047
|
+
gzsj: '',
|
|
1048
|
+
gwfzr: '',
|
|
1049
|
+
bgdh: '',
|
|
1050
|
+
xqmc: '',
|
|
1051
|
+
b_gzsj: []
|
|
1052
|
+
};
|
|
1053
|
+
return _this;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
//改变岗位名称事件
|
|
1057
|
+
|
|
1058
|
+
|
|
1059
|
+
(0, _createClass3.default)(EditInitForm, [{
|
|
1060
|
+
key: "calcSapan",
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
//计算span跨度
|
|
1064
|
+
value: function calcSapan(fieldMapList) {
|
|
1065
|
+
|
|
1066
|
+
var totalSpan = 0; // 到目前为止的所有列数
|
|
1067
|
+
var hasUseSpan = void 0; // 当前行已使用的列数
|
|
1068
|
+
fieldMapList.map(function (item, index) {
|
|
1069
|
+
|
|
1070
|
+
var span = item.span;
|
|
1071
|
+
hasUseSpan = totalSpan % 3;
|
|
1072
|
+
if (3 - hasUseSpan < span) {
|
|
1073
|
+
fieldMapList[index - 1].span += 3 - hasUseSpan;
|
|
1074
|
+
totalSpan += 3 - hasUseSpan;
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
totalSpan += span;
|
|
1078
|
+
});
|
|
1079
|
+
return fieldMapList;
|
|
1080
|
+
}
|
|
1081
|
+
}, {
|
|
1082
|
+
key: "render",
|
|
1083
|
+
value: function render() {
|
|
1084
|
+
var _this2 = this;
|
|
1085
|
+
|
|
1086
|
+
var _props = this.props,
|
|
1087
|
+
form = _props.form,
|
|
1088
|
+
isEdit = _props.isEdit,
|
|
1089
|
+
fieldMap = _props.fieldMap,
|
|
1090
|
+
params = _props.params;
|
|
1091
|
+
|
|
1092
|
+
var pcid = params.pcid; //批次ID,也就是任务ID
|
|
1093
|
+
var dataList = this.getDataList(fieldMap, pcid);
|
|
1094
|
+
return _react2.default.createElement(
|
|
1095
|
+
"div",
|
|
1096
|
+
null,
|
|
1097
|
+
_react2.default.createElement(
|
|
1098
|
+
_form2.default,
|
|
1099
|
+
{ style: { margin: '20px 0 20px 0' } },
|
|
1100
|
+
_react2.default.createElement(_index2.default, {
|
|
1101
|
+
list: dataList,
|
|
1102
|
+
isEdit: isEdit,
|
|
1103
|
+
form: form
|
|
1104
|
+
})
|
|
1105
|
+
),
|
|
1106
|
+
_react2.default.createElement(
|
|
1107
|
+
_index8.default,
|
|
1108
|
+
{
|
|
1109
|
+
width: 680,
|
|
1110
|
+
height: 400
|
|
1111
|
+
// ref="nhKxsjModal"
|
|
1112
|
+
, ref: function ref(ele) {
|
|
1113
|
+
return _this2.nhKxsjModal = ele;
|
|
1114
|
+
},
|
|
1115
|
+
title: "\u8BBE\u7F6E\u7A7A\u95F2\u65F6\u95F4",
|
|
1116
|
+
onOk: this.handleSaveAdd,
|
|
1117
|
+
onCancel: this.handleCloseFrame
|
|
1118
|
+
},
|
|
1119
|
+
_react2.default.createElement(_KxsjForm2.default, { ref: function ref(_ref) {
|
|
1120
|
+
return _this2.nhKxsjForm = _ref;
|
|
1121
|
+
}, kxsj: this.state.kxsj, saveKxsj: this.props.saveKxsj })
|
|
1122
|
+
)
|
|
1123
|
+
);
|
|
1124
|
+
}
|
|
1125
|
+
}]);
|
|
1126
|
+
return EditInitForm;
|
|
1127
|
+
}(_react2.default.Component);
|
|
1128
|
+
|
|
1129
|
+
var EditForm = _form2.default.create()(EditInitForm);
|
|
1130
|
+
exports.default = EditForm;
|