dlt-for-react 1.0.23 → 1.1.0

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 (213) hide show
  1. package/README.md +12 -2
  2. package/lib/components/Button/index.js +79 -0
  3. package/lib/components/HqSelector/HqLsrySelector/index.js +3 -5
  4. package/lib/components/HqSelector/HqRySelector/index.js +3 -5
  5. package/lib/components/HqSelector/HqWzSelector/index.js +3 -5
  6. package/lib/components/KyEditableTable/component.js +3 -5
  7. package/lib/components/KyEditableTable/index.js +7 -13
  8. package/lib/components/KyExcel/index.js +3 -5
  9. package/lib/components/KyInputPicker/render.js +13 -43
  10. package/lib/components/KyInputPicker/setting-checkbox.js +3 -5
  11. package/lib/components/KyInputPicker/setting-multiSelect.js +3 -5
  12. package/lib/components/KyInputPicker/setting-nhcascader.js +3 -5
  13. package/lib/components/KyInputPicker/setting-select.js +3 -5
  14. package/lib/components/KyInputPicker/setting-stu-selector.js +3 -5
  15. package/lib/components/KyInputPicker/setting-tea-selector.js +3 -5
  16. package/lib/components/KyTable/checkButtons.js +4 -7
  17. package/lib/components/KyTree/index.js +6 -16
  18. package/lib/components/KyUpload/index.js +13 -21
  19. package/lib/components/NHAuditPanel/config/Axios.js +263 -0
  20. package/lib/components/NHAuditPanel/config/api.js +479 -0
  21. package/lib/components/NHAuditPanel/config/data.js +156 -0
  22. package/lib/components/NHAuditPanel/config/typeMap.js +1234 -0
  23. package/lib/components/NHAuditPanel/config/uiValidate.js +92 -0
  24. package/lib/components/NHAuditPanel/index.js +413 -0
  25. package/lib/components/NHAuditPanel/node.js +619 -0
  26. package/lib/components/NHCascader/index.js +355 -0
  27. package/lib/components/NHCheckboxGroup/index.js +135 -0
  28. package/lib/components/NHDynamicFormShow/baseInfo/index.js +194 -0
  29. package/lib/components/NHDynamicFormShow/custom/index.js +553 -0
  30. package/lib/components/NHDynamicFormShow/customModule/common/CommonMethod.js +43 -0
  31. package/lib/components/NHDynamicFormShow/customModule/czxy/qgzx/EditForm.js +1113 -0
  32. package/lib/components/NHDynamicFormShow/customModule/czxy/qgzx/index.js +263 -0
  33. package/lib/components/NHDynamicFormShow/customModule/czxy/xfjm/EditForm.js +880 -0
  34. package/lib/components/NHDynamicFormShow/customModule/czxy/xfjm/index.js +171 -0
  35. package/lib/components/NHDynamicFormShow/customModule/czxy/zxj/EditForm.js +865 -0
  36. package/lib/components/NHDynamicFormShow/customModule/czxy/zxj/index.js +138 -0
  37. package/lib/components/NHDynamicFormShow/customModule/eszy/zsxxhd/EditForm.js +571 -0
  38. package/lib/components/NHDynamicFormShow/customModule/eszy/zsxxhd/index.js +147 -0
  39. package/lib/components/NHDynamicFormShow/customModule/eszy/zybjtz/EditForm.js +474 -0
  40. package/lib/components/NHDynamicFormShow/customModule/eszy/zybjtz/index.js +139 -0
  41. package/lib/components/NHDynamicFormShow/customModule/gnyxy/cqzg/EditForm.js +506 -0
  42. package/lib/components/NHDynamicFormShow/customModule/gnyxy/cqzg/index.js +143 -0
  43. package/lib/components/NHDynamicFormShow/customModule/gnyxy/gwsb/EditForm.js +1074 -0
  44. package/lib/components/NHDynamicFormShow/customModule/gnyxy/gwsb/index.js +172 -0
  45. package/lib/components/NHDynamicFormShow/customModule/gnyxy/qjgl/EditForm.js +927 -0
  46. package/lib/components/NHDynamicFormShow/customModule/gnyxy/qjgl/index.js +195 -0
  47. package/lib/components/NHDynamicFormShow/customModule/gnyxy/sxsqj/EditForm.js +1064 -0
  48. package/lib/components/NHDynamicFormShow/customModule/gnyxy/sxsqj/index.js +183 -0
  49. package/lib/components/NHDynamicFormShow/customModule/hblgxy/jxj/EditForm.js +763 -0
  50. package/lib/components/NHDynamicFormShow/customModule/hblgxy/jxj/index.js +137 -0
  51. package/lib/components/NHDynamicFormShow/customModule/hblgxy/lzjxj/EditForm.js +819 -0
  52. package/lib/components/NHDynamicFormShow/customModule/hblgxy/lzjxj/index.js +137 -0
  53. package/lib/components/NHDynamicFormShow/customModule/hblgxy/qgzx/EditForm.js +700 -0
  54. package/lib/components/NHDynamicFormShow/customModule/hblgxy/qgzx/index.js +162 -0
  55. package/lib/components/NHDynamicFormShow/customModule/hblgxy/xsqj/EditForm.js +743 -0
  56. package/lib/components/NHDynamicFormShow/customModule/hblgxy/xsqj/index.js +177 -0
  57. package/lib/components/NHDynamicFormShow/customModule/hblgxy/zxj/EditForm.js +848 -0
  58. package/lib/components/NHDynamicFormShow/customModule/hblgxy/zxj/index.js +138 -0
  59. package/lib/components/NHDynamicFormShow/customModule/hljwgy/qjgl/EditForm.js +777 -0
  60. package/lib/components/NHDynamicFormShow/customModule/hljwgy/qjgl/index.js +161 -0
  61. package/lib/components/NHDynamicFormShow/customModule/hljwgy/xjgl/EditForm.js +706 -0
  62. package/lib/components/NHDynamicFormShow/customModule/hljwgy/xjgl/index.js +130 -0
  63. package/lib/components/NHDynamicFormShow/customModule/jhysxy/cfjcsq/cfjcEditForm.js +413 -0
  64. package/lib/components/NHDynamicFormShow/customModule/jhysxy/cfjcsq/index.js +135 -0
  65. package/lib/components/NHDynamicFormShow/customModule/jhysxy/xsqj/EditForm.js +1013 -0
  66. package/lib/components/NHDynamicFormShow/customModule/jhysxy/xsqj/index.js +175 -0
  67. package/lib/components/NHDynamicFormShow/customModule/jjrlx/EditForm.js +1345 -0
  68. package/lib/components/NHDynamicFormShow/customModule/jjrlx/index.js +274 -0
  69. package/lib/components/NHDynamicFormShow/customModule/jxj/EditForm.js +669 -0
  70. package/lib/components/NHDynamicFormShow/customModule/jxj/index.js +134 -0
  71. package/lib/components/NHDynamicFormShow/customModule/jxsl/fqkns/EditForm.js +378 -0
  72. package/lib/components/NHDynamicFormShow/customModule/jxsl/fqkns/index.js +120 -0
  73. package/lib/components/NHDynamicFormShow/customModule/jxsl/xwryfjjd/EditForm.js +638 -0
  74. package/lib/components/NHDynamicFormShow/customModule/jxsl/xwryfjjd/index.js +133 -0
  75. package/lib/components/NHDynamicFormShow/customModule/qgzx/EditForm.js +965 -0
  76. package/lib/components/NHDynamicFormShow/customModule/qgzx/index.js +237 -0
  77. package/lib/components/NHDynamicFormShow/customModule/qjgl/EditForm.js +823 -0
  78. package/lib/components/NHDynamicFormShow/customModule/qjgl/index.js +188 -0
  79. package/lib/components/NHDynamicFormShow/customModule/rcgl/jqlssq/EditForm.js +401 -0
  80. package/lib/components/NHDynamicFormShow/customModule/rcgl/jqlssq/index.js +472 -0
  81. package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/EditForm.js +304 -0
  82. package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHCascader/index.js +375 -0
  83. package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/RadioGroup.js +118 -0
  84. package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/index.js +62 -0
  85. package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/input-const.js +55 -0
  86. package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/render.js +1238 -0
  87. package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/index.js +375 -0
  88. package/lib/components/NHDynamicFormShow/customModule/rych/collective/EditForm.js +554 -0
  89. package/lib/components/NHDynamicFormShow/customModule/rych/collective/index.js +130 -0
  90. package/lib/components/NHDynamicFormShow/customModule/rych/personal/EditForm.js +542 -0
  91. package/lib/components/NHDynamicFormShow/customModule/rych/personal/index.js +133 -0
  92. package/lib/components/NHDynamicFormShow/customModule/sxgy/rych/collective/EditForm.js +575 -0
  93. package/lib/components/NHDynamicFormShow/customModule/sxgy/rych/collective/index.js +130 -0
  94. package/lib/components/NHDynamicFormShow/customModule/sxgy/rych/personal/EditForm.js +563 -0
  95. package/lib/components/NHDynamicFormShow/customModule/sxgy/rych/personal/index.js +133 -0
  96. package/lib/components/NHDynamicFormShow/customModule/whcz/qjgl/EditForm.js +745 -0
  97. package/lib/components/NHDynamicFormShow/customModule/whcz/qjgl/index.js +164 -0
  98. package/lib/components/NHDynamicFormShow/customModule/whcz/rccrxy/EditForm.js +587 -0
  99. package/lib/components/NHDynamicFormShow/customModule/whcz/rccrxy/index.js +143 -0
  100. package/lib/components/NHDynamicFormShow/customModule/whdlqjgl/EditForm.js +743 -0
  101. package/lib/components/NHDynamicFormShow/customModule/whdlqjgl/index.js +172 -0
  102. package/lib/components/NHDynamicFormShow/customModule/whgc/jjrlx/EditForm.js +1410 -0
  103. package/lib/components/NHDynamicFormShow/customModule/whgc/jjrlx/index.js +274 -0
  104. package/lib/components/NHDynamicFormShow/customModule/whgc/jxj/EditForm.js +755 -0
  105. package/lib/components/NHDynamicFormShow/customModule/whgc/jxj/index.js +130 -0
  106. package/lib/components/NHDynamicFormShow/customModule/whgc/qjgl/EditForm.js +814 -0
  107. package/lib/components/NHDynamicFormShow/customModule/whgc/qjgl/index.js +188 -0
  108. package/lib/components/NHDynamicFormShow/customModule/whgc/zxj/EditForm.js +769 -0
  109. package/lib/components/NHDynamicFormShow/customModule/whgc/zxj/index.js +130 -0
  110. package/lib/components/NHDynamicFormShow/customModule/whgcrych/EditForm.js +1004 -0
  111. package/lib/components/NHDynamicFormShow/customModule/whgcrych/index.js +126 -0
  112. package/lib/components/NHDynamicFormShow/customModule/whtl/jsrzsq/EditForm.js +503 -0
  113. package/lib/components/NHDynamicFormShow/customModule/whtl/jsrzsq/index.js +149 -0
  114. package/lib/components/NHDynamicFormShow/customModule/whtlyhk/EditForm.js +379 -0
  115. package/lib/components/NHDynamicFormShow/customModule/whtlyhk/index.js +148 -0
  116. package/lib/components/NHDynamicFormShow/customModule/whtlzxj/EditForm.js +748 -0
  117. package/lib/components/NHDynamicFormShow/customModule/whtlzxj/index.js +135 -0
  118. package/lib/components/NHDynamicFormShow/customModule/whtlzy/jxj/EditForm.js +762 -0
  119. package/lib/components/NHDynamicFormShow/customModule/whtlzy/jxj/index.js +134 -0
  120. package/lib/components/NHDynamicFormShow/customModule/wjcf/cfjc/cfjcEditForm.js +682 -0
  121. package/lib/components/NHDynamicFormShow/customModule/wjcf/cfjc/index.js +135 -0
  122. package/lib/components/NHDynamicFormShow/customModule/wjcf/wjsb/index.js +152 -0
  123. package/lib/components/NHDynamicFormShow/customModule/wjcf/wjsb/wjsbEditForm.js +783 -0
  124. package/lib/components/NHDynamicFormShow/customModule/zxj/EditForm.js +764 -0
  125. package/lib/components/NHDynamicFormShow/customModule/zxj/index.js +138 -0
  126. package/lib/components/NHDynamicFormShow/customModule/zzsd/cfjcsq/cfjcEditForm.js +677 -0
  127. package/lib/components/NHDynamicFormShow/customModule/zzsd/cfjcsq/index.js +138 -0
  128. package/lib/components/NHDynamicFormShow/customModule/zzsd/qjgl/EditForm.js +1173 -0
  129. package/lib/components/NHDynamicFormShow/customModule/zzsd/qjgl/index.js +242 -0
  130. package/lib/components/NHDynamicFormShow/customModule/zzsd/rcgl/rcxwgrdj/IndividualRegistForm.js +862 -0
  131. package/lib/components/NHDynamicFormShow/customModule/zzsd/rcgl/rcxwgrdj/IndividualRegistIndex.js +201 -0
  132. package/lib/components/NHDynamicFormShow/customModule/zzsd/stuinfo/messageInfo.js +196 -0
  133. package/lib/components/NHDynamicFormShow/customModule/zzsd/wjsb/index.js +167 -0
  134. package/lib/components/NHDynamicFormShow/customModule/zzsd/wjsb/wjsbEditForm.js +1096 -0
  135. package/lib/components/NHDynamicFormShow/index.js +647 -0
  136. package/lib/components/NHDynamicFormShow/oneOnMany/cardForm/cardItem/index.js +279 -0
  137. package/lib/components/NHDynamicFormShow/oneOnMany/cardForm/index.js +206 -0
  138. package/lib/components/NHDynamicFormShow/oneOnMany/index.js +419 -0
  139. package/lib/components/NHDynamicFormShow/oneOnOne/EditForm.js +401 -0
  140. package/lib/components/NHDynamicFormShow/oneOnOne/index.js +271 -0
  141. package/lib/components/NHImagePicker/index.js +554 -0
  142. package/lib/components/NHInputPicker/RadioGroup.js +118 -0
  143. package/lib/components/NHInputPicker/index.js +62 -0
  144. package/lib/components/NHInputPicker/input-const.js +55 -0
  145. package/lib/components/NHInputPicker/render.js +1271 -0
  146. package/lib/components/NHListView/index.js +374 -0
  147. package/lib/components/NHMapGeolocation/index.js +537 -0
  148. package/lib/components/NHMapGeolocation/initMap/initGdMap.js +104 -0
  149. package/lib/components/NHMapGeolocation/initMap/initTencentMap.js +138 -0
  150. package/lib/components/NHMapGeolocation/style.js +51 -0
  151. package/lib/components/NHMultiSelect/index.js +272 -0
  152. package/lib/components/NHRadioGroup/index.js +118 -0
  153. package/lib/components/NHSelect/index.js +364 -0
  154. package/lib/components/NHTreeMenu/index.js +126 -0
  155. package/lib/components/NHTreeMenu/treeNode.js +164 -0
  156. package/lib/components/StuSelector/index.js +611 -0
  157. package/lib/index.js +161 -116
  158. package/lib/layouts/KyInputPicker/edit-page.js +585 -0
  159. package/lib/layouts/KyInputPicker/index.js +220 -0
  160. package/lib/layouts/KyInputPicker/input-const.js +134 -0
  161. package/lib/layouts/KyInputPicker/render.js +2477 -0
  162. package/lib/layouts/KyInputPicker/setting-checkbox.js +850 -0
  163. package/lib/layouts/KyInputPicker/setting-datepicker.js +430 -0
  164. package/lib/layouts/KyInputPicker/setting-datetimepicker.js +443 -0
  165. package/lib/layouts/KyInputPicker/setting-input.js +555 -0
  166. package/lib/layouts/KyInputPicker/setting-inputNumber.js +612 -0
  167. package/lib/layouts/KyInputPicker/setting-monthpicker.js +434 -0
  168. package/lib/layouts/KyInputPicker/setting-multiSelect.js +532 -0
  169. package/lib/layouts/KyInputPicker/setting-nhcascader.js +584 -0
  170. package/lib/layouts/KyInputPicker/setting-old-upload.js +428 -0
  171. package/lib/layouts/KyInputPicker/setting-radio.js +468 -0
  172. package/lib/layouts/KyInputPicker/setting-rangepicker.js +466 -0
  173. package/lib/layouts/KyInputPicker/setting-select.js +534 -0
  174. package/lib/layouts/KyInputPicker/setting-stu-selector.js +507 -0
  175. package/lib/layouts/KyInputPicker/setting-switch.js +274 -0
  176. package/lib/layouts/KyInputPicker/setting-tea-selector.js +507 -0
  177. package/lib/layouts/KyInputPicker/setting-textarea.js +619 -0
  178. package/lib/layouts/KyInputPicker/setting-timepicker.js +437 -0
  179. package/lib/layouts/KyInputPicker/setting-upload.js +766 -0
  180. package/lib/layouts/KyModal/buildTitle.js +81 -0
  181. package/lib/layouts/KyModal/dragM.js +127 -0
  182. package/lib/layouts/KyModal/index.js +321 -0
  183. package/lib/layouts/KyPreview/index.js +219 -0
  184. package/lib/layouts/KyUpload/index.js +1155 -0
  185. package/lib/layouts/LeftMenu/index.js +5 -11
  186. package/lib/layouts/NavigationBar/index.js +4 -10
  187. package/lib/layouts/Top/editPassWord.js +5 -7
  188. package/lib/layouts/Top/index.js +6 -20
  189. package/lib/layouts/TopMenu/index.js +11 -14
  190. package/lib/layouts/layout/index.js +7 -13
  191. package/lib/layouts/{Login → login}/index-pre.js +3 -5
  192. package/lib/layouts/{Login → login}/index.js +6 -8
  193. package/lib/layouts/{Login → login}/login.js +8 -17
  194. package/lib/layouts/mixTop/index.js +13 -28
  195. package/lib/layouts/settingDrawer/index.js +3 -5
  196. package/lib/routes/AuthorizedRoute.js +7 -13
  197. package/lib/utils/NHCore.js +46 -2
  198. package/lib/utils/base64.js +238 -0
  199. package/lib/utils/browserJudge.js +33 -0
  200. package/lib/utils/common.js +18 -20
  201. package/lib/utils/createUuid.js +11 -31
  202. package/lib/utils/device.js +44 -0
  203. package/lib/utils/dynamicLoadCss.js +14 -0
  204. package/lib/utils/dynamicLoadJs.js +21 -0
  205. package/lib/utils/getLoginUser.js +1 -1
  206. package/lib/utils/getSize.js +2 -11
  207. package/lib/utils/getStyle.js +26 -0
  208. package/lib/utils/getSuitHeight.js +49 -0
  209. package/lib/utils/hasAuth.js +11 -0
  210. package/lib/utils/index.js +1 -34
  211. package/lib/utils/loadJS.js +40 -0
  212. package/package.json +1 -1
  213. /package/lib/layouts/{Login → login}/lyPassword.js +0 -0
@@ -0,0 +1,769 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ var _card = require('antd-mobile/lib/card');
8
+
9
+ var _card2 = _interopRequireDefault(_card);
10
+
11
+ var _whiteSpace = require('antd-mobile/lib/white-space');
12
+
13
+ var _whiteSpace2 = _interopRequireDefault(_whiteSpace);
14
+
15
+ var _textareaItem = require('antd-mobile/lib/textarea-item');
16
+
17
+ var _textareaItem2 = _interopRequireDefault(_textareaItem);
18
+
19
+ var _stepper = require('antd-mobile/lib/stepper');
20
+
21
+ var _stepper2 = _interopRequireDefault(_stepper);
22
+
23
+ var _picker = require('antd-mobile/lib/picker');
24
+
25
+ var _picker2 = _interopRequireDefault(_picker);
26
+
27
+ var _list = require('antd-mobile/lib/list');
28
+
29
+ var _list2 = _interopRequireDefault(_list);
30
+
31
+ var _inputItem = require('antd-mobile/lib/input-item');
32
+
33
+ var _inputItem2 = _interopRequireDefault(_inputItem);
34
+
35
+ var _modal = require('antd-mobile/lib/modal');
36
+
37
+ var _modal2 = _interopRequireDefault(_modal);
38
+
39
+ var _toast = require('antd-mobile/lib/toast');
40
+
41
+ var _toast2 = _interopRequireDefault(_toast);
42
+
43
+ var _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; };
44
+
45
+ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
46
+
47
+ require('antd-mobile/lib/card/style/css');
48
+
49
+ require('antd-mobile/lib/white-space/style/css');
50
+
51
+ require('antd-mobile/lib/textarea-item/style/css');
52
+
53
+ require('antd-mobile/lib/stepper/style/css');
54
+
55
+ require('antd-mobile/lib/picker/style/css');
56
+
57
+ require('antd-mobile/lib/list/style/css');
58
+
59
+ require('antd-mobile/lib/input-item/style/css');
60
+
61
+ require('antd-mobile/lib/modal/style/css');
62
+
63
+ require('antd-mobile/lib/toast/style/css');
64
+
65
+ var _react = require('react');
66
+
67
+ var _react2 = _interopRequireDefault(_react);
68
+
69
+ var _NHFetch = require('../../../../../utils/NHFetch');
70
+
71
+ var _NHFetch2 = _interopRequireDefault(_NHFetch);
72
+
73
+ var _index = require('../../../../NHImagePicker/index');
74
+
75
+ var _index2 = _interopRequireDefault(_index);
76
+
77
+ var _rcForm = require('rc-form');
78
+
79
+ var _classnames = require('classnames');
80
+
81
+ var _classnames2 = _interopRequireDefault(_classnames);
82
+
83
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
84
+
85
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
86
+
87
+ function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
88
+
89
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
90
+
91
+ var EditInitForm = function (_React$Component) {
92
+ _inherits(EditInitForm, _React$Component);
93
+
94
+ function EditInitForm(props) {
95
+ _classCallCheck(this, EditInitForm);
96
+
97
+ var _this = _possibleConstructorReturn(this, (EditInitForm.__proto__ || Object.getPrototypeOf(EditInitForm)).call(this, props));
98
+
99
+ _this.componentDidMount = function () {
100
+ _this.initZxjForm();
101
+ };
102
+
103
+ _this.initZxjForm = function () {
104
+ var _this$props = _this.props,
105
+ objId = _this$props.objId,
106
+ pkid = _this$props.pkid,
107
+ params = _this$props.params;
108
+
109
+ var pcid = params.pcid; //批次ID,也就是任务ID
110
+ var t = new Date().getTime();
111
+ (0, _NHFetch2.default)('api/sm-student-grant/openapi/getDymxByGzfbid/' + pcid, 'GET', t).then(function (res) {
112
+ if (res) {
113
+ var mxsm = res.data.length;
114
+ if (mxsm === 1) {
115
+ //对应的奖项定义是不分等级的
116
+ _this.setState({
117
+ mxsm: 1,
118
+ mxid: res.data[0].MXID,
119
+ djmc: res.data[0].DJMC,
120
+ sfgdje: res.data[0].SFGDJE,
121
+ gdjj: res.data[0].GDJJ,
122
+ zdjj: res.data[0].ZDJJ,
123
+ zxjj: res.data[0].ZXJJ,
124
+ pjzqdm: res.data[0].SJDM,
125
+ pjzq: res.data[0].SJMC,
126
+ //当奖项定义不是固定金额的时候,申请时je会被作为奖金的初始化值,这个初始化值取奖项定义的最小奖金
127
+ je: res.data[0].SFGDJE === '1' ? 0 : res.data[0].ZXJJ
128
+ }, function () {
129
+ //判断是否有资格申请该奖项
130
+ var param = {
131
+ xsid: objId,
132
+ gzfbid: pcid,
133
+ mxid: res.data[0].MXID
134
+ };
135
+ _this.hasQualification(param);
136
+ });
137
+ } else {
138
+ //对应的奖项是分了多个等级的
139
+ var djxx = [];
140
+ res.data.map(function (v, i) {
141
+ djxx.push({ label: v.DJMC, value: v.MXID });
142
+ // return <Option value={v.MXID} key={i}>{v.DJMC}</Option>;
143
+ });
144
+ var mxidxx = res.data.map(function (v, i) {
145
+ return v.MXID;
146
+ });
147
+ var gdjjxx = res.data.map(function (v, i) {
148
+ return v.GDJJ;
149
+ });
150
+ _this.setState({
151
+ mxsm: mxsm,
152
+ djxx: djxx,
153
+ pjzqdm: res.data[0].SJDM,
154
+ pjzq: res.data[0].SJMC,
155
+ mxidxx: mxidxx,
156
+ gdjjxx: gdjjxx
157
+ });
158
+ }
159
+ //通过主键ID获取获奖名单表对应的数据
160
+ _this.getData(pkid);
161
+ }
162
+ });
163
+ };
164
+
165
+ _this.getData = function (pkid) {
166
+ //通过PKID去查询是否有申请数据,有说明是审核
167
+ (0, _NHFetch2.default)('api/sm-student-grant/openapi/getXshjmdxxByPkid/' + pkid, 'GET').then(function (res) {
168
+ if (res && res.code === 200) {
169
+ if (res.data != null) {
170
+ _this.setState({
171
+ mxid: res.data.MXID,
172
+ pjzq: res.data.SJMC,
173
+ pjzqdm: res.data.SJDM,
174
+ //对于不固定金额的情况,审核时页面的金额应该是从申请数据里拿了,所以je的值要重新覆盖下
175
+ je: res.data.JE,
176
+ sqly: res.data.SQLY,
177
+ fjid: res.data.FJID,
178
+ djmc: res.data.DJMC,
179
+ sfgdje: res.data.SFGDJE,
180
+ gdjj: res.data.GDJJ,
181
+ zdjj: res.data.ZDJJ,
182
+ zxjj: res.data.ZXJJ,
183
+ //只有当奖项是分等级的时候,gdjjBydj这个值才会用到。所以直接给它赋值res.data.JE
184
+ gdjjBydj: res.data.JE,
185
+ sxnszje: res.data.SXNSZJE,
186
+ sxnzzzyyt: res.data.SXNZZZYYT,
187
+ bxnsqzyyt: res.data.BXNSQZYYT
188
+ });
189
+ }
190
+ } else {
191
+ _toast2.default.fail("调用接口失败");
192
+ }
193
+ });
194
+ };
195
+
196
+ _this.hasQualification = function (param) {
197
+ _this.props.setSubmitBtnDisabled && _this.props.setSubmitBtnDisabled(true); //默认办理按钮不可用
198
+ (0, _NHFetch2.default)('api/sm-student-grant/openapi/hasQualification', 'POST', param).then(function (res) {
199
+ if (res && res.code === 200) {
200
+ if (!res.data.ZGMDID) {
201
+ //资格名单表查不到记录,调用资格鉴定接口
202
+ var zgid = res.data.ZGID2 ? res.data.ZGID2 : res.data.ZGID1;
203
+ (0, _NHFetch2.default)("api/sm-qualification/openapi/qualifications/checkOne?zgid=" + zgid + "&id=" + param.xsid + "&t=" + new Date().getTime(), "GET").then(function (res) {
204
+ if (res && res.code === 200) {
205
+ if (res.data.zt === '0' || res.data.zt === 0) {
206
+ var bfhtjs = res.data.bfhtj.split(";");
207
+ var bfhtj = bfhtjs.map(function (item, index) {
208
+ return _react2.default.createElement(
209
+ 'span',
210
+ { key: index + 1 },
211
+ index + 1,
212
+ '\u3001',
213
+ item,
214
+ _react2.default.createElement('br', null)
215
+ );
216
+ });
217
+ var modelMessage = "您由于不满足以下条件,所以不能执行申请操作:" + bfhtj;
218
+ _modal2.default.alert('提示', modelMessage);
219
+ } else {
220
+ _this.props.setSubmitBtnDisabled && _this.props.setSubmitBtnDisabled(false); //CheackOne通过后开启办理按钮
221
+ }
222
+ } else {
223
+ _toast2.default.fail("调用接口失败");
224
+ }
225
+ });
226
+ } else {
227
+ //表里有数据,看sfyx字段的状态
228
+ if (res.data.SFYX === "0" || res.data.SFYX === 0) {
229
+ var modelMessage = "您由于不满足以下条件,所以不能执行申请操作:" + res.data.SFYXLY;
230
+ _modal2.default.alert('提示', modelMessage);
231
+ } else {
232
+ _this.props.setSubmitBtnDisabled && _this.props.setSubmitBtnDisabled(false); //能办理的话开启办理按钮
233
+ }
234
+ }
235
+ } else {
236
+ _toast2.default.fail("调用接口失败");
237
+ }
238
+ });
239
+ };
240
+
241
+ _this.changeDj = function (v) {
242
+ var _this$props2 = _this.props,
243
+ objId = _this$props2.objId,
244
+ params = _this$props2.params;
245
+ var _this$state = _this.state,
246
+ mxidxx = _this$state.mxidxx,
247
+ gdjjxx = _this$state.gdjjxx;
248
+
249
+ if (!v && v.length < 1) return;
250
+ var index = mxidxx.findIndex(function (item) {
251
+ return item === v[0];
252
+ });
253
+ _this.setState({
254
+ gdjjBydj: gdjjxx[index]
255
+ }, function () {
256
+ //验证是否有资格申请
257
+ var param = {
258
+ xsid: objId,
259
+ gzfbid: params.pcid,
260
+ mxid: v[0]
261
+ };
262
+ _this.props.form.setFieldsValue({ je: gdjjxx[index] });
263
+ _this.hasQualification(param);
264
+ });
265
+ };
266
+
267
+ _this.onChangeStepper = function (val) {
268
+ _this.setState({ je: val });
269
+ };
270
+
271
+ _this.requiredParams = function (required, id) {
272
+ var getFieldError = _this.props.form.getFieldError;
273
+
274
+ return {
275
+ error: getFieldError(id) !== undefined
276
+ };
277
+ };
278
+
279
+ _this.getDataList = function (fieldMap) {
280
+ var _this$props$form = _this.props.form,
281
+ getFieldProps = _this$props$form.getFieldProps,
282
+ getFieldError = _this$props$form.getFieldError;
283
+ var _this$state2 = _this.state,
284
+ mxsm = _this$state2.mxsm,
285
+ mxid = _this$state2.mxid,
286
+ djmc = _this$state2.djmc,
287
+ djxx = _this$state2.djxx,
288
+ sfgdje = _this$state2.sfgdje,
289
+ gdjj = _this$state2.gdjj,
290
+ zdjj = _this$state2.zdjj,
291
+ zxjj = _this$state2.zxjj,
292
+ gdjjBydj = _this$state2.gdjjBydj,
293
+ pjzq = _this$state2.pjzq,
294
+ pjzqdm = _this$state2.pjzqdm,
295
+ je = _this$state2.je,
296
+ sqly = _this$state2.sqly,
297
+ fjid = _this$state2.fjid,
298
+ sxnzzzyyt = _this$state2.sxnzzzyyt,
299
+ sxnszje = _this$state2.sxnszje,
300
+ bxnsqzyyt = _this$state2.bxnsqzyyt;
301
+
302
+ var dataList = [];
303
+
304
+ if (fieldMap.DJMC && fieldMap.DJMC.sfxs === '1') {
305
+ var required = fieldMap.DJMC.sfbt === "1" ? true : false;
306
+ var editable = fieldMap.DJMC.sfbj === "1" ? true : false;
307
+ if (mxsm === 1) {
308
+ //没有分等级的,奖项名称始终显示
309
+ dataList.push({
310
+ title: fieldMap.DJMC.title,
311
+ text: djmc,
312
+ required: required,
313
+ render: function render() {
314
+ getFieldProps('mxid', {
315
+ initialValue: mxid
316
+ });
317
+ return _react2.default.createElement(
318
+ _inputItem2.default,
319
+ {
320
+ className: 'nh-input-item',
321
+ placeholder: '\u8BF7\u8F93\u5165',
322
+ value: djmc,
323
+ editable: false,
324
+ disabled: !editable
325
+ },
326
+ fieldMap.DJMC.title
327
+ );
328
+ }
329
+ });
330
+ } else {
331
+ //分等级,申请的时候奖项名称始终是一个下拉框
332
+ dataList.push({
333
+ // id: 'dymx',
334
+ title: fieldMap.DJMC.title,
335
+ required: required,
336
+ text: djmc,
337
+ render: function render() {
338
+ return _react2.default.createElement(
339
+ 'div',
340
+ {
341
+ className: (0, _classnames2.default)({ 'nh-inputrender': editable, 'nh-inputrender-disabled': !editable })
342
+ },
343
+ _react2.default.createElement(
344
+ _picker2.default,
345
+ _extends({
346
+ data: djxx,
347
+ cols: 1,
348
+ className: 'forss',
349
+ disabled: !editable
350
+ }, getFieldProps('mxid', {
351
+ initialValue: typeof mxid === 'string' ? [mxid] : mxid,
352
+ rules: [{ required: required, message: '\u8BF7\u9009\u62E9' + fieldMap.DJMC.title }],
353
+ onChange: _this.changeDj
354
+ })),
355
+ _react2.default.createElement(
356
+ _list2.default.Item,
357
+ _extends({ arrow: 'horizontal' }, _this.requiredParams(required, 'mxid')),
358
+ fieldMap.DJMC.title
359
+ )
360
+ )
361
+ );
362
+ }
363
+ });
364
+ }
365
+ }
366
+
367
+ if (fieldMap.JE && fieldMap.JE.sfxs === '1') {
368
+ var _required = fieldMap.JE.sfbt === "1" ? true : false;
369
+ var _editable = fieldMap.JE.sfbj === "1" ? true : false;
370
+ if (mxsm === 1) {
371
+ //没有分等级的
372
+ if (sfgdje === '1') {
373
+ //固定奖金
374
+ dataList.push({
375
+ title: fieldMap.JE.title,
376
+ text: gdjj,
377
+ required: _required,
378
+ render: function render() {
379
+ return _react2.default.createElement(
380
+ _inputItem2.default,
381
+ _extends({
382
+ className: 'nh-input-item',
383
+ placeholder: '\u8BF7\u8F93\u5165',
384
+ editable: false,
385
+ disabled: !_editable
386
+ }, _this.requiredParams(_required, 'je'), getFieldProps('je', {
387
+ initialValue: gdjj,
388
+ rules: [{ required: _required, message: '\u8BF7\u8F93\u5165' + fieldMap.JE.title + '\uFF01' }]
389
+ })),
390
+ fieldMap.JE.title
391
+ );
392
+ }
393
+ });
394
+ } else {
395
+ //没有固定金额
396
+ dataList.push({
397
+ title: fieldMap.JE.title,
398
+ required: _required,
399
+ text: je,
400
+ render: function render() {
401
+ return _react2.default.createElement(
402
+ _list2.default.Item,
403
+ { extra: _react2.default.createElement(_stepper2.default, _extends({
404
+ style: { width: '100%', minWidth: '100px' },
405
+ showNumber: true,
406
+ max: zdjj,
407
+ min: zxjj,
408
+ disabled: !_editable
409
+ }, getFieldProps('je', {
410
+ initialValue: je,
411
+ rules: [{ required: _required, message: '\u8BF7\u8F93\u5165' + fieldMap.JE.title + '\uFF01' }],
412
+ onChange: _this.onChangeStepper
413
+ })))
414
+ },
415
+ fieldMap.JE.title
416
+ );
417
+ }
418
+ });
419
+ }
420
+ } else {
421
+ //分等级的,每个等级都是固定金额,但金额要跟着等级变化
422
+ dataList.push({
423
+ title: fieldMap.JE.title,
424
+ text: gdjjBydj,
425
+ required: _required,
426
+ render: function render() {
427
+ return _react2.default.createElement(
428
+ _inputItem2.default,
429
+ _extends({
430
+ className: 'nh-input-item',
431
+ placeholder: '\u8BF7\u8F93\u5165',
432
+ editable: false,
433
+ disabled: !_editable
434
+ }, _this.requiredParams(_required, 'je'), getFieldProps('je', {
435
+ initialValue: gdjjBydj,
436
+ rules: [{ required: _required, message: '\u8BF7\u8F93\u5165' + fieldMap.JE.title + '\uFF01' }]
437
+ })),
438
+ fieldMap.JE.title
439
+ );
440
+ }
441
+ });
442
+ }
443
+ }
444
+
445
+ if (fieldMap.PJZQ && fieldMap.PJZQ.sfxs === '1') {
446
+ var _required2 = fieldMap.PJZQ.sfbt === "1" ? true : false;
447
+ var _editable2 = fieldMap.PJZQ.sfbj === "1" ? true : false;
448
+ var label = fieldMap.PJZQ.title;
449
+ dataList.push({
450
+ id: 'pjzq',
451
+ title: label,
452
+ text: pjzq,
453
+ required: _required2,
454
+ render: function render() {
455
+ getFieldProps('pjzq', {
456
+ initialValue: pjzqdm
457
+ });
458
+ return _react2.default.createElement(
459
+ _inputItem2.default,
460
+ {
461
+ className: 'nh-input-item',
462
+ placeholder: '\u8BF7\u8F93\u5165',
463
+ editable: false,
464
+ disabled: !_editable2,
465
+ value: pjzq
466
+ },
467
+ label
468
+ );
469
+ }
470
+
471
+ });
472
+ }
473
+
474
+ if (fieldMap.SXNSZJE && fieldMap.SXNSZJE.sfxs === '1') {
475
+ var _required3 = fieldMap.SXNSZJE.sfbt === "1" ? true : false;
476
+ var _editable3 = fieldMap.SXNSZJE.sfbj === "1" ? true : false;
477
+ var _label = fieldMap.SXNSZJE.title;
478
+ dataList.push({
479
+ title: _label,
480
+ text: sxnszje,
481
+ required: _required3,
482
+ render: function render() {
483
+ return _react2.default.createElement(
484
+ _inputItem2.default,
485
+ _extends({
486
+ className: 'nh-input-item',
487
+ placeholder: '\u8BF7\u8F93\u5165',
488
+ editable: _editable3,
489
+ disabled: !_editable3
490
+ }, _this.requiredParams(_required3, 'sxnszje'), getFieldProps('sxnszje', {
491
+ initialValue: sxnszje,
492
+ rules: [{ required: _required3, message: '\u8BF7\u8F93\u5165' + _label + '\uFF01' }]
493
+ })),
494
+ _label
495
+ );
496
+ }
497
+ });
498
+ }
499
+
500
+ if (fieldMap.SXNZZZYYT && fieldMap.SXNZZZYYT.sfxs === '1') {
501
+ var _required4 = fieldMap.SXNZZZYYT.sfbt === "1" ? true : false;
502
+ var _editable4 = fieldMap.SXNZZZYYT.sfbj === "1" ? true : false;
503
+ var _label2 = fieldMap.SXNZZZYYT.title;
504
+ dataList.push({
505
+ id: 'sxnzzzyyt',
506
+ title: _label2,
507
+ text: sxnzzzyyt,
508
+ required: _required4,
509
+ isUpload: false,
510
+ render: function render() {
511
+ return _react2.default.createElement(_textareaItem2.default, _extends({
512
+ title: _label2,
513
+ placeholder: '\u8BF7\u8F93\u5165',
514
+ 'data-seed': 'logId',
515
+ rows: 2,
516
+ count: 100,
517
+ editable: _editable4,
518
+ disabled: !_editable4
519
+ }, _this.requiredParams(_required4, 'sxnzzzyyt'), getFieldProps('sxnzzzyyt', {
520
+ initialValue: sxnzzzyyt,
521
+ rules: [{ required: _required4, message: '\u8BF7\u8F93\u5165' + _label2 + '\uFF01' }],
522
+ onChange: function onChange(v) {
523
+ return _this.setState({ sxnzzzyyt: v });
524
+ }
525
+ })));
526
+ }
527
+ });
528
+ }
529
+
530
+ if (fieldMap.BXNSQZYYT && fieldMap.BXNSQZYYT.sfxs === '1') {
531
+ var _required5 = fieldMap.BXNSQZYYT.sfbt === "1" ? true : false;
532
+ var _editable5 = fieldMap.BXNSQZYYT.sfbj === "1" ? true : false;
533
+ var _label3 = fieldMap.BXNSQZYYT.title;
534
+ dataList.push({
535
+ id: 'bxnsqzyyt',
536
+ title: _label3,
537
+ text: bxnsqzyyt,
538
+ required: _required5,
539
+ isUpload: false,
540
+ render: function render() {
541
+ return _react2.default.createElement(_textareaItem2.default, _extends({
542
+ title: _label3,
543
+ placeholder: '\u8BF7\u8F93\u5165',
544
+ 'data-seed': 'logId',
545
+ rows: 2,
546
+ count: 100,
547
+ editable: _editable5,
548
+ disabled: !_editable5
549
+ }, _this.requiredParams(_required5, 'bxnsqzyyt'), getFieldProps('bxnsqzyyt', {
550
+ initialValue: bxnsqzyyt,
551
+ rules: [{ required: _required5, message: '\u8BF7\u8F93\u5165' + _label3 + '\uFF01' }],
552
+ onChange: function onChange(v) {
553
+ return _this.setState({ bxnsqzyyt: v });
554
+ }
555
+ })));
556
+ }
557
+ });
558
+ }
559
+
560
+ if (fieldMap.SQLY && fieldMap.SQLY.sfxs === '1') {
561
+ var _required6 = fieldMap.SQLY.sfbt === "1" ? true : false;
562
+ var _editable6 = fieldMap.SQLY.sfbj === "1" ? true : false;
563
+ var _label4 = fieldMap.SQLY.title;
564
+ dataList.push({
565
+ id: 'sqly',
566
+ title: _label4,
567
+ text: sqly,
568
+ required: _required6,
569
+ isUpload: false,
570
+ render: function render() {
571
+ return _react2.default.createElement(_textareaItem2.default, _extends({
572
+ title: _label4,
573
+ placeholder: '\u8BF7\u8F93\u5165',
574
+ 'data-seed': 'logId',
575
+ rows: 2,
576
+ count: 200,
577
+ editable: _editable6,
578
+ disabled: !_editable6
579
+ }, _this.requiredParams(_required6, 'sqly'), getFieldProps('sqly', {
580
+ initialValue: sqly,
581
+ rules: [{ required: _required6, message: '\u8BF7\u8F93\u5165' + _label4 + '\uFF01' }],
582
+ onChange: function onChange(v) {
583
+ return _this.setState({ sqly: v });
584
+ }
585
+ })));
586
+ }
587
+ });
588
+ }
589
+ if (fieldMap.FJID && fieldMap.FJID.sfxs === '1') {
590
+ var _required7 = fieldMap.FJID.sfbt === "1" ? true : false;
591
+ var _editable7 = fieldMap.FJID.sfbj === "1" ? true : false;
592
+ var _label5 = fieldMap.FJID.title;
593
+ dataList.push({
594
+ id: 'fjid',
595
+ title: _label5,
596
+ text: fjid,
597
+ required: _required7,
598
+ isUpload: true,
599
+ render: function render() {
600
+ return _react2.default.createElement(
601
+ _list2.default.Item,
602
+ _this.requiredParams(_required7, 'fjid'),
603
+ _react2.default.createElement(
604
+ 'label',
605
+ { className: (0, _classnames2.default)({ 'nh-dynamic-form-disabled': !_editable7 }) },
606
+ _label5
607
+ ),
608
+ _react2.default.createElement(_index2.default, _extends({
609
+ serviceMark: 'sm-student-grant',
610
+ moduleName: '助学金',
611
+ isEdit: _this.props.isEdit && _editable7,
612
+ numberOfLimit: 10,
613
+ numberOfSize: 5
614
+ }, getFieldProps('fjid', {
615
+ initialValue: fjid,
616
+ rules: [{ required: _required7, message: '请上传附件' }]
617
+ })))
618
+ );
619
+ },
620
+ renderView: function renderView() {
621
+ return _react2.default.createElement(_index2.default, {
622
+ serviceMark: 'sm-student-grant',
623
+ moduleName: '助学金',
624
+ isEdit: false,
625
+ value: fjid
626
+ });
627
+ }
628
+ });
629
+ }
630
+ return dataList;
631
+ };
632
+
633
+ _this.state = {
634
+ mxsm: 1, //明细数目
635
+ mxid: undefined, //明细id
636
+ djmc: undefined, //等级名称
637
+ sfgdje: undefined, //是否固定金额
638
+ gdjj: undefined, //固定奖金
639
+ zdjj: 0, //最大奖金
640
+ zxjj: 0, //最小奖金
641
+ pjzqdm: undefined, //评奖周期代码
642
+ pjzq: undefined, //评奖周期
643
+ sffdj: undefined, //是否分等级
644
+
645
+ fjid: undefined,
646
+ sqly: undefined,
647
+ je: undefined,
648
+ djxx: [], //等级信息,用于存有多个等级的情况
649
+ mxidxx: [], //分等级情况下,记录下所有的mxid
650
+ gdjjxx: [], //分等级情况下,记录下所有的固定金额,跟mxidxx对应
651
+ gdjjBydj: undefined, //用于分等级情况下,根据不同等级显示不同金额
652
+ sxnszje: undefined, //上学年受助金额
653
+ sxnzzzyyt: undefined, //上学年资助主要用途
654
+ bxnsqzyyt: undefined //本学年资助主要用途
655
+ };
656
+
657
+ return _this;
658
+ }
659
+
660
+ _createClass(EditInitForm, [{
661
+ key: 'calcSapan',
662
+
663
+
664
+ //计算span跨度
665
+ value: function calcSapan(fieldMapList) {
666
+ var totalSpan = 0; // 到目前为止的所有列数
667
+ var hasUseSpan = void 0; // 当前行已使用的列数
668
+ fieldMapList.map(function (item, index) {
669
+ var span = item.span;
670
+ hasUseSpan = totalSpan % 3;
671
+ if (3 - hasUseSpan < span) {
672
+ fieldMapList[index - 1].span += 3 - hasUseSpan;
673
+ totalSpan += 3 - hasUseSpan;
674
+ }
675
+ totalSpan += span;
676
+ });
677
+ return fieldMapList;
678
+ }
679
+
680
+ //改变等级
681
+
682
+
683
+ //步进器改变
684
+
685
+ }, {
686
+ key: 'render',
687
+ value: function render() {
688
+ var _props = this.props,
689
+ form = _props.form,
690
+ isEdit = _props.isEdit,
691
+ fieldMap = _props.fieldMap,
692
+ title = _props.title;
693
+
694
+ var dataList = this.getDataList(fieldMap);
695
+ if (isEdit) {
696
+ return _react2.default.createElement(
697
+ 'form',
698
+ null,
699
+ _react2.default.createElement(
700
+ _list2.default,
701
+ { renderHeader: function renderHeader() {
702
+ return title;
703
+ } },
704
+ dataList.map(function (item, index) {
705
+ return _react2.default.createElement(
706
+ 'div',
707
+ { key: index, className: (0, _classnames2.default)('nh-dynamic-list-item', { 'nh-dynamic-required': item.required }) },
708
+ item.render !== undefined ? item.render() : null
709
+ );
710
+ })
711
+ ),
712
+ _react2.default.createElement(_whiteSpace2.default, { size: 'lg' })
713
+ );
714
+ }
715
+ return _react2.default.createElement(
716
+ 'div',
717
+ null,
718
+ _react2.default.createElement(
719
+ _card2.default,
720
+ { full: true },
721
+ _react2.default.createElement(_card2.default.Header, {
722
+ title: _react2.default.createElement(
723
+ 'div',
724
+ { style: { borderLeft: '3px solid #1890ff', paddingLeft: '10px' } },
725
+ title
726
+ )
727
+ }),
728
+ _react2.default.createElement(
729
+ _card2.default.Body,
730
+ null,
731
+ dataList.map(function (item, index) {
732
+ if (item.isUpload) {
733
+ return _react2.default.createElement(
734
+ 'div',
735
+ { key: index },
736
+ _react2.default.createElement(
737
+ 'font',
738
+ { color: 'grey' },
739
+ item.title,
740
+ '\uFF1A '
741
+ ),
742
+ item.renderView()
743
+ );
744
+ }
745
+ return _react2.default.createElement(
746
+ 'div',
747
+ null,
748
+ _react2.default.createElement(
749
+ 'font',
750
+ { color: 'grey' },
751
+ item.title,
752
+ '\uFF1A '
753
+ ),
754
+ item.text,
755
+ _react2.default.createElement('br', null)
756
+ );
757
+ })
758
+ )
759
+ ),
760
+ _react2.default.createElement(_whiteSpace2.default, { size: 'lg' })
761
+ );
762
+ }
763
+ }]);
764
+
765
+ return EditInitForm;
766
+ }(_react2.default.Component);
767
+
768
+ var EditForm = (0, _rcForm.createForm)()(EditInitForm);
769
+ exports.default = EditForm;