data.js 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. module.exports = {
  2. falseIvtSumReportData: [{
  3. brandName: "测试",
  4. currentIntoAmt: 100,
  5. currentIntoQty: 100,
  6. currentOutAmt: 100,
  7. currentOutQty: 100,
  8. decimalPlaces: 0,
  9. endingIvtAmt: 104501,
  10. endingIvtQty: 100,
  11. imagesUrl: "https://s.dev01.dkiboss.com:7000/file/dc91014c58d4d/t_mst_goods_sku/2024-06/27/aa556141-2f8a-49fe-b7a7-b45b44760b32.png",
  12. invId: "10112024-0625-0000-0000-000460f23129",
  13. nonStdCode: "-",
  14. openingIvtAmt: 104501,
  15. openingIvtQty: 88,
  16. packBox: 8,
  17. seriesName: "测试数据",
  18. shortName: "测试",
  19. skuImages: [{
  20. createTime: "2024-06-27T14:54:13.398",
  21. name: "2N8O15Jzd35910ab61066bb6311ee8e5baa140bc0a9f.png",
  22. path: "/dc91014c58d4d/t_mst_goods_sku/2024-06/27/aa556141-2f8a-49fe-b7a7-b45b44760b32.png",
  23. type: "image",
  24. url: "https://s.dev01.dkiboss.com:7000/file/dc91014c58d4d/t_mst_goods_sku/2024-06/27/aa556141-2f8a-49fe-b7a7-b45b44760b32.png",
  25. }],
  26. skuModel: "测试数据",
  27. skuName: "测试数据",
  28. skuSpec: "测试数据",
  29. subUnitName: "箱",
  30. unitName: "个",
  31. whName: "主仓",
  32. }],
  33. falseCusRecPayReportData: [{
  34. facAmt: 99999
  35. }, {
  36. arrears: 99999
  37. }, {
  38. outAmt: 99999
  39. }, {
  40. arrears: 99,
  41. cusName: "张萌萌",
  42. cusPhone: "1388888888",
  43. objectId: "10112024-0622-0000-0000-0004529ba002",
  44. }, {
  45. arrears: 99,
  46. cusName: "王萌萌",
  47. cusPhone: "1399999999",
  48. objectId: "10112024-0622-0000-0000-00045369aaff"
  49. }],
  50. falseProfitReportData: {
  51. profit: {
  52. inbound: -45321,
  53. outbound: 765432,
  54. profit: 77884,
  55. profitRate: 106.17,
  56. },
  57. dateProfit: [{
  58. accDate: "2024-06",
  59. profit: 123123,
  60. profitRate: 177.33,
  61. },
  62. {
  63. accDate: "2024-07",
  64. profit: 44232,
  65. profitRate: 106.17,
  66. }
  67. ],
  68. orgProfit: [{
  69. orgName: "测试中心",
  70. profitRate: 106.17,
  71. profit: 77804
  72. }],
  73. staffProfit: [{
  74. staffName: "145555555",
  75. profitRate: 107.06,
  76. profit: 32322
  77. },
  78. {
  79. staffName: "4223333",
  80. profitRate: 100.2,
  81. profit: 9519
  82. }
  83. ],
  84. skuProfit: [{
  85. skuName: "P001",
  86. profitRate: 111.01,
  87. profit: 12345
  88. }, {
  89. skuName: "U001(U001)",
  90. profitRate: 23,
  91. profit: 23233
  92. }]
  93. },
  94. }