目录.js 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875
  1. {
  2. "ID_KEY": "DUMMY_BILL_SAMPLE",
  3. "GROUP_KEY": "RPT_目录_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. "报表名称": "目录",
  17. "打印页面_信息": {
  18. "方向": "PORTRAIT",
  19. "页规格": "A4"
  20. }
  21. },
  22. "布局框_集合": [
  23. {
  24. "Alignment": "Top",
  25. "DisplayType": "EveryPage",
  26. "Height": "1.6",
  27. "Name": "TitleBand",
  28. "control": "Default",
  29. "style": "Default_None",
  30. "MergeBorder": "F"
  31. },
  32. {
  33. "Alignment": "Top",
  34. "DisplayType": "EveryPage",
  35. "Height": "2",
  36. "Name": "HeaderBand",
  37. "control": "Default",
  38. "style": "Default_None",
  39. "MergeBorder": "F"
  40. },
  41. {
  42. "Alignment": "Bottom",
  43. "DisplayType": "EveryPage",
  44. "Height": "0",
  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": "Default_None",
  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. "离散参数_集合": [
  90. {
  91. "ID": "5001",
  92. "Name": "打印时间",
  93. "DataType": "String",
  94. "Default_Value": ""
  95. },
  96. {
  97. "ID": "5010",
  98. "Name": "当前页",
  99. "DataType": "String",
  100. "Default_Value": "第 X 页"
  101. },
  102. {
  103. "ID": "5011",
  104. "Name": "总页数",
  105. "DataType": "String",
  106. "Default_Value": "共 X 页"
  107. }
  108. ],
  109. "账单式表_信息": {
  110. "离散信息": [
  111. {
  112. "BandName": "TitleBand",
  113. "discrete_field_s": [
  114. {
  115. "FieldID": 1101,
  116. "font": "ReportTitle_Vice_1",
  117. "control": "Content_Center",
  118. "style": "Default_None",
  119. "isAutoHeight": false,
  120. "area": {
  121. "Left": 0,
  122. "Right": 100,
  123. "Top": 0,
  124. "Bottom": 100,
  125. "H_CalculationType": "percentage",
  126. "V_CalculationType": "percentage"
  127. }
  128. }
  129. ]
  130. },
  131. {
  132. "BandName": "HeaderBand",
  133. "text_s": [
  134. {
  135. "Label": "中期计量支付表格目录",
  136. "font": "ReportTitle_Main",
  137. "control": "Title",
  138. "style": "Default_None",
  139. "Title": "",
  140. "area": {
  141. "Left": 0,
  142. "Right": "100.00",
  143. "Top": 0,
  144. "Bottom": "100.00",
  145. "H_CalculationType": "percentage",
  146. "V_CalculationType": "percentage"
  147. }
  148. }
  149. ]
  150. },
  151. {
  152. "BandName": "ContentBand",
  153. "text_s": [
  154. {
  155. "Label": "序号",
  156. "font": "Content",
  157. "control": "Column",
  158. "style": "Default_Normal",
  159. "Title": "",
  160. "area": {
  161. "Left": 0,
  162. "Right": "18.48",
  163. "Top": 0,
  164. "Bottom": "6.62",
  165. "H_CalculationType": "percentage",
  166. "V_CalculationType": "percentage"
  167. }
  168. },
  169. {
  170. "Label": "编 号",
  171. "font": "Content",
  172. "control": "Column",
  173. "style": "Default_Normal",
  174. "Title": "",
  175. "area": {
  176. "Left": "18.48",
  177. "Right": "43.13",
  178. "Top": 0,
  179. "Bottom": "6.62",
  180. "H_CalculationType": "percentage",
  181. "V_CalculationType": "percentage"
  182. }
  183. },
  184. {
  185. "Label": "名 称",
  186. "font": "Content",
  187. "control": "Column",
  188. "style": "Default_Normal",
  189. "Title": "",
  190. "area": {
  191. "Left": "43.13",
  192. "Right": "100.00",
  193. "Top": 0,
  194. "Bottom": "6.62",
  195. "H_CalculationType": "percentage",
  196. "V_CalculationType": "percentage"
  197. }
  198. },
  199. {
  200. "Label": "1",
  201. "font": "Content",
  202. "control": "Column",
  203. "style": "Default_Normal",
  204. "Title": "",
  205. "area": {
  206. "Left": 0,
  207. "Right": "18.48",
  208. "Top": "6.62",
  209. "Bottom": "13.34",
  210. "H_CalculationType": "percentage",
  211. "V_CalculationType": "percentage"
  212. }
  213. },
  214. {
  215. "Label": "B01",
  216. "font": "Content",
  217. "control": "Column",
  218. "style": "Default_Normal",
  219. "Title": "",
  220. "area": {
  221. "Left": "18.48",
  222. "Right": "43.13",
  223. "Top": "6.62",
  224. "Bottom": "13.34",
  225. "H_CalculationType": "percentage",
  226. "V_CalculationType": "percentage"
  227. }
  228. },
  229. {
  230. "Label": "中期支付证书",
  231. "font": "Content",
  232. "control": "Column_Left",
  233. "style": "Default_Normal",
  234. "Title": "",
  235. "area": {
  236. "Left": "43.13",
  237. "Right": "100.00",
  238. "Top": "6.62",
  239. "Bottom": "13.34",
  240. "H_CalculationType": "percentage",
  241. "V_CalculationType": "percentage"
  242. }
  243. },
  244. {
  245. "Label": "2",
  246. "font": "Content",
  247. "control": "Column",
  248. "style": "Default_Normal",
  249. "Title": "",
  250. "area": {
  251. "Left": 0,
  252. "Right": "18.48",
  253. "Top": "13.34",
  254. "Bottom": "19.96",
  255. "H_CalculationType": "percentage",
  256. "V_CalculationType": "percentage"
  257. }
  258. },
  259. {
  260. "Label": "B02",
  261. "font": "Content",
  262. "control": "Column",
  263. "style": "Default_Normal",
  264. "Title": "",
  265. "area": {
  266. "Left": "18.48",
  267. "Right": "43.13",
  268. "Top": "13.34",
  269. "Bottom": "19.96",
  270. "H_CalculationType": "percentage",
  271. "V_CalculationType": "percentage"
  272. }
  273. },
  274. {
  275. "Label": "工程清单计量报表",
  276. "font": "Content",
  277. "control": "Column_Left",
  278. "style": "Default_Normal",
  279. "Title": "",
  280. "area": {
  281. "Left": "43.13",
  282. "Right": "100.00",
  283. "Top": "13.34",
  284. "Bottom": "19.96",
  285. "H_CalculationType": "percentage",
  286. "V_CalculationType": "percentage"
  287. }
  288. },
  289. {
  290. "Label": "3",
  291. "font": "Content",
  292. "control": "Column",
  293. "style": "Default_Normal",
  294. "Title": "",
  295. "area": {
  296. "Left": 0,
  297. "Right": "18.48",
  298. "Top": "19.96",
  299. "Bottom": "26.68",
  300. "H_CalculationType": "percentage",
  301. "V_CalculationType": "percentage"
  302. }
  303. },
  304. {
  305. "Label": "B03",
  306. "font": "Content",
  307. "control": "Column",
  308. "style": "Default_Normal",
  309. "Title": "",
  310. "area": {
  311. "Left": "18.48",
  312. "Right": "43.13",
  313. "Top": "19.96",
  314. "Bottom": "26.68",
  315. "H_CalculationType": "percentage",
  316. "V_CalculationType": "percentage"
  317. }
  318. },
  319. {
  320. "Label": "计日工一览表",
  321. "font": "Content",
  322. "control": "Column_Left",
  323. "style": "Default_Normal",
  324. "Title": "",
  325. "area": {
  326. "Left": "43.13",
  327. "Right": "100.00",
  328. "Top": "19.96",
  329. "Bottom": "26.68",
  330. "H_CalculationType": "percentage",
  331. "V_CalculationType": "percentage"
  332. }
  333. },
  334. {
  335. "Label": "4",
  336. "font": "Content",
  337. "control": "Column",
  338. "style": "Default_Normal",
  339. "Title": "",
  340. "area": {
  341. "Left": 0,
  342. "Right": "18.48",
  343. "Top": "26.68",
  344. "Bottom": "33.30",
  345. "H_CalculationType": "percentage",
  346. "V_CalculationType": "percentage"
  347. }
  348. },
  349. {
  350. "Label": "B04",
  351. "font": "Content",
  352. "control": "Column",
  353. "style": "Default_Normal",
  354. "Title": "",
  355. "area": {
  356. "Left": "18.48",
  357. "Right": "43.13",
  358. "Top": "26.68",
  359. "Bottom": "33.30",
  360. "H_CalculationType": "percentage",
  361. "V_CalculationType": "percentage"
  362. }
  363. },
  364. {
  365. "Label": "计日工计量表(清单)",
  366. "font": "Content",
  367. "control": "Column_Left",
  368. "style": "Default_Normal",
  369. "Title": "",
  370. "area": {
  371. "Left": "43.13",
  372. "Right": "100.00",
  373. "Top": "26.68",
  374. "Bottom": "33.30",
  375. "H_CalculationType": "percentage",
  376. "V_CalculationType": "percentage"
  377. }
  378. },
  379. {
  380. "Label": "5",
  381. "font": "Content",
  382. "control": "Column",
  383. "style": "Default_Normal",
  384. "Title": "",
  385. "area": {
  386. "Left": 0,
  387. "Right": "18.48",
  388. "Top": "33.30",
  389. "Bottom": "40.02",
  390. "H_CalculationType": "percentage",
  391. "V_CalculationType": "percentage"
  392. }
  393. },
  394. {
  395. "Label": "B05",
  396. "font": "Content",
  397. "control": "Column",
  398. "style": "Default_Normal",
  399. "Title": "",
  400. "area": {
  401. "Left": "18.48",
  402. "Right": "43.13",
  403. "Top": "33.30",
  404. "Bottom": "40.02",
  405. "H_CalculationType": "percentage",
  406. "V_CalculationType": "percentage"
  407. }
  408. },
  409. {
  410. "Label": "工程变更一览表",
  411. "font": "Content",
  412. "control": "Column_Left",
  413. "style": "Default_Normal",
  414. "Title": "",
  415. "area": {
  416. "Left": "43.13",
  417. "Right": "100.00",
  418. "Top": "33.30",
  419. "Bottom": "40.02",
  420. "H_CalculationType": "percentage",
  421. "V_CalculationType": "percentage"
  422. }
  423. },
  424. {
  425. "Label": "6",
  426. "font": "Content",
  427. "control": "Column",
  428. "style": "Default_Normal",
  429. "Title": "",
  430. "area": {
  431. "Left": 0,
  432. "Right": "18.48",
  433. "Top": "40.02",
  434. "Bottom": "46.64",
  435. "H_CalculationType": "percentage",
  436. "V_CalculationType": "percentage"
  437. }
  438. },
  439. {
  440. "Label": "B06",
  441. "font": "Content",
  442. "control": "Column",
  443. "style": "Default_Normal",
  444. "Title": "",
  445. "area": {
  446. "Left": "18.48",
  447. "Right": "43.13",
  448. "Top": "40.02",
  449. "Bottom": "46.64",
  450. "H_CalculationType": "percentage",
  451. "V_CalculationType": "percentage"
  452. }
  453. },
  454. {
  455. "Label": "价格调整一览表",
  456. "font": "Content",
  457. "control": "Column_Left",
  458. "style": "Default_Normal",
  459. "Title": "",
  460. "area": {
  461. "Left": "43.13",
  462. "Right": "100.00",
  463. "Top": "40.02",
  464. "Bottom": "46.64",
  465. "H_CalculationType": "percentage",
  466. "V_CalculationType": "percentage"
  467. }
  468. },
  469. {
  470. "Label": "7",
  471. "font": "Content",
  472. "control": "Column",
  473. "style": "Default_Normal",
  474. "Title": "",
  475. "area": {
  476. "Left": 0,
  477. "Right": "18.48",
  478. "Top": "46.64",
  479. "Bottom": "53.36",
  480. "H_CalculationType": "percentage",
  481. "V_CalculationType": "percentage"
  482. }
  483. },
  484. {
  485. "Label": "B07",
  486. "font": "Content",
  487. "control": "Column",
  488. "style": "Default_Normal",
  489. "Title": "",
  490. "area": {
  491. "Left": "18.48",
  492. "Right": "43.13",
  493. "Top": "46.64",
  494. "Bottom": "53.36",
  495. "H_CalculationType": "percentage",
  496. "V_CalculationType": "percentage"
  497. }
  498. },
  499. {
  500. "Label": "材料调差计量表",
  501. "font": "Content",
  502. "control": "Column_Left",
  503. "style": "Default_Normal",
  504. "Title": "",
  505. "area": {
  506. "Left": "43.13",
  507. "Right": "100.00",
  508. "Top": "46.64",
  509. "Bottom": "53.36",
  510. "H_CalculationType": "percentage",
  511. "V_CalculationType": "percentage"
  512. }
  513. },
  514. {
  515. "Label": "8",
  516. "font": "Content",
  517. "control": "Column",
  518. "style": "Default_Normal",
  519. "Title": "",
  520. "area": {
  521. "Left": 0,
  522. "Right": "18.48",
  523. "Top": "53.36",
  524. "Bottom": "59.98",
  525. "H_CalculationType": "percentage",
  526. "V_CalculationType": "percentage"
  527. }
  528. },
  529. {
  530. "Label": "B08-1",
  531. "font": "Content",
  532. "control": "Column",
  533. "style": "Default_Normal",
  534. "Title": "",
  535. "area": {
  536. "Left": "18.48",
  537. "Right": "43.13",
  538. "Top": "53.36",
  539. "Bottom": "59.98",
  540. "H_CalculationType": "percentage",
  541. "V_CalculationType": "percentage"
  542. }
  543. },
  544. {
  545. "Label": "考核费用扣回及返还一览表",
  546. "font": "Content",
  547. "control": "Column_Left",
  548. "style": "Default_Normal",
  549. "Title": "",
  550. "area": {
  551. "Left": "43.13",
  552. "Right": "100.00",
  553. "Top": "53.36",
  554. "Bottom": "59.98",
  555. "H_CalculationType": "percentage",
  556. "V_CalculationType": "percentage"
  557. }
  558. },
  559. {
  560. "Label": "9",
  561. "font": "Content",
  562. "control": "Column",
  563. "style": "Default_Normal",
  564. "Title": "",
  565. "area": {
  566. "Left": 0,
  567. "Right": "18.48",
  568. "Top": "59.98",
  569. "Bottom": "66.70",
  570. "H_CalculationType": "percentage",
  571. "V_CalculationType": "percentage"
  572. }
  573. },
  574. {
  575. "Label": "B08-2",
  576. "font": "Content",
  577. "control": "Column",
  578. "style": "Default_Normal",
  579. "Title": "",
  580. "area": {
  581. "Left": "18.48",
  582. "Right": "43.13",
  583. "Top": "59.98",
  584. "Bottom": "66.70",
  585. "H_CalculationType": "percentage",
  586. "V_CalculationType": "percentage"
  587. }
  588. },
  589. {
  590. "Label": "奖罚金额计量表",
  591. "font": "Content",
  592. "control": "Column_Left",
  593. "style": "Default_Normal",
  594. "Title": "",
  595. "area": {
  596. "Left": "43.13",
  597. "Right": "100.00",
  598. "Top": "59.98",
  599. "Bottom": "66.70",
  600. "H_CalculationType": "percentage",
  601. "V_CalculationType": "percentage"
  602. }
  603. },
  604. {
  605. "Label": "10",
  606. "font": "Content",
  607. "control": "Column",
  608. "style": "Default_Normal",
  609. "Title": "",
  610. "area": {
  611. "Left": 0,
  612. "Right": "18.48",
  613. "Top": "66.70",
  614. "Bottom": "73.32",
  615. "H_CalculationType": "percentage",
  616. "V_CalculationType": "percentage"
  617. }
  618. },
  619. {
  620. "Label": "B09",
  621. "font": "Content",
  622. "control": "Column",
  623. "style": "Default_Normal",
  624. "Title": "",
  625. "area": {
  626. "Left": "18.48",
  627. "Right": "43.13",
  628. "Top": "66.70",
  629. "Bottom": "73.32",
  630. "H_CalculationType": "percentage",
  631. "V_CalculationType": "percentage"
  632. }
  633. },
  634. {
  635. "Label": "扣回动员预付款一览表",
  636. "font": "Content",
  637. "control": "Column_Left",
  638. "style": "Default_Normal",
  639. "Title": "",
  640. "area": {
  641. "Left": "43.13",
  642. "Right": "100.00",
  643. "Top": "66.70",
  644. "Bottom": "73.32",
  645. "H_CalculationType": "percentage",
  646. "V_CalculationType": "percentage"
  647. }
  648. },
  649. {
  650. "Label": "11",
  651. "font": "Content",
  652. "control": "Column",
  653. "style": "Default_Normal",
  654. "Title": "",
  655. "area": {
  656. "Left": 0,
  657. "Right": "18.48",
  658. "Top": "73.32",
  659. "Bottom": "80.04",
  660. "H_CalculationType": "percentage",
  661. "V_CalculationType": "percentage"
  662. }
  663. },
  664. {
  665. "Label": "B10",
  666. "font": "Content",
  667. "control": "Column",
  668. "style": "Default_Normal",
  669. "Title": "",
  670. "area": {
  671. "Left": "18.48",
  672. "Right": "43.13",
  673. "Top": "73.32",
  674. "Bottom": "80.04",
  675. "H_CalculationType": "percentage",
  676. "V_CalculationType": "percentage"
  677. }
  678. },
  679. {
  680. "Label": "扣回材料设备预付款一览表",
  681. "font": "Content",
  682. "control": "Column_Left",
  683. "style": "Default_Normal",
  684. "Title": "",
  685. "area": {
  686. "Left": "43.13",
  687. "Right": "100.00",
  688. "Top": "73.32",
  689. "Bottom": "80.04",
  690. "H_CalculationType": "percentage",
  691. "V_CalculationType": "percentage"
  692. }
  693. },
  694. {
  695. "Label": "12",
  696. "font": "Content",
  697. "control": "Column",
  698. "style": "Default_Normal",
  699. "Title": "",
  700. "area": {
  701. "Left": 0,
  702. "Right": "18.48",
  703. "Top": "80.04",
  704. "Bottom": "86.66",
  705. "H_CalculationType": "percentage",
  706. "V_CalculationType": "percentage"
  707. }
  708. },
  709. {
  710. "Label": "B11",
  711. "font": "Content",
  712. "control": "Column",
  713. "style": "Default_Normal",
  714. "Title": "",
  715. "area": {
  716. "Left": "18.48",
  717. "Right": "43.13",
  718. "Top": "80.04",
  719. "Bottom": "86.66",
  720. "H_CalculationType": "percentage",
  721. "V_CalculationType": "percentage"
  722. }
  723. },
  724. {
  725. "Label": "扣回甲供材料一览表",
  726. "font": "Content",
  727. "control": "Column_Left",
  728. "style": "Default_Normal",
  729. "Title": "",
  730. "area": {
  731. "Left": "43.13",
  732. "Right": "100.00",
  733. "Top": "80.04",
  734. "Bottom": "86.66",
  735. "H_CalculationType": "percentage",
  736. "V_CalculationType": "percentage"
  737. }
  738. },
  739. {
  740. "Label": "13",
  741. "font": "Content",
  742. "control": "Column",
  743. "style": "Default_Normal",
  744. "Title": "",
  745. "area": {
  746. "Left": 0,
  747. "Right": "18.48",
  748. "Top": "86.66",
  749. "Bottom": "93.38",
  750. "H_CalculationType": "percentage",
  751. "V_CalculationType": "percentage"
  752. }
  753. },
  754. {
  755. "Label": "B12",
  756. "font": "Content",
  757. "control": "Column",
  758. "style": "Default_Normal",
  759. "Title": "",
  760. "area": {
  761. "Left": "18.48",
  762. "Right": "43.13",
  763. "Top": "86.66",
  764. "Bottom": "93.38",
  765. "H_CalculationType": "percentage",
  766. "V_CalculationType": "percentage"
  767. }
  768. },
  769. {
  770. "Label": "中间计量支付汇总表",
  771. "font": "Content",
  772. "control": "Column_Left",
  773. "style": "Default_Normal",
  774. "Title": "",
  775. "area": {
  776. "Left": "43.13",
  777. "Right": "100.00",
  778. "Top": "86.66",
  779. "Bottom": "93.38",
  780. "H_CalculationType": "percentage",
  781. "V_CalculationType": "percentage"
  782. }
  783. },
  784. {
  785. "Label": "14",
  786. "font": "Content",
  787. "control": "Column",
  788. "style": "Default_Normal",
  789. "Title": "",
  790. "area": {
  791. "Left": 0,
  792. "Right": "18.48",
  793. "Top": "93.38",
  794. "Bottom": "100.00",
  795. "H_CalculationType": "percentage",
  796. "V_CalculationType": "percentage"
  797. }
  798. },
  799. {
  800. "Label": "B13",
  801. "font": "Content",
  802. "control": "Column",
  803. "style": "Default_Normal",
  804. "Title": "",
  805. "area": {
  806. "Left": "18.48",
  807. "Right": "43.13",
  808. "Top": "93.38",
  809. "Bottom": "100.00",
  810. "H_CalculationType": "percentage",
  811. "V_CalculationType": "percentage"
  812. }
  813. },
  814. {
  815. "Label": "中间计量表",
  816. "font": "Content",
  817. "control": "Column_Left",
  818. "style": "Default_Normal",
  819. "Title": "",
  820. "area": {
  821. "Left": "43.13",
  822. "Right": "100.00",
  823. "Top": "93.38",
  824. "Bottom": "100.00",
  825. "H_CalculationType": "percentage",
  826. "V_CalculationType": "percentage"
  827. }
  828. }
  829. ]
  830. }
  831. ],
  832. "账单式表_数据": {
  833. "BandName": "ContentBand",
  834. "bill_field_s": []
  835. }
  836. },
  837. "指标_数据_映射": {
  838. "离散指标_集合": [
  839. {
  840. "ID": 1103,
  841. "Name": "标段_合同名称",
  842. "DataType": "string",
  843. "TableName": "tender_info",
  844. "mapExpression": "$PROJECT.REPORT.getProperty(\"tender_info\", \"deal_info.dealName\")",
  845. "descr": "",
  846. "Title": "ID: 1103"
  847. },
  848. {
  849. "ID": 1101,
  850. "Name": "标段_项目名称",
  851. "DataType": "string",
  852. "TableName": "tender_info",
  853. "mapExpression": "$PROJECT.REPORT.getProperty(\"tender_info\", \"deal_info.buildName\")",
  854. "descr": "",
  855. "Title": "ID: 1101"
  856. }
  857. ],
  858. "主数据指标_集合": [],
  859. "从数据指标_集合": [
  860. {
  861. "ID": 1100,
  862. "Name": "标段_ID",
  863. "DataType": "int",
  864. "TableName": "tender_info",
  865. "mapExpression": "$PROJECT.REPORT.getProperty(\"tender_info\", \"id\")",
  866. "descr": "",
  867. "Title": "ID: 1100"
  868. }
  869. ]
  870. },
  871. "映射数据预处理": [],
  872. "无映射离散指标_集合": [],
  873. "动态日期离散参数_集合": [],
  874. "电子签名离散指标_集合": []
  875. }