B6 工程变更设计数量计算书.js 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853
  1. {
  2. "ID_KEY": "DUMMY_BILL_SAMPLE",
  3. "GROUP_KEY": "RPT_B6 工程变更设计数量计算书_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. "报表名称": "B6 工程变更设计数量计算书",
  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": "Fulfill",
  43. "DisplayType": "EveryPage",
  44. "Name": "Report Body",
  45. "control": "Default",
  46. "style": "BORDER_ALL_AROUND",
  47. "MergeBorder": "T",
  48. "band_s": [
  49. {
  50. "Alignment": "Top",
  51. "DisplayType": "EveryPage",
  52. "Height": "0.90",
  53. "Name": "ColumnBand",
  54. "control": "Default",
  55. "style": "BORDER_ALL_AROUND",
  56. "MergeBorder": "F"
  57. },
  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 bglId=$JE.F(2301,$CURRENT_RPT);\nlet bglCode=$JE.F(2303,$CURRENT_RPT);\nlet bglName=$JE.F(2304,$CURRENT_RPT);\nlet bglPeg=$JE.F(2305,$CURRENT_RPT);\nlet bglMemo=$JE.F(2312,$CURRENT_RPT);\nlet newNamePeg=$JE.F(12117,$CURRENT_RPT);\nlet fLen0=$JE.getFieldDataLen(bglId, $CURRENT_DATA);\n\nfor (let chkIdx = 0; chkIdx < fLen0; chkIdx++) {\n\tlet tempName=$JE.getFieldValue(bglName, $CURRENT_DATA, chkIdx, '');\n\tlet tempPeg= $JE.getFieldValue(bglPeg, $CURRENT_DATA, chkIdx, '');\n\tif(isNaN(tempPeg) || tempPeg === '' || tempPeg === null){\n\t\t$JE.setFieldValue(newNamePeg, $CURRENT_DATA, chkIdx, tempName);\n\t}else{\n\t\tlet tempNamePeg=tempName+'~'+tempPeg;\n\t\t$JE.setFieldValue(newNamePeg, $CURRENT_DATA, chkIdx, tempNamePeg);\n\t}\n}",
  92. "format": ""
  93. }
  94. ],
  95. "离散参数_集合": [
  96. {
  97. "ID": "5001",
  98. "Name": "打印时间",
  99. "DataType": "String",
  100. "Default_Value": ""
  101. },
  102. {
  103. "ID": "5010",
  104. "Name": "当前页",
  105. "DataType": "String",
  106. "Default_Value": "第 X 页"
  107. },
  108. {
  109. "ID": "5011",
  110. "Name": "总页数",
  111. "DataType": "String",
  112. "Default_Value": "共 X 页"
  113. }
  114. ],
  115. "账单式表_信息": {
  116. "离散信息": [
  117. {
  118. "BandName": "TitleBand",
  119. "discrete_field_s": [
  120. {
  121. "FieldID": 1103,
  122. "font": "ReportTitle_Vice_2",
  123. "control": "Title",
  124. "style": "Default_None",
  125. "isAutoHeight": false,
  126. "area": {
  127. "Left": 0,
  128. "Right": "100.00",
  129. "Top": 0,
  130. "Bottom": "50.00",
  131. "H_CalculationType": "percentage",
  132. "V_CalculationType": "percentage"
  133. }
  134. }
  135. ],
  136. "text_s": [
  137. {
  138. "Label": "B6 工程变更设计数量计算书",
  139. "font": "ReportTitle_Main",
  140. "control": "Title",
  141. "style": "Default_None",
  142. "Title": "",
  143. "area": {
  144. "Left": 0,
  145. "Right": "100.00",
  146. "Top": "50.00",
  147. "Bottom": "100.00",
  148. "H_CalculationType": "percentage",
  149. "V_CalculationType": "percentage"
  150. }
  151. }
  152. ]
  153. },
  154. {
  155. "BandName": "HeaderBand",
  156. "discrete_field_s": [
  157. {
  158. "FieldID": 1134,
  159. "font": "Header",
  160. "control": "Header",
  161. "style": "Default_None",
  162. "Prefix": "施工单位:",
  163. "isAutoHeight": false,
  164. "area": {
  165. "Left": 0,
  166. "Right": "57.66",
  167. "Top": "20",
  168. "Bottom": "60",
  169. "H_CalculationType": "percentage",
  170. "V_CalculationType": "percentage"
  171. }
  172. },
  173. {
  174. "FieldID": 1102,
  175. "font": "Header",
  176. "control": "Header",
  177. "style": "Default_None",
  178. "Prefix": "合同号:",
  179. "isAutoHeight": false,
  180. "area": {
  181. "Left": "57.66",
  182. "Right": "87.19",
  183. "Top": "20",
  184. "Bottom": "60",
  185. "H_CalculationType": "percentage",
  186. "V_CalculationType": "percentage"
  187. }
  188. },
  189. {
  190. "FieldID": 1140,
  191. "font": "Header",
  192. "control": "Header",
  193. "style": "Default_None",
  194. "Prefix": "监理单位:",
  195. "isAutoHeight": false,
  196. "area": {
  197. "Left": 0,
  198. "Right": "57.66",
  199. "Top": "60",
  200. "Bottom": "100",
  201. "H_CalculationType": "percentage",
  202. "V_CalculationType": "percentage"
  203. }
  204. },
  205. {
  206. "FieldID": 2303,
  207. "font": "Content",
  208. "control": "Header",
  209. "style": "Default_None",
  210. "Prefix": "变更令号:",
  211. "isAutoHeight": false,
  212. "area": {
  213. "Left": "57.66",
  214. "Right": "87.19",
  215. "Top": "60",
  216. "Bottom": "100.00",
  217. "H_CalculationType": "percentage",
  218. "V_CalculationType": "percentage"
  219. }
  220. }
  221. ],
  222. "text_s": [
  223. {
  224. "Label": "",
  225. "font": "Header",
  226. "control": "Header",
  227. "style": "Default_None",
  228. "Title": "",
  229. "area": {
  230. "Left": 0,
  231. "Right": 100,
  232. "Top": 0,
  233. "Bottom": "20",
  234. "H_CalculationType": "percentage",
  235. "V_CalculationType": "percentage"
  236. }
  237. }
  238. ]
  239. },
  240. {
  241. "BandName": "ColumnBand",
  242. "discrete_field_s": [
  243. {
  244. "ParamID": "5010",
  245. "font": "Content",
  246. "control": "NewContent_Center",
  247. "style": "Default_Normal",
  248. "Default_Value": "第 X 页",
  249. "area": {
  250. "Left": "79.94",
  251. "Right": "90",
  252. "Top": 0,
  253. "Bottom": 100,
  254. "H_CalculationType": "percentage",
  255. "V_CalculationType": "percentage"
  256. }
  257. },
  258. {
  259. "ParamID": "5011",
  260. "font": "Content",
  261. "control": "NewContent_Center",
  262. "style": "Default_Normal",
  263. "Default_Value": "共 X 页",
  264. "area": {
  265. "Left": "90",
  266. "Right": 100,
  267. "Top": 0,
  268. "Bottom": 100,
  269. "H_CalculationType": "percentage",
  270. "V_CalculationType": "percentage"
  271. }
  272. }
  273. ],
  274. "text_s": [
  275. {
  276. "Label": "工程名称及桩号",
  277. "font": "Content",
  278. "control": "Column",
  279. "style": "Default_Normal",
  280. "Title": "",
  281. "area": {
  282. "Left": 0,
  283. "Right": "15.04",
  284. "Top": 0,
  285. "Bottom": "100.00",
  286. "H_CalculationType": "percentage",
  287. "V_CalculationType": "percentage"
  288. }
  289. }
  290. ]
  291. },
  292. {
  293. "BandName": "ContentBand",
  294. "discrete_field_s": [
  295. {
  296. "FieldID": 2319,
  297. "font": "Content",
  298. "control": "Left_Top",
  299. "style": "Default_None",
  300. "Prefix": " ",
  301. "isAutoHeight": false,
  302. "area": {
  303. "Left": 0,
  304. "Right": 100,
  305. "Top": 0,
  306. "Bottom": "79",
  307. "H_CalculationType": "percentage",
  308. "V_CalculationType": "percentage"
  309. }
  310. },
  311. {
  312. "FieldID": 12170,
  313. "font": "Content",
  314. "control": "NewContent_Center",
  315. "style": "Default_Normal",
  316. "isAutoHeight": false,
  317. "area": {
  318. "Left": "11",
  319. "Right": "24.51",
  320. "Top": "89.33",
  321. "Bottom": "94.08",
  322. "H_CalculationType": "percentage",
  323. "V_CalculationType": "percentage"
  324. }
  325. },
  326. {
  327. "FieldID": 12171,
  328. "font": "Content",
  329. "control": "NewContent_Center",
  330. "style": "Default_Normal",
  331. "isAutoHeight": false,
  332. "area": {
  333. "Left": "24.51",
  334. "Right": "38.16",
  335. "Top": "89.33",
  336. "Bottom": "94.08",
  337. "H_CalculationType": "percentage",
  338. "V_CalculationType": "percentage"
  339. }
  340. },
  341. {
  342. "FieldID": 12172,
  343. "font": "Content",
  344. "control": "NewContent_Center",
  345. "style": "Default_Normal",
  346. "isAutoHeight": false,
  347. "area": {
  348. "Left": "38.16",
  349. "Right": "57.66",
  350. "Top": "89.33",
  351. "Bottom": "94.08",
  352. "H_CalculationType": "percentage",
  353. "V_CalculationType": "percentage"
  354. }
  355. },
  356. {
  357. "FieldID": 12173,
  358. "font": "Content",
  359. "control": "NewContent_Center",
  360. "style": "Default_Normal",
  361. "isAutoHeight": false,
  362. "area": {
  363. "Left": "57.66",
  364. "Right": "74.79",
  365. "Top": "89.33",
  366. "Bottom": "94.08",
  367. "H_CalculationType": "percentage",
  368. "V_CalculationType": "percentage"
  369. }
  370. },
  371. {
  372. "FieldID": 12174,
  373. "font": "Content",
  374. "control": "NewContent_Center",
  375. "style": "Default_Normal",
  376. "isAutoHeight": false,
  377. "area": {
  378. "Left": "74.79",
  379. "Right": "100",
  380. "Top": "89.33",
  381. "Bottom": "94.08",
  382. "H_CalculationType": "percentage",
  383. "V_CalculationType": "percentage"
  384. }
  385. }
  386. ],
  387. "text_s": [
  388. {
  389. "Label": "人 员",
  390. "font": "Content",
  391. "control": "Column",
  392. "style": "Default_Normal",
  393. "Title": "",
  394. "area": {
  395. "Left": 0,
  396. "Right": "11.00",
  397. "Top": "79.00",
  398. "Bottom": "89.33",
  399. "H_CalculationType": "percentage",
  400. "V_CalculationType": "percentage"
  401. }
  402. },
  403. {
  404. "Label": "承包人工区\\工段",
  405. "font": "Content",
  406. "control": "Column",
  407. "style": "Default_Normal",
  408. "Title": "",
  409. "area": {
  410. "Left": "11.00",
  411. "Right": "38.16",
  412. "Top": "79.00",
  413. "Bottom": "83.64",
  414. "H_CalculationType": "percentage",
  415. "V_CalculationType": "percentage"
  416. }
  417. },
  418. {
  419. "Label": "监理组长",
  420. "font": "Content",
  421. "control": "Column",
  422. "style": "Default_Normal",
  423. "Title": "",
  424. "area": {
  425. "Left": "74.79",
  426. "Right": "100.00",
  427. "Top": "83.64",
  428. "Bottom": "89.33",
  429. "H_CalculationType": "percentage",
  430. "V_CalculationType": "percentage"
  431. }
  432. },
  433. {
  434. "Label": "",
  435. "font": "Content",
  436. "control": "Column",
  437. "style": "Default_Normal",
  438. "Title": "",
  439. "area": {
  440. "Left": "74.79",
  441. "Right": "100.00",
  442. "Top": "94.08",
  443. "Bottom": "100.00",
  444. "H_CalculationType": "percentage",
  445. "V_CalculationType": "percentage"
  446. }
  447. },
  448. {
  449. "Label": "监理单位",
  450. "font": "Content",
  451. "control": "Column",
  452. "style": "Default_Normal",
  453. "Title": "",
  454. "area": {
  455. "Left": "57.66",
  456. "Right": "100.00",
  457. "Top": "79.00",
  458. "Bottom": "83.64",
  459. "H_CalculationType": "percentage",
  460. "V_CalculationType": "percentage"
  461. }
  462. },
  463. {
  464. "Label": "计 算",
  465. "font": "Content",
  466. "control": "Column",
  467. "style": "Default_Normal",
  468. "Title": "",
  469. "area": {
  470. "Left": "11",
  471. "Right": "24.51",
  472. "Top": "83.64",
  473. "Bottom": "89.33",
  474. "H_CalculationType": "percentage",
  475. "V_CalculationType": "percentage"
  476. }
  477. },
  478. {
  479. "Label": "",
  480. "font": "Content",
  481. "control": "Column",
  482. "style": "Default_Normal",
  483. "Title": "",
  484. "area": {
  485. "Left": "11.00",
  486. "Right": "24.51",
  487. "Top": "94.08",
  488. "Bottom": "100.00",
  489. "H_CalculationType": "percentage",
  490. "V_CalculationType": "percentage"
  491. }
  492. },
  493. {
  494. "Label": "承包人|项目部",
  495. "font": "Content",
  496. "control": "Column",
  497. "style": "Default_Normal",
  498. "Title": "",
  499. "area": {
  500. "Left": "38.16",
  501. "Right": "57.66",
  502. "Top": "79.00",
  503. "Bottom": "83.64",
  504. "H_CalculationType": "percentage",
  505. "V_CalculationType": "percentage"
  506. }
  507. },
  508. {
  509. "Label": "复 核",
  510. "font": "Content",
  511. "control": "Column",
  512. "style": "Default_Normal",
  513. "Title": "",
  514. "area": {
  515. "Left": "24.51",
  516. "Right": "38.16",
  517. "Top": "83.64",
  518. "Bottom": "89.33",
  519. "H_CalculationType": "percentage",
  520. "V_CalculationType": "percentage"
  521. }
  522. },
  523. {
  524. "Label": "技术负责人",
  525. "font": "Content",
  526. "control": "Column",
  527. "style": "Default_Normal",
  528. "Title": "",
  529. "area": {
  530. "Left": "38.16",
  531. "Right": "57.66",
  532. "Top": "83.64",
  533. "Bottom": "89.33",
  534. "H_CalculationType": "percentage",
  535. "V_CalculationType": "percentage"
  536. }
  537. },
  538. {
  539. "Label": "监理员",
  540. "font": "Content",
  541. "control": "Column",
  542. "style": "Default_Normal",
  543. "Title": "",
  544. "area": {
  545. "Left": "57.66",
  546. "Right": "74.79",
  547. "Top": "83.64",
  548. "Bottom": "89.33",
  549. "H_CalculationType": "percentage",
  550. "V_CalculationType": "percentage"
  551. }
  552. },
  553. {
  554. "Label": "签 名",
  555. "font": "Content",
  556. "control": "Column",
  557. "style": "Default_Normal",
  558. "Title": "",
  559. "area": {
  560. "Left": 0,
  561. "Right": "11.00",
  562. "Top": "89.33",
  563. "Bottom": "94.08",
  564. "H_CalculationType": "percentage",
  565. "V_CalculationType": "percentage"
  566. }
  567. },
  568. {
  569. "Label": "日 期",
  570. "font": "Content",
  571. "control": "Column",
  572. "style": "Default_Normal",
  573. "Title": "",
  574. "area": {
  575. "Left": 0,
  576. "Right": "11.00",
  577. "Top": "94.08",
  578. "Bottom": "100.00",
  579. "H_CalculationType": "percentage",
  580. "V_CalculationType": "percentage"
  581. }
  582. },
  583. {
  584. "Label": "",
  585. "font": "Content",
  586. "control": "Column",
  587. "style": "Default_Normal",
  588. "Title": "",
  589. "area": {
  590. "Left": "24.51",
  591. "Right": "38.16",
  592. "Top": "94.08",
  593. "Bottom": "100.00",
  594. "H_CalculationType": "percentage",
  595. "V_CalculationType": "percentage"
  596. }
  597. },
  598. {
  599. "Label": "",
  600. "font": "Content",
  601. "control": "Column",
  602. "style": "Default_Normal",
  603. "Title": "",
  604. "area": {
  605. "Left": "38.16",
  606. "Right": "57.66",
  607. "Top": "94.08",
  608. "Bottom": "100.00",
  609. "H_CalculationType": "percentage",
  610. "V_CalculationType": "percentage"
  611. }
  612. },
  613. {
  614. "Label": "",
  615. "font": "Content",
  616. "control": "Column",
  617. "style": "Default_Normal",
  618. "Title": "",
  619. "area": {
  620. "Left": "57.66",
  621. "Right": "74.79",
  622. "Top": "94.08",
  623. "Bottom": "100.00",
  624. "H_CalculationType": "percentage",
  625. "V_CalculationType": "percentage"
  626. }
  627. },
  628. {
  629. "Label": "",
  630. "font": "Content",
  631. "control": "Default",
  632. "style": "Default_Normal",
  633. "Title": "",
  634. "area": {
  635. "Left": "11",
  636. "Right": "24.51",
  637. "Top": "89.33",
  638. "Bottom": "94.08",
  639. "H_CalculationType": "percentage",
  640. "V_CalculationType": "percentage"
  641. }
  642. },
  643. {
  644. "Label": "",
  645. "font": "Content",
  646. "control": "Default",
  647. "style": "Default_Normal",
  648. "Title": "",
  649. "area": {
  650. "Left": "38.16",
  651. "Right": "57.66",
  652. "Top": "89.33",
  653. "Bottom": "94.08",
  654. "H_CalculationType": "percentage",
  655. "V_CalculationType": "percentage"
  656. }
  657. },
  658. {
  659. "Label": "",
  660. "font": "Content",
  661. "control": "Default",
  662. "style": "Default_Normal",
  663. "Title": "",
  664. "area": {
  665. "Left": "74.79",
  666. "Right": 100,
  667. "Top": "89.33",
  668. "Bottom": "94.08",
  669. "H_CalculationType": "percentage",
  670. "V_CalculationType": "percentage"
  671. }
  672. }
  673. ]
  674. }
  675. ],
  676. "账单式表_数据": {
  677. "BandName": "ColumnBand",
  678. "bill_field_s": [
  679. {
  680. "FieldID": 12117,
  681. "font": "Content",
  682. "control": "NewContent_Left",
  683. "style": "Default_Normal",
  684. "isAutoHeight": false,
  685. "area": {
  686. "Left": "15.04",
  687. "Right": "79.94",
  688. "Top": 0,
  689. "Bottom": "100.00",
  690. "H_CalculationType": "percentage",
  691. "V_CalculationType": "percentage"
  692. }
  693. }
  694. ]
  695. }
  696. },
  697. "指标_数据_映射": {
  698. "离散指标_集合": [
  699. {
  700. "ID": 1134,
  701. "Name": "标段_标段清单_承包单位1_单位名称",
  702. "DataType": "string",
  703. "TableName": "tender_info",
  704. "mapExpression": "$PROJECT.REPORT.getProperty(\"tender_info\", \"construction_unit.contract1.company\")",
  705. "descr": "",
  706. "Title": "ID: 1134"
  707. },
  708. {
  709. "ID": 1103,
  710. "Name": "标段_合同名称",
  711. "DataType": "string",
  712. "TableName": "tender_info",
  713. "mapExpression": "$PROJECT.REPORT.getProperty(\"tender_info\", \"deal_info.dealName\")",
  714. "descr": "",
  715. "Title": "ID: 1103"
  716. },
  717. {
  718. "ID": 1102,
  719. "Name": "标段_合同编号",
  720. "DataType": "string",
  721. "TableName": "tender_info",
  722. "mapExpression": "$PROJECT.REPORT.getProperty(\"tender_info\", \"deal_info.dealCode\")",
  723. "descr": "",
  724. "Title": "ID: 1102"
  725. },
  726. {
  727. "ID": 1140,
  728. "Name": "标段_标段清单_监理单位1_单位名称",
  729. "DataType": "string",
  730. "TableName": "tender_info",
  731. "mapExpression": "$PROJECT.REPORT.getProperty(\"tender_info\", \"construction_unit.supervision1.company\")",
  732. "descr": "",
  733. "Title": "ID: 1140"
  734. }
  735. ],
  736. "主数据指标_集合": [
  737. {
  738. "ID": 2300,
  739. "Name": "变更令信息_变更令uuid",
  740. "DataType": "string",
  741. "TableName": "change",
  742. "mapExpression": "$PROJECT.REPORT.getProperty(\"change\", \"cid\")",
  743. "descr": "",
  744. "Title": "ID: 2300",
  745. "isID": true,
  746. "IDSeq": 1
  747. }
  748. ],
  749. "从数据指标_集合": [
  750. {
  751. "ID": 2301,
  752. "Name": "变更令信息_变更令号",
  753. "DataType": "string",
  754. "TableName": "change",
  755. "mapExpression": "$PROJECT.REPORT.getProperty(\"change\", \"code\")",
  756. "descr": "",
  757. "Title": "ID: 2301",
  758. "isID": true,
  759. "IDSeq": 1
  760. },
  761. {
  762. "ID": 2304,
  763. "Name": "变更令信息_变更名称",
  764. "DataType": "string",
  765. "TableName": "change",
  766. "mapExpression": "$PROJECT.REPORT.getProperty(\"change\", \"name\")",
  767. "descr": "",
  768. "Title": "ID: 2304"
  769. },
  770. {
  771. "ID": 2305,
  772. "Name": "变更令信息_桩号",
  773. "DataType": "string",
  774. "TableName": "change",
  775. "mapExpression": "$PROJECT.REPORT.getProperty(\"change\", \"peg\")",
  776. "descr": "",
  777. "Title": "ID: 2305"
  778. },
  779. {
  780. "ID": 2303,
  781. "Name": "变更令信息_批复编号",
  782. "DataType": "string",
  783. "TableName": "change",
  784. "mapExpression": "$PROJECT.REPORT.getProperty(\"change\", \"p_code\")",
  785. "descr": "",
  786. "Title": "ID: 2303"
  787. },
  788. {
  789. "ID": 2312,
  790. "Name": "变更令信息_备注",
  791. "DataType": "string",
  792. "TableName": "change",
  793. "mapExpression": "$PROJECT.REPORT.getProperty(\"change\", \"memo\")",
  794. "descr": "",
  795. "Title": "ID: 2312"
  796. },
  797. {
  798. "ID": 2319,
  799. "Name": "变更令信息_变更工程量数量计算式",
  800. "DataType": "string",
  801. "TableName": "change",
  802. "mapExpression": "$PROJECT.REPORT.getProperty(\"change\", \"expr\")",
  803. "descr": "",
  804. "Title": "ID: 2319"
  805. }
  806. ]
  807. },
  808. "映射数据预处理": [
  809. {
  810. "预处理类型": "指定方式",
  811. "映射数据对象": "",
  812. "方式Key": "changeSort",
  813. "hint": "默认的变更令排序,同时对变更令,变更清单进行排序",
  814. "fields": [],
  815. "自定义设置": ""
  816. }
  817. ],
  818. "无映射离散指标_集合": [
  819. {
  820. "ID": 12117,
  821. "Name": "新名称",
  822. "DataType": "string"
  823. }
  824. ],
  825. "动态日期离散参数_集合": [],
  826. "电子签名离散指标_集合": [
  827. {
  828. "ID": 12170,
  829. "Name": "承包人计算",
  830. "DataType": "string"
  831. },
  832. {
  833. "ID": 12171,
  834. "Name": "承包人复核",
  835. "DataType": "string"
  836. },
  837. {
  838. "ID": 12172,
  839. "Name": "技术负责人",
  840. "DataType": "string"
  841. },
  842. {
  843. "ID": 12173,
  844. "Name": "监理员",
  845. "DataType": "string"
  846. },
  847. {
  848. "ID": 12174,
  849. "Name": "监理组组长",
  850. "DataType": "string"
  851. }
  852. ]
  853. }