| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- module.exports = {
- falseIvtSumReportData: [{
- brandName: "测试",
- currentIntoAmt: 100,
- currentIntoQty: 100,
- currentOutAmt: 100,
- currentOutQty: 100,
- decimalPlaces: 0,
- endingIvtAmt: 104501,
- endingIvtQty: 100,
- imagesUrl: "https://s.dev01.dkiboss.com:7000/file/dc91014c58d4d/t_mst_goods_sku/2024-06/27/aa556141-2f8a-49fe-b7a7-b45b44760b32.png",
- invId: "10112024-0625-0000-0000-000460f23129",
- nonStdCode: "-",
- openingIvtAmt: 104501,
- openingIvtQty: 88,
- packBox: 8,
- seriesName: "测试数据",
- shortName: "测试",
- skuImages: [{
- createTime: "2024-06-27T14:54:13.398",
- name: "2N8O15Jzd35910ab61066bb6311ee8e5baa140bc0a9f.png",
- path: "/dc91014c58d4d/t_mst_goods_sku/2024-06/27/aa556141-2f8a-49fe-b7a7-b45b44760b32.png",
- type: "image",
- url: "https://s.dev01.dkiboss.com:7000/file/dc91014c58d4d/t_mst_goods_sku/2024-06/27/aa556141-2f8a-49fe-b7a7-b45b44760b32.png",
- }],
- skuModel: "测试数据",
- skuName: "测试数据",
- skuSpec: "测试数据",
- subUnitName: "箱",
- unitName: "个",
- whName: "主仓",
- }],
- falseCusRecPayReportData: [{
- facAmt: 99999
- }, {
- arrears: 99999
- }, {
- outAmt: 99999
- }, {
- arrears: 99,
- cusName: "张萌萌",
- cusPhone: "1388888888",
- objectId: "10112024-0622-0000-0000-0004529ba002",
- }, {
- arrears: 99,
- cusName: "王萌萌",
- cusPhone: "1399999999",
- objectId: "10112024-0622-0000-0000-00045369aaff"
- }],
- falseProfitReportData: {
- profit: {
- inbound: -45321,
- outbound: 765432,
- profit: 77884,
- profitRate: 106.17,
- },
- dateProfit: [{
- accDate: "2024-06",
- profit: 123123,
- profitRate: 177.33,
- },
- {
- accDate: "2024-07",
- profit: 44232,
- profitRate: 106.17,
- }
- ],
- orgProfit: [{
- orgName: "测试中心",
- profitRate: 106.17,
- profit: 77804
- }],
- staffProfit: [{
- staffName: "145555555",
- profitRate: 107.06,
- profit: 32322
- },
- {
- staffName: "4223333",
- profitRate: 100.2,
- profit: 9519
- }
- ],
- skuProfit: [{
- skuName: "P001",
- profitRate: 111.01,
- profit: 12345
- }, {
- skuName: "U001(U001)",
- profitRate: 23,
- profit: 23233
- }]
- },
- }
|