example-订单.json 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220
  1. {
  2. "printer": "doPDF v7",
  3. "page-left": 100,
  4. "page-top": 100,
  5. "page-right": 2380,
  6. "page-bottom": 3408,
  7. "showframe": 0,
  8. "linewide": 1,
  9. "primitive": [
  10. {
  11. "name": "预约单标题",
  12. "cell-margins": 10,
  13. "position": {
  14. "top": 120,
  15. "left": 700,
  16. "width": 1200,
  17. "height": 120
  18. },
  19. "frame": {
  20. "topline": "透明",
  21. "leftline": "透明",
  22. "rightline": "透明",
  23. "bottomline": "实线"
  24. },
  25. "lineWide": 2,
  26. "downwards": 0,
  27. "fillerType": "文本",
  28. "text": {
  29. "fontname": "宋体",
  30. "fontsize": 24,
  31. "fontcolor": 332,
  32. "align": 85,
  33. "line-spacing": 11,
  34. "content": "多多福儿童成长套系8999"
  35. },
  36. "image": {
  37. "imgname": "图片名称,用于描述,可有可无",
  38. "content": "内容,以base64格式形成"
  39. }
  40. },
  41. {
  42. "name": "开单日期",
  43. "cell-margins": 10,
  44. "position": {
  45. "top": 300,
  46. "left": 120,
  47. "width": 700,
  48. "height": 70
  49. },
  50. "frame": {
  51. "topline": "透明",
  52. "leftline": "透明",
  53. "rightline": "透明",
  54. "bottomline": "透明"
  55. },
  56. "lineWide": 2,
  57. "downwards": 0,
  58. "fillerType": "文本",
  59. "text": {
  60. "fontname": "宋体",
  61. "fontsize": 12,
  62. "fontcolor": 332,
  63. "align": 85,
  64. "line-spacing": 11,
  65. "content": "开单日期:2017年03月09日"
  66. },
  67. "image": {
  68. "imgname": "图片名称,用于描述,可有可无",
  69. "content": "内容,以base64格式形成"
  70. }
  71. },
  72. {
  73. "name": "打印订单号",
  74. "cell-margins": 10,
  75. "position": {
  76. "top": 300,
  77. "left": 1300,
  78. "width": 500,
  79. "height": 70
  80. },
  81. "frame": {
  82. "topline": "透明",
  83. "leftline": "透明",
  84. "rightline": "透明",
  85. "bottomline": "透明"
  86. },
  87. "lineWide": 2,
  88. "downwards": 0,
  89. "fillerType": "文本",
  90. "text": {
  91. "fontname": "宋体",
  92. "fontsize": 12,
  93. "fontcolor": 332,
  94. "align": 85,
  95. "line-spacing": 11,
  96. "content": "NO:20170309-001"
  97. },
  98. "image": {
  99. "imgname": "图片名称,用于描述,可有可无",
  100. "content": "内容,以base64格式形成"
  101. }
  102. },
  103. {
  104. "name": "先生姓名",
  105. "cell-margins": 10,
  106. "position": {
  107. "top": 370,
  108. "left": 120,
  109. "width": 260,
  110. "height": 70
  111. },
  112. "frame": {
  113. "topline": "实线",
  114. "leftline": "实线",
  115. "rightline": "实线",
  116. "bottomline": "实线"
  117. },
  118. "lineWide": 2,
  119. "downwards": 0,
  120. "fillerType": "文本",
  121. "text": {
  122. "fontname": "宋体",
  123. "fontsize": 12,
  124. "fontcolor": 332,
  125. "align": 85,
  126. "line-spacing": 11,
  127. "content": "先生姓名"
  128. },
  129. "image": {
  130. "imgname": "图片名称,用于描述,可有可无",
  131. "content": "内容,以base64格式形成"
  132. }
  133. },
  134. {
  135. "name": "先生姓名-值",
  136. "cell-margins": 10,
  137. "position": {
  138. "top": 370,
  139. "left": 380,
  140. "width": 450,
  141. "height": 70
  142. },
  143. "frame": {
  144. "topline": "实线",
  145. "leftline": "实线",
  146. "rightline": "实线",
  147. "bottomline": "实线"
  148. },
  149. "lineWide": 2,
  150. "downwards": 0,
  151. "fillerType": "文本",
  152. "text": {
  153. "fontname": "宋体",
  154. "fontsize": 12,
  155. "fontcolor": 332,
  156. "align": 85,
  157. "line-spacing": 11,
  158. "content": "张三"
  159. },
  160. "image": {
  161. "imgname": "图片名称,用于描述,可有可无",
  162. "content": "内容,以base64格式形成"
  163. }
  164. },
  165. {
  166. "name": "联系电话",
  167. "cell-margins": 10,
  168. "position": {
  169. "top": 370,
  170. "left": 830,
  171. "width": 260,
  172. "height": 70
  173. },
  174. "frame": {
  175. "topline": "实线",
  176. "leftline": "实线",
  177. "rightline": "实线",
  178. "bottomline": "实线"
  179. },
  180. "lineWide": 2,
  181. "downwards": 0,
  182. "fillerType": "文本",
  183. "text": {
  184. "fontname": "宋体",
  185. "fontsize": 12,
  186. "fontcolor": 332,
  187. "align": 85,
  188. "line-spacing": 11,
  189. "content": "联系电话"
  190. },
  191. "image": {
  192. "imgname": "图片名称,用于描述,可有可无",
  193. "content": "内容,以base64格式形成"
  194. }
  195. },
  196. {
  197. "name": "联系电话-值",
  198. "cell-margins": 10,
  199. "position": {
  200. "top": 370,
  201. "left": 1090,
  202. "width": 450,
  203. "height": 70
  204. },
  205. "frame": {
  206. "topline": "实线",
  207. "leftline": "实线",
  208. "rightline": "实线",
  209. "bottomline": "实线"
  210. },
  211. "lineWide": 2,
  212. "downwards": 0,
  213. "fillerType": "文本",
  214. "text": {
  215. "fontname": "宋体",
  216. "fontsize": 12,
  217. "fontcolor": 332,
  218. "align": 85,
  219. "line-spacing": 11,
  220. "content": "15089231319"
  221. },
  222. "image": {
  223. "imgname": "图片名称,用于描述,可有可无",
  224. "content": "内容,以base64格式形成"
  225. }
  226. },
  227. {
  228. "name": "QQ/邮箱",
  229. "cell-margins": 10,
  230. "position": {
  231. "top": 370,
  232. "left": 1540,
  233. "width": 260,
  234. "height": 70
  235. },
  236. "frame": {
  237. "topline": "实线",
  238. "leftline": "实线",
  239. "rightline": "实线",
  240. "bottomline": "实线"
  241. },
  242. "lineWide": 2,
  243. "downwards": 0,
  244. "fillerType": "文本",
  245. "text": {
  246. "fontname": "宋体",
  247. "fontsize": 12,
  248. "fontcolor": 332,
  249. "align": 85,
  250. "line-spacing": 11,
  251. "content": "QQ/邮箱"
  252. },
  253. "image": {
  254. "imgname": "图片名称,用于描述,可有可无",
  255. "content": "内容,以base64格式形成"
  256. }
  257. },
  258. {
  259. "name": "QQ/邮箱-值",
  260. "cell-margins": 10,
  261. "position": {
  262. "top": 370,
  263. "left": 1800,
  264. "width": 450,
  265. "height": 70
  266. },
  267. "frame": {
  268. "topline": "实线",
  269. "leftline": "实线",
  270. "rightline": "实线",
  271. "bottomline": "实线"
  272. },
  273. "lineWide": 2,
  274. "downwards": 0,
  275. "fillerType": "文本",
  276. "text": {
  277. "fontname": "宋体",
  278. "fontsize": 12,
  279. "fontcolor": 332,
  280. "align": 85,
  281. "line-spacing": 11,
  282. "content": "632006100@qq.com"
  283. },
  284. "image": {
  285. "imgname": "图片名称,用于描述,可有可无",
  286. "content": "内容,以base64格式形成"
  287. }
  288. },
  289. {
  290. "name": "女士姓名",
  291. "cell-margins": 10,
  292. "position": {
  293. "top": 440,
  294. "left": 120,
  295. "width": 260,
  296. "height": 70
  297. },
  298. "frame": {
  299. "topline": "实线",
  300. "leftline": "实线",
  301. "rightline": "实线",
  302. "bottomline": "实线"
  303. },
  304. "lineWide": 2,
  305. "downwards": 0,
  306. "fillerType": "文本",
  307. "text": {
  308. "fontname": "宋体",
  309. "fontsize": 12,
  310. "fontcolor": 332,
  311. "align": 85,
  312. "line-spacing": 11,
  313. "content": "女士姓名"
  314. },
  315. "image": {
  316. "imgname": "图片名称,用于描述,可有可无",
  317. "content": "内容,以base64格式形成"
  318. }
  319. },
  320. {
  321. "name": "先生姓名-值",
  322. "cell-margins": 10,
  323. "position": {
  324. "top": 440,
  325. "left": 380,
  326. "width": 450,
  327. "height": 70
  328. },
  329. "frame": {
  330. "topline": "实线",
  331. "leftline": "实线",
  332. "rightline": "实线",
  333. "bottomline": "实线"
  334. },
  335. "lineWide": 2,
  336. "downwards": 0,
  337. "fillerType": "文本",
  338. "text": {
  339. "fontname": "宋体",
  340. "fontsize": 12,
  341. "fontcolor": 332,
  342. "align": 85,
  343. "line-spacing": 11,
  344. "content": "张三"
  345. },
  346. "image": {
  347. "imgname": "图片名称,用于描述,可有可无",
  348. "content": "内容,以base64格式形成"
  349. }
  350. },
  351. {
  352. "name": "联系电话",
  353. "cell-margins": 10,
  354. "position": {
  355. "top": 440,
  356. "left": 830,
  357. "width": 260,
  358. "height": 70
  359. },
  360. "frame": {
  361. "topline": "实线",
  362. "leftline": "实线",
  363. "rightline": "实线",
  364. "bottomline": "实线"
  365. },
  366. "lineWide": 2,
  367. "downwards": 0,
  368. "fillerType": "文本",
  369. "text": {
  370. "fontname": "宋体",
  371. "fontsize": 12,
  372. "fontcolor": 332,
  373. "align": 85,
  374. "line-spacing": 11,
  375. "content": "联系电话"
  376. },
  377. "image": {
  378. "imgname": "图片名称,用于描述,可有可无",
  379. "content": "内容,以base64格式形成"
  380. }
  381. },
  382. {
  383. "name": "联系电话-值",
  384. "cell-margins": 10,
  385. "position": {
  386. "top": 440,
  387. "left": 1090,
  388. "width": 450,
  389. "height": 70
  390. },
  391. "frame": {
  392. "topline": "实线",
  393. "leftline": "实线",
  394. "rightline": "实线",
  395. "bottomline": "实线"
  396. },
  397. "lineWide": 2,
  398. "downwards": 0,
  399. "fillerType": "文本",
  400. "text": {
  401. "fontname": "宋体",
  402. "fontsize": 12,
  403. "fontcolor": 332,
  404. "align": 85,
  405. "line-spacing": 11,
  406. "content": "15089231319"
  407. },
  408. "image": {
  409. "imgname": "图片名称,用于描述,可有可无",
  410. "content": "内容,以base64格式形成"
  411. }
  412. },
  413. {
  414. "name": "QQ/邮箱",
  415. "cell-margins": 10,
  416. "position": {
  417. "top": 440,
  418. "left": 1540,
  419. "width": 260,
  420. "height": 70
  421. },
  422. "frame": {
  423. "topline": "实线",
  424. "leftline": "实线",
  425. "rightline": "实线",
  426. "bottomline": "实线"
  427. },
  428. "lineWide": 2,
  429. "downwards": 0,
  430. "fillerType": "文本",
  431. "text": {
  432. "fontname": "宋体",
  433. "fontsize": 12,
  434. "fontcolor": 332,
  435. "align": 85,
  436. "line-spacing": 11,
  437. "content": "QQ/邮箱"
  438. },
  439. "image": {
  440. "imgname": "图片名称,用于描述,可有可无",
  441. "content": "内容,以base64格式形成"
  442. }
  443. },
  444. {
  445. "name": "QQ/邮箱-值",
  446. "cell-margins": 10,
  447. "position": {
  448. "top": 440,
  449. "left": 1800,
  450. "width": 450,
  451. "height": 70
  452. },
  453. "frame": {
  454. "topline": "实线",
  455. "leftline": "实线",
  456. "rightline": "实线",
  457. "bottomline": "实线"
  458. },
  459. "lineWide": 2,
  460. "downwards": 0,
  461. "fillerType": "文本",
  462. "text": {
  463. "fontname": "宋体",
  464. "fontsize": 12,
  465. "fontcolor": 332,
  466. "align": 85,
  467. "line-spacing": 11,
  468. "content": "632006100@qq.com"
  469. },
  470. "image": {
  471. "imgname": "图片名称,用于描述,可有可无",
  472. "content": "内容,以base64格式形成"
  473. }
  474. },
  475. {
  476. "name": "服装套数",
  477. "cell-margins": 10,
  478. "position": {
  479. "top": 510,
  480. "left": 120,
  481. "width": 260,
  482. "height": 70
  483. },
  484. "frame": {
  485. "topline": "实线",
  486. "leftline": "实线",
  487. "rightline": "实线",
  488. "bottomline": "实线"
  489. },
  490. "lineWide": 2,
  491. "downwards": 0,
  492. "fillerType": "文本",
  493. "text": {
  494. "fontname": "宋体",
  495. "fontsize": 12,
  496. "fontcolor": 332,
  497. "align": 85,
  498. "line-spacing": 11,
  499. "content": "服装套数"
  500. },
  501. "image": {
  502. "imgname": "图片名称,用于描述,可有可无",
  503. "content": "内容,以base64格式形成"
  504. }
  505. },
  506. {
  507. "name": "服装套数-值",
  508. "cell-margins": 10,
  509. "position": {
  510. "top": 510,
  511. "left": 380,
  512. "width": 450,
  513. "height": 70
  514. },
  515. "frame": {
  516. "topline": "实线",
  517. "leftline": "实线",
  518. "rightline": "实线",
  519. "bottomline": "实线"
  520. },
  521. "lineWide": 2,
  522. "downwards": 0,
  523. "fillerType": "文本",
  524. "text": {
  525. "fontname": "宋体",
  526. "fontsize": 12,
  527. "fontcolor": 332,
  528. "align": 85,
  529. "line-spacing": 11,
  530. "content": "3"
  531. },
  532. "image": {
  533. "imgname": "图片名称,用于描述,可有可无",
  534. "content": "内容,以base64格式形成"
  535. }
  536. },
  537. {
  538. "name": "造型套数",
  539. "cell-margins": 10,
  540. "position": {
  541. "top": 510,
  542. "left": 830,
  543. "width": 260,
  544. "height": 70
  545. },
  546. "frame": {
  547. "topline": "实线",
  548. "leftline": "实线",
  549. "rightline": "实线",
  550. "bottomline": "实线"
  551. },
  552. "lineWide": 2,
  553. "downwards": 0,
  554. "fillerType": "文本",
  555. "text": {
  556. "fontname": "宋体",
  557. "fontsize": 12,
  558. "fontcolor": 332,
  559. "align": 85,
  560. "line-spacing": 11,
  561. "content": "造型套数"
  562. },
  563. "image": {
  564. "imgname": "图片名称,用于描述,可有可无",
  565. "content": "内容,以base64格式形成"
  566. }
  567. },
  568. {
  569. "name": "造型套数-值",
  570. "cell-margins": 10,
  571. "position": {
  572. "top": 510,
  573. "left": 1090,
  574. "width": 450,
  575. "height": 70
  576. },
  577. "frame": {
  578. "topline": "实线",
  579. "leftline": "实线",
  580. "rightline": "实线",
  581. "bottomline": "实线"
  582. },
  583. "lineWide": 2,
  584. "downwards": 0,
  585. "fillerType": "文本",
  586. "text": {
  587. "fontname": "宋体",
  588. "fontsize": 12,
  589. "fontcolor": 332,
  590. "align": 85,
  591. "line-spacing": 11,
  592. "content": "10"
  593. },
  594. "image": {
  595. "imgname": "图片名称,用于描述,可有可无",
  596. "content": "内容,以base64格式形成"
  597. }
  598. },
  599. {
  600. "name": "定金",
  601. "cell-margins": 10,
  602. "position": {
  603. "top": 510,
  604. "left": 1540,
  605. "width": 260,
  606. "height": 70
  607. },
  608. "frame": {
  609. "topline": "实线",
  610. "leftline": "实线",
  611. "rightline": "实线",
  612. "bottomline": "实线"
  613. },
  614. "lineWide": 2,
  615. "downwards": 0,
  616. "fillerType": "文本",
  617. "text": {
  618. "fontname": "宋体",
  619. "fontsize": 12,
  620. "fontcolor": 332,
  621. "align": 85,
  622. "line-spacing": 11,
  623. "content": "定金"
  624. },
  625. "image": {
  626. "imgname": "图片名称,用于描述,可有可无",
  627. "content": "内容,以base64格式形成"
  628. }
  629. },
  630. {
  631. "name": "定金-值",
  632. "cell-margins": 10,
  633. "position": {
  634. "top": 510,
  635. "left": 1800,
  636. "width": 450,
  637. "height": 70
  638. },
  639. "frame": {
  640. "topline": "实线",
  641. "leftline": "实线",
  642. "rightline": "实线",
  643. "bottomline": "实线"
  644. },
  645. "lineWide": 2,
  646. "downwards": 0,
  647. "fillerType": "文本",
  648. "text": {
  649. "fontname": "宋体",
  650. "fontsize": 12,
  651. "fontcolor": 332,
  652. "align": 85,
  653. "line-spacing": 11,
  654. "content": "1000.0"
  655. },
  656. "image": {
  657. "imgname": "图片名称,用于描述,可有可无",
  658. "content": "内容,以base64格式形成"
  659. }
  660. },
  661. {
  662. "name": "结婚日期",
  663. "cell-margins": 10,
  664. "position": {
  665. "top": 580,
  666. "left": 120,
  667. "width": 260,
  668. "height": 70
  669. },
  670. "frame": {
  671. "topline": "实线",
  672. "leftline": "实线",
  673. "rightline": "实线",
  674. "bottomline": "实线"
  675. },
  676. "lineWide": 2,
  677. "downwards": 0,
  678. "fillerType": "文本",
  679. "text": {
  680. "fontname": "宋体",
  681. "fontsize": 12,
  682. "fontcolor": 332,
  683. "align": 85,
  684. "line-spacing": 11,
  685. "content": "结婚日期"
  686. },
  687. "image": {
  688. "imgname": "图片名称,用于描述,可有可无",
  689. "content": "内容,以base64格式形成"
  690. }
  691. },
  692. {
  693. "name": "结婚日期-值",
  694. "cell-margins": 10,
  695. "position": {
  696. "top": 580,
  697. "left": 380,
  698. "width": 450,
  699. "height": 70
  700. },
  701. "frame": {
  702. "topline": "实线",
  703. "leftline": "实线",
  704. "rightline": "实线",
  705. "bottomline": "实线"
  706. },
  707. "lineWide": 2,
  708. "downwards": 0,
  709. "fillerType": "文本",
  710. "text": {
  711. "fontname": "宋体",
  712. "fontsize": 12,
  713. "fontcolor": 332,
  714. "align": 85,
  715. "line-spacing": 11,
  716. "content": "2017-03-09"
  717. },
  718. "image": {
  719. "imgname": "图片名称,用于描述,可有可无",
  720. "content": "内容,以base64格式形成"
  721. }
  722. },
  723. {
  724. "name": "入底/入册",
  725. "cell-margins": 10,
  726. "position": {
  727. "top": 580,
  728. "left": 830,
  729. "width": 260,
  730. "height": 70
  731. },
  732. "frame": {
  733. "topline": "实线",
  734. "leftline": "实线",
  735. "rightline": "实线",
  736. "bottomline": "实线"
  737. },
  738. "lineWide": 2,
  739. "downwards": 0,
  740. "fillerType": "文本",
  741. "text": {
  742. "fontname": "宋体",
  743. "fontsize": 12,
  744. "fontcolor": 332,
  745. "align": 85,
  746. "line-spacing": 11,
  747. "content": "入底/入册"
  748. },
  749. "image": {
  750. "imgname": "图片名称,用于描述,可有可无",
  751. "content": "内容,以base64格式形成"
  752. }
  753. },
  754. {
  755. "name": "入底/入册-值",
  756. "cell-margins": 10,
  757. "position": {
  758. "top": 580,
  759. "left": 1090,
  760. "width": 450,
  761. "height": 70
  762. },
  763. "frame": {
  764. "topline": "实线",
  765. "leftline": "实线",
  766. "rightline": "实线",
  767. "bottomline": "实线"
  768. },
  769. "lineWide": 2,
  770. "downwards": 0,
  771. "fillerType": "文本",
  772. "text": {
  773. "fontname": "宋体",
  774. "fontsize": 12,
  775. "fontcolor": 332,
  776. "align": 85,
  777. "line-spacing": 11,
  778. "content": "10/20"
  779. },
  780. "image": {
  781. "imgname": "图片名称,用于描述,可有可无",
  782. "content": "内容,以base64格式形成"
  783. }
  784. },
  785. {
  786. "name": "余款金额",
  787. "cell-margins": 10,
  788. "position": {
  789. "top": 580,
  790. "left": 1540,
  791. "width": 260,
  792. "height": 70
  793. },
  794. "frame": {
  795. "topline": "实线",
  796. "leftline": "实线",
  797. "rightline": "实线",
  798. "bottomline": "实线"
  799. },
  800. "lineWide": 2,
  801. "downwards": 0,
  802. "fillerType": "文本",
  803. "text": {
  804. "fontname": "宋体",
  805. "fontsize": 12,
  806. "fontcolor": 332,
  807. "align": 85,
  808. "line-spacing": 11,
  809. "content": "余款金额"
  810. },
  811. "image": {
  812. "imgname": "图片名称,用于描述,可有可无",
  813. "content": "内容,以base64格式形成"
  814. }
  815. },
  816. {
  817. "name": "余款金额-值",
  818. "cell-margins": 10,
  819. "position": {
  820. "top": 580,
  821. "left": 1800,
  822. "width": 450,
  823. "height": 70
  824. },
  825. "frame": {
  826. "topline": "实线",
  827. "leftline": "实线",
  828. "rightline": "实线",
  829. "bottomline": "实线"
  830. },
  831. "lineWide": 2,
  832. "downwards": 0,
  833. "fillerType": "文本",
  834. "text": {
  835. "fontname": "宋体",
  836. "fontsize": 12,
  837. "fontcolor": 332,
  838. "align": 85,
  839. "line-spacing": 11,
  840. "content": "1000.0"
  841. },
  842. "image": {
  843. "imgname": "图片名称,用于描述,可有可无",
  844. "content": "内容,以base64格式形成"
  845. }
  846. },
  847. {
  848. "name": "拍摄日期",
  849. "cell-margins": 10,
  850. "position": {
  851. "top": 650,
  852. "left": 120,
  853. "width": 260,
  854. "height": 70
  855. },
  856. "frame": {
  857. "topline": "实线",
  858. "leftline": "实线",
  859. "rightline": "实线",
  860. "bottomline": "实线"
  861. },
  862. "lineWide": 2,
  863. "downwards": 0,
  864. "fillerType": "文本",
  865. "text": {
  866. "fontname": "宋体",
  867. "fontsize": 12,
  868. "fontcolor": 332,
  869. "align": 85,
  870. "line-spacing": 11,
  871. "content": "拍摄日期"
  872. },
  873. "image": {
  874. "imgname": "图片名称,用于描述,可有可无",
  875. "content": "内容,以base64格式形成"
  876. }
  877. },
  878. {
  879. "name": "拍摄日期-值",
  880. "cell-margins": 10,
  881. "position": {
  882. "top": 650,
  883. "left": 380,
  884. "width": 450,
  885. "height": 70
  886. },
  887. "frame": {
  888. "topline": "实线",
  889. "leftline": "实线",
  890. "rightline": "实线",
  891. "bottomline": "实线"
  892. },
  893. "lineWide": 2,
  894. "downwards": 0,
  895. "fillerType": "文本",
  896. "text": {
  897. "fontname": "宋体",
  898. "fontsize": 12,
  899. "fontcolor": 332,
  900. "align": 85,
  901. "line-spacing": 11,
  902. "content": "2017-03-09"
  903. },
  904. "image": {
  905. "imgname": "图片名称,用于描述,可有可无",
  906. "content": "内容,以base64格式形成"
  907. }
  908. },
  909. {
  910. "name": "选片日期",
  911. "cell-margins": 10,
  912. "position": {
  913. "top": 650,
  914. "left": 830,
  915. "width": 260,
  916. "height": 70
  917. },
  918. "frame": {
  919. "topline": "实线",
  920. "leftline": "实线",
  921. "rightline": "实线",
  922. "bottomline": "实线"
  923. },
  924. "lineWide": 2,
  925. "downwards": 0,
  926. "fillerType": "文本",
  927. "text": {
  928. "fontname": "宋体",
  929. "fontsize": 12,
  930. "fontcolor": 332,
  931. "align": 85,
  932. "line-spacing": 11,
  933. "content": "选片日期"
  934. },
  935. "image": {
  936. "imgname": "图片名称,用于描述,可有可无",
  937. "content": "内容,以base64格式形成"
  938. }
  939. },
  940. {
  941. "name": "选片日期-值",
  942. "cell-margins": 10,
  943. "position": {
  944. "top": 650,
  945. "left": 1090,
  946. "width": 450,
  947. "height": 70
  948. },
  949. "frame": {
  950. "topline": "实线",
  951. "leftline": "实线",
  952. "rightline": "实线",
  953. "bottomline": "实线"
  954. },
  955. "lineWide": 2,
  956. "downwards": 0,
  957. "fillerType": "文本",
  958. "text": {
  959. "fontname": "宋体",
  960. "fontsize": 12,
  961. "fontcolor": 332,
  962. "align": 85,
  963. "line-spacing": 11,
  964. "content": "2017-05-01"
  965. },
  966. "image": {
  967. "imgname": "图片名称,用于描述,可有可无",
  968. "content": "内容,以base64格式形成"
  969. }
  970. },
  971. {
  972. "name": "取件日期",
  973. "cell-margins": 10,
  974. "position": {
  975. "top": 650,
  976. "left": 1540,
  977. "width": 260,
  978. "height": 70
  979. },
  980. "frame": {
  981. "topline": "实线",
  982. "leftline": "实线",
  983. "rightline": "实线",
  984. "bottomline": "实线"
  985. },
  986. "lineWide": 2,
  987. "downwards": 0,
  988. "fillerType": "文本",
  989. "text": {
  990. "fontname": "宋体",
  991. "fontsize": 12,
  992. "fontcolor": 332,
  993. "align": 85,
  994. "line-spacing": 11,
  995. "content": "取件日期"
  996. },
  997. "image": {
  998. "imgname": "图片名称,用于描述,可有可无",
  999. "content": "内容,以base64格式形成"
  1000. }
  1001. },
  1002. {
  1003. "name": "取件日期-值",
  1004. "cell-margins": 10,
  1005. "position": {
  1006. "top": 650,
  1007. "left": 1800,
  1008. "width": 450,
  1009. "height": 70
  1010. },
  1011. "frame": {
  1012. "topline": "实线",
  1013. "leftline": "实线",
  1014. "rightline": "实线",
  1015. "bottomline": "实线"
  1016. },
  1017. "lineWide": 2,
  1018. "downwards": 0,
  1019. "fillerType": "文本",
  1020. "text": {
  1021. "fontname": "宋体",
  1022. "fontsize": 12,
  1023. "fontcolor": 332,
  1024. "align": 85,
  1025. "line-spacing": 11,
  1026. "content": "2017-08-10"
  1027. },
  1028. "image": {
  1029. "imgname": "图片名称,用于描述,可有可无",
  1030. "content": "内容,以base64格式形成"
  1031. }
  1032. },
  1033. {
  1034. "name": "详细内容",
  1035. "cell-margins": 10,
  1036. "position": {
  1037. "top": 720,
  1038. "left": 120,
  1039. "width": 1420,
  1040. "height": 70
  1041. },
  1042. "frame": {
  1043. "topline": "实线",
  1044. "leftline": "实线",
  1045. "rightline": "实线",
  1046. "bottomline": "透明"
  1047. },
  1048. "lineWide": 2,
  1049. "downwards": 0,
  1050. "fillerType": "文本",
  1051. "text": {
  1052. "fontname": "宋体",
  1053. "fontsize": 12,
  1054. "fontcolor": 332,
  1055. "align": 85,
  1056. "line-spacing": 11,
  1057. "content": "详细内容"
  1058. },
  1059. "image": {
  1060. "imgname": "图片名称,用于描述,可有可无",
  1061. "content": "内容,以base64格式形成"
  1062. }
  1063. },
  1064. {
  1065. "name": "详细内容-值",
  1066. "cell-margins": 10,
  1067. "position": {
  1068. "top": 790,
  1069. "left": 120,
  1070. "width": 1420,
  1071. "height": 1500
  1072. },
  1073. "frame": {
  1074. "topline": "透明",
  1075. "leftline": "实线",
  1076. "rightline": "实线",
  1077. "bottomline": "实线"
  1078. },
  1079. "lineWide": 2,
  1080. "downwards": 0,
  1081. "fillerType": "文本",
  1082. "text": {
  1083. "fontname": "宋体",
  1084. "fontsize": 12,
  1085. "fontcolor": 332,
  1086. "align": 85,
  1087. "line-spacing": 11,
  1088. "content": ""
  1089. },
  1090. "image": {
  1091. "imgname": "图片名称,用于描述,可有可无",
  1092. "content": "内容,以base64格式形成"
  1093. }
  1094. },
  1095. {
  1096. "name": "注意事项",
  1097. "cell-margins": 10,
  1098. "position": {
  1099. "top": 720,
  1100. "left": 1540,
  1101. "width": 710,
  1102. "height": 70
  1103. },
  1104. "frame": {
  1105. "topline": "实线",
  1106. "leftline": "实线",
  1107. "rightline": "实线",
  1108. "bottomline": "透明"
  1109. },
  1110. "lineWide": 2,
  1111. "downwards": 0,
  1112. "fillerType": "文本",
  1113. "text": {
  1114. "fontname": "宋体",
  1115. "fontsize": 12,
  1116. "fontcolor": 332,
  1117. "align": 85,
  1118. "line-spacing": 11,
  1119. "content": "注意事项"
  1120. },
  1121. "image": {
  1122. "imgname": "图片名称,用于描述,可有可无",
  1123. "content": "内容,以base64格式形成"
  1124. }
  1125. },
  1126. {
  1127. "name": "注意事项-值",
  1128. "cell-margins": 10,
  1129. "position": {
  1130. "top": 790,
  1131. "left": 1540,
  1132. "width": 710,
  1133. "height": 1870
  1134. },
  1135. "frame": {
  1136. "topline": "透明",
  1137. "leftline": "实线",
  1138. "rightline": "实线",
  1139. "bottomline": "实线"
  1140. },
  1141. "lineWide": 2,
  1142. "downwards": 0,
  1143. "fillerType": "文本",
  1144. "text": {
  1145. "fontname": "宋体",
  1146. "fontsize": 12,
  1147. "fontcolor": 332,
  1148. "align": 85,
  1149. "line-spacing": 11,
  1150. "content": ""
  1151. },
  1152. "image": {
  1153. "imgname": "图片名称,用于描述,可有可无",
  1154. "content": "内容,以base64格式形成"
  1155. }
  1156. },
  1157. {
  1158. "name": "备注内容",
  1159. "cell-margins": 10,
  1160. "position": {
  1161. "top": 2290,
  1162. "left": 120,
  1163. "width": 1420,
  1164. "height": 70
  1165. },
  1166. "frame": {
  1167. "topline": "实线",
  1168. "leftline": "实线",
  1169. "rightline": "实线",
  1170. "bottomline": "透明"
  1171. },
  1172. "lineWide": 2,
  1173. "downwards": 0,
  1174. "fillerType": "文本",
  1175. "text": {
  1176. "fontname": "宋体",
  1177. "fontsize": 12,
  1178. "fontcolor": 332,
  1179. "align": 85,
  1180. "line-spacing": 11,
  1181. "content": "备注内容"
  1182. },
  1183. "image": {
  1184. "imgname": "图片名称,用于描述,可有可无",
  1185. "content": "内容,以base64格式形成"
  1186. }
  1187. },
  1188. {
  1189. "name": "备注内容-值",
  1190. "cell-margins": 10,
  1191. "position": {
  1192. "top": 2360,
  1193. "left": 120,
  1194. "width": 1420,
  1195. "height": 300
  1196. },
  1197. "frame": {
  1198. "topline": "透明",
  1199. "leftline": "实线",
  1200. "rightline": "实线",
  1201. "bottomline": "实线"
  1202. },
  1203. "lineWide": 2,
  1204. "downwards": 0,
  1205. "fillerType": "文本",
  1206. "text": {
  1207. "fontname": "宋体",
  1208. "fontsize": 12,
  1209. "fontcolor": 332,
  1210. "align": 85,
  1211. "line-spacing": 11,
  1212. "content": ""
  1213. },
  1214. "image": {
  1215. "imgname": "图片名称,用于描述,可有可无",
  1216. "content": "内容,以base64格式形成"
  1217. }
  1218. }
  1219. ]
  1220. }