orders.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. [
  2. {
  3. "orderNo": "ORD20240428001",
  4. "models": [
  5. { "type": "TY0019", "length": "6000", "surface": "阳极氧化", "count": "100" },
  6. { "type": "TY0018", "length": "6000", "surface": "PL坯料", "count": "50" }
  7. ],
  8. "totalCount": 150,
  9. "status": 1,
  10. "statusName": "待审核",
  11. "statusType": "pending",
  12. "time": "2024-04-28 10:20"
  13. },
  14. {
  15. "orderNo": "ORD20240428002",
  16. "models": [
  17. { "type": "TY0020", "length": "5800", "surface": "粉末喷涂", "count": "80" }
  18. ],
  19. "totalCount": 80,
  20. "status": 2,
  21. "statusName": "待签批",
  22. "statusType": "process",
  23. "time": "2024-04-28 09:15"
  24. },
  25. {
  26. "orderNo": "ORD20240427088",
  27. "models": [
  28. { "type": "TY0018", "length": "6000", "surface": "PL坯料", "count": "300" }
  29. ],
  30. "totalCount": 300,
  31. "status": 4,
  32. "statusName": "已完成",
  33. "statusType": "finish",
  34. "time": "2024-04-27 15:40"
  35. },
  36. {
  37. "orderNo": "ORD20240427045",
  38. "models": [
  39. { "type": "TY0021", "length": "3000", "surface": "电泳涂漆", "count": "50" },
  40. { "type": "TY0022", "length": "4000", "surface": "木纹转印", "count": "40" },
  41. { "type": "TY0023", "length": "5000", "surface": "氟碳喷涂", "count": "30" }
  42. ],
  43. "totalCount": 120,
  44. "status": 3,
  45. "statusName": "生产中",
  46. "statusType": "making",
  47. "time": "2024-04-27 11:05"
  48. }
  49. ]