01表 计量支付审批单.js 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970
  1. {
  2. "ID_KEY": "DUMMY_BILL_SAMPLE",
  3. "GROUP_KEY": "RPT_01表 计量支付审批单_SAMPLE_TPL",
  4. "主信息": {
  5. "单位": "厘米",
  6. "版本": {
  7. "主版本": "3",
  8. "功能版本": "0"
  9. },
  10. "页边距": {
  11. "Top": "1.0",
  12. "Left": "1.0",
  13. "Right": "1.0",
  14. "Bottom": "1.0"
  15. },
  16. "报表名称": "01表 计量支付审批单",
  17. "打印页面_信息": {
  18. "方向": "PORTRAIT",
  19. "页规格": "A4"
  20. }
  21. },
  22. "布局框_集合": [
  23. {
  24. "Alignment": "Top",
  25. "DisplayType": "EveryPage",
  26. "Height": "2",
  27. "Name": "TitleBand",
  28. "control": "Default",
  29. "style": "Default_None",
  30. "MergeBorder": "F"
  31. },
  32. {
  33. "Alignment": "Top",
  34. "DisplayType": "EveryPage",
  35. "Height": "1.5",
  36. "Name": "HeaderBand",
  37. "control": "Default",
  38. "style": "Default_None",
  39. "MergeBorder": "F"
  40. },
  41. {
  42. "Alignment": "Bottom",
  43. "DisplayType": "EveryPage",
  44. "Height": "0.6",
  45. "Name": "FooterBand",
  46. "control": "Default",
  47. "style": "Default_None",
  48. "MergeBorder": "F"
  49. },
  50. {
  51. "Alignment": "Fulfill",
  52. "DisplayType": "EveryPage",
  53. "Name": "Report Body",
  54. "control": "Default",
  55. "style": "BORDER_ALL_AROUND",
  56. "MergeBorder": "T",
  57. "band_s": [
  58. {
  59. "Alignment": "Fulfill",
  60. "DisplayType": "EveryPage",
  61. "Name": "ContentBand",
  62. "control": "Default",
  63. "style": "BORDER_ALL_AROUND",
  64. "MergeBorder": "F"
  65. }
  66. ]
  67. }
  68. ],
  69. "计算式_集合": [
  70. {
  71. "Name": "获取打印时间",
  72. "run_type": "before_paging",
  73. "expression": "let rpt = $JE.P(5001,$CURRENT_RPT);\nlet dt = new Date();\nrpt.Default_Value = dt.Format($ME.format);\nrpt = null;",
  74. "format": "yyyy 年 M 月 dd 日"
  75. },
  76. {
  77. "Name": "获取当前页",
  78. "run_type": "before_output",
  79. "expression": "let ttp = $JE.P(5010,$CURRENT_RPT);\nttp.Default_Value = $ME.format.replace('(%S)',$JE.getCurrentPage($CURRENT_RPT));\nttp = null;",
  80. "format": "第 (%S) 页"
  81. },
  82. {
  83. "Name": "获取总页数",
  84. "run_type": "before_output",
  85. "expression": "let ttp = $JE.P(5011,$CURRENT_RPT);\nttp.Default_Value = $ME.format.replace('(%S)',$JE.getTotalPage($CURRENT_RPT));\nttp = null;",
  86. "format": "共 (%S) 页"
  87. },
  88. {
  89. "Name": "新计算式",
  90. "run_type": "before_paging",
  91. "expression": "let stagePayTypeField=$JE.F(1805,$CURRENT_RPT);\nlet stagePayTpField=$JE.F(1801,$CURRENT_RPT);\n\n\nlet newstagePayTpField=$JE.F(12122,$CURRENT_RPT);\n\nlet fLen1=$JE.getFieldDataLen(stagePayTypeField, $CURRENT_DATA);\n\nfor (let chkIdx = 0; chkIdx < fLen1; chkIdx++){\n\tlet pType = $JE.getFieldValue(stagePayTypeField, $CURRENT_DATA, chkIdx, 0);\n\tif (pType === 2){\n\tlet BQYF=$JE.getFieldValue(stagePayTpField, $CURRENT_DATA, chkIdx, 0);\n\t$JE.setFieldValue(newstagePayTpField, $CURRENT_DATA, 0,BQYF);\n\t\n\tconsole.log(newstagePayTpField);\n\t\n\tbreak;\n\t}\n}",
  92. "format": ""
  93. },
  94. {
  95. "Name": "金额大写",
  96. "run_type": "before_paging",
  97. "expression": "let capF = $JE.F(12123, $CURRENT_RPT), orgF = $JE.F(2703, $CURRENT_RPT);\n $JE.setFieldValue(capF, $CURRENT_DATA, 0, $JE.$STR_UTIL.convertToCaptionNum(parseFloat($JE.getFieldValue(orgF, $CURRENT_DATA, 0, 0)).toFixed(2), true, true));\nconsole.log(capF);\nconsole.log(orgF);",
  98. "format": ""
  99. }
  100. ],
  101. "离散参数_集合": [
  102. {
  103. "ID": "5001",
  104. "Name": "打印时间",
  105. "DataType": "String",
  106. "Default_Value": ""
  107. },
  108. {
  109. "ID": "5010",
  110. "Name": "当前页",
  111. "DataType": "String",
  112. "Default_Value": "第 X 页"
  113. },
  114. {
  115. "ID": "5011",
  116. "Name": "总页数",
  117. "DataType": "String",
  118. "Default_Value": "共 X 页"
  119. }
  120. ],
  121. "账单式表_信息": {
  122. "离散信息": [
  123. {
  124. "BandName": "TitleBand",
  125. "discrete_field_s": [
  126. {
  127. "FieldID": 1103,
  128. "font": "ReportTitle_Vice_2",
  129. "control": "Title",
  130. "style": "Default_None",
  131. "isAutoHeight": false,
  132. "area": {
  133. "Left": 0,
  134. "Right": "100.00",
  135. "Top": 0,
  136. "Bottom": "50",
  137. "H_CalculationType": "percentage",
  138. "V_CalculationType": "percentage"
  139. }
  140. }
  141. ],
  142. "text_s": [
  143. {
  144. "Label": "计量支付审批单",
  145. "font": "ReportTitle_Main",
  146. "control": "Title",
  147. "style": "Default_None",
  148. "Title": "",
  149. "area": {
  150. "Left": 0,
  151. "Right": "100.00",
  152. "Top": "50",
  153. "Bottom": "100",
  154. "H_CalculationType": "percentage",
  155. "V_CalculationType": "percentage"
  156. }
  157. }
  158. ]
  159. },
  160. {
  161. "BandName": "HeaderBand",
  162. "discrete_field_s": [
  163. {
  164. "FieldID": 1134,
  165. "font": "Content",
  166. "control": "Header",
  167. "style": "Default_None",
  168. "Prefix": "施工单位:",
  169. "isAutoHeight": false,
  170. "area": {
  171. "Left": 0,
  172. "Right": "64.76",
  173. "Top": "20",
  174. "Bottom": "60",
  175. "H_CalculationType": "percentage",
  176. "V_CalculationType": "percentage"
  177. }
  178. },
  179. {
  180. "FieldID": 1140,
  181. "font": "Content",
  182. "control": "Header",
  183. "style": "Default_None",
  184. "Prefix": "监理单位:",
  185. "isAutoHeight": false,
  186. "area": {
  187. "Left": 0,
  188. "Right": "64.76",
  189. "Top": "60",
  190. "Bottom": "100",
  191. "H_CalculationType": "percentage",
  192. "V_CalculationType": "percentage"
  193. }
  194. },
  195. {
  196. "FieldID": 1102,
  197. "font": "Content",
  198. "control": "Header",
  199. "style": "Default_None",
  200. "Prefix": "合同号:",
  201. "isAutoHeight": false,
  202. "area": {
  203. "Left": "64.76",
  204. "Right": "100.00",
  205. "Top": "20",
  206. "Bottom": "60",
  207. "H_CalculationType": "percentage",
  208. "V_CalculationType": "percentage"
  209. }
  210. },
  211. {
  212. "FieldID": 1300,
  213. "font": "Content",
  214. "control": "Header",
  215. "style": "Default_None",
  216. "Prefix": "编 号:",
  217. "isAutoHeight": false,
  218. "area": {
  219. "Left": "64.76",
  220. "Right": "100.00",
  221. "Top": "60",
  222. "Bottom": "100",
  223. "H_CalculationType": "percentage",
  224. "V_CalculationType": "percentage"
  225. }
  226. }
  227. ],
  228. "text_s": [
  229. {
  230. "Label": "",
  231. "font": "Header",
  232. "control": "Header",
  233. "style": "Default_None",
  234. "Title": "",
  235. "area": {
  236. "Left": 0,
  237. "Right": 100,
  238. "Top": 0,
  239. "Bottom": "20",
  240. "H_CalculationType": "percentage",
  241. "V_CalculationType": "percentage"
  242. }
  243. }
  244. ]
  245. },
  246. {
  247. "BandName": "ContentBand",
  248. "discrete_field_s": [
  249. {
  250. "FieldID": 12171,
  251. "font": "Content",
  252. "control": "Footer",
  253. "style": "Label_Underline",
  254. "isAutoHeight": false,
  255. "area": {
  256. "Left": "62",
  257. "Right": "77",
  258. "Top": "20.21",
  259. "Bottom": "23.9",
  260. "H_CalculationType": "percentage",
  261. "V_CalculationType": "percentage"
  262. }
  263. },
  264. {
  265. "FieldID": 12172,
  266. "font": "Content",
  267. "control": "Footer",
  268. "style": "Label_Underline",
  269. "isAutoHeight": false,
  270. "area": {
  271. "Left": "62",
  272. "Right": "77",
  273. "Top": "38.91",
  274. "Bottom": "42.61",
  275. "H_CalculationType": "percentage",
  276. "V_CalculationType": "percentage"
  277. }
  278. },
  279. {
  280. "FieldID": 12174,
  281. "font": "Content",
  282. "control": "Footer",
  283. "style": "Label_Underline",
  284. "isAutoHeight": false,
  285. "area": {
  286. "Left": "62",
  287. "Right": "77",
  288. "Top": "57.96",
  289. "Bottom": "61.66",
  290. "H_CalculationType": "percentage",
  291. "V_CalculationType": "percentage"
  292. }
  293. },
  294. {
  295. "FieldID": 12173,
  296. "font": "Content",
  297. "control": "Footer",
  298. "style": "Label_Underline",
  299. "isAutoHeight": false,
  300. "area": {
  301. "Left": "62",
  302. "Right": "77",
  303. "Top": "77.36",
  304. "Bottom": "81.06",
  305. "H_CalculationType": "percentage",
  306. "V_CalculationType": "percentage"
  307. }
  308. },
  309. {
  310. "FieldID": 12175,
  311. "font": "Content",
  312. "control": "Footer",
  313. "style": "Label_Underline",
  314. "isAutoHeight": false,
  315. "area": {
  316. "Left": "62",
  317. "Right": "77",
  318. "Top": "96.3",
  319. "Bottom": "99.9",
  320. "H_CalculationType": "percentage",
  321. "V_CalculationType": "percentage"
  322. }
  323. },
  324. {
  325. "FieldID": 1104,
  326. "font": "Content",
  327. "control": "Column_Left",
  328. "style": "Default_None",
  329. "isAutoHeight": false,
  330. "area": {
  331. "Left": "6",
  332. "Right": 100,
  333. "Top": 0,
  334. "Bottom": "3.23",
  335. "H_CalculationType": "percentage",
  336. "V_CalculationType": "percentage"
  337. }
  338. },
  339. {
  340. "ParamID": 12198,
  341. "font": "Content",
  342. "control": "Column",
  343. "style": "Label_Underline",
  344. "Default_Value": "年 月 日",
  345. "area": {
  346. "Left": "77",
  347. "Right": 100,
  348. "Top": "38.91",
  349. "Bottom": "42.61",
  350. "H_CalculationType": "percentage",
  351. "V_CalculationType": "percentage"
  352. }
  353. }
  354. ],
  355. "text_s": [
  356. {
  357. "Label": "承包人:",
  358. "font": "Content",
  359. "control": "Footer_Right",
  360. "style": "Label_Underline",
  361. "Title": "",
  362. "area": {
  363. "Left": 0,
  364. "Right": "62",
  365. "Top": "20.21",
  366. "Bottom": "23.9",
  367. "H_CalculationType": "percentage",
  368. "V_CalculationType": "percentage"
  369. }
  370. },
  371. {
  372. "Label": "年 月 日",
  373. "font": "Content",
  374. "control": "Column",
  375. "style": "Label_Underline",
  376. "Title": "",
  377. "area": {
  378. "Left": "77",
  379. "Right": "100",
  380. "Top": "20.21",
  381. "Bottom": "23.90",
  382. "H_CalculationType": "percentage",
  383. "V_CalculationType": "percentage"
  384. }
  385. },
  386. {
  387. "Label": "监理员意见:",
  388. "font": "Content",
  389. "control": "Left_Top",
  390. "style": "Label_Top",
  391. "Title": "",
  392. "area": {
  393. "Left": 0,
  394. "Right": "100.00",
  395. "Top": "23.90",
  396. "Bottom": "33.03",
  397. "H_CalculationType": "percentage",
  398. "V_CalculationType": "percentage"
  399. }
  400. },
  401. {
  402. "Label": "签字:",
  403. "font": "Content",
  404. "control": "Footer_Right",
  405. "style": "Label_Underline",
  406. "Title": "",
  407. "area": {
  408. "Left": 0,
  409. "Right": "62",
  410. "Top": "38.91",
  411. "Bottom": "42.61",
  412. "H_CalculationType": "percentage",
  413. "V_CalculationType": "percentage"
  414. }
  415. },
  416. {
  417. "Label": "监理组长意见:",
  418. "font": "Content",
  419. "control": "Left_Top",
  420. "style": "Label_Top",
  421. "Title": "",
  422. "area": {
  423. "Left": 0,
  424. "Right": "100.00",
  425. "Top": "42.61",
  426. "Bottom": "52.19",
  427. "H_CalculationType": "percentage",
  428. "V_CalculationType": "percentage"
  429. }
  430. },
  431. {
  432. "Label": "签字:",
  433. "font": "Content",
  434. "control": "Footer_Right",
  435. "style": "Label_Underline",
  436. "Title": "",
  437. "area": {
  438. "Left": 0,
  439. "Right": "62",
  440. "Top": "57.96",
  441. "Bottom": "61.66",
  442. "H_CalculationType": "percentage",
  443. "V_CalculationType": "percentage"
  444. }
  445. },
  446. {
  447. "Label": "年 月 日",
  448. "font": "Content",
  449. "control": "Column",
  450. "style": "Label_Underline",
  451. "Title": "",
  452. "area": {
  453. "Left": "77",
  454. "Right": "100.00",
  455. "Top": "57.96",
  456. "Bottom": "61.66",
  457. "H_CalculationType": "percentage",
  458. "V_CalculationType": "percentage"
  459. }
  460. },
  461. {
  462. "Label": "业主代表意见:",
  463. "font": "Content",
  464. "control": "Left_Top",
  465. "style": "Label_Top",
  466. "Title": "",
  467. "area": {
  468. "Left": 0,
  469. "Right": "100.00",
  470. "Top": "61.66",
  471. "Bottom": "71.25",
  472. "H_CalculationType": "percentage",
  473. "V_CalculationType": "percentage"
  474. }
  475. },
  476. {
  477. "Label": "签字:",
  478. "font": "Content",
  479. "control": "Footer_Right",
  480. "style": "Label_Underline",
  481. "Title": "",
  482. "area": {
  483. "Left": 0,
  484. "Right": "62",
  485. "Top": "77.36",
  486. "Bottom": "81.06",
  487. "H_CalculationType": "percentage",
  488. "V_CalculationType": "percentage"
  489. }
  490. },
  491. {
  492. "Label": "年 月 日",
  493. "font": "Content",
  494. "control": "Column",
  495. "style": "Label_Underline",
  496. "Title": "",
  497. "area": {
  498. "Left": "77",
  499. "Right": "100.00",
  500. "Top": "77.36",
  501. "Bottom": "81.06",
  502. "H_CalculationType": "percentage",
  503. "V_CalculationType": "percentage"
  504. }
  505. },
  506. {
  507. "Label": "指挥部意见:",
  508. "font": "Content",
  509. "control": "Left_Top",
  510. "style": "Label_Top",
  511. "Title": "",
  512. "area": {
  513. "Left": 0,
  514. "Right": "100.00",
  515. "Top": "81.06",
  516. "Bottom": "90.42",
  517. "H_CalculationType": "percentage",
  518. "V_CalculationType": "percentage"
  519. }
  520. },
  521. {
  522. "Label": "签字:",
  523. "font": "Content",
  524. "control": "Footer_Right",
  525. "style": "Label_Underline",
  526. "Title": "",
  527. "area": {
  528. "Left": 0,
  529. "Right": "62",
  530. "Top": "96.3",
  531. "Bottom": "100",
  532. "H_CalculationType": "percentage",
  533. "V_CalculationType": "percentage"
  534. }
  535. },
  536. {
  537. "Label": "年 月 日",
  538. "font": "Content",
  539. "control": "Column",
  540. "style": "Label_Underline",
  541. "Title": "",
  542. "area": {
  543. "Left": "77",
  544. "Right": "100.00",
  545. "Top": "96.3",
  546. "Bottom": "100.00",
  547. "H_CalculationType": "percentage",
  548. "V_CalculationType": "percentage"
  549. }
  550. },
  551. {
  552. "Label": "致:",
  553. "font": "Content",
  554. "control": "Column_Right",
  555. "style": "Default_None",
  556. "Title": "",
  557. "area": {
  558. "Left": 0,
  559. "Right": "6",
  560. "Top": 0,
  561. "Bottom": "3.23",
  562. "H_CalculationType": "percentage",
  563. "V_CalculationType": "percentage"
  564. }
  565. },
  566. {
  567. "Label": " 根据招标文件和施工条款的规定,本期已完工并验收合格的工程计量款为:",
  568. "font": "Content",
  569. "control": "Header",
  570. "style": "Default_None",
  571. "Title": "",
  572. "area": {
  573. "Left": "5.29",
  574. "Right": "64.76",
  575. "Top": "3.23",
  576. "Bottom": "7.97",
  577. "H_CalculationType": "percentage",
  578. "V_CalculationType": "percentage"
  579. }
  580. },
  581. {
  582. "Label": "",
  583. "font": "Content",
  584. "control": "Content_Left",
  585. "style": "Default_None",
  586. "Title": "",
  587. "area": {
  588. "Left": 0,
  589. "Right": "100.00",
  590. "Top": "13.74",
  591. "Bottom": "20.21",
  592. "H_CalculationType": "percentage",
  593. "V_CalculationType": "percentage"
  594. }
  595. },
  596. {
  597. "Label": "",
  598. "font": "Content",
  599. "control": "Content_Left",
  600. "style": "Default_None",
  601. "Title": "",
  602. "area": {
  603. "Left": "11.00",
  604. "Right": "100.00",
  605. "Top": 0,
  606. "Bottom": "3.23",
  607. "H_CalculationType": "percentage",
  608. "V_CalculationType": "percentage"
  609. }
  610. },
  611. {
  612. "Label": "",
  613. "font": "Content",
  614. "control": "Content_Left",
  615. "style": "Default_None",
  616. "Title": "",
  617. "area": {
  618. "Left": 0,
  619. "Right": "5.29",
  620. "Top": "3.23",
  621. "Bottom": "7.97",
  622. "H_CalculationType": "percentage",
  623. "V_CalculationType": "percentage"
  624. }
  625. },
  626. {
  627. "Label": "元,实际支付金额为:",
  628. "font": "Content",
  629. "control": "Header",
  630. "style": "Default_None",
  631. "Title": "",
  632. "area": {
  633. "Left": "80.08",
  634. "Right": "100.00",
  635. "Top": "3.23",
  636. "Bottom": "7.97",
  637. "H_CalculationType": "percentage",
  638. "V_CalculationType": "percentage"
  639. }
  640. },
  641. {
  642. "Label": "元(大写:",
  643. "font": "Content",
  644. "control": "Header",
  645. "style": "Default_None",
  646. "Title": "",
  647. "area": {
  648. "Left": "12.95",
  649. "Right": "22.98",
  650. "Top": "7.97",
  651. "Bottom": "13.74",
  652. "H_CalculationType": "percentage",
  653. "V_CalculationType": "percentage"
  654. }
  655. },
  656. {
  657. "Label": "",
  658. "font": "Content",
  659. "control": "Default",
  660. "style": "Default_None",
  661. "Title": "",
  662. "area": {
  663. "Left": "62",
  664. "Right": "77",
  665. "Top": "99.9",
  666. "Bottom": 100,
  667. "H_CalculationType": "percentage",
  668. "V_CalculationType": "percentage"
  669. }
  670. },
  671. {
  672. "Label": "",
  673. "font": "Content",
  674. "control": "Default",
  675. "style": "Default_None",
  676. "Title": "",
  677. "area": {
  678. "Left": 0,
  679. "Right": 100,
  680. "Top": "33.03",
  681. "Bottom": "38.91",
  682. "H_CalculationType": "percentage",
  683. "V_CalculationType": "percentage"
  684. }
  685. },
  686. {
  687. "Label": "",
  688. "font": "Content",
  689. "control": "Default",
  690. "style": "Default_None",
  691. "Title": "",
  692. "area": {
  693. "Left": 0,
  694. "Right": 100,
  695. "Top": "52.19",
  696. "Bottom": "57.96",
  697. "H_CalculationType": "percentage",
  698. "V_CalculationType": "percentage"
  699. }
  700. },
  701. {
  702. "Label": "",
  703. "font": "Content",
  704. "control": "Default",
  705. "style": "Default_None",
  706. "Title": "",
  707. "area": {
  708. "Left": 0,
  709. "Right": 100,
  710. "Top": "71.25",
  711. "Bottom": "77.36",
  712. "H_CalculationType": "percentage",
  713. "V_CalculationType": "percentage"
  714. }
  715. },
  716. {
  717. "Label": "",
  718. "font": "Content",
  719. "control": "Default",
  720. "style": "Default_None",
  721. "Title": "",
  722. "area": {
  723. "Left": 0,
  724. "Right": 100,
  725. "Top": "90.42",
  726. "Bottom": "96.3",
  727. "H_CalculationType": "percentage",
  728. "V_CalculationType": "percentage"
  729. }
  730. }
  731. ]
  732. }
  733. ],
  734. "账单式表_数据": {
  735. "BandName": "ContentBand",
  736. "bill_field_s": [
  737. {
  738. "FieldID": 1304,
  739. "font": "Content",
  740. "control": "Title",
  741. "style": "Default_None",
  742. "isAutoHeight": false,
  743. "area": {
  744. "Left": "64.76",
  745. "Right": "80.08",
  746. "Top": "3.23",
  747. "Bottom": "7.97",
  748. "H_CalculationType": "percentage",
  749. "V_CalculationType": "percentage"
  750. }
  751. },
  752. {
  753. "FieldID": 12123,
  754. "font": "Content",
  755. "control": "Column_Left",
  756. "style": "Default_None",
  757. "Suffix": " ),请予审核。",
  758. "isAutoHeight": false,
  759. "area": {
  760. "Left": "22.98",
  761. "Right": "100",
  762. "Top": "7.97",
  763. "Bottom": "13.74",
  764. "H_CalculationType": "percentage",
  765. "V_CalculationType": "percentage"
  766. }
  767. },
  768. {
  769. "FieldID": 2703,
  770. "font": "Content",
  771. "control": "Column",
  772. "style": "Default_None",
  773. "isAutoHeight": false,
  774. "area": {
  775. "Left": 0,
  776. "Right": "12.95",
  777. "Top": "7.97",
  778. "Bottom": "13.74",
  779. "H_CalculationType": "percentage",
  780. "V_CalculationType": "percentage"
  781. }
  782. }
  783. ]
  784. }
  785. },
  786. "指标_数据_映射": {
  787. "离散指标_集合": [
  788. {
  789. "ID": 1103,
  790. "Name": "标段_合同名称",
  791. "DataType": "string",
  792. "TableName": "tender_info",
  793. "mapExpression": "$PROJECT.REPORT.getProperty(\"tender_info\", \"deal_info.dealName\")",
  794. "descr": "",
  795. "Title": "ID: 1103"
  796. },
  797. {
  798. "ID": 1104,
  799. "Name": "标段_建设单位",
  800. "DataType": "string",
  801. "TableName": "tender_info",
  802. "mapExpression": "$PROJECT.REPORT.getProperty(\"tender_info\", \"construction_unit.build.company\")",
  803. "descr": "",
  804. "Title": "ID: 1104"
  805. },
  806. {
  807. "ID": 1134,
  808. "Name": "标段_标段清单_承包单位1_单位名称",
  809. "DataType": "string",
  810. "TableName": "tender_info",
  811. "mapExpression": "$PROJECT.REPORT.getProperty(\"tender_info\", \"construction_unit.contract1.company\")",
  812. "descr": "",
  813. "Title": "ID: 1134"
  814. },
  815. {
  816. "ID": 1140,
  817. "Name": "标段_标段清单_监理单位1_单位名称",
  818. "DataType": "string",
  819. "TableName": "tender_info",
  820. "mapExpression": "$PROJECT.REPORT.getProperty(\"tender_info\", \"construction_unit.supervision1.company\")",
  821. "descr": "",
  822. "Title": "ID: 1140"
  823. },
  824. {
  825. "ID": 1300,
  826. "Name": "期计量信息_期数",
  827. "DataType": "number",
  828. "TableName": "stage",
  829. "mapExpression": "$PROJECT.REPORT.getProperty(\"stage\", \"order\")",
  830. "descr": "",
  831. "Title": "ID: 1300"
  832. },
  833. {
  834. "ID": 1102,
  835. "Name": "标段_合同编号",
  836. "DataType": "string",
  837. "TableName": "tender_info",
  838. "mapExpression": "$PROJECT.REPORT.getProperty(\"tender_info\", \"deal_info.dealCode\")",
  839. "descr": "",
  840. "Title": "ID: 1102"
  841. },
  842. {
  843. "ID": 1104,
  844. "Name": "标段_建设单位",
  845. "DataType": "string",
  846. "TableName": "tender_info",
  847. "mapExpression": "$PROJECT.REPORT.getProperty(\"tender_info\", \"construction_unit.build.company\")",
  848. "descr": "",
  849. "Title": "ID: 1104"
  850. }
  851. ],
  852. "主数据指标_集合": [],
  853. "从数据指标_集合": [
  854. {
  855. "ID": 1399,
  856. "Name": "期计量信息_空白",
  857. "DataType": "string",
  858. "TableName": "stage",
  859. "mapExpression": "$PROJECT.REPORT.getBlank(\"stage\", \"\")",
  860. "descr": "",
  861. "Title": "ID: 1399"
  862. },
  863. {
  864. "ID": 1805,
  865. "Name": "本期支付信息_支付项类型",
  866. "DataType": "number",
  867. "TableName": "stage_pay",
  868. "mapExpression": "$PROJECT.REPORT.getProperty(\"stage_pay\", \"ptype\")",
  869. "descr": "支付或扣款",
  870. "Title": "ID: 1805"
  871. },
  872. {
  873. "ID": 1304,
  874. "Name": "期计量信息_本期完成金额",
  875. "DataType": "number",
  876. "TableName": "stage",
  877. "mapExpression": "$PROJECT.COMMON.Plus($PROJECT.REPORT.getProperty(\"stage\", \"contract_tp\"),$PROJECT.REPORT.getProperty(\"stage\", \"qc_tp\"),6)",
  878. "descr": "",
  879. "Title": "ID: 1304",
  880. "Precision": {
  881. "type": "fixed",
  882. "fixedMapExpression": "$PROJECT.REPORT.getProperty(\"tender_info\", \"decimal.tp\")"
  883. }
  884. },
  885. {
  886. "ID": 1805,
  887. "Name": "本期支付信息_支付项类型",
  888. "DataType": "number",
  889. "TableName": "stage_pay",
  890. "mapExpression": "$PROJECT.REPORT.getProperty(\"stage_pay\", \"ptype\")",
  891. "descr": "支付或扣款",
  892. "Title": "ID: 1805"
  893. },
  894. {
  895. "ID": 1801,
  896. "Name": "本期支付信息_本期金额",
  897. "DataType": "number",
  898. "TableName": "stage_pay",
  899. "mapExpression": "$PROJECT.REPORT.getProperty(\"stage_pay\", \"tp\")",
  900. "descr": "",
  901. "Title": "ID: 1801",
  902. "Precision": {
  903. "type": "fixed",
  904. "fixedMapExpression": "$PROJECT.REPORT.getProperty(\"tender_info\", \"decimal.tp\")"
  905. }
  906. },
  907. {
  908. "ID": 2703,
  909. "Name": "期-合同支付-金额(tp)",
  910. "DataType": "currency",
  911. "TableName": "mem_stage_pay",
  912. "mapExpression": "$PROJECT.REPORT.getProperty('mem_stage_pay', 'tp')",
  913. "descr": "",
  914. "Title": "ID: 2703",
  915. "Precision": {
  916. "type": "fixed",
  917. "fixedMapExpression": "$PROJECT.REPORT.getProperty('tender_info', 'decimal._pay_tp')"
  918. }
  919. }
  920. ]
  921. },
  922. "映射数据预处理": [],
  923. "无映射离散指标_集合": [
  924. {
  925. "ID": 12122,
  926. "Name": "新本期应付",
  927. "DataType": "string"
  928. },
  929. {
  930. "ID": 12123,
  931. "Name": "金额大写",
  932. "DataType": "string"
  933. }
  934. ],
  935. "动态日期离散参数_集合": [
  936. {
  937. "ID": 12198,
  938. "Name": "监理员_签字日期",
  939. "DataType": "string",
  940. "Default_Value": "年 月 日"
  941. }
  942. ],
  943. "电子签名离散指标_集合": [
  944. {
  945. "ID": 12171,
  946. "Name": "承包人",
  947. "DataType": "string"
  948. },
  949. {
  950. "ID": 12172,
  951. "Name": "监理员",
  952. "DataType": "string"
  953. },
  954. {
  955. "ID": 12174,
  956. "Name": "监理组长",
  957. "DataType": "string"
  958. },
  959. {
  960. "ID": 12173,
  961. "Name": "业主代表",
  962. "DataType": "string"
  963. },
  964. {
  965. "ID": 12175,
  966. "Name": "指挥部",
  967. "DataType": "string"
  968. }
  969. ]
  970. }