You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

69 line
1.0 KiB

  1. {
  2. "lines": [
  3. {
  4. "Model":"Top"
  5. },
  6. {
  7. "Format": "===============================",
  8. "X": 1,
  9. "Y": 1,
  10. "Alignment": 1
  11. },
  12. {
  13. "Format": "应收: ¥%s",
  14. "X": 1,
  15. "Y": 1,
  16. "Args": [
  17. "OrderAmount"
  18. ]
  19. },
  20. {
  21. "Format": "实收: ¥%s",
  22. "X": 1,
  23. "Y": 1,
  24. "Args": [
  25. "OrderRealPay"
  26. ]
  27. },
  28. {
  29. "Format": "优惠: -¥%s",
  30. "X": 1,
  31. "Y": 1,
  32. "EmptyPrintLine": 0,
  33. "Args": [
  34. "Discount"
  35. ]
  36. },
  37. {
  38. "Format": "找零: ¥%s",
  39. "X": 1,
  40. "Y": 1,
  41. "Args": [
  42. "Change"
  43. ]
  44. },
  45. {
  46. "Format": "===============================",
  47. "X": 1,
  48. "Y": 1,
  49. "Alignment": 1
  50. },
  51. {
  52. "Format": "实际扣款: ¥%s",
  53. "X": 1,
  54. "Y": 1,
  55. "Args": [
  56. "RealDeduction"
  57. ]
  58. },
  59. {
  60. "Model":"Bottom"
  61. },
  62. {
  63. "Format": "---(cut)---",
  64. "X": 1,
  65. "Y": 1,
  66. "Alignment": 1
  67. }
  68. ]
  69. }