advanced.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "advancedOperation1": [
  3. {
  4. "key": "op1",
  5. "type": "Ordering relationship takes effect",
  6. "name": "Qu Lili",
  7. "status": "agree",
  8. "updatedAt": "2017-10-03 19:23:12",
  9. "memo": "-"
  10. },
  11. {
  12. "key": "op2",
  13. "type": "Financial Review",
  14. "name": "Fu Xiaoxiao",
  15. "status": "reject",
  16. "updatedAt": "2017-10-03 19:23:12",
  17. "memo": "Not passing the reason"
  18. },
  19. {
  20. "key": "op3",
  21. "type": "Departmental preliminary review",
  22. "name": "Zhou Maomao",
  23. "status": "agree",
  24. "updatedAt": "2017-10-03 19:23:12",
  25. "memo": "-"
  26. },
  27. {
  28. "key": "op4",
  29. "type": "Submit Order",
  30. "name": "Lin Dongdong",
  31. "status": "agree",
  32. "updatedAt": "2017-10-03 19:23:12",
  33. "memo": "很棒"
  34. },
  35. {
  36. "key": "op5",
  37. "type": "Create Order",
  38. "name": "Sweaty",
  39. "status": "agree",
  40. "updatedAt": "2017-10-03 19:23:12",
  41. "memo": "-"
  42. }
  43. ],
  44. "advancedOperation2": [
  45. {
  46. "key": "op1",
  47. "type": "Order relationship takes effect",
  48. "name": "Qu Lili",
  49. "status": "agree",
  50. "updatedAt": "2017-10-03 19:23:12",
  51. "memo": "-"
  52. }
  53. ],
  54. "advancedOperation3": [
  55. {
  56. "key": "op1",
  57. "type": "Create Order",
  58. "name": "Sweat tooth",
  59. "status": "agree",
  60. "updatedAt": "2017-10-03 19:23:12",
  61. "memo": "-"
  62. }
  63. ]
  64. }