basic.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "basicGoods": [
  3. {
  4. "id": "1234561",
  5. "name": "Mineral Water 550ml",
  6. "barcode": "12421432143214321",
  7. "price": "2.00",
  8. "num": "1",
  9. "amount": "2.00"
  10. },
  11. {
  12. "id": "1234562",
  13. "name": "Herbal tea 300ml",
  14. "barcode": "12421432143214322",
  15. "price": "3.00",
  16. "num": "2",
  17. "amount": "6.00"
  18. },
  19. {
  20. "id": "1234563",
  21. "name": "Delicious potato chips",
  22. "barcode": "12421432143214323",
  23. "price": "7.00",
  24. "num": "4",
  25. "amount": "28.00"
  26. },
  27. {
  28. "id": "1234564",
  29. "name": "Specially delicious egg rolls",
  30. "barcode": "12421432143214324",
  31. "price": "8.50",
  32. "num": "3",
  33. "amount": "25.50"
  34. }
  35. ],
  36. "basicProgress": [
  37. {
  38. "key": "1",
  39. "time": "2017-10-01 14:10",
  40. "rate": "Contact Clients",
  41. "status": "Processing",
  42. "operator": "Pickup Assistant ID1234",
  43. "cost": "5mins"
  44. },
  45. {
  46. "key": "2",
  47. "time": "2017-10-01 14:05",
  48. "rate": "Pickup Guy Departs",
  49. "status": "Success",
  50. "operator": "Pickup Assistant ID1234",
  51. "cost": "1h"
  52. },
  53. {
  54. "key": "3",
  55. "time": "2017-10-01 13:05",
  56. "rate": "Pick-up person takes orders",
  57. "status": "Success",
  58. "operator": "Pickup Assistant ID1234",
  59. "cost": "5mins"
  60. },
  61. {
  62. "key": "4",
  63. "time": "2017-10-01 13:00",
  64. "rate": "Apply For Approval",
  65. "status": "Success",
  66. "operator": "system",
  67. "cost": "1h"
  68. },
  69. {
  70. "key": "5",
  71. "time": "2017-10-01 12:00",
  72. "rate": "Initiated a Return Request",
  73. "status": "Success",
  74. "operator": "user",
  75. "cost": "5mins"
  76. }
  77. ]
  78. }