B11 扣回甲供材料一览表.js 35 KB

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