json4.js 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004
  1. export default {
  2. "list": [
  3. {
  4. "type": "steps",
  5. "icon": "icon-m-buzhou",
  6. "options": {
  7. "defaultValue": 0,
  8. "customClass": "",
  9. "labelWidth": 100,
  10. "isLabelWidth": false,
  11. "hideLabel": true,
  12. "hidden": false,
  13. "dataBind": false,
  14. "steps": [
  15. {
  16. "title": "填写转账信息"
  17. },
  18. {
  19. "title": "确认转账信息"
  20. },
  21. {
  22. "title": "完成"
  23. }
  24. ],
  25. "props": {
  26. "title": "title",
  27. "description": "description"
  28. },
  29. "remote": false,
  30. "width": "",
  31. "direction": "horizontal",
  32. "processStatus": "process",
  33. "finishStatus": "success",
  34. "alignCenter": false,
  35. "simple": true,
  36. "remoteFunc": "func_0sql5mmm",
  37. "remoteOption": "option_0sql5mmm",
  38. "tableColumn": false
  39. },
  40. "events": {
  41. "onChange": ""
  42. },
  43. "name": "Steps",
  44. "key": "0sql5mmm",
  45. "model": "active",
  46. "rules": []
  47. },
  48. {
  49. "type": "grid",
  50. "icon": "icon-RectangleCopy",
  51. "columns": [
  52. {
  53. "type": "col",
  54. "options": {
  55. "span": 12,
  56. "offset": 3,
  57. "push": 0,
  58. "pull": 0,
  59. "xs": 18,
  60. "sm": 18,
  61. "md": 18,
  62. "lg": 12,
  63. "xl": 12,
  64. "customClass": ""
  65. },
  66. "list": [
  67. {
  68. "type": "select",
  69. "icon": "icon-select",
  70. "options": {
  71. "defaultValue": "",
  72. "multiple": false,
  73. "disabled": false,
  74. "clearable": false,
  75. "placeholder": "成都乐冠科技有限公司",
  76. "required": true,
  77. "requiredMessage": "请选择付款账户",
  78. "validatorCheck": false,
  79. "validator": "",
  80. "showLabel": false,
  81. "width": "400px",
  82. "options": [
  83. {
  84. "value": "成都乐冠科技有限公司"
  85. }
  86. ],
  87. "remote": false,
  88. "remoteType": "datasource",
  89. "remoteOption": "option_mgth37pb",
  90. "filterable": false,
  91. "remoteOptions": [],
  92. "props": {
  93. "value": "value",
  94. "label": "label"
  95. },
  96. "remoteFunc": "func_mgth37pb",
  97. "customClass": "",
  98. "labelWidth": 200,
  99. "isLabelWidth": false,
  100. "hidden": false,
  101. "dataBind": true,
  102. "tableColumn": false,
  103. "subform": false
  104. },
  105. "events": {
  106. "onChange": "",
  107. "onFocus": "",
  108. "onBlur": ""
  109. },
  110. "name": "付款账户",
  111. "key": "mgth37pb",
  112. "model": "pay1",
  113. "rules": [
  114. {
  115. "required": true,
  116. "message": "请选择付款账户"
  117. }
  118. ],
  119. "novalid": {}
  120. },
  121. {
  122. "type": "group",
  123. "icon": "icon-fenzu",
  124. "options": {
  125. "defaultValue": {},
  126. "customClass": "margin-bottom-0",
  127. "labelWidth": 100,
  128. "isLabelWidth": false,
  129. "hidden": false,
  130. "dataBind": true,
  131. "width": "",
  132. "validatorCheck": false,
  133. "validator": "",
  134. "remoteFunc": "func_g5uqu3qc",
  135. "remoteOption": "option_g5uqu3qc",
  136. "tableColumn": false,
  137. "subform": false
  138. },
  139. "list": [
  140. {
  141. "type": "inline",
  142. "icon": "icon-inlineview",
  143. "options": {
  144. "customClass": "",
  145. "hidden": false,
  146. "spaceSize": 0,
  147. "remoteFunc": "func_5o0zmis7",
  148. "remoteOption": "option_5o0zmis7",
  149. "tableColumn": false,
  150. "subform": false
  151. },
  152. "list": [
  153. {
  154. "type": "select",
  155. "icon": "icon-select",
  156. "options": {
  157. "defaultValue": "支付宝",
  158. "multiple": false,
  159. "disabled": false,
  160. "clearable": false,
  161. "placeholder": "",
  162. "required": true,
  163. "requiredMessage": "",
  164. "validatorCheck": false,
  165. "validator": "",
  166. "showLabel": false,
  167. "width": "120px",
  168. "options": [
  169. {
  170. "value": "支付宝"
  171. },
  172. {
  173. "value": "银行账户"
  174. }
  175. ],
  176. "remote": false,
  177. "remoteType": "datasource",
  178. "remoteOption": "option_qm28b3ol",
  179. "filterable": false,
  180. "remoteOptions": [],
  181. "props": {
  182. "value": "value",
  183. "label": "label"
  184. },
  185. "remoteFunc": "func_qm28b3ol",
  186. "customClass": "",
  187. "labelWidth": 200,
  188. "isLabelWidth": false,
  189. "hidden": false,
  190. "dataBind": true,
  191. "tableColumn": false,
  192. "hideLabel": true
  193. },
  194. "events": {
  195. "onChange": "",
  196. "onFocus": "",
  197. "onBlur": ""
  198. },
  199. "name": "收款账户",
  200. "key": "qm28b3ol",
  201. "model": "payType",
  202. "rules": [
  203. {
  204. "required": true,
  205. "message": " required"
  206. }
  207. ]
  208. },
  209. {
  210. "type": "input",
  211. "icon": "icon-input",
  212. "options": {
  213. "width": "280px",
  214. "defaultValue": "",
  215. "required": true,
  216. "requiredMessage": "请输入收款账户",
  217. "dataType": "",
  218. "dataTypeCheck": false,
  219. "dataTypeMessage": "",
  220. "pattern": "",
  221. "patternCheck": false,
  222. "patternMessage": "",
  223. "validatorCheck": false,
  224. "validator": "",
  225. "placeholder": "",
  226. "customClass": "",
  227. "disabled": false,
  228. "labelWidth": 100,
  229. "isLabelWidth": false,
  230. "hidden": false,
  231. "dataBind": true,
  232. "showPassword": false,
  233. "remoteFunc": "func_jhev9r3g",
  234. "remoteOption": "option_jhev9r3g",
  235. "hideLabel": true
  236. },
  237. "events": {
  238. "onChange": "",
  239. "onFocus": "",
  240. "onBlur": ""
  241. },
  242. "name": "Input",
  243. "key": "jhev9r3g",
  244. "model": "pay2",
  245. "rules": [
  246. {
  247. "required": true,
  248. "message": "请输入收款账户"
  249. }
  250. ]
  251. }
  252. ],
  253. "name": "Inline",
  254. "key": "5o0zmis7",
  255. "model": "inline_5o0zmis7",
  256. "rules": [],
  257. "novalid": {}
  258. }
  259. ],
  260. "name": "收款账户",
  261. "novalid": {},
  262. "key": "g5uqu3qc",
  263. "model": "group1",
  264. "rules": []
  265. },
  266. {
  267. "type": "input",
  268. "icon": "icon-input",
  269. "options": {
  270. "width": "400px",
  271. "defaultValue": "",
  272. "required": true,
  273. "requiredMessage": "请输入收款人姓名",
  274. "dataType": "",
  275. "dataTypeCheck": false,
  276. "dataTypeMessage": "",
  277. "pattern": "",
  278. "patternCheck": false,
  279. "patternMessage": "",
  280. "validatorCheck": false,
  281. "validator": "",
  282. "placeholder": "",
  283. "customClass": "",
  284. "disabled": false,
  285. "labelWidth": 200,
  286. "isLabelWidth": false,
  287. "hidden": false,
  288. "dataBind": true,
  289. "showPassword": false,
  290. "remoteFunc": "func_x0q0elxr",
  291. "remoteOption": "option_x0q0elxr",
  292. "tableColumn": false,
  293. "subform": false
  294. },
  295. "events": {
  296. "onChange": "",
  297. "onFocus": "",
  298. "onBlur": ""
  299. },
  300. "name": "收款人姓名",
  301. "key": "x0q0elxr",
  302. "model": "name",
  303. "rules": [
  304. {
  305. "required": true,
  306. "message": "请输入收款人姓名"
  307. }
  308. ],
  309. "novalid": {}
  310. },
  311. {
  312. "type": "group",
  313. "icon": "icon-fenzu",
  314. "options": {
  315. "defaultValue": {},
  316. "customClass": "",
  317. "labelWidth": 100,
  318. "isLabelWidth": false,
  319. "hidden": false,
  320. "dataBind": true,
  321. "width": "",
  322. "validatorCheck": false,
  323. "validator": "",
  324. "remoteFunc": "func_hppbcg1z",
  325. "remoteOption": "option_hppbcg1z",
  326. "tableColumn": false,
  327. "subform": false
  328. },
  329. "list": [
  330. {
  331. "type": "inline",
  332. "icon": "icon-inlineview",
  333. "options": {
  334. "customClass": "",
  335. "hidden": false,
  336. "spaceSize": 10,
  337. "remoteFunc": "func_jwgxq5gi",
  338. "remoteOption": "option_jwgxq5gi",
  339. "tableColumn": false,
  340. "subform": false
  341. },
  342. "list": [
  343. {
  344. "type": "text",
  345. "icon": "icon-wenzishezhi-",
  346. "options": {
  347. "defaultValue": "¥",
  348. "customClass": "",
  349. "labelWidth": 200,
  350. "isLabelWidth": false,
  351. "hidden": false,
  352. "dataBind": false,
  353. "required": true,
  354. "remoteFunc": "func_b8d8hcgm",
  355. "remoteOption": "option_b8d8hcgm",
  356. "hideLabel": true
  357. },
  358. "events": {
  359. "onChange": ""
  360. },
  361. "name": "转账金额",
  362. "key": "b8d8hcgm",
  363. "model": "text_b8d8hcgm",
  364. "rules": [
  365. {
  366. "required": true,
  367. "message": " required"
  368. }
  369. ]
  370. },
  371. {
  372. "type": "number",
  373. "icon": "icon-number",
  374. "options": {
  375. "width": "380px",
  376. "required": true,
  377. "requiredMessage": "请输入转账金额",
  378. "validatorCheck": false,
  379. "validator": "",
  380. "defaultValue": 500,
  381. "min": 0,
  382. "max": 9999999,
  383. "step": 1,
  384. "disabled": false,
  385. "controls": false,
  386. "controlsPosition": "right",
  387. "customClass": "custom-price",
  388. "labelWidth": 100,
  389. "isLabelWidth": false,
  390. "hidden": false,
  391. "dataBind": true,
  392. "precision": 0,
  393. "remoteFunc": "func_v8ep5n8t",
  394. "remoteOption": "option_v8ep5n8t",
  395. "hideLabel": true
  396. },
  397. "events": {
  398. "onChange": "",
  399. "onFocus": "",
  400. "onBlur": ""
  401. },
  402. "name": "Number",
  403. "key": "v8ep5n8t",
  404. "model": "amount",
  405. "rules": [
  406. {
  407. "required": true,
  408. "message": "请输入转账金额"
  409. }
  410. ]
  411. }
  412. ],
  413. "name": "Inline",
  414. "key": "jwgxq5gi",
  415. "model": "inline_jwgxq5gi",
  416. "rules": [],
  417. "novalid": {}
  418. }
  419. ],
  420. "name": "转账金额",
  421. "novalid": {},
  422. "key": "hppbcg1z",
  423. "model": "group2",
  424. "rules": []
  425. },
  426. {
  427. "type": "inline",
  428. "icon": "icon-inlineview",
  429. "options": {
  430. "customClass": "",
  431. "hidden": false,
  432. "spaceSize": 10,
  433. "remoteFunc": "func_43401zc9",
  434. "remoteOption": "option_43401zc9",
  435. "tableColumn": false,
  436. "subform": false,
  437. "flex": true,
  438. "flexJustify": "center"
  439. },
  440. "list": [
  441. {
  442. "type": "button",
  443. "icon": "icon-button",
  444. "options": {
  445. "customClass": "",
  446. "disabled": false,
  447. "labelWidth": 200,
  448. "isLabelWidth": false,
  449. "hideLabel": true,
  450. "hidden": false,
  451. "dataBind": false,
  452. "buttonSize": "default",
  453. "buttonType": "primary",
  454. "buttonPlain": false,
  455. "buttonRound": false,
  456. "buttonCircle": false,
  457. "buttonName": "下一步",
  458. "width": "",
  459. "remoteFunc": "func_tru2lvy5",
  460. "remoteOption": "option_tru2lvy5",
  461. "tableColumn": false,
  462. "subform": false
  463. },
  464. "events": {
  465. "onClick": "lb4rpfcf"
  466. },
  467. "name": "",
  468. "key": "tru2lvy5",
  469. "model": "button_tru2lvy5",
  470. "rules": [],
  471. "novalid": {}
  472. }
  473. ],
  474. "name": "Inline",
  475. "novalid": {},
  476. "key": "43401zc9",
  477. "model": "inline_43401zc9",
  478. "rules": []
  479. }
  480. ],
  481. "key": "l067xchm",
  482. "rules": []
  483. }
  484. ],
  485. "options": {
  486. "gutter": 0,
  487. "justify": "start",
  488. "align": "top",
  489. "customClass": "",
  490. "hidden": false,
  491. "flex": true,
  492. "responsive": true,
  493. "remoteFunc": "func_l9eld1cc",
  494. "remoteOption": "option_l9eld1cc",
  495. "tableColumn": false,
  496. "subform": false
  497. },
  498. "name": "Grid",
  499. "key": "l9eld1cc",
  500. "model": "step_1",
  501. "rules": []
  502. },
  503. {
  504. "type": "grid",
  505. "icon": "icon-RectangleCopy",
  506. "columns": [
  507. {
  508. "type": "col",
  509. "options": {
  510. "span": 12,
  511. "offset": 3,
  512. "push": 0,
  513. "pull": 0,
  514. "xs": 18,
  515. "sm": 12,
  516. "md": 18,
  517. "lg": 12,
  518. "xl": 12,
  519. "customClass": ""
  520. },
  521. "list": [
  522. {
  523. "type": "alert",
  524. "icon": "icon-jinggaotishi",
  525. "options": {
  526. "hidden": false,
  527. "title": "确认转账后,资金将直接打入对方账户,无法退回",
  528. "type": "info",
  529. "description": "",
  530. "closable": true,
  531. "center": false,
  532. "showIcon": true,
  533. "effect": "light",
  534. "width": "",
  535. "remoteFunc": "func_wrdvl0de",
  536. "remoteOption": "option_wrdvl0de",
  537. "tableColumn": false
  538. },
  539. "name": "Alert",
  540. "novalid": {},
  541. "key": "wrdvl0de",
  542. "model": "alert_wrdvl0de",
  543. "rules": []
  544. },
  545. {
  546. "type": "text",
  547. "icon": "icon-wenzishezhi-",
  548. "options": {
  549. "defaultValue": "",
  550. "customClass": "",
  551. "labelWidth": 200,
  552. "isLabelWidth": false,
  553. "hidden": false,
  554. "dataBind": true,
  555. "required": false,
  556. "remoteFunc": "func_iz4c149d",
  557. "remoteOption": "option_iz4c149d",
  558. "tableColumn": false
  559. },
  560. "events": {
  561. "onChange": ""
  562. },
  563. "name": "付款账号",
  564. "novalid": {},
  565. "key": "iz4c149d",
  566. "model": "pay1",
  567. "rules": []
  568. },
  569. {
  570. "type": "text",
  571. "icon": "icon-wenzishezhi-",
  572. "options": {
  573. "defaultValue": "",
  574. "customClass": "",
  575. "labelWidth": 200,
  576. "isLabelWidth": false,
  577. "hidden": false,
  578. "dataBind": true,
  579. "required": false,
  580. "remoteFunc": "func_iz4c149d",
  581. "remoteOption": "option_iz4c149d",
  582. "tableColumn": false
  583. },
  584. "events": {
  585. "onChange": ""
  586. },
  587. "name": "收款账户",
  588. "novalid": {},
  589. "key": "im6agbtw",
  590. "model": "pay2",
  591. "rules": []
  592. },
  593. {
  594. "type": "text",
  595. "icon": "icon-wenzishezhi-",
  596. "options": {
  597. "defaultValue": "",
  598. "customClass": "",
  599. "labelWidth": 200,
  600. "isLabelWidth": false,
  601. "hidden": false,
  602. "dataBind": true,
  603. "required": false,
  604. "remoteFunc": "func_iz4c149d",
  605. "remoteOption": "option_iz4c149d",
  606. "tableColumn": false
  607. },
  608. "events": {
  609. "onChange": ""
  610. },
  611. "name": "收款人姓名",
  612. "novalid": {},
  613. "key": "zn3fypt3",
  614. "model": "name",
  615. "rules": []
  616. },
  617. {
  618. "type": "html",
  619. "icon": "icon-html",
  620. "options": {
  621. "defaultValue": "",
  622. "labelWidth": 200,
  623. "isLabelWidth": false,
  624. "hidden": false,
  625. "dataBind": true,
  626. "required": true,
  627. "remoteFunc": "func_5s5gice5",
  628. "remoteOption": "option_5s5gice5",
  629. "tableColumn": false
  630. },
  631. "events": {
  632. "onChange": ""
  633. },
  634. "name": "转账金额",
  635. "novalid": {},
  636. "key": "5s5gice5",
  637. "model": "amountStr",
  638. "rules": [
  639. {
  640. "required": true,
  641. "message": " required"
  642. }
  643. ]
  644. },
  645. {
  646. "type": "divider",
  647. "icon": "icon-fengexian",
  648. "options": {
  649. "hidden": false,
  650. "contentPosition": "left",
  651. "remoteFunc": "func_tz5cwvnx",
  652. "remoteOption": "option_tz5cwvnx",
  653. "tableColumn": false
  654. },
  655. "name": "",
  656. "novalid": {},
  657. "key": "tz5cwvnx",
  658. "model": "divider_tz5cwvnx",
  659. "rules": []
  660. },
  661. {
  662. "type": "input",
  663. "icon": "icon-input",
  664. "options": {
  665. "width": "400px",
  666. "defaultValue": "",
  667. "required": true,
  668. "requiredMessage": "需要支付密码才能进行支付",
  669. "dataType": "",
  670. "dataTypeCheck": false,
  671. "dataTypeMessage": "",
  672. "pattern": "",
  673. "patternCheck": false,
  674. "patternMessage": "",
  675. "validatorCheck": false,
  676. "validator": "",
  677. "placeholder": "",
  678. "customClass": "",
  679. "disabled": false,
  680. "labelWidth": 200,
  681. "isLabelWidth": false,
  682. "hidden": false,
  683. "dataBind": true,
  684. "showPassword": true,
  685. "remoteFunc": "func_m9taj6kd",
  686. "remoteOption": "option_m9taj6kd",
  687. "tableColumn": false
  688. },
  689. "events": {
  690. "onChange": "",
  691. "onFocus": "",
  692. "onBlur": ""
  693. },
  694. "name": "支付密码",
  695. "novalid": {},
  696. "key": "m9taj6kd",
  697. "model": "payPassword",
  698. "rules": [
  699. {
  700. "required": true,
  701. "message": "需要支付密码才能进行支付"
  702. }
  703. ]
  704. },
  705. {
  706. "type": "inline",
  707. "icon": "icon-inlineview",
  708. "options": {
  709. "customClass": "center-btn",
  710. "hidden": false,
  711. "spaceSize": 10,
  712. "remoteFunc": "func_f6uqaw67",
  713. "remoteOption": "option_f6uqaw67",
  714. "tableColumn": false,
  715. "flex": true,
  716. "flexJustify": "center"
  717. },
  718. "list": [
  719. {
  720. "type": "button",
  721. "icon": "icon-button",
  722. "options": {
  723. "customClass": "",
  724. "disabled": false,
  725. "labelWidth": 200,
  726. "isLabelWidth": false,
  727. "hideLabel": true,
  728. "hidden": false,
  729. "dataBind": false,
  730. "buttonSize": "default",
  731. "buttonType": "primary",
  732. "buttonPlain": false,
  733. "buttonRound": false,
  734. "buttonCircle": false,
  735. "buttonName": "提交",
  736. "width": "",
  737. "remoteFunc": "func_ugrxnaeh",
  738. "remoteOption": "option_ugrxnaeh"
  739. },
  740. "events": {
  741. "onClick": "5ce8jb6n"
  742. },
  743. "name": "",
  744. "key": "ugrxnaeh",
  745. "model": "button_ugrxnaeh",
  746. "rules": []
  747. },
  748. {
  749. "type": "button",
  750. "icon": "icon-button",
  751. "options": {
  752. "customClass": "",
  753. "disabled": false,
  754. "labelWidth": 100,
  755. "isLabelWidth": false,
  756. "hideLabel": true,
  757. "hidden": false,
  758. "dataBind": false,
  759. "buttonSize": "default",
  760. "buttonType": "",
  761. "buttonPlain": false,
  762. "buttonRound": false,
  763. "buttonCircle": false,
  764. "buttonName": "上一步",
  765. "width": "",
  766. "remoteFunc": "func_sqy0gmql",
  767. "remoteOption": "option_sqy0gmql"
  768. },
  769. "events": {
  770. "onClick": "353eaiz6"
  771. },
  772. "name": "Button",
  773. "key": "sqy0gmql",
  774. "model": "button_sqy0gmql",
  775. "rules": []
  776. }
  777. ],
  778. "name": "Inline",
  779. "novalid": {},
  780. "key": "f6uqaw67",
  781. "model": "inline_f6uqaw67",
  782. "rules": []
  783. }
  784. ],
  785. "key": "yyoa0wfv",
  786. "rules": []
  787. }
  788. ],
  789. "options": {
  790. "gutter": 0,
  791. "justify": "start",
  792. "align": "top",
  793. "customClass": "",
  794. "hidden": true,
  795. "flex": true,
  796. "responsive": true,
  797. "remoteFunc": "func_zur3zvel",
  798. "remoteOption": "option_zur3zvel",
  799. "tableColumn": false
  800. },
  801. "name": "Grid",
  802. "key": "zur3zvel",
  803. "model": "step_2",
  804. "rules": []
  805. },
  806. {
  807. "type": "grid",
  808. "icon": "icon-RectangleCopy",
  809. "columns": [
  810. {
  811. "type": "col",
  812. "options": {
  813. "span": 12,
  814. "offset": 0,
  815. "push": 0,
  816. "pull": 0,
  817. "xs": 24,
  818. "sm": 12,
  819. "md": 24,
  820. "lg": 12,
  821. "xl": 12,
  822. "customClass": ""
  823. },
  824. "list": [
  825. {
  826. "type": "component",
  827. "icon": "icon-component",
  828. "options": {
  829. "customClass": "",
  830. "labelWidth": 100,
  831. "isLabelWidth": false,
  832. "hidden": false,
  833. "dataBind": true,
  834. "template": "<el-result\n icon=\"success\"\n title=\"操作成功\"\n sub-title=\"预计两小时到账\"\n>\n</el-result>",
  835. "required": false,
  836. "pattern": "",
  837. "validator": "",
  838. "remoteFunc": "func_ru3fkfdn",
  839. "remoteOption": "option_ru3fkfdn",
  840. "tableColumn": false,
  841. "hideLabel": true
  842. },
  843. "events": {
  844. "onChange": ""
  845. },
  846. "name": "Component",
  847. "novalid": {},
  848. "key": "ru3fkfdn",
  849. "model": "component_ru3fkfdn",
  850. "rules": []
  851. },
  852. {
  853. "type": "inline",
  854. "icon": "icon-inlineview",
  855. "options": {
  856. "customClass": "center-btn",
  857. "hidden": false,
  858. "spaceSize": 10,
  859. "remoteFunc": "func_r2o99725",
  860. "remoteOption": "option_r2o99725",
  861. "tableColumn": false,
  862. "flex": true,
  863. "flexJustify": "center"
  864. },
  865. "list": [
  866. {
  867. "type": "button",
  868. "icon": "icon-button",
  869. "options": {
  870. "customClass": "",
  871. "disabled": false,
  872. "labelWidth": 100,
  873. "isLabelWidth": false,
  874. "hideLabel": true,
  875. "hidden": false,
  876. "dataBind": false,
  877. "buttonSize": "default",
  878. "buttonType": "primary",
  879. "buttonPlain": false,
  880. "buttonRound": false,
  881. "buttonCircle": false,
  882. "buttonName": "再转一笔",
  883. "width": "",
  884. "remoteFunc": "func_dgtsrv0w",
  885. "remoteOption": "option_dgtsrv0w"
  886. },
  887. "events": {
  888. "onClick": "8253fxri"
  889. },
  890. "name": "Button",
  891. "key": "dgtsrv0w",
  892. "model": "button_dgtsrv0w",
  893. "rules": []
  894. },
  895. {
  896. "type": "button",
  897. "icon": "icon-button",
  898. "options": {
  899. "customClass": "",
  900. "disabled": false,
  901. "labelWidth": 100,
  902. "isLabelWidth": false,
  903. "hideLabel": true,
  904. "hidden": false,
  905. "dataBind": false,
  906. "buttonSize": "default",
  907. "buttonType": "",
  908. "buttonPlain": false,
  909. "buttonRound": false,
  910. "buttonCircle": false,
  911. "buttonName": "查看账单",
  912. "width": "",
  913. "remoteFunc": "func_dgtsrv0w",
  914. "remoteOption": "option_dgtsrv0w"
  915. },
  916. "events": {
  917. "onClick": ""
  918. },
  919. "name": "Button",
  920. "key": "vxj2052i",
  921. "model": "button_vxj2052i",
  922. "rules": []
  923. }
  924. ],
  925. "name": "Inline",
  926. "novalid": {},
  927. "key": "r2o99725",
  928. "model": "inline_r2o99725",
  929. "rules": []
  930. }
  931. ],
  932. "key": "kp5zft8f",
  933. "rules": []
  934. }
  935. ],
  936. "options": {
  937. "gutter": 0,
  938. "justify": "start",
  939. "align": "top",
  940. "customClass": "",
  941. "hidden": true,
  942. "flex": true,
  943. "responsive": true,
  944. "remoteFunc": "func_ipv83tbx",
  945. "remoteOption": "option_ipv83tbx",
  946. "tableColumn": false
  947. },
  948. "name": "Grid",
  949. "key": "ipv83tbx",
  950. "model": "step_3",
  951. "rules": []
  952. }
  953. ],
  954. "config": {
  955. "labelWidth": 110,
  956. "labelPosition": "right",
  957. "size": "default",
  958. "customClass": "",
  959. "ui": "element",
  960. "layout": "horizontal",
  961. "labelCol": 6,
  962. "width": "760px",
  963. "styleSheets": ".custom-price .el-input__inner{\n text-align: left;\n}\n\n.center-btn{\n display: flex;\n justify-content: center;\n}\n\n.margin-bottom-0 {\n margin-bottom: 0 !important;\n}\n\n.reuqired-label .el-form-item__label::before{\n content: \"*\";\n color: var(--el-color-danger);\n margin-right: 4px;\n}",
  964. "eventScript": [
  965. {
  966. "key": "refresh",
  967. "name": "refresh",
  968. "func": ""
  969. },
  970. {
  971. "key": "onFormChange",
  972. "name": "onFormChange",
  973. "type": "rule"
  974. },
  975. {
  976. "key": "mounted",
  977. "name": "mounted",
  978. "func": ""
  979. },
  980. {
  981. "key": "lb4rpfcf",
  982. "name": "onClick_lb4rpfcf",
  983. "func": "this.getData().then(data => {\n // 显示隐藏表单区域\n this.display(['step_2'])\n this.hide(['step_1'])\n \n this.setData({\n active: 1,\n pay2: data.group1.pay2,\n amountStr: `<h2>${data.group2.amount}元</h2>`\n })\n})"
  984. },
  985. {
  986. "key": "353eaiz6",
  987. "name": "onClick_353eaiz6",
  988. "func": "this.setData({\n active: 0\n})\n\nthis.hide(['step_2'])\nthis.display(['step_1'])"
  989. },
  990. {
  991. "key": "5ce8jb6n",
  992. "name": "onClick_5ce8jb6n",
  993. "func": "this.getData().then(data => {\n this.hide(['step_2'])\n this.display(['step_3'])\n \n this.setData({\n active: 2\n })\n})"
  994. },
  995. {
  996. "key": "8253fxri",
  997. "name": "onClick_8253fxri",
  998. "func": "this.setData({\n active: 0\n})\n\nthis.hide(['step_3'])\nthis.display(['step_1'])\n\nthis.reset()"
  999. }
  1000. ],
  1001. "platform": "pc",
  1002. "labelSuffix": true
  1003. }
  1004. }