data.js 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654
  1. module.exports = {
  2. //收发存汇总表
  3. falseIvtSumReportData: [{
  4. brandName: "测试",
  5. //入库金额
  6. currentIntoAmt: 200,
  7. //入库数量
  8. currentIntoQty: 100,
  9. //出库金额
  10. currentOutAmt: 60,
  11. //出库数量
  12. currentOutQty: 30,
  13. decimalPlaces: 0,
  14. //期末金额
  15. endingIvtAmt: 340,
  16. //期末数量
  17. endingIvtQty: 170,
  18. imagesUrl: "https://s.dev01.dkiboss.com:7000/file/dc91014c58d4d/t_mst_goods_sku/2024-06/27/aa556141-2f8a-49fe-b7a7-b45b44760b32.png",
  19. invId: "10112024-0625-0000-0000-000460f23129",
  20. nonStdCode: "-",
  21. //期初金额
  22. openingIvtAmt: 200,
  23. //期初数量
  24. openingIvtQty: 100,
  25. packBox: 5,
  26. seriesName: "测试数据",
  27. shortName: "测试",
  28. skuImages: [{
  29. createTime: "2024-06-27T14:54:13.398",
  30. name: "2N8O15Jzd35910ab61066bb6311ee8e5baa140bc0a9f.png",
  31. path: "/dc91014c58d4d/t_mst_goods_sku/2024-06/27/aa556141-2f8a-49fe-b7a7-b45b44760b32.png",
  32. type: "image",
  33. url: "https://s.dev01.dkiboss.com:7000/file/dc91014c58d4d/t_mst_goods_sku/2024-06/27/aa556141-2f8a-49fe-b7a7-b45b44760b32.png",
  34. }],
  35. skuModel: "测试数据",
  36. skuName: "测试数据",
  37. skuSpec: "测试数据",
  38. subUnitName: "箱",
  39. unitName: "片",
  40. whName: "主仓",
  41. }],
  42. //收发存明细-入库
  43. falseIvtReportItemDataIN: [{
  44. //入库成本金额
  45. intoAmt: 30,
  46. //入库日期
  47. intoDate: "2024-04-02",
  48. //入库单号
  49. intoNo: "NO98-123123-111111",
  50. //入库数量
  51. intoQty: 20,
  52. //入库类型
  53. intoTypeName: "采购入库",
  54. skuBoxCurrent: "4箱0片",
  55. }, {
  56. //入库成本金额
  57. intoAmt: 100,
  58. //入库日期
  59. intoDate: "2024-05-08",
  60. //入库单号
  61. intoNo: "NO98-123123-222222",
  62. //入库数量
  63. intoQty: 50,
  64. //入库类型
  65. intoTypeName: "其他入库",
  66. skuBoxCurrent: "10箱0片",
  67. }, {
  68. //入库成本金额
  69. intoAmt: 70,
  70. //入库日期
  71. intoDate: "2024-07-02",
  72. //入库单号
  73. intoNo: "NO98-123123-333333",
  74. //入库数量
  75. intoQty: 30,
  76. //入库类型
  77. intoTypeName: "采购入库",
  78. skuBoxCurrent: "6箱0片",
  79. }],
  80. //收发存明细-出库
  81. falseIvtReportItemDataOUT: [{
  82. //出库成本金额
  83. costAmt: 30,
  84. //出库日期
  85. outDate: "2024-05-03",
  86. //出库单号
  87. outNo: "NO98-123123-444444",
  88. //出库数量
  89. outQty: 20,
  90. //出库类型
  91. outTypeName: "销售出库",
  92. skuBoxCurrent: "4箱0片",
  93. }, {
  94. //出库成本金额
  95. costAmt: 10,
  96. //出库日期
  97. outDate: "2024-06-06",
  98. //出库单号
  99. outNo: "NO98-123123-55555",
  100. //出库数量
  101. outQty: 10,
  102. //出库类型
  103. outTypeName: "其他出库",
  104. skuBoxCurrent: "1箱0片",
  105. }, {
  106. //出库成本金额
  107. costAmt: 10,
  108. //出库日期
  109. outDate: "2024-06-07",
  110. //出库单号
  111. outNo: "NO98-123123-666666",
  112. //出库数量
  113. outQty: 5,
  114. //出库类型
  115. outTypeName: "销售出库",
  116. skuBoxCurrent: "1箱0片",
  117. }],
  118. //客户收支表
  119. falseCusRecPayReportData: [{
  120. facAmt: 1000
  121. }, {
  122. arrears: 900
  123. }, {
  124. outAmt: 100
  125. }, {
  126. arrears: 60,
  127. cusName: "张萌萌",
  128. cusPhone: "1388888888",
  129. }, {
  130. arrears: 40,
  131. cusName: "王萌萌",
  132. cusPhone: "1399999999",
  133. }],
  134. //客户详情
  135. falseCusItemData: [{
  136. addressArea: {
  137. province: "内蒙古自治区",
  138. city: "呼和浩特市",
  139. district: "玉泉区"
  140. },
  141. addressFull: "内蒙古自治区呼和浩特市玉泉区南三环路与锡林郭勒南路交叉口正北方向341米左右万锦·云锦",
  142. addressGcj02: {
  143. latitude: 40.746945,
  144. longitude: 111.699876
  145. },
  146. addressName: "万锦·云锦",
  147. addressNo: "101",
  148. channelId: "10112024-0622-0000-0000-0004523d2353",
  149. channelName: "零售",
  150. contactName: "张",
  151. contactPhone: null,
  152. cpId: 332,
  153. currentPage: null,
  154. cusCode: "D9804162L7",
  155. cusFrom: null,
  156. cusFromName: null,
  157. cusName: "张萌萌",
  158. cusPhone: "1388888888",
  159. end: null,
  160. flgValid: true,
  161. followCount: 0,
  162. followStaff: null,
  163. followStaffName: null,
  164. followStaffs: ["10112024-0622-0000-0000-00045239ecc6"],
  165. lastFollowId: null,
  166. lastFollowStaff: null,
  167. lastFollowStaffName: null,
  168. lastFollowStatus: null,
  169. lastFollowTime: null,
  170. name: "edit",
  171. nextFollowTime: null,
  172. orderAmount: 1000,
  173. orderQuantity: 1,
  174. orgId: "10112024-0622-0000-0000-0004523842c1",
  175. orgName: "运营中心",
  176. outboundAmount: 560,
  177. outboundNotAmount: 99,
  178. outboundNotQuantity: 1,
  179. outboundQuantity: 1,
  180. outboundReturnAmount: null,
  181. outboundReturnQuantity: 0,
  182. pageSize: null,
  183. receipt: 940,
  184. receiptResidue: 940,
  185. receivable: 560,
  186. receivableResidue: 560,
  187. remarks: null,
  188. reportStaff: "10112024-0622-0000-0000-00045239ecc6",
  189. reportStaffName: "13810254492",
  190. reportTime: "2024-06-22 10:52:20",
  191. saleStatus: "销售状态-成交",
  192. saleStatusName: "成交",
  193. staffId: "10112024-0622-0000-0000-00045239ecc6",
  194. staffName: "13810254492",
  195. start: null,
  196. startAmount: null,
  197. }],
  198. //交易记录-销售订单
  199. falseOrderData: [{
  200. addressArea: {
  201. province: "内蒙古自治区",
  202. city: "呼和浩特市",
  203. district: "玉泉区"
  204. },
  205. addressFull: "内蒙古自治区呼和浩特市玉泉区南三环路与锡林郭勒南路交叉口正北方向341米左右万锦·云锦",
  206. addressGcj02: {
  207. latitude: 40.746945,
  208. longitude: 111.699876
  209. },
  210. addressName: "万锦·云锦",
  211. addressNo: "101",
  212. amtFactReceipt: null,
  213. annexPaths: null,
  214. categoryCount: 1,
  215. channelId: "10112024-0622-0000-0000-0004523d2353",
  216. channelName: "零售",
  217. contactName: "张",
  218. contactPhone: null,
  219. cpId: 332,
  220. currentPage: null,
  221. cusCode: "D9804162L7",
  222. cusFrom: null,
  223. cusFromName: null,
  224. cusId: "10112024-0622-0000-0000-0004529ba002",
  225. cusName: "张萌萌",
  226. cusPhone: "13478286688",
  227. deliveryDate: "2024-06-29",
  228. discAmt: null,
  229. discount: null,
  230. end: null,
  231. factAmt: 1000,
  232. flgAutoHandle: null,
  233. flgBusiness: null,
  234. flgHandleSetting: null,
  235. flgValid: true,
  236. makeStaff: "10112024-0622-0000-0000-00045239ecc6",
  237. makeStaffName: null,
  238. makeTime: "2024-06-22 16:35:53",
  239. orderId: "10112024-0622-0000-0000-0004538d0901",
  240. orderItemResponseList: [{
  241. imagesUrl: "https://s.dev01.dkiboss.com:7000/file/dc91014c58d4d/t_mst_goods_sku/2024-07/08/21fc795e-f8fd-4d72-9265-1f7d655cbf7d.jpg",
  242. amtStd: 0,
  243. brandName: "百特",
  244. cpId: 332,
  245. flgValid: true,
  246. invId: "10112024-0625-0000-0000-00045fea33f3",
  247. invQty: 0,
  248. itemAmt: 99,
  249. itemId: "08221268-11f1-4b3c-8554-a3137cd7b59d",
  250. itemIndex: 1,
  251. itemQty: 1,
  252. maxOutQty: 0,
  253. nonStdCode: "-",
  254. orderId: "10112024-0622-0000-0000-0004538d0901",
  255. orderNo: "SO98-240622-111111",
  256. orderQty: 1,
  257. outAmt: 0,
  258. outQty: 0,
  259. outStatus: "出库状态-已出库",
  260. outingAmt: 99,
  261. outingQty: 1,
  262. packageDetailsFlag: true,
  263. priceDiscount: 100,
  264. priceOut: 1000,
  265. pricePurchase: 0,
  266. priceSale: 1000,
  267. priceStandard: 0,
  268. priceStd: 0,
  269. remarks: null,
  270. returnAmt: 0,
  271. returnQty: 0,
  272. shortName: "百特",
  273. skuCode: "D9804162RW",
  274. skuId: "10112024-0622-0000-0000-0004538cd75a",
  275. skuImages: null,
  276. skuModel: "BT001",
  277. skuName: null,
  278. usableQty: 0,
  279. whId: "10112024-0622-0000-0000-0004523b8592",
  280. whName: "主仓",
  281. }],
  282. orderNo: "SO98-240622-111111",
  283. orderStatus: "订单状态-成交",
  284. orderStatusName: null,
  285. orderType: "单据类型-销售订单",
  286. orderTypeName: null,
  287. orgId: "10112024-0622-0000-0000-0004523842c1",
  288. orgName: "运营中心",
  289. outAmt: 0,
  290. outQty: 0,
  291. outStatus: "出库状态-已出库",
  292. outStatusName: null,
  293. outboundProcessingFlag: null,
  294. outingAmt: 99,
  295. outingQty: 1,
  296. pageSize: null,
  297. pricePurchase: null,
  298. priceStandard: null,
  299. remarks: null,
  300. returnAmt: 0,
  301. returnQty: 0,
  302. saleDiscount: 100,
  303. salesChannel: "10112024-0622-0000-0000-0004523d2353",
  304. staffId: "10112024-0622-0000-0000-00045239ecc6",
  305. staffName: "李某",
  306. start: null,
  307. sumAmount: 99,
  308. sumQuantity: 1,
  309. sumStandard: 0,
  310. }],
  311. //交易记录-销售出库
  312. falseSaleOutData: [{
  313. addressArea: {
  314. province: "辽宁省",
  315. city: "沈阳市",
  316. district: "浑南区"
  317. },
  318. addressFull: "辽宁省沈阳市浑南区世纪路13号沈阳市浑南区人民政府",
  319. addressGcj02: {
  320. latitude: 41.71482,
  321. longitude: 123.44972
  322. },
  323. addressName: "沈阳市浑南区人民政府",
  324. addressNo: "了",
  325. annexPaths: null,
  326. biznisNo: null,
  327. box: null,
  328. categoryCount: 1,
  329. channelId: null,
  330. channelName: "零售",
  331. contactName: null,
  332. contactPhone: null,
  333. cpId: 332,
  334. currentPage: null,
  335. cusCode: "D9804I6DHP",
  336. cusFrom: null,
  337. cusFromName: null,
  338. cusId: "10112024-0709-0000-0000-000489cd1003",
  339. cusName: "靠靠靠靠考虑",
  340. cusPhone: "99999998888",
  341. decimalPlaces: null,
  342. discAmt: null,
  343. discount: null,
  344. end: null,
  345. factAmt: null,
  346. flgAutoHandle: true,
  347. flgHandleSetting: false,
  348. flgSubUnit: null,
  349. flgValid: true,
  350. fromId: "10112024-0709-0000-0000-000489ce58af",
  351. fromNo: "SO98-240709-111111",
  352. goodsList: [{
  353. box: 6,
  354. brandName: "百特",
  355. costAmt: 10,
  356. costPrice: 2,
  357. cpId: 332,
  358. decimalPlaces: 0,
  359. factAmt: 594,
  360. factPrice: 940,
  361. flgSubUnit: true,
  362. flgValid: true,
  363. fromId: "10112024-0709-0000-0000-000489ce58af",
  364. fromItemId: "0888cc0e-0035-43de-bf63-cf692952a14a",
  365. imagesUrl: "https://s.dev01.dkiboss.com:7000/file/dc91014c58d4d/t_mst_goods_sku/2024-07/08/21fc795e-f8fd-4d72-9265-1f7d655cbf7d.jpg",
  366. invId: "10112024-0708-0000-0000-000484838054",
  367. invQty: 25,
  368. itemId: "10112024-0709-0000-0000-000489d2fd5a",
  369. itemIndex: 1,
  370. nonStdCode: "-",
  371. outAmt: 495,
  372. outId: "10112024-0709-0000-0000-000489d196d5",
  373. outNo: "IO98-240709-11111",
  374. outQty: 1,
  375. outStatus: "出库状态-已出库",
  376. outType: "出库类型-销售出库",
  377. outingAmt: 0,
  378. outingBox: 0,
  379. outingPiece: 0,
  380. outingQty: 0,
  381. packBox: 1,
  382. packBoxText: "1套",
  383. packageDetailsFlag: true,
  384. piece: 0,
  385. priceOut: 99,
  386. pricePurchase: 0,
  387. priceStandard: 0,
  388. remarks: null,
  389. returnAmt: 0,
  390. returnQty: 0,
  391. sOrderId: null,
  392. sOrderItemId: null,
  393. sOutId: null,
  394. sOutItemId: null,
  395. skuCode: "D9804H6CAU",
  396. skuId: "10112024-0708-0000-0000-000483c60ffd",
  397. skuImages: {
  398. type: "jsonb",
  399. value: {
  400. createTime: "2024-07-08T09:33:57.611",
  401. name: "tmp_9b607a73e1f15c603921089b85bb2524b6c67111547f1a68.jpg",
  402. path: "/dc91014c58d4d/t_mst_goods_sku/2024-07/08/21fc795e-f8fd-4d72-9265-1f7d655cbf7d.jpg",
  403. type: "image",
  404. url: "https://s.dev01.dkiboss.com:7000/file/dc91014c58d4d/t_mst_goods_sku/2024-07/08/21fc795e-f8fd-4d72-9265-1f7d655cbf7d.jpg"
  405. }
  406. },
  407. skuModel: "BT001",
  408. skuName: null,
  409. subUnitName: "套",
  410. supId: null,
  411. unitName: "个",
  412. usableQty: 25,
  413. whId: "10112024-0622-0000-0000-0004523b8592",
  414. whName: "主仓",
  415. }],
  416. invQty: null,
  417. makeStaff: "10112024-0705-0000-0000-0004798d1b48",
  418. makeStaffName: null,
  419. makeTime: "2024-07-09 11:47:59",
  420. opUpdateTime: null,
  421. orgId: "10112024-0622-0000-0000-0004523842c1",
  422. orgName: "运营中心",
  423. outAmt: 940,
  424. outBox: null,
  425. outDate: "2024-07-09",
  426. outId: "10112024-0709-0000-0000-000489d196d5",
  427. outNo: "IO98-240709-11111",
  428. outPiece: null,
  429. outQty: 1,
  430. outReason: null,
  431. outReasonName: null,
  432. outStatus: "出库状态-已出库",
  433. outStatusName: "已出库",
  434. outType: "出库类型-销售出库",
  435. outTypeName: null,
  436. outingAmt: 0,
  437. outingBox: null,
  438. outingPiece: null,
  439. outingQty: 0,
  440. packBox: null,
  441. pageSize: null,
  442. piece: null,
  443. receivableId: "10112024-0709-0000-0000-000489d3eeaf",
  444. remarks: null,
  445. returnAmt: 0,
  446. returnQty: 0,
  447. salesChannel: null,
  448. staffName: "李某",
  449. start: null,
  450. subUnitName: null,
  451. sumOutAmt: null,
  452. sumOutQty: null,
  453. supId: null,
  454. supplierName: null,
  455. unitName: null,
  456. usableQty: null,
  457. }],
  458. //收款记录
  459. falseReceiptData: [{
  460. accDate: "2024-06-22",
  461. addressFull: "内蒙古自治区呼和浩特市玉泉区南三环路与锡林郭勒南路交叉口正北方向341米左右万锦·云锦",
  462. amtRec: 940,
  463. annexPaths: null,
  464. biznisId: "10112024-0622-0000-0000-0004538d0901",
  465. biznisNo: "SO98-240622-11111",
  466. biznisType: "t_psi_order",
  467. contactName: null,
  468. contactPhone: null,
  469. contractAssets: null,
  470. cpId: 332,
  471. currentPage: null,
  472. cusCode: "D9804162L7",
  473. cusName: "张萌萌",
  474. cusPhone: "13478286688",
  475. end: null,
  476. flgLock: false,
  477. flgOrderHandle: false,
  478. flgValid: true,
  479. macCode: null,
  480. macNames: "现金",
  481. makeStaff: "10112024-0622-0000-0000-00045239ecc6",
  482. makeStaffName: "13810254492",
  483. makeTime: "2024-06-22 16:38:18",
  484. objectId: "10112024-0622-0000-0000-0004529ba002",
  485. orgId: "10112024-0622-0000-0000-0004523842c1",
  486. orgName: "运营中心",
  487. pageSize: null,
  488. payableResidue: null,
  489. paymentResidue: null,
  490. receipt: null,
  491. receiptLock: null,
  492. receiptResidue: -2,
  493. receivable: null,
  494. receivableHandle: null,
  495. receivableResidue: 560,
  496. receivableWaive: null,
  497. remarks: null,
  498. returnAddress: null,
  499. rpId: "10112024-0622-0000-0000-00045392c7fb",
  500. rpNo: "NO98-240622-11111",
  501. rpType: "收付款类型-收款",
  502. rpTypeName: "收款",
  503. staffId: "10112024-0622-0000-0000-00045239ecc6",
  504. staffName: "李某",
  505. start: null,
  506. sumAmtPay: 0,
  507. sumAmtPayableHandle: 0,
  508. sumAmtRec: 0,
  509. sumAmtReceivableHandle: 0,
  510. sumShouldHandle: 0,
  511. sumUsePaymentResidue: 0,
  512. sumUseReceiptResidue: 0,
  513. sumWaiveAmt: 0,
  514. supCode: null,
  515. supId: null,
  516. supName: null,
  517. supType: null,
  518. }],
  519. //退款记录
  520. // falseBackMacData: [{
  521. // accDate: "2024-06-22",
  522. // addressFull: "内蒙古自治区呼和浩特市玉泉区南三环路与锡林郭勒南路交叉口正北方向341米左右万锦·云锦",
  523. // amtRec: -560,
  524. // annexPaths: [],
  525. // biznisId: null,
  526. // biznisNo: null,
  527. // biznisType: null,
  528. // contactName: null,
  529. // contactPhone: null,
  530. // contractAssets: null,
  531. // cpId: 332,
  532. // currentPage: null,
  533. // cusCode: "D9804162L7",
  534. // cusName: "张萌萌",
  535. // cusPhone: "13478286688",
  536. // end: null,
  537. // flgLock: false,
  538. // flgOrderHandle: false,
  539. // flgValid: true,
  540. // macCode: null,
  541. // macNames: "现金",
  542. // makeStaff: "10112024-0622-0000-0000-00045239ecc6",
  543. // makeStaffName: "13810254492",
  544. // makeTime: "2024-06-22 10:59:37",
  545. // objectId: "10112024-0622-0000-0000-0004529ba002",
  546. // orgId: "10112024-0622-0000-0000-0004523842c1",
  547. // orgName: "运营中心",
  548. // pageSize: null,
  549. // payableResidue: null,
  550. // paymentResidue: null,
  551. // receipt: null,
  552. // receiptLock: null,
  553. // receiptResidue: -2,
  554. // receivable: null,
  555. // receivableHandle: null,
  556. // receivableResidue: 560,
  557. // receivableWaive: null,
  558. // remarks: null,
  559. // returnAddress: null,
  560. // rpId: "10112024-0622-0000-0000-0004528c822a",
  561. // rpNo: "NO98-240622-111111",
  562. // rpType: "收付款类型-退收款",
  563. // rpTypeName: "退收款",
  564. // staffId: "10112024-0622-0000-0000-00045239ecc6",
  565. // staffName: "13810254492",
  566. // start: null,
  567. // sumAmtPay: 0,
  568. // sumAmtPayableHandle: 0,
  569. // sumAmtRec: -560,
  570. // sumAmtReceivableHandle: 0,
  571. // sumShouldHandle: 0,
  572. // sumUsePaymentResidue: 0,
  573. // sumUseReceiptResidue: 0,
  574. // sumWaiveAmt: 0,
  575. // supCode: null,
  576. // supId: null,
  577. // supName: null,
  578. // supType: null,
  579. // }],
  580. //销售利润
  581. falseProfitReportData: {
  582. profit: {
  583. inbound: 10000,
  584. outbound: 100000,
  585. profit: 90000,
  586. profitRate: 90.00,
  587. },
  588. dateProfit: [{
  589. accDate: "2024-06",
  590. profit: 123123,
  591. profitRate: 177.33,
  592. },
  593. {
  594. accDate: "2024-07",
  595. profit: 44232,
  596. profitRate: 106.17,
  597. }
  598. ],
  599. orgProfit: [{
  600. orgName: "测试中心",
  601. profitRate: 106.17,
  602. profit: 90000
  603. }],
  604. staffProfit: [{
  605. staffName: "李某",
  606. profitRate: 107.06,
  607. profit: 90000
  608. }, ],
  609. skuProfit: [{
  610. skuName: "P001",
  611. profitRate: 111.01,
  612. profit: 60000
  613. }, {
  614. skuName: "U001(U001)",
  615. profitRate: 23,
  616. profit: 30000
  617. }]
  618. },
  619. //部门利润排行
  620. falseOrgProfitData: [{
  621. orgName: "运营中心",
  622. profit: 90000,
  623. profitRate: 90.00,
  624. }, ],
  625. //业务员利润排行
  626. falseStaffProfitData: [{
  627. profit: 90000,
  628. profitRate: 90.00,
  629. staffName: "张三",
  630. }, ],
  631. //商品利润排行
  632. falseSkuProfitData: [{
  633. profit: 40000,
  634. profitRate: 90.55,
  635. skuName: "CS01",
  636. }, {
  637. profit: 30000,
  638. profitRate: 90.33,
  639. skuName: "CS02",
  640. }, {
  641. profit: 20000,
  642. profitRate: 90.35,
  643. skuName: "CS03",
  644. }]
  645. }