找回密码
 立即注册

QQ登录

只需一步,快速开始

wilson_19

注册会员

13

主题

31

帖子

120

积分

注册会员

积分
120
wilson_19
注册会员   /  发表于:2024-9-11 16:56  /   查看:259  /  回复:3
1金币

这是我得前端代码和设计器,我应该怎么做才能从前端把数据源传入报表中,我现在生成report的结果是空!
  1. {
  2.         "code": 200,
  3.         "message": "操作成功.",
  4.         "success": true,
  5.         "data": [
  6.                 {
  7.                         "worksheetCutItemCodId": 1964,
  8.                         "worksheetCutItemPcsId": 40,
  9.                         "worksheetCutItemId": 27,
  10.                         "worksheetCutItemDatId": 2247,
  11.                         "createBy": 1,
  12.                         "createDate": "2024-09-06 11:43:03",
  13.                         "updateBy": 1,
  14.                         "updateDate": "2024-09-06 11:43:03",
  15.                         "qrCodeValue": 1000000019643,
  16.                         "worksheetId": 1,
  17.                         "barcodeNum": "1",
  18.                         "barcodeQty": 222,
  19.                         "serialNumber": "1-1",
  20.                         "sort": 1,
  21.                         "pieceName": "G",
  22.                         "bedNum": 1,
  23.                         "colorName1": "WT001亮白色",
  24.                         "productCode": "W23WJ0417L-1-FIN",
  25.                         "worksheetCode": "W230417-1-FIN",
  26.                         "splitCode": "22",
  27.                         "contract": "WZ23/0613-P03",
  28.                         "size": "2XS/XL/XS",
  29.                         "worksheetContractItemList": [
  30.                                 {
  31.                                         "worksheetContractItemId": null,
  32.                                         "worksheetId": 1,
  33.                                         "contractItemId": 85282,
  34.                                         "contractId": 57351,
  35.                                         "contractCode": "WZ23/0613-P03",
  36.                                         "detailQty": 600,
  37.                                         "createDate": "2024-05-18 15:34:24",
  38.                                         "createBy": 1,
  39.                                         "updateDate": "2024-05-18 15:34:24",
  40.                                         "updateBy": 1
  41.                                 }
  42.                         ],
  43.                         "worksheetCutItemSzList": [
  44.                                 {
  45.                                         "worksheetCutItemSzId": 137,
  46.                                         "worksheetCutItemId": 27,
  47.                                         "sort": 1,
  48.                                         "productSizeId": 109070,
  49.                                         "createDate": "2024-09-04 09:30:30",
  50.                                         "createBy": 1,
  51.                                         "updateDate": "2024-09-04 09:30:30",
  52.                                         "updateBy": 1,
  53.                                         "cutQty": null,
  54.                                         "sizeName1": "2XS"
  55.                                 },
  56.                                 {
  57.                                         "worksheetCutItemSzId": 138,
  58.                                         "worksheetCutItemId": 27,
  59.                                         "sort": 2,
  60.                                         "productSizeId": 87895,
  61.                                         "createDate": "2024-09-04 09:30:30",
  62.                                         "createBy": 1,
  63.                                         "updateDate": "2024-09-04 09:30:30",
  64.                                         "updateBy": 1,
  65.                                         "cutQty": null,
  66.                                         "sizeName1": "XL"
  67.                                 },
  68.                                 {
  69.                                         "worksheetCutItemSzId": 139,
  70.                                         "worksheetCutItemId": 27,
  71.                                         "sort": 3,
  72.                                         "productSizeId": 87894,
  73.                                         "createDate": "2024-09-04 09:30:30",
  74.                                         "createBy": 1,
  75.                                         "updateDate": "2024-09-04 09:30:30",
  76.                                         "updateBy": 1,
  77.                                         "cutQty": null,
  78.                                         "sizeName1": "XS"
  79.                                 }
  80.                         ]
  81.                 },
  82.                 {
  83.                         "worksheetCutItemCodId": 1955,
  84.                         "worksheetCutItemPcsId": 41,
  85.                         "worksheetCutItemId": 27,
  86.                         "worksheetCutItemDatId": 2247,
  87.                         "createBy": 1,
  88.                         "createDate": "2024-09-06 11:43:03",
  89.                         "updateBy": 1,
  90.                         "updateDate": "2024-09-06 11:43:03",
  91.                         "qrCodeValue": 1000000019551,
  92.                         "worksheetId": 1,
  93.                         "barcodeNum": "1",
  94.                         "barcodeQty": 222,
  95.                         "serialNumber": "1-2",
  96.                         "sort": 2,
  97.                         "pieceName": "F",
  98.                         "bedNum": 1,
  99.                         "colorName1": "WT001亮白色",
  100.                         "productCode": "W23WJ0417L-1-FIN",
  101.                         "worksheetCode": "W230417-1-FIN",
  102.                         "splitCode": "22",
  103.                         "contract": "WZ23/0613-P03",
  104.                         "size": "2XS/XL/XS",
  105.                         "worksheetContractItemList": [
  106.                                 {
  107.                                         "worksheetContractItemId": null,
  108.                                         "worksheetId": 1,
  109.                                         "contractItemId": 85282,
  110.                                         "contractId": 57351,
  111.                                         "contractCode": "WZ23/0613-P03",
  112.                                         "detailQty": 600,
  113.                                         "createDate": "2024-05-18 15:34:24",
  114.                                         "createBy": 1,
  115.                                         "updateDate": "2024-05-18 15:34:24",
  116.                                         "updateBy": 1
  117.                                 }
  118.                         ],
  119.                         "worksheetCutItemSzList": [
  120.                                 {
  121.                                         "worksheetCutItemSzId": 137,
  122.                                         "worksheetCutItemId": 27,
  123.                                         "sort": 1,
  124.                                         "productSizeId": 109070,
  125.                                         "createDate": "2024-09-04 09:30:30",
  126.                                         "createBy": 1,
  127.                                         "updateDate": "2024-09-04 09:30:30",
  128.                                         "updateBy": 1,
  129.                                         "cutQty": null,
  130.                                         "sizeName1": "2XS"
  131.                                 },
  132.                                 {
  133.                                         "worksheetCutItemSzId": 138,
  134.                                         "worksheetCutItemId": 27,
  135.                                         "sort": 2,
  136.                                         "productSizeId": 87895,
  137.                                         "createDate": "2024-09-04 09:30:30",
  138.                                         "createBy": 1,
  139.                                         "updateDate": "2024-09-04 09:30:30",
  140.                                         "updateBy": 1,
  141.                                         "cutQty": null,
  142.                                         "sizeName1": "XL"
  143.                                 },
  144.                                 {
  145.                                         "worksheetCutItemSzId": 139,
  146.                                         "worksheetCutItemId": 27,
  147.                                         "sort": 3,
  148.                                         "productSizeId": 87894,
  149.                                         "createDate": "2024-09-04 09:30:30",
  150.                                         "createBy": 1,
  151.                                         "updateDate": "2024-09-04 09:30:30",
  152.                                         "updateBy": 1,
  153.                                         "cutQty": null,
  154.                                         "sizeName1": "XS"
  155.                                 }
  156.                         ]
  157.                 },
  158.                 {
  159.                         "worksheetCutItemCodId": 1946,
  160.                         "worksheetCutItemPcsId": 42,
  161.                         "worksheetCutItemId": 27,
  162.                         "worksheetCutItemDatId": 2247,
  163.                         "createBy": 1,
  164.                         "createDate": "2024-09-06 11:43:03",
  165.                         "updateBy": 1,
  166.                         "updateDate": "2024-09-06 11:43:03",
  167.                         "qrCodeValue": 1000000019469,
  168.                         "worksheetId": 1,
  169.                         "barcodeNum": "1",
  170.                         "barcodeQty": 222,
  171.                         "serialNumber": "1-3",
  172.                         "sort": 3,
  173.                         "pieceName": "G",
  174.                         "bedNum": 1,
  175.                         "colorName1": "WT001亮白色",
  176.                         "productCode": "W23WJ0417L-1-FIN",
  177.                         "worksheetCode": "W230417-1-FIN",
  178.                         "splitCode": "22",
  179.                         "contract": "WZ23/0613-P03",
  180.                         "size": "2XS/XL/XS",
  181.                         "worksheetContractItemList": [
  182.                                 {
  183.                                         "worksheetContractItemId": null,
  184.                                         "worksheetId": 1,
  185.                                         "contractItemId": 85282,
  186.                                         "contractId": 57351,
  187.                                         "contractCode": "WZ23/0613-P03",
  188.                                         "detailQty": 600,
  189.                                         "createDate": "2024-05-18 15:34:24",
  190.                                         "createBy": 1,
  191.                                         "updateDate": "2024-05-18 15:34:24",
  192.                                         "updateBy": 1
  193.                                 }
  194.                         ],
  195.                         "worksheetCutItemSzList": [
  196.                                 {
  197.                                         "worksheetCutItemSzId": 137,
  198.                                         "worksheetCutItemId": 27,
  199.                                         "sort": 1,
  200.                                         "productSizeId": 109070,
  201.                                         "createDate": "2024-09-04 09:30:30",
  202.                                         "createBy": 1,
  203.                                         "updateDate": "2024-09-04 09:30:30",
  204.                                         "updateBy": 1,
  205.                                         "cutQty": null,
  206.                                         "sizeName1": "2XS"
  207.                                 },
  208.                                 {
  209.                                         "worksheetCutItemSzId": 138,
  210.                                         "worksheetCutItemId": 27,
  211.                                         "sort": 2,
  212.                                         "productSizeId": 87895,
  213.                                         "createDate": "2024-09-04 09:30:30",
  214.                                         "createBy": 1,
  215.                                         "updateDate": "2024-09-04 09:30:30",
  216.                                         "updateBy": 1,
  217.                                         "cutQty": null,
  218.                                         "sizeName1": "XL"
  219.                                 },
  220.                                 {
  221.                                         "worksheetCutItemSzId": 139,
  222.                                         "worksheetCutItemId": 27,
  223.                                         "sort": 3,
  224.                                         "productSizeId": 87894,
  225.                                         "createDate": "2024-09-04 09:30:30",
  226.                                         "createBy": 1,
  227.                                         "updateDate": "2024-09-04 09:30:30",
  228.                                         "updateBy": 1,
  229.                                         "cutQty": null,
  230.                                         "sizeName1": "XS"
  231.                                 }
  232.                         ]
  233.                 },
  234.                 {
  235.                         "worksheetCutItemCodId": 1937,
  236.                         "worksheetCutItemPcsId": 43,
  237.                         "worksheetCutItemId": 27,
  238.                         "worksheetCutItemDatId": 2247,
  239.                         "createBy": 1,
  240.                         "createDate": "2024-09-06 11:43:03",
  241.                         "updateBy": 1,
  242.                         "updateDate": "2024-09-06 11:43:03",
  243.                         "qrCodeValue": 1000000019377,
  244.                         "worksheetId": 1,
  245.                         "barcodeNum": "1",
  246.                         "barcodeQty": 222,
  247.                         "serialNumber": "1-4",
  248.                         "sort": 4,
  249.                         "pieceName": "GD",
  250.                         "bedNum": 1,
  251.                         "colorName1": "WT001亮白色",
  252.                         "productCode": "W23WJ0417L-1-FIN",
  253.                         "worksheetCode": "W230417-1-FIN",
  254.                         "splitCode": "22",
  255.                         "contract": "WZ23/0613-P03",
  256.                         "size": "2XS/XL/XS",
  257.                         "worksheetContractItemList": [
  258.                                 {
  259.                                         "worksheetContractItemId": null,
  260.                                         "worksheetId": 1,
  261.                                         "contractItemId": 85282,
  262.                                         "contractId": 57351,
  263.                                         "contractCode": "WZ23/0613-P03",
  264.                                         "detailQty": 600,
  265.                                         "createDate": "2024-05-18 15:34:24",
  266.                                         "createBy": 1,
  267.                                         "updateDate": "2024-05-18 15:34:24",
  268.                                         "updateBy": 1
  269.                                 }
  270.                         ],
  271.                         "worksheetCutItemSzList": [
  272.                                 {
  273.                                         "worksheetCutItemSzId": 137,
  274.                                         "worksheetCutItemId": 27,
  275.                                         "sort": 1,
  276.                                         "productSizeId": 109070,
  277.                                         "createDate": "2024-09-04 09:30:30",
  278.                                         "createBy": 1,
  279.                                         "updateDate": "2024-09-04 09:30:30",
  280.                                         "updateBy": 1,
  281.                                         "cutQty": null,
  282.                                         "sizeName1": "2XS"
  283.                                 },
  284.                                 {
  285.                                         "worksheetCutItemSzId": 138,
  286.                                         "worksheetCutItemId": 27,
  287.                                         "sort": 2,
  288.                                         "productSizeId": 87895,
  289.                                         "createDate": "2024-09-04 09:30:30",
  290.                                         "createBy": 1,
  291.                                         "updateDate": "2024-09-04 09:30:30",
  292.                                         "updateBy": 1,
  293.                                         "cutQty": null,
  294.                                         "sizeName1": "XL"
  295.                                 },
  296.                                 {
  297.                                         "worksheetCutItemSzId": 139,
  298.                                         "worksheetCutItemId": 27,
  299.                                         "sort": 3,
  300.                                         "productSizeId": 87894,
  301.                                         "createDate": "2024-09-04 09:30:30",
  302.                                         "createBy": 1,
  303.                                         "updateDate": "2024-09-04 09:30:30",
  304.                                         "updateBy": 1,
  305.                                         "cutQty": null,
  306.                                         "sizeName1": "XS"
  307.                                 }
  308.                         ]
  309.                 },
  310.                 {
  311.                         "worksheetCutItemCodId": 1928,
  312.                         "worksheetCutItemPcsId": 44,
  313.                         "worksheetCutItemId": 27,
  314.                         "worksheetCutItemDatId": 2247,
  315.                         "createBy": 1,
  316.                         "createDate": "2024-09-06 11:43:03",
  317.                         "updateBy": 1,
  318.                         "updateDate": "2024-09-06 11:43:03",
  319.                         "qrCodeValue": 1000000019285,
  320.                         "worksheetId": 1,
  321.                         "barcodeNum": "1",
  322.                         "barcodeQty": 222,
  323.                         "serialNumber": "1-5",
  324.                         "sort": 5,
  325.                         "pieceName": "G2",
  326.                         "bedNum": 1,
  327.                         "colorName1": "WT001亮白色",
  328.                         "productCode": "W23WJ0417L-1-FIN",
  329.                         "worksheetCode": "W230417-1-FIN",
  330.                         "splitCode": "22",
  331.                         "contract": "WZ23/0613-P03",
  332.                         "size": "2XS/XL/XS",
  333.                         "worksheetContractItemList": [
  334.                                 {
  335.                                         "worksheetContractItemId": null,
  336.                                         "worksheetId": 1,
  337.                                         "contractItemId": 85282,
  338.                                         "contractId": 57351,
  339.                                         "contractCode": "WZ23/0613-P03",
  340.                                         "detailQty": 600,
  341.                                         "createDate": "2024-05-18 15:34:24",
  342.                                         "createBy": 1,
  343.                                         "updateDate": "2024-05-18 15:34:24",
  344.                                         "updateBy": 1
  345.                                 }
  346.                         ],
  347.                         "worksheetCutItemSzList": [
  348.                                 {
  349.                                         "worksheetCutItemSzId": 137,
  350.                                         "worksheetCutItemId": 27,
  351.                                         "sort": 1,
  352.                                         "productSizeId": 109070,
  353.                                         "createDate": "2024-09-04 09:30:30",
  354.                                         "createBy": 1,
  355.                                         "updateDate": "2024-09-04 09:30:30",
  356.                                         "updateBy": 1,
  357.                                         "cutQty": null,
  358.                                         "sizeName1": "2XS"
  359.                                 },
  360.                                 {
  361.                                         "worksheetCutItemSzId": 138,
  362.                                         "worksheetCutItemId": 27,
  363.                                         "sort": 2,
  364.                                         "productSizeId": 87895,
  365.                                         "createDate": "2024-09-04 09:30:30",
  366.                                         "createBy": 1,
  367.                                         "updateDate": "2024-09-04 09:30:30",
  368.                                         "updateBy": 1,
  369.                                         "cutQty": null,
  370.                                         "sizeName1": "XL"
  371.                                 },
  372.                                 {
  373.                                         "worksheetCutItemSzId": 139,
  374.                                         "worksheetCutItemId": 27,
  375.                                         "sort": 3,
  376.                                         "productSizeId": 87894,
  377.                                         "createDate": "2024-09-04 09:30:30",
  378.                                         "createBy": 1,
  379.                                         "updateDate": "2024-09-04 09:30:30",
  380.                                         "updateBy": 1,
  381.                                         "cutQty": null,
  382.                                         "sizeName1": "XS"
  383.                                 }
  384.                         ]
  385.                 },
  386.                 {
  387.                         "worksheetCutItemCodId": 1967,
  388.                         "worksheetCutItemPcsId": 40,
  389.                         "worksheetCutItemId": 27,
  390.                         "worksheetCutItemDatId": 2250,
  391.                         "createBy": 1,
  392.                         "createDate": "2024-09-06 11:43:03",
  393.                         "updateBy": 1,
  394.                         "updateDate": "2024-09-06 11:43:03",
  395.                         "qrCodeValue": 1000000019674,
  396.                         "worksheetId": 1,
  397.                         "barcodeNum": "2",
  398.                         "barcodeQty": 240,
  399.                         "serialNumber": "2-1",
  400.                         "sort": 1,
  401.                         "pieceName": "G",
  402.                         "bedNum": 1,
  403.                         "colorName1": "DK003卡其色",
  404.                         "productCode": "W23WJ0417L-1-FIN",
  405.                         "worksheetCode": "W230417-1-FIN",
  406.                         "splitCode": "G112",
  407.                         "contract": "WZ23/0613-P03",
  408.                         "size": "2XS/XL/XS",
  409.                         "worksheetContractItemList": [
  410.                                 {
  411.                                         "worksheetContractItemId": null,
  412.                                         "worksheetId": 1,
  413.                                         "contractItemId": 85282,
  414.                                         "contractId": 57351,
  415.                                         "contractCode": "WZ23/0613-P03",
  416.                                         "detailQty": 600,
  417.                                         "createDate": "2024-05-18 15:34:24",
  418.                                         "createBy": 1,
  419.                                         "updateDate": "2024-05-18 15:34:24",
  420.                                         "updateBy": 1
  421.                                 }
  422.                         ],
  423.                         "worksheetCutItemSzList": [
  424.                                 {
  425.                                         "worksheetCutItemSzId": 137,
  426.                                         "worksheetCutItemId": 27,
  427.                                         "sort": 1,
  428.                                         "productSizeId": 109070,
  429.                                         "createDate": "2024-09-04 09:30:30",
  430.                                         "createBy": 1,
  431.                                         "updateDate": "2024-09-04 09:30:30",
  432.                                         "updateBy": 1,
  433.                                         "cutQty": null,
  434.                                         "sizeName1": "2XS"
  435.                                 },
  436.                                 {
  437.                                         "worksheetCutItemSzId": 138,
  438.                                         "worksheetCutItemId": 27,
  439.                                         "sort": 2,
  440.                                         "productSizeId": 87895,
  441.                                         "createDate": "2024-09-04 09:30:30",
  442.                                         "createBy": 1,
  443.                                         "updateDate": "2024-09-04 09:30:30",
  444.                                         "updateBy": 1,
  445.                                         "cutQty": null,
  446.                                         "sizeName1": "XL"
  447.                                 },
  448.                                 {
  449.                                         "worksheetCutItemSzId": 139,
  450.                                         "worksheetCutItemId": 27,
  451.                                         "sort": 3,
  452.                                         "productSizeId": 87894,
  453.                                         "createDate": "2024-09-04 09:30:30",
  454.                                         "createBy": 1,
  455.                                         "updateDate": "2024-09-04 09:30:30",
  456.                                         "updateBy": 1,
  457.                                         "cutQty": null,
  458.                                         "sizeName1": "XS"
  459.                                 }
  460.                         ]
  461.                 },
  462.                 {
  463.                         "worksheetCutItemCodId": 1958,
  464.                         "worksheetCutItemPcsId": 41,
  465.                         "worksheetCutItemId": 27,
  466.                         "worksheetCutItemDatId": 2250,
  467.                         "createBy": 1,
  468.                         "createDate": "2024-09-06 11:43:03",
  469.                         "updateBy": 1,
  470.                         "updateDate": "2024-09-06 11:43:03",
  471.                         "qrCodeValue": 1000000019582,
  472.                         "worksheetId": 1,
  473.                         "barcodeNum": "2",
  474.                         "barcodeQty": 240,
  475.                         "serialNumber": "2-2",
  476.                         "sort": 2,
  477.                         "pieceName": "F",
  478.                         "bedNum": 1,
  479.                         "colorName1": "DK003卡其色",
  480.                         "productCode": "W23WJ0417L-1-FIN",
  481.                         "worksheetCode": "W230417-1-FIN",
  482.                         "splitCode": "G112",
  483.                         "contract": "WZ23/0613-P03",
  484.                         "size": "2XS/XL/XS",
  485.                         "worksheetContractItemList": [
  486.                                 {
  487.                                         "worksheetContractItemId": null,
  488.                                         "worksheetId": 1,
  489.                                         "contractItemId": 85282,
  490.                                         "contractId": 57351,
  491.                                         "contractCode": "WZ23/0613-P03",
  492.                                         "detailQty": 600,
  493.                                         "createDate": "2024-05-18 15:34:24",
  494.                                         "createBy": 1,
  495.                                         "updateDate": "2024-05-18 15:34:24",
  496.                                         "updateBy": 1
  497.                                 }
  498.                         ],
  499.                         "worksheetCutItemSzList": [
  500.                                 {
  501.                                         "worksheetCutItemSzId": 137,
  502.                                         "worksheetCutItemId": 27,
  503.                                         "sort": 1,
  504.                                         "productSizeId": 109070,
  505.                                         "createDate": "2024-09-04 09:30:30",
  506.                                         "createBy": 1,
  507.                                         "updateDate": "2024-09-04 09:30:30",
  508.                                         "updateBy": 1,
  509.                                         "cutQty": null,
  510.                                         "sizeName1": "2XS"
  511.                                 },
  512.                                 {
  513.                                         "worksheetCutItemSzId": 138,
  514.                                         "worksheetCutItemId": 27,
  515.                                         "sort": 2,
  516.                                         "productSizeId": 87895,
  517.                                         "createDate": "2024-09-04 09:30:30",
  518.                                         "createBy": 1,
  519.                                         "updateDate": "2024-09-04 09:30:30",
  520.                                         "updateBy": 1,
  521.                                         "cutQty": null,
  522.                                         "sizeName1": "XL"
  523.                                 },
  524.                                 {
  525.                                         "worksheetCutItemSzId": 139,
  526.                                         "worksheetCutItemId": 27,
  527.                                         "sort": 3,
  528.                                         "productSizeId": 87894,
  529.                                         "createDate": "2024-09-04 09:30:30",
  530.                                         "createBy": 1,
  531.                                         "updateDate": "2024-09-04 09:30:30",
  532.                                         "updateBy": 1,
  533.                                         "cutQty": null,
  534.                                         "sizeName1": "XS"
  535.                                 }
  536.                         ]
  537.                 },
  538.                 {
  539.                         "worksheetCutItemCodId": 1949,
  540.                         "worksheetCutItemPcsId": 42,
  541.                         "worksheetCutItemId": 27,
  542.                         "worksheetCutItemDatId": 2250,
  543.                         "createBy": 1,
  544.                         "createDate": "2024-09-06 11:43:03",
  545.                         "updateBy": 1,
  546.                         "updateDate": "2024-09-06 11:43:03",
  547.                         "qrCodeValue": 1000000019490,
  548.                         "worksheetId": 1,
  549.                         "barcodeNum": "2",
  550.                         "barcodeQty": 240,
  551.                         "serialNumber": "2-3",
  552.                         "sort": 3,
  553.                         "pieceName": "G",
  554.                         "bedNum": 1,
  555.                         "colorName1": "DK003卡其色",
  556.                         "productCode": "W23WJ0417L-1-FIN",
  557.                         "worksheetCode": "W230417-1-FIN",
  558.                         "splitCode": "G112",
  559.                         "contract": "WZ23/0613-P03",
  560.                         "size": "2XS/XL/XS",
  561.                         "worksheetContractItemList": [
  562.                                 {
  563.                                         "worksheetContractItemId": null,
  564.                                         "worksheetId": 1,
  565.                                         "contractItemId": 85282,
  566.                                         "contractId": 57351,
  567.                                         "contractCode": "WZ23/0613-P03",
  568.                                         "detailQty": 600,
  569.                                         "createDate": "2024-05-18 15:34:24",
  570.                                         "createBy": 1,
  571.                                         "updateDate": "2024-05-18 15:34:24",
  572.                                         "updateBy": 1
  573.                                 }
  574.                         ],
  575.                         "worksheetCutItemSzList": [
  576.                                 {
  577.                                         "worksheetCutItemSzId": 137,
  578.                                         "worksheetCutItemId": 27,
  579.                                         "sort": 1,
  580.                                         "productSizeId": 109070,
  581.                                         "createDate": "2024-09-04 09:30:30",
  582.                                         "createBy": 1,
  583.                                         "updateDate": "2024-09-04 09:30:30",
  584.                                         "updateBy": 1,
  585.                                         "cutQty": null,
  586.                                         "sizeName1": "2XS"
  587.                                 },
  588.                                 {
  589.                                         "worksheetCutItemSzId": 138,
  590.                                         "worksheetCutItemId": 27,
  591.                                         "sort": 2,
  592.                                         "productSizeId": 87895,
  593.                                         "createDate": "2024-09-04 09:30:30",
  594.                                         "createBy": 1,
  595.                                         "updateDate": "2024-09-04 09:30:30",
  596.                                         "updateBy": 1,
  597.                                         "cutQty": null,
  598.                                         "sizeName1": "XL"
  599.                                 },
  600.                                 {
  601.                                         "worksheetCutItemSzId": 139,
  602.                                         "worksheetCutItemId": 27,
  603.                                         "sort": 3,
  604.                                         "productSizeId": 87894,
  605.                                         "createDate": "2024-09-04 09:30:30",
  606.                                         "createBy": 1,
  607.                                         "updateDate": "2024-09-04 09:30:30",
  608.                                         "updateBy": 1,
  609.                                         "cutQty": null,
  610.                                         "sizeName1": "XS"
  611.                                 }
  612.                         ]
  613.                 },
  614.                 {
  615.                         "worksheetCutItemCodId": 1940,
  616.                         "worksheetCutItemPcsId": 43,
  617.                         "worksheetCutItemId": 27,
  618.                         "worksheetCutItemDatId": 2250,
  619.                         "createBy": 1,
  620.                         "createDate": "2024-09-06 11:43:03",
  621.                         "updateBy": 1,
  622.                         "updateDate": "2024-09-06 11:43:03",
  623.                         "qrCodeValue": 1000000019407,
  624.                         "worksheetId": 1,
  625.                         "barcodeNum": "2",
  626.                         "barcodeQty": 240,
  627.                         "serialNumber": "2-4",
  628.                         "sort": 4,
  629.                         "pieceName": "GD",
  630.                         "bedNum": 1,
  631.                         "colorName1": "DK003卡其色",
  632.                         "productCode": "W23WJ0417L-1-FIN",
  633.                         "worksheetCode": "W230417-1-FIN",
  634.                         "splitCode": "G112",
  635.                         "contract": "WZ23/0613-P03",
  636.                         "size": "2XS/XL/XS",
  637.                         "worksheetContractItemList": [
  638.                                 {
  639.                                         "worksheetContractItemId": null,
  640.                                         "worksheetId": 1,
  641.                                         "contractItemId": 85282,
  642.                                         "contractId": 57351,
  643.                                         "contractCode": "WZ23/0613-P03",
  644.                                         "detailQty": 600,
  645.                                         "createDate": "2024-05-18 15:34:24",
  646.                                         "createBy": 1,
  647.                                         "updateDate": "2024-05-18 15:34:24",
  648.                                         "updateBy": 1
  649.                                 }
  650.                         ],
  651.                         "worksheetCutItemSzList": [
  652.                                 {
  653.                                         "worksheetCutItemSzId": 137,
  654.                                         "worksheetCutItemId": 27,
  655.                                         "sort": 1,
  656.                                         "productSizeId": 109070,
  657.                                         "createDate": "2024-09-04 09:30:30",
  658.                                         "createBy": 1,
  659.                                         "updateDate": "2024-09-04 09:30:30",
  660.                                         "updateBy": 1,
  661.                                         "cutQty": null,
  662.                                         "sizeName1": "2XS"
  663.                                 },
  664.                                 {
  665.                                         "worksheetCutItemSzId": 138,
  666.                                         "worksheetCutItemId": 27,
  667.                                         "sort": 2,
  668.                                         "productSizeId": 87895,
  669.                                         "createDate": "2024-09-04 09:30:30",
  670.                                         "createBy": 1,
  671.                                         "updateDate": "2024-09-04 09:30:30",
  672.                                         "updateBy": 1,
  673.                                         "cutQty": null,
  674.                                         "sizeName1": "XL"
  675.                                 },
  676.                                 {
  677.                                         "worksheetCutItemSzId": 139,
  678.                                         "worksheetCutItemId": 27,
  679.                                         "sort": 3,
  680.                                         "productSizeId": 87894,
  681.                                         "createDate": "2024-09-04 09:30:30",
  682.                                         "createBy": 1,
  683.                                         "updateDate": "2024-09-04 09:30:30",
  684.                                         "updateBy": 1,
  685.                                         "cutQty": null,
  686.                                         "sizeName1": "XS"
  687.                                 }
  688.                         ]
  689.                 },
  690.                 {
  691.                         "worksheetCutItemCodId": 1931,
  692.                         "worksheetCutItemPcsId": 44,
  693.                         "worksheetCutItemId": 27,
  694.                         "worksheetCutItemDatId": 2250,
  695.                         "createBy": 1,
  696.                         "createDate": "2024-09-06 11:43:03",
  697.                         "updateBy": 1,
  698.                         "updateDate": "2024-09-06 11:43:03",
  699.                         "qrCodeValue": 1000000019315,
  700.                         "worksheetId": 1,
  701.                         "barcodeNum": "2",
  702.                         "barcodeQty": 240,
  703.                         "serialNumber": "2-5",
  704.                         "sort": 5,
  705.                         "pieceName": "G2",
  706.                         "bedNum": 1,
  707.                         "colorName1": "DK003卡其色",
  708.                         "productCode": "W23WJ0417L-1-FIN",
  709.                         "worksheetCode": "W230417-1-FIN",
  710.                         "splitCode": "G112",
  711.                         "contract": "WZ23/0613-P03",
  712.                         "size": "2XS/XL/XS",
  713.                         "worksheetContractItemList": [
  714.                                 {
  715.                                         "worksheetContractItemId": null,
  716.                                         "worksheetId": 1,
  717.                                         "contractItemId": 85282,
  718.                                         "contractId": 57351,
  719.                                         "contractCode": "WZ23/0613-P03",
  720.                                         "detailQty": 600,
  721.                                         "createDate": "2024-05-18 15:34:24",
  722.                                         "createBy": 1,
  723.                                         "updateDate": "2024-05-18 15:34:24",
  724.                                         "updateBy": 1
  725.                                 }
  726.                         ],
  727.                         "worksheetCutItemSzList": [
  728.                                 {
  729.                                         "worksheetCutItemSzId": 137,
  730.                                         "worksheetCutItemId": 27,
  731.                                         "sort": 1,
  732.                                         "productSizeId": 109070,
  733.                                         "createDate": "2024-09-04 09:30:30",
  734.                                         "createBy": 1,
  735.                                         "updateDate": "2024-09-04 09:30:30",
  736.                                         "updateBy": 1,
  737.                                         "cutQty": null,
  738.                                         "sizeName1": "2XS"
  739.                                 },
  740.                                 {
  741.                                         "worksheetCutItemSzId": 138,
  742.                                         "worksheetCutItemId": 27,
  743.                                         "sort": 2,
  744.                                         "productSizeId": 87895,
  745.                                         "createDate": "2024-09-04 09:30:30",
  746.                                         "createBy": 1,
  747.                                         "updateDate": "2024-09-04 09:30:30",
  748.                                         "updateBy": 1,
  749.                                         "cutQty": null,
  750.                                         "sizeName1": "XL"
  751.                                 },
  752.                                 {
  753.                                         "worksheetCutItemSzId": 139,
  754.                                         "worksheetCutItemId": 27,
  755.                                         "sort": 3,
  756.                                         "productSizeId": 87894,
  757.                                         "createDate": "2024-09-04 09:30:30",
  758.                                         "createBy": 1,
  759.                                         "updateDate": "2024-09-04 09:30:30",
  760.                                         "updateBy": 1,
  761.                                         "cutQty": null,
  762.                                         "sizeName1": "XS"
  763.                                 }
  764.                         ]
  765.                 },
  766.                 {
  767.                         "worksheetCutItemCodId": 1970,
  768.                         "worksheetCutItemPcsId": 40,
  769.                         "worksheetCutItemId": 27,
  770.                         "worksheetCutItemDatId": 2253,
  771.                         "createBy": 1,
  772.                         "createDate": "2024-09-06 11:43:03",
  773.                         "updateBy": 1,
  774.                         "updateDate": "2024-09-06 11:43:03",
  775.                         "qrCodeValue": 1000000019704,
  776.                         "worksheetId": 1,
  777.                         "barcodeNum": "3",
  778.                         "barcodeQty": 250,
  779.                         "serialNumber": "3-1",
  780.                         "sort": 1,
  781.                         "pieceName": "G",
  782.                         "bedNum": 1,
  783.                         "colorName1": "DK003卡其色",
  784.                         "productCode": "W23WJ0417L-1-FIN",
  785.                         "worksheetCode": "W230417-1-FIN",
  786.                         "splitCode": "G1122",
  787.                         "contract": "WZ23/0613-P03",
  788.                         "size": "2XS/XL/XS",
  789.                         "worksheetContractItemList": [
  790.                                 {
  791.                                         "worksheetContractItemId": null,
  792.                                         "worksheetId": 1,
  793.                                         "contractItemId": 85282,
  794.                                         "contractId": 57351,
  795.                                         "contractCode": "WZ23/0613-P03",
  796.                                         "detailQty": 600,
  797.                                         "createDate": "2024-05-18 15:34:24",
  798.                                         "createBy": 1,
  799.                                         "updateDate": "2024-05-18 15:34:24",
  800.                                         "updateBy": 1
  801.                                 }
  802.                         ],
  803.                         "worksheetCutItemSzList": [
  804.                                 {
  805.                                         "worksheetCutItemSzId": 137,
  806.                                         "worksheetCutItemId": 27,
  807.                                         "sort": 1,
  808.                                         "productSizeId": 109070,
  809.                                         "createDate": "2024-09-04 09:30:30",
  810.                                         "createBy": 1,
  811.                                         "updateDate": "2024-09-04 09:30:30",
  812.                                         "updateBy": 1,
  813.                                         "cutQty": null,
  814.                                         "sizeName1": "2XS"
  815.                                 },
  816.                                 {
  817.                                         "worksheetCutItemSzId": 138,
  818.                                         "worksheetCutItemId": 27,
  819.                                         "sort": 2,
  820.                                         "productSizeId": 87895,
  821.                                         "createDate": "2024-09-04 09:30:30",
  822.                                         "createBy": 1,
  823.                                         "updateDate": "2024-09-04 09:30:30",
  824.                                         "updateBy": 1,
  825.                                         "cutQty": null,
  826.                                         "sizeName1": "XL"
  827.                                 },
  828.                                 {
  829.                                         "worksheetCutItemSzId": 139,
  830.                                         "worksheetCutItemId": 27,
  831.                                         "sort": 3,
  832.                                         "productSizeId": 87894,
  833.                                         "createDate": "2024-09-04 09:30:30",
  834.                                         "createBy": 1,
  835.                                         "updateDate": "2024-09-04 09:30:30",
  836.                                         "updateBy": 1,
  837.                                         "cutQty": null,
  838.                                         "sizeName1": "XS"
  839.                                 }
  840.                         ]
  841.                 },
  842.                 {
  843.                         "worksheetCutItemCodId": 1961,
  844.                         "worksheetCutItemPcsId": 41,
  845.                         "worksheetCutItemId": 27,
  846.                         "worksheetCutItemDatId": 2253,
  847.                         "createBy": 1,
  848.                         "createDate": "2024-09-06 11:43:03",
  849.                         "updateBy": 1,
  850.                         "updateDate": "2024-09-06 11:43:03",
  851.                         "qrCodeValue": 1000000019612,
  852.                         "worksheetId": 1,
  853.                         "barcodeNum": "3",
  854.                         "barcodeQty": 250,
  855.                         "serialNumber": "3-2",
  856.                         "sort": 2,
  857.                         "pieceName": "F",
  858.                         "bedNum": 1,
  859.                         "colorName1": "DK003卡其色",
  860.                         "productCode": "W23WJ0417L-1-FIN",
  861.                         "worksheetCode": "W230417-1-FIN",
  862.                         "splitCode": "G1122",
  863.                         "contract": "WZ23/0613-P03",
  864.                         "size": "2XS/XL/XS",
  865.                         "worksheetContractItemList": [
  866.                                 {
  867.                                         "worksheetContractItemId": null,
  868.                                         "worksheetId": 1,
  869.                                         "contractItemId": 85282,
  870.                                         "contractId": 57351,
  871.                                         "contractCode": "WZ23/0613-P03",
  872.                                         "detailQty": 600,
  873.                                         "createDate": "2024-05-18 15:34:24",
  874.                                         "createBy": 1,
  875.                                         "updateDate": "2024-05-18 15:34:24",
  876.                                         "updateBy": 1
  877.                                 }
  878.                         ],
  879.                         "worksheetCutItemSzList": [
  880.                                 {
  881.                                         "worksheetCutItemSzId": 137,
  882.                                         "worksheetCutItemId": 27,
  883.                                         "sort": 1,
  884.                                         "productSizeId": 109070,
  885.                                         "createDate": "2024-09-04 09:30:30",
  886.                                         "createBy": 1,
  887.                                         "updateDate": "2024-09-04 09:30:30",
  888.                                         "updateBy": 1,
  889.                                         "cutQty": null,
  890.                                         "sizeName1": "2XS"
  891.                                 },
  892.                                 {
  893.                                         "worksheetCutItemSzId": 138,
  894.                                         "worksheetCutItemId": 27,
  895.                                         "sort": 2,
  896.                                         "productSizeId": 87895,
  897.                                         "createDate": "2024-09-04 09:30:30",
  898.                                         "createBy": 1,
  899.                                         "updateDate": "2024-09-04 09:30:30",
  900.                                         "updateBy": 1,
  901.                                         "cutQty": null,
  902.                                         "sizeName1": "XL"
  903.                                 },
  904.                                 {
  905.                                         "worksheetCutItemSzId": 139,
  906.                                         "worksheetCutItemId": 27,
  907.                                         "sort": 3,
  908.                                         "productSizeId": 87894,
  909.                                         "createDate": "2024-09-04 09:30:30",
  910.                                         "createBy": 1,
  911.                                         "updateDate": "2024-09-04 09:30:30",
  912.                                         "updateBy": 1,
  913.                                         "cutQty": null,
  914.                                         "sizeName1": "XS"
  915.                                 }
  916.                         ]
  917.                 },
  918.                 {
  919.                         "worksheetCutItemCodId": 1952,
  920.                         "worksheetCutItemPcsId": 42,
  921.                         "worksheetCutItemId": 27,
  922.                         "worksheetCutItemDatId": 2253,
  923.                         "createBy": 1,
  924.                         "createDate": "2024-09-06 11:43:03",
  925.                         "updateBy": 1,
  926.                         "updateDate": "2024-09-06 11:43:03",
  927.                         "qrCodeValue": 1000000019520,
  928.                         "worksheetId": 1,
  929.                         "barcodeNum": "3",
  930.                         "barcodeQty": 250,
  931.                         "serialNumber": "3-3",
  932.                         "sort": 3,
  933.                         "pieceName": "G",
  934.                         "bedNum": 1,
  935.                         "colorName1": "DK003卡其色",
  936.                         "productCode": "W23WJ0417L-1-FIN",
  937.                         "worksheetCode": "W230417-1-FIN",
  938.                         "splitCode": "G1122",
  939.                         "contract": "WZ23/0613-P03",
  940.                         "size": "2XS/XL/XS",
  941.                         "worksheetContractItemList": [
  942.                                 {
  943.                                         "worksheetContractItemId": null,
  944.                                         "worksheetId": 1,
  945.                                         "contractItemId": 85282,
  946.                                         "contractId": 57351,
  947.                                         "contractCode": "WZ23/0613-P03",
  948.                                         "detailQty": 600,
  949.                                         "createDate": "2024-05-18 15:34:24",
  950.                                         "createBy": 1,
  951.                                         "updateDate": "2024-05-18 15:34:24",
  952.                                         "updateBy": 1
  953.                                 }
  954.                         ],
  955.                         "worksheetCutItemSzList": [
  956.                                 {
  957.                                         "worksheetCutItemSzId": 137,
  958.                                         "worksheetCutItemId": 27,
  959.                                         "sort": 1,
  960.                                         "productSizeId": 109070,
  961.                                         "createDate": "2024-09-04 09:30:30",
  962.                                         "createBy": 1,
  963.                                         "updateDate": "2024-09-04 09:30:30",
  964.                                         "updateBy": 1,
  965.                                         "cutQty": null,
  966.                                         "sizeName1": "2XS"
  967.                                 },
  968.                                 {
  969.                                         "worksheetCutItemSzId": 138,
  970.                                         "worksheetCutItemId": 27,
  971.                                         "sort": 2,
  972.                                         "productSizeId": 87895,
  973.                                         "createDate": "2024-09-04 09:30:30",
  974.                                         "createBy": 1,
  975.                                         "updateDate": "2024-09-04 09:30:30",
  976.                                         "updateBy": 1,
  977.                                         "cutQty": null,
  978.                                         "sizeName1": "XL"
  979.                                 },
  980.                                 {
  981.                                         "worksheetCutItemSzId": 139,
  982.                                         "worksheetCutItemId": 27,
  983.                                         "sort": 3,
  984.                                         "productSizeId": 87894,
  985.                                         "createDate": "2024-09-04 09:30:30",
  986.                                         "createBy": 1,
  987.                                         "updateDate": "2024-09-04 09:30:30",
  988.                                         "updateBy": 1,
  989.                                         "cutQty": null,
  990.                                         "sizeName1": "XS"
  991.                                 }
  992.                         ]
  993.                 },
  994.                 {
  995.                         "worksheetCutItemCodId": 1943,
  996.                         "worksheetCutItemPcsId": 43,
  997.                         "worksheetCutItemId": 27,
  998.                         "worksheetCutItemDatId": 2253,
  999.                         "createBy": 1,
  1000.                         "createDate": "2024-09-06 11:43:03",
  1001.                         "updateBy": 1,
  1002.                         "updateDate": "2024-09-06 11:43:03",
  1003.                         "qrCodeValue": 1000000019438,
  1004.                         "worksheetId": 1,
  1005.                         "barcodeNum": "3",
  1006.                         "barcodeQty": 250,
  1007.                         "serialNumber": "3-4",
  1008.                         "sort": 4,
  1009.                         "pieceName": "GD",
  1010.                         "bedNum": 1,
  1011.                         "colorName1": "DK003卡其色",
  1012.                         "productCode": "W23WJ0417L-1-FIN",
  1013.                         "worksheetCode": "W230417-1-FIN",
  1014.                         "splitCode": "G1122",
  1015.                         "contract": "WZ23/0613-P03",
  1016.                         "size": "2XS/XL/XS",
  1017.                         "worksheetContractItemList": [
  1018.                                 {
  1019.                                         "worksheetContractItemId": null,
  1020.                                         "worksheetId": 1,
  1021.                                         "contractItemId": 85282,
  1022.                                         "contractId": 57351,
  1023.                                         "contractCode": "WZ23/0613-P03",
  1024.                                         "detailQty": 600,
  1025.                                         "createDate": "2024-05-18 15:34:24",
  1026.                                         "createBy": 1,
  1027.                                         "updateDate": "2024-05-18 15:34:24",
  1028.                                         "updateBy": 1
  1029.                                 }
  1030.                         ],
  1031.                         "worksheetCutItemSzList": [
  1032.                                 {
  1033.                                         "worksheetCutItemSzId": 137,
  1034.                                         "worksheetCutItemId": 27,
  1035.                                         "sort": 1,
  1036.                                         "productSizeId": 109070,
  1037.                                         "createDate": "2024-09-04 09:30:30",
  1038.                                         "createBy": 1,
  1039.                                         "updateDate": "2024-09-04 09:30:30",
  1040.                                         "updateBy": 1,
  1041.                                         "cutQty": null,
  1042.                                         "sizeName1": "2XS"
  1043.                                 },
  1044.                                 {
  1045.                                         "worksheetCutItemSzId": 138,
  1046.                                         "worksheetCutItemId": 27,
  1047.                                         "sort": 2,
  1048.                                         "productSizeId": 87895,
  1049.                                         "createDate": "2024-09-04 09:30:30",
  1050.                                         "createBy": 1,
  1051.                                         "updateDate": "2024-09-04 09:30:30",
  1052.                                         "updateBy": 1,
  1053.                                         "cutQty": null,
  1054.                                         "sizeName1": "XL"
  1055.                                 },
  1056.                                 {
  1057.                                         "worksheetCutItemSzId": 139,
  1058.                                         "worksheetCutItemId": 27,
  1059.                                         "sort": 3,
  1060.                                         "productSizeId": 87894,
  1061.                                         "createDate": "2024-09-04 09:30:30",
  1062.                                         "createBy": 1,
  1063.                                         "updateDate": "2024-09-04 09:30:30",
  1064.                                         "updateBy": 1,
  1065.                                         "cutQty": null,
  1066.                                         "sizeName1": "XS"
  1067.                                 }
  1068.                         ]
  1069.                 },
  1070.                 {
  1071.                         "worksheetCutItemCodId": 1934,
  1072.                         "worksheetCutItemPcsId": 44,
  1073.                         "worksheetCutItemId": 27,
  1074.                         "worksheetCutItemDatId": 2253,
  1075.                         "createBy": 1,
  1076.                         "createDate": "2024-09-06 11:43:03",
  1077.                         "updateBy": 1,
  1078.                         "updateDate": "2024-09-06 11:43:03",
  1079.                         "qrCodeValue": 1000000019346,
  1080.                         "worksheetId": 1,
  1081.                         "barcodeNum": "3",
  1082.                         "barcodeQty": 250,
  1083.                         "serialNumber": "3-5",
  1084.                         "sort": 5,
  1085.                         "pieceName": "G2",
  1086.                         "bedNum": 1,
  1087.                         "colorName1": "DK003卡其色",
  1088.                         "productCode": "W23WJ0417L-1-FIN",
  1089.                         "worksheetCode": "W230417-1-FIN",
  1090.                         "splitCode": "G1122",
  1091.                         "contract": "WZ23/0613-P03",
  1092.                         "size": "2XS/XL/XS",
  1093.                         "worksheetContractItemList": [
  1094.                                 {
  1095.                                         "worksheetContractItemId": null,
  1096.                                         "worksheetId": 1,
  1097.                                         "contractItemId": 85282,
  1098.                                         "contractId": 57351,
  1099.                                         "contractCode": "WZ23/0613-P03",
  1100.                                         "detailQty": 600,
  1101.                                         "createDate": "2024-05-18 15:34:24",
  1102.                                         "createBy": 1,
  1103.                                         "updateDate": "2024-05-18 15:34:24",
  1104.                                         "updateBy": 1
  1105.                                 }
  1106.                         ],
  1107.                         "worksheetCutItemSzList": [
  1108.                                 {
  1109.                                         "worksheetCutItemSzId": 137,
  1110.                                         "worksheetCutItemId": 27,
  1111.                                         "sort": 1,
  1112.                                         "productSizeId": 109070,
  1113.                                         "createDate": "2024-09-04 09:30:30",
  1114.                                         "createBy": 1,
  1115.                                         "updateDate": "2024-09-04 09:30:30",
  1116.                                         "updateBy": 1,
  1117.                                         "cutQty": null,
  1118.                                         "sizeName1": "2XS"
  1119.                                 },
  1120.                                 {
  1121.                                         "worksheetCutItemSzId": 138,
  1122.                                         "worksheetCutItemId": 27,
  1123.                                         "sort": 2,
  1124.                                         "productSizeId": 87895,
  1125.                                         "createDate": "2024-09-04 09:30:30",
  1126.                                         "createBy": 1,
  1127.                                         "updateDate": "2024-09-04 09:30:30",
  1128.                                         "updateBy": 1,
  1129.                                         "cutQty": null,
  1130.                                         "sizeName1": "XL"
  1131.                                 },
  1132.                                 {
  1133.                                         "worksheetCutItemSzId": 139,
  1134.                                         "worksheetCutItemId": 27,
  1135.                                         "sort": 3,
  1136.                                         "productSizeId": 87894,
  1137.                                         "createDate": "2024-09-04 09:30:30",
  1138.                                         "createBy": 1,
  1139.                                         "updateDate": "2024-09-04 09:30:30",
  1140.                                         "updateBy": 1,
  1141.                                         "cutQty": null,
  1142.                                         "sizeName1": "XS"
  1143.                                 }
  1144.                         ]
  1145.                 },
  1146.                 {
  1147.                         "worksheetCutItemCodId": 1965,
  1148.                         "worksheetCutItemPcsId": 40,
  1149.                         "worksheetCutItemId": 27,
  1150.                         "worksheetCutItemDatId": 2248,
  1151.                         "createBy": 1,
  1152.                         "createDate": "2024-09-06 11:43:03",
  1153.                         "updateBy": 1,
  1154.                         "updateDate": "2024-09-06 11:43:03",
  1155.                         "qrCodeValue": 1000000019650,
  1156.                         "worksheetId": 1,
  1157.                         "barcodeNum": "4",
  1158.                         "barcodeQty": 222,
  1159.                         "serialNumber": "4-1",
  1160.                         "sort": 1,
  1161.                         "pieceName": "G",
  1162.                         "bedNum": 1,
  1163.                         "colorName1": "WT001亮白色",
  1164.                         "productCode": "W23WJ0417L-1-FIN",
  1165.                         "worksheetCode": "W230417-1-FIN",
  1166.                         "splitCode": "22",
  1167.                         "contract": "WZ23/0613-P03",
  1168.                         "size": "2XS/XL/XS",
  1169.                         "worksheetContractItemList": [
  1170.                                 {
  1171.                                         "worksheetContractItemId": null,
  1172.                                         "worksheetId": 1,
  1173.                                         "contractItemId": 85282,
  1174.                                         "contractId": 57351,
  1175.                                         "contractCode": "WZ23/0613-P03",
  1176.                                         "detailQty": 600,
  1177.                                         "createDate": "2024-05-18 15:34:24",
  1178.                                         "createBy": 1,
  1179.                                         "updateDate": "2024-05-18 15:34:24",
  1180.                                         "updateBy": 1
  1181.                                 }
  1182.                         ],
  1183.                         "worksheetCutItemSzList": [
  1184.                                 {
  1185.                                         "worksheetCutItemSzId": 137,
  1186.                                         "worksheetCutItemId": 27,
  1187.                                         "sort": 1,
  1188.                                         "productSizeId": 109070,
  1189.                                         "createDate": "2024-09-04 09:30:30",
  1190.                                         "createBy": 1,
  1191.                                         "updateDate": "2024-09-04 09:30:30",
  1192.                                         "updateBy": 1,
  1193.                                         "cutQty": null,
  1194.                                         "sizeName1": "2XS"
  1195.                                 },
  1196.                                 {
  1197.                                         "worksheetCutItemSzId": 138,
  1198.                                         "worksheetCutItemId": 27,
  1199.                                         "sort": 2,
  1200.                                         "productSizeId": 87895,
  1201.                                         "createDate": "2024-09-04 09:30:30",
  1202.                                         "createBy": 1,
  1203.                                         "updateDate": "2024-09-04 09:30:30",
  1204.                                         "updateBy": 1,
  1205.                                         "cutQty": null,
  1206.                                         "sizeName1": "XL"
  1207.                                 },
  1208.                                 {
  1209.                                         "worksheetCutItemSzId": 139,
  1210.                                         "worksheetCutItemId": 27,
  1211.                                         "sort": 3,
  1212.                                         "productSizeId": 87894,
  1213.                                         "createDate": "2024-09-04 09:30:30",
  1214.                                         "createBy": 1,
  1215.                                         "updateDate": "2024-09-04 09:30:30",
  1216.                                         "updateBy": 1,
  1217.                                         "cutQty": null,
  1218.                                         "sizeName1": "XS"
  1219.                                 }
  1220.                         ]
  1221.                 },
  1222.                 {
  1223.                         "worksheetCutItemCodId": 1956,
  1224.                         "worksheetCutItemPcsId": 41,
  1225.                         "worksheetCutItemId": 27,
  1226.                         "worksheetCutItemDatId": 2248,
  1227.                         "createBy": 1,
  1228.                         "createDate": "2024-09-06 11:43:03",
  1229.                         "updateBy": 1,
  1230.                         "updateDate": "2024-09-06 11:43:03",
  1231.                         "qrCodeValue": 1000000019568,
  1232.                         "worksheetId": 1,
  1233.                         "barcodeNum": "4",
  1234.                         "barcodeQty": 222,
  1235.                         "serialNumber": "4-2",
  1236.                         "sort": 2,
  1237.                         "pieceName": "F",
  1238.                         "bedNum": 1,
  1239.                         "colorName1": "WT001亮白色",
  1240.                         "productCode": "W23WJ0417L-1-FIN",
  1241.                         "worksheetCode": "W230417-1-FIN",
  1242.                         "splitCode": "22",
  1243.                         "contract": "WZ23/0613-P03",
  1244.                         "size": "2XS/XL/XS",
  1245.                         "worksheetContractItemList": [
  1246.                                 {
  1247.                                         "worksheetContractItemId": null,
  1248.                                         "worksheetId": 1,
  1249.                                         "contractItemId": 85282,
  1250.                                         "contractId": 57351,
  1251.                                         "contractCode": "WZ23/0613-P03",
  1252.                                         "detailQty": 600,
  1253.                                         "createDate": "2024-05-18 15:34:24",
  1254.                                         "createBy": 1,
  1255.                                         "updateDate": "2024-05-18 15:34:24",
  1256.                                         "updateBy": 1
  1257.                                 }
  1258.                         ],
  1259.                         "worksheetCutItemSzList": [
  1260.                                 {
  1261.                                         "worksheetCutItemSzId": 137,
  1262.                                         "worksheetCutItemId": 27,
  1263.                                         "sort": 1,
  1264.                                         "productSizeId": 109070,
  1265.                                         "createDate": "2024-09-04 09:30:30",
  1266.                                         "createBy": 1,
  1267.                                         "updateDate": "2024-09-04 09:30:30",
  1268.                                         "updateBy": 1,
  1269.                                         "cutQty": null,
  1270.                                         "sizeName1": "2XS"
  1271.                                 },
  1272.                                 {
  1273.                                         "worksheetCutItemSzId": 138,
  1274.                                         "worksheetCutItemId": 27,
  1275.                                         "sort": 2,
  1276.                                         "productSizeId": 87895,
  1277.                                         "createDate": "2024-09-04 09:30:30",
  1278.                                         "createBy": 1,
  1279.                                         "updateDate": "2024-09-04 09:30:30",
  1280.                                         "updateBy": 1,
  1281.                                         "cutQty": null,
  1282.                                         "sizeName1": "XL"
  1283.                                 },
  1284.                                 {
  1285.                                         "worksheetCutItemSzId": 139,
  1286.                                         "worksheetCutItemId": 27,
  1287.                                         "sort": 3,
  1288.                                         "productSizeId": 87894,
  1289.                                         "createDate": "2024-09-04 09:30:30",
  1290.                                         "createBy": 1,
  1291.                                         "updateDate": "2024-09-04 09:30:30",
  1292.                                         "updateBy": 1,
  1293.                                         "cutQty": null,
  1294.                                         "sizeName1": "XS"
  1295.                                 }
  1296.                         ]
  1297.                 },
  1298.                 {
  1299.                         "worksheetCutItemCodId": 1947,
  1300.                         "worksheetCutItemPcsId": 42,
  1301.                         "worksheetCutItemId": 27,
  1302.                         "worksheetCutItemDatId": 2248,
  1303.                         "createBy": 1,
  1304.                         "createDate": "2024-09-06 11:43:03",
  1305.                         "updateBy": 1,
  1306.                         "updateDate": "2024-09-06 11:43:03",
  1307.                         "qrCodeValue": 1000000019476,
  1308.                         "worksheetId": 1,
  1309.                         "barcodeNum": "4",
  1310.                         "barcodeQty": 222,
  1311.                         "serialNumber": "4-3",
  1312.                         "sort": 3,
  1313.                         "pieceName": "G",
  1314.                         "bedNum": 1,
  1315.                         "colorName1": "WT001亮白色",
  1316.                         "productCode": "W23WJ0417L-1-FIN",
  1317.                         "worksheetCode": "W230417-1-FIN",
  1318.                         "splitCode": "22",
  1319.                         "contract": "WZ23/0613-P03",
  1320.                         "size": "2XS/XL/XS",
  1321.                         "worksheetContractItemList": [
  1322.                                 {
  1323.                                         "worksheetContractItemId": null,
  1324.                                         "worksheetId": 1,
  1325.                                         "contractItemId": 85282,
  1326.                                         "contractId": 57351,
  1327.                                         "contractCode": "WZ23/0613-P03",
  1328.                                         "detailQty": 600,
  1329.                                         "createDate": "2024-05-18 15:34:24",
  1330.                                         "createBy": 1,
  1331.                                         "updateDate": "2024-05-18 15:34:24",
  1332.                                         "updateBy": 1
  1333.                                 }
  1334.                         ],
  1335.                         "worksheetCutItemSzList": [
  1336.                                 {
  1337.                                         "worksheetCutItemSzId": 137,
  1338.                                         "worksheetCutItemId": 27,
  1339.                                         "sort": 1,
  1340.                                         "productSizeId": 109070,
  1341.                                         "createDate": "2024-09-04 09:30:30",
  1342.                                         "createBy": 1,
  1343.                                         "updateDate": "2024-09-04 09:30:30",
  1344.                                         "updateBy": 1,
  1345.                                         "cutQty": null,
  1346.                                         "sizeName1": "2XS"
  1347.                                 },
  1348.                                 {
  1349.                                         "worksheetCutItemSzId": 138,
  1350.                                         "worksheetCutItemId": 27,
  1351.                                         "sort": 2,
  1352.                                         "productSizeId": 87895,
  1353.                                         "createDate": "2024-09-04 09:30:30",
  1354.                                         "createBy": 1,
  1355.                                         "updateDate": "2024-09-04 09:30:30",
  1356.                                         "updateBy": 1,
  1357.                                         "cutQty": null,
  1358.                                         "sizeName1": "XL"
  1359.                                 },
  1360.                                 {
  1361.                                         "worksheetCutItemSzId": 139,
  1362.                                         "worksheetCutItemId": 27,
  1363.                                         "sort": 3,
  1364.                                         "productSizeId": 87894,
  1365.                                         "createDate": "2024-09-04 09:30:30",
  1366.                                         "createBy": 1,
  1367.                                         "updateDate": "2024-09-04 09:30:30",
  1368.                                         "updateBy": 1,
  1369.                                         "cutQty": null,
  1370.                                         "sizeName1": "XS"
  1371.                                 }
  1372.                         ]
  1373.                 },
  1374.                 {
  1375.                         "worksheetCutItemCodId": 1938,
  1376.                         "worksheetCutItemPcsId": 43,
  1377.                         "worksheetCutItemId": 27,
  1378.                         "worksheetCutItemDatId": 2248,
  1379.                         "createBy": 1,
  1380.                         "createDate": "2024-09-06 11:43:03",
  1381.                         "updateBy": 1,
  1382.                         "updateDate": "2024-09-06 11:43:03",
  1383.                         "qrCodeValue": 1000000019384,
  1384.                         "worksheetId": 1,
  1385.                         "barcodeNum": "4",
  1386.                         "barcodeQty": 222,
  1387.                         "serialNumber": "4-4",
  1388.                         "sort": 4,
  1389.                         "pieceName": "GD",
  1390.                         "bedNum": 1,
  1391.                         "colorName1": "WT001亮白色",
  1392.                         "productCode": "W23WJ0417L-1-FIN",
  1393.                         "worksheetCode": "W230417-1-FIN",
  1394.                         "splitCode": "22",
  1395.                         "contract": "WZ23/0613-P03",
  1396.                         "size": "2XS/XL/XS",
  1397.                         "worksheetContractItemList": [
  1398.                                 {
  1399.                                         "worksheetContractItemId": null,
  1400.                                         "worksheetId": 1,
  1401.                                         "contractItemId": 85282,
  1402.                                         "contractId": 57351,
  1403.                                         "contractCode": "WZ23/0613-P03",
  1404.                                         "detailQty": 600,
  1405.                                         "createDate": "2024-05-18 15:34:24",
  1406.                                         "createBy": 1,
  1407.                                         "updateDate": "2024-05-18 15:34:24",
  1408.                                         "updateBy": 1
  1409.                                 }
  1410.                         ],
  1411.                         "worksheetCutItemSzList": [
  1412.                                 {
  1413.                                         "worksheetCutItemSzId": 137,
  1414.                                         "worksheetCutItemId": 27,
  1415.                                         "sort": 1,
  1416.                                         "productSizeId": 109070,
  1417.                                         "createDate": "2024-09-04 09:30:30",
  1418.                                         "createBy": 1,
  1419.                                         "updateDate": "2024-09-04 09:30:30",
  1420.                                         "updateBy": 1,
  1421.                                         "cutQty": null,
  1422.                                         "sizeName1": "2XS"
  1423.                                 },
  1424.                                 {
  1425.                                         "worksheetCutItemSzId": 138,
  1426.                                         "worksheetCutItemId": 27,
  1427.                                         "sort": 2,
  1428.                                         "productSizeId": 87895,
  1429.                                         "createDate": "2024-09-04 09:30:30",
  1430.                                         "createBy": 1,
  1431.                                         "updateDate": "2024-09-04 09:30:30",
  1432.                                         "updateBy": 1,
  1433.                                         "cutQty": null,
  1434.                                         "sizeName1": "XL"
  1435.                                 },
  1436.                                 {
  1437.                                         "worksheetCutItemSzId": 139,
  1438.                                         "worksheetCutItemId": 27,
  1439.                                         "sort": 3,
  1440.                                         "productSizeId": 87894,
  1441.                                         "createDate": "2024-09-04 09:30:30",
  1442.                                         "createBy": 1,
  1443.                                         "updateDate": "2024-09-04 09:30:30",
  1444.                                         "updateBy": 1,
  1445.                                         "cutQty": null,
  1446.                                         "sizeName1": "XS"
  1447.                                 }
  1448.                         ]
  1449.                 },
  1450.                 {
  1451.                         "worksheetCutItemCodId": 1929,
  1452.                         "worksheetCutItemPcsId": 44,
  1453.                         "worksheetCutItemId": 27,
  1454.                         "worksheetCutItemDatId": 2248,
  1455.                         "createBy": 1,
  1456.                         "createDate": "2024-09-06 11:43:03",
  1457.                         "updateBy": 1,
  1458.                         "updateDate": "2024-09-06 11:43:03",
  1459.                         "qrCodeValue": 1000000019292,
  1460.                         "worksheetId": 1,
  1461.                         "barcodeNum": "4",
  1462.                         "barcodeQty": 222,
  1463.                         "serialNumber": "4-5",
  1464.                         "sort": 5,
  1465.                         "pieceName": "G2",
  1466.                         "bedNum": 1,
  1467.                         "colorName1": "WT001亮白色",
  1468.                         "productCode": "W23WJ0417L-1-FIN",
  1469.                         "worksheetCode": "W230417-1-FIN",
  1470.                         "splitCode": "22",
  1471.                         "contract": "WZ23/0613-P03",
  1472.                         "size": "2XS/XL/XS",
  1473.                         "worksheetContractItemList": [
  1474.                                 {
  1475.                                         "worksheetContractItemId": null,
  1476.                                         "worksheetId": 1,
  1477.                                         "contractItemId": 85282,
  1478.                                         "contractId": 57351,
  1479.                                         "contractCode": "WZ23/0613-P03",
  1480.                                         "detailQty": 600,
  1481.                                         "createDate": "2024-05-18 15:34:24",
  1482.                                         "createBy": 1,
  1483.                                         "updateDate": "2024-05-18 15:34:24",
  1484.                                         "updateBy": 1
  1485.                                 }
  1486.                         ],
  1487.                         "worksheetCutItemSzList": [
  1488.                                 {
  1489.                                         "worksheetCutItemSzId": 137,
  1490.                                         "worksheetCutItemId": 27,
  1491.                                         "sort": 1,
  1492.                                         "productSizeId": 109070,
  1493.                                         "createDate": "2024-09-04 09:30:30",
  1494.                                         "createBy": 1,
  1495.                                         "updateDate": "2024-09-04 09:30:30",
  1496.                                         "updateBy": 1,
  1497.                                         "cutQty": null,
  1498.                                         "sizeName1": "2XS"
  1499.                                 },
  1500.                                 {
  1501.                                         "worksheetCutItemSzId": 138,
  1502.                                         "worksheetCutItemId": 27,
  1503.                                         "sort": 2,
  1504.                                         "productSizeId": 87895,
  1505.                                         "createDate": "2024-09-04 09:30:30",
  1506.                                         "createBy": 1,
  1507.                                         "updateDate": "2024-09-04 09:30:30",
  1508.                                         "updateBy": 1,
  1509.                                         "cutQty": null,
  1510.                                         "sizeName1": "XL"
  1511.                                 },
  1512.                                 {
  1513.                                         "worksheetCutItemSzId": 139,
  1514.                                         "worksheetCutItemId": 27,
  1515.                                         "sort": 3,
  1516.                                         "productSizeId": 87894,
  1517.                                         "createDate": "2024-09-04 09:30:30",
  1518.                                         "createBy": 1,
  1519.                                         "updateDate": "2024-09-04 09:30:30",
  1520.                                         "updateBy": 1,
  1521.                                         "cutQty": null,
  1522.                                         "sizeName1": "XS"
  1523.                                 }
  1524.                         ]
  1525.                 },
  1526.                 {
  1527.                         "worksheetCutItemCodId": 1968,
  1528.                         "worksheetCutItemPcsId": 40,
  1529.                         "worksheetCutItemId": 27,
  1530.                         "worksheetCutItemDatId": 2251,
  1531.                         "createBy": 1,
  1532.                         "createDate": "2024-09-06 11:43:03",
  1533.                         "updateBy": 1,
  1534.                         "updateDate": "2024-09-06 11:43:03",
  1535.                         "qrCodeValue": 1000000019681,
  1536.                         "worksheetId": 1,
  1537.                         "barcodeNum": "5",
  1538.                         "barcodeQty": 240,
  1539.                         "serialNumber": "5-1",
  1540.                         "sort": 1,
  1541.                         "pieceName": "G",
  1542.                         "bedNum": 1,
  1543.                         "colorName1": "DK003卡其色",
  1544.                         "productCode": "W23WJ0417L-1-FIN",
  1545.                         "worksheetCode": "W230417-1-FIN",
  1546.                         "splitCode": "G112",
  1547.                         "contract": "WZ23/0613-P03",
  1548.                         "size": "2XS/XL/XS",
  1549.                         "worksheetContractItemList": [
  1550.                                 {
  1551.                                         "worksheetContractItemId": null,
  1552.                                         "worksheetId": 1,
  1553.                                         "contractItemId": 85282,
  1554.                                         "contractId": 57351,
  1555.                                         "contractCode": "WZ23/0613-P03",
  1556.                                         "detailQty": 600,
  1557.                                         "createDate": "2024-05-18 15:34:24",
  1558.                                         "createBy": 1,
  1559.                                         "updateDate": "2024-05-18 15:34:24",
  1560.                                         "updateBy": 1
  1561.                                 }
  1562.                         ],
  1563.                         "worksheetCutItemSzList": [
  1564.                                 {
  1565.                                         "worksheetCutItemSzId": 137,
  1566.                                         "worksheetCutItemId": 27,
  1567.                                         "sort": 1,
  1568.                                         "productSizeId": 109070,
  1569.                                         "createDate": "2024-09-04 09:30:30",
  1570.                                         "createBy": 1,
  1571.                                         "updateDate": "2024-09-04 09:30:30",
  1572.                                         "updateBy": 1,
  1573.                                         "cutQty": null,
  1574.                                         "sizeName1": "2XS"
  1575.                                 },
  1576.                                 {
  1577.                                         "worksheetCutItemSzId": 138,
  1578.                                         "worksheetCutItemId": 27,
  1579.                                         "sort": 2,
  1580.                                         "productSizeId": 87895,
  1581.                                         "createDate": "2024-09-04 09:30:30",
  1582.                                         "createBy": 1,
  1583.                                         "updateDate": "2024-09-04 09:30:30",
  1584.                                         "updateBy": 1,
  1585.                                         "cutQty": null,
  1586.                                         "sizeName1": "XL"
  1587.                                 },
  1588.                                 {
  1589.                                         "worksheetCutItemSzId": 139,
  1590.                                         "worksheetCutItemId": 27,
  1591.                                         "sort": 3,
  1592.                                         "productSizeId": 87894,
  1593.                                         "createDate": "2024-09-04 09:30:30",
  1594.                                         "createBy": 1,
  1595.                                         "updateDate": "2024-09-04 09:30:30",
  1596.                                         "updateBy": 1,
  1597.                                         "cutQty": null,
  1598.                                         "sizeName1": "XS"
  1599.                                 }
  1600.                         ]
  1601.                 },
  1602.                 {
  1603.                         "worksheetCutItemCodId": 1959,
  1604.                         "worksheetCutItemPcsId": 41,
  1605.                         "worksheetCutItemId": 27,
  1606.                         "worksheetCutItemDatId": 2251,
  1607.                         "createBy": 1,
  1608.                         "createDate": "2024-09-06 11:43:03",
  1609.                         "updateBy": 1,
  1610.                         "updateDate": "2024-09-06 11:43:03",
  1611.                         "qrCodeValue": 1000000019599,
  1612.                         "worksheetId": 1,
  1613.                         "barcodeNum": "5",
  1614.                         "barcodeQty": 240,
  1615.                         "serialNumber": "5-2",
  1616.                         "sort": 2,
  1617.                         "pieceName": "F",
  1618.                         "bedNum": 1,
  1619.                         "colorName1": "DK003卡其色",
  1620.                         "productCode": "W23WJ0417L-1-FIN",
  1621.                         "worksheetCode": "W230417-1-FIN",
  1622.                         "splitCode": "G112",
  1623.                         "contract": "WZ23/0613-P03",
  1624.                         "size": "2XS/XL/XS",
  1625.                         "worksheetContractItemList": [
  1626.                                 {
  1627.                                         "worksheetContractItemId": null,
  1628.                                         "worksheetId": 1,
  1629.                                         "contractItemId": 85282,
  1630.                                         "contractId": 57351,
  1631.                                         "contractCode": "WZ23/0613-P03",
  1632.                                         "detailQty": 600,
  1633.                                         "createDate": "2024-05-18 15:34:24",
  1634.                                         "createBy": 1,
  1635.                                         "updateDate": "2024-05-18 15:34:24",
  1636.                                         "updateBy": 1
  1637.                                 }
  1638.                         ],
  1639.                         "worksheetCutItemSzList": [
  1640.                                 {
  1641.                                         "worksheetCutItemSzId": 137,
  1642.                                         "worksheetCutItemId": 27,
  1643.                                         "sort": 1,
  1644.                                         "productSizeId": 109070,
  1645.                                         "createDate": "2024-09-04 09:30:30",
  1646.                                         "createBy": 1,
  1647.                                         "updateDate": "2024-09-04 09:30:30",
  1648.                                         "updateBy": 1,
  1649.                                         "cutQty": null,
  1650.                                         "sizeName1": "2XS"
  1651.                                 },
  1652.                                 {
  1653.                                         "worksheetCutItemSzId": 138,
  1654.                                         "worksheetCutItemId": 27,
  1655.                                         "sort": 2,
  1656.                                         "productSizeId": 87895,
  1657.                                         "createDate": "2024-09-04 09:30:30",
  1658.                                         "createBy": 1,
  1659.                                         "updateDate": "2024-09-04 09:30:30",
  1660.                                         "updateBy": 1,
  1661.                                         "cutQty": null,
  1662.                                         "sizeName1": "XL"
  1663.                                 },
  1664.                                 {
  1665.                                         "worksheetCutItemSzId": 139,
  1666.                                         "worksheetCutItemId": 27,
  1667.                                         "sort": 3,
  1668.                                         "productSizeId": 87894,
  1669.                                         "createDate": "2024-09-04 09:30:30",
  1670.                                         "createBy": 1,
  1671.                                         "updateDate": "2024-09-04 09:30:30",
  1672.                                         "updateBy": 1,
  1673.                                         "cutQty": null,
  1674.                                         "sizeName1": "XS"
  1675.                                 }
  1676.                         ]
  1677.                 },
  1678.                 {
  1679.                         "worksheetCutItemCodId": 1950,
  1680.                         "worksheetCutItemPcsId": 42,
  1681.                         "worksheetCutItemId": 27,
  1682.                         "worksheetCutItemDatId": 2251,
  1683.                         "createBy": 1,
  1684.                         "createDate": "2024-09-06 11:43:03",
  1685.                         "updateBy": 1,
  1686.                         "updateDate": "2024-09-06 11:43:03",
  1687.                         "qrCodeValue": 1000000019506,
  1688.                         "worksheetId": 1,
  1689.                         "barcodeNum": "5",
  1690.                         "barcodeQty": 240,
  1691.                         "serialNumber": "5-3",
  1692.                         "sort": 3,
  1693.                         "pieceName": "G",
  1694.                         "bedNum": 1,
  1695.                         "colorName1": "DK003卡其色",
  1696.                         "productCode": "W23WJ0417L-1-FIN",
  1697.                         "worksheetCode": "W230417-1-FIN",
  1698.                         "splitCode": "G112",
  1699.                         "contract": "WZ23/0613-P03",
  1700.                         "size": "2XS/XL/XS",
  1701.                         "worksheetContractItemList": [
  1702.                                 {
  1703.                                         "worksheetContractItemId": null,
  1704.                                         "worksheetId": 1,
  1705.                                         "contractItemId": 85282,
  1706.                                         "contractId": 57351,
  1707.                                         "contractCode": "WZ23/0613-P03",
  1708.                                         "detailQty": 600,
  1709.                                         "createDate": "2024-05-18 15:34:24",
  1710.                                         "createBy": 1,
  1711.                                         "updateDate": "2024-05-18 15:34:24",
  1712.                                         "updateBy": 1
  1713.                                 }
  1714.                         ],
  1715.                         "worksheetCutItemSzList": [
  1716.                                 {
  1717.                                         "worksheetCutItemSzId": 137,
  1718.                                         "worksheetCutItemId": 27,
  1719.                                         "sort": 1,
  1720.                                         "productSizeId": 109070,
  1721.                                         "createDate": "2024-09-04 09:30:30",
  1722.                                         "createBy": 1,
  1723.                                         "updateDate": "2024-09-04 09:30:30",
  1724.                                         "updateBy": 1,
  1725.                                         "cutQty": null,
  1726.                                         "sizeName1": "2XS"
  1727.                                 },
  1728.                                 {
  1729.                                         "worksheetCutItemSzId": 138,
  1730.                                         "worksheetCutItemId": 27,
  1731.                                         "sort": 2,
  1732.                                         "productSizeId": 87895,
  1733.                                         "createDate": "2024-09-04 09:30:30",
  1734.                                         "createBy": 1,
  1735.                                         "updateDate": "2024-09-04 09:30:30",
  1736.                                         "updateBy": 1,
  1737.                                         "cutQty": null,
  1738.                                         "sizeName1": "XL"
  1739.                                 },
  1740.                                 {
  1741.                                         "worksheetCutItemSzId": 139,
  1742.                                         "worksheetCutItemId": 27,
  1743.                                         "sort": 3,
  1744.                                         "productSizeId": 87894,
  1745.                                         "createDate": "2024-09-04 09:30:30",
  1746.                                         "createBy": 1,
  1747.                                         "updateDate": "2024-09-04 09:30:30",
  1748.                                         "updateBy": 1,
  1749.                                         "cutQty": null,
  1750.                                         "sizeName1": "XS"
  1751.                                 }
  1752.                         ]
  1753.                 },
  1754.                 {
  1755.                         "worksheetCutItemCodId": 1941,
  1756.                         "worksheetCutItemPcsId": 43,
  1757.                         "worksheetCutItemId": 27,
  1758.                         "worksheetCutItemDatId": 2251,
  1759.                         "createBy": 1,
  1760.                         "createDate": "2024-09-06 11:43:03",
  1761.                         "updateBy": 1,
  1762.                         "updateDate": "2024-09-06 11:43:03",
  1763.                         "qrCodeValue": 1000000019414,
  1764.                         "worksheetId": 1,
  1765.                         "barcodeNum": "5",
  1766.                         "barcodeQty": 240,
  1767.                         "serialNumber": "5-4",
  1768.                         "sort": 4,
  1769.                         "pieceName": "GD",
  1770.                         "bedNum": 1,
  1771.                         "colorName1": "DK003卡其色",
  1772.                         "productCode": "W23WJ0417L-1-FIN",
  1773.                         "worksheetCode": "W230417-1-FIN",
  1774.                         "splitCode": "G112",
  1775.                         "contract": "WZ23/0613-P03",
  1776.                         "size": "2XS/XL/XS",
  1777.                         "worksheetContractItemList": [
  1778.                                 {
  1779.                                         "worksheetContractItemId": null,
  1780.                                         "worksheetId": 1,
  1781.                                         "contractItemId": 85282,
  1782.                                         "contractId": 57351,
  1783.                                         "contractCode": "WZ23/0613-P03",
  1784.                                         "detailQty": 600,
  1785.                                         "createDate": "2024-05-18 15:34:24",
  1786.                                         "createBy": 1,
  1787.                                         "updateDate": "2024-05-18 15:34:24",
  1788.                                         "updateBy": 1
  1789.                                 }
  1790.                         ],
  1791.                         "worksheetCutItemSzList": [
  1792.                                 {
  1793.                                         "worksheetCutItemSzId": 137,
  1794.                                         "worksheetCutItemId": 27,
  1795.                                         "sort": 1,
  1796.                                         "productSizeId": 109070,
  1797.                                         "createDate": "2024-09-04 09:30:30",
  1798.                                         "createBy": 1,
  1799.                                         "updateDate": "2024-09-04 09:30:30",
  1800.                                         "updateBy": 1,
  1801.                                         "cutQty": null,
  1802.                                         "sizeName1": "2XS"
  1803.                                 },
  1804.                                 {
  1805.                                         "worksheetCutItemSzId": 138,
  1806.                                         "worksheetCutItemId": 27,
  1807.                                         "sort": 2,
  1808.                                         "productSizeId": 87895,
  1809.                                         "createDate": "2024-09-04 09:30:30",
  1810.                                         "createBy": 1,
  1811.                                         "updateDate": "2024-09-04 09:30:30",
  1812.                                         "updateBy": 1,
  1813.                                         "cutQty": null,
  1814.                                         "sizeName1": "XL"
  1815.                                 },
  1816.                                 {
  1817.                                         "worksheetCutItemSzId": 139,
  1818.                                         "worksheetCutItemId": 27,
  1819.                                         "sort": 3,
  1820.                                         "productSizeId": 87894,
  1821.                                         "createDate": "2024-09-04 09:30:30",
  1822.                                         "createBy": 1,
  1823.                                         "updateDate": "2024-09-04 09:30:30",
  1824.                                         "updateBy": 1,
  1825.                                         "cutQty": null,
  1826.                                         "sizeName1": "XS"
  1827.                                 }
  1828.                         ]
  1829.                 },
  1830.                 {
  1831.                         "worksheetCutItemCodId": 1932,
  1832.                         "worksheetCutItemPcsId": 44,
  1833.                         "worksheetCutItemId": 27,
  1834.                         "worksheetCutItemDatId": 2251,
  1835.                         "createBy": 1,
  1836.                         "createDate": "2024-09-06 11:43:03",
  1837.                         "updateBy": 1,
  1838.                         "updateDate": "2024-09-06 11:43:03",
  1839.                         "qrCodeValue": 1000000019322,
  1840.                         "worksheetId": 1,
  1841.                         "barcodeNum": "5",
  1842.                         "barcodeQty": 240,
  1843.                         "serialNumber": "5-5",
  1844.                         "sort": 5,
  1845.                         "pieceName": "G2",
  1846.                         "bedNum": 1,
  1847.                         "colorName1": "DK003卡其色",
  1848.                         "productCode": "W23WJ0417L-1-FIN",
  1849.                         "worksheetCode": "W230417-1-FIN",
  1850.                         "splitCode": "G112",
  1851.                         "contract": "WZ23/0613-P03",
  1852.                         "size": "2XS/XL/XS",
  1853.                         "worksheetContractItemList": [
  1854.                                 {
  1855.                                         "worksheetContractItemId": null,
  1856.                                         "worksheetId": 1,
  1857.                                         "contractItemId": 85282,
  1858.                                         "contractId": 57351,
  1859.                                         "contractCode": "WZ23/0613-P03",
  1860.                                         "detailQty": 600,
  1861.                                         "createDate": "2024-05-18 15:34:24",
  1862.                                         "createBy": 1,
  1863.                                         "updateDate": "2024-05-18 15:34:24",
  1864.                                         "updateBy": 1
  1865.                                 }
  1866.                         ],
  1867.                         "worksheetCutItemSzList": [
  1868.                                 {
  1869.                                         "worksheetCutItemSzId": 137,
  1870.                                         "worksheetCutItemId": 27,
  1871.                                         "sort": 1,
  1872.                                         "productSizeId": 109070,
  1873.                                         "createDate": "2024-09-04 09:30:30",
  1874.                                         "createBy": 1,
  1875.                                         "updateDate": "2024-09-04 09:30:30",
  1876.                                         "updateBy": 1,
  1877.                                         "cutQty": null,
  1878.                                         "sizeName1": "2XS"
  1879.                                 },
  1880.                                 {
  1881.                                         "worksheetCutItemSzId": 138,
  1882.                                         "worksheetCutItemId": 27,
  1883.                                         "sort": 2,
  1884.                                         "productSizeId": 87895,
  1885.                                         "createDate": "2024-09-04 09:30:30",
  1886.                                         "createBy": 1,
  1887.                                         "updateDate": "2024-09-04 09:30:30",
  1888.                                         "updateBy": 1,
  1889.                                         "cutQty": null,
  1890.                                         "sizeName1": "XL"
  1891.                                 },
  1892.                                 {
  1893.                                         "worksheetCutItemSzId": 139,
  1894.                                         "worksheetCutItemId": 27,
  1895.                                         "sort": 3,
  1896.                                         "productSizeId": 87894,
  1897.                                         "createDate": "2024-09-04 09:30:30",
  1898.                                         "createBy": 1,
  1899.                                         "updateDate": "2024-09-04 09:30:30",
  1900.                                         "updateBy": 1,
  1901.                                         "cutQty": null,
  1902.                                         "sizeName1": "XS"
  1903.                                 }
  1904.                         ]
  1905.                 },
  1906.                 {
  1907.                         "worksheetCutItemCodId": 1971,
  1908.                         "worksheetCutItemPcsId": 40,
  1909.                         "worksheetCutItemId": 27,
  1910.                         "worksheetCutItemDatId": 2254,
  1911.                         "createBy": 1,
  1912.                         "createDate": "2024-09-06 11:43:03",
  1913.                         "updateBy": 1,
  1914.                         "updateDate": "2024-09-06 11:43:03",
  1915.                         "qrCodeValue": 1000000019711,
  1916.                         "worksheetId": 1,
  1917.                         "barcodeNum": "6",
  1918.                         "barcodeQty": 250,
  1919.                         "serialNumber": "6-1",
  1920.                         "sort": 1,
  1921.                         "pieceName": "G",
  1922.                         "bedNum": 1,
  1923.                         "colorName1": "DK003卡其色",
  1924.                         "productCode": "W23WJ0417L-1-FIN",
  1925.                         "worksheetCode": "W230417-1-FIN",
  1926.                         "splitCode": "G1122",
  1927.                         "contract": "WZ23/0613-P03",
  1928.                         "size": "2XS/XL/XS",
  1929.                         "worksheetContractItemList": [
  1930.                                 {
  1931.                                         "worksheetContractItemId": null,
  1932.                                         "worksheetId": 1,
  1933.                                         "contractItemId": 85282,
  1934.                                         "contractId": 57351,
  1935.                                         "contractCode": "WZ23/0613-P03",
  1936.                                         "detailQty": 600,
  1937.                                         "createDate": "2024-05-18 15:34:24",
  1938.                                         "createBy": 1,
  1939.                                         "updateDate": "2024-05-18 15:34:24",
  1940.                                         "updateBy": 1
  1941.                                 }
  1942.                         ],
  1943.                         "worksheetCutItemSzList": [
  1944.                                 {
  1945.                                         "worksheetCutItemSzId": 137,
  1946.                                         "worksheetCutItemId": 27,
  1947.                                         "sort": 1,
  1948.                                         "productSizeId": 109070,
  1949.                                         "createDate": "2024-09-04 09:30:30",
  1950.                                         "createBy": 1,
  1951.                                         "updateDate": "2024-09-04 09:30:30",
  1952.                                         "updateBy": 1,
  1953.                                         "cutQty": null,
  1954.                                         "sizeName1": "2XS"
  1955.                                 },
  1956.                                 {
  1957.                                         "worksheetCutItemSzId": 138,
  1958.                                         "worksheetCutItemId": 27,
  1959.                                         "sort": 2,
  1960.                                         "productSizeId": 87895,
  1961.                                         "createDate": "2024-09-04 09:30:30",
  1962.                                         "createBy": 1,
  1963.                                         "updateDate": "2024-09-04 09:30:30",
  1964.                                         "updateBy": 1,
  1965.                                         "cutQty": null,
  1966.                                         "sizeName1": "XL"
  1967.                                 },
  1968.                                 {
  1969.                                         "worksheetCutItemSzId": 139,
  1970.                                         "worksheetCutItemId": 27,
  1971.                                         "sort": 3,
  1972.                                         "productSizeId": 87894,
  1973.                                         "createDate": "2024-09-04 09:30:30",
  1974.                                         "createBy": 1,
  1975.                                         "updateDate": "2024-09-04 09:30:30",
  1976.                                         "updateBy": 1,
  1977.                                         "cutQty": null,
  1978.                                         "sizeName1": "XS"
  1979.                                 }
  1980.                         ]
  1981.                 },
  1982.                 {
  1983.                         "worksheetCutItemCodId": 1962,
  1984.                         "worksheetCutItemPcsId": 41,
  1985.                         "worksheetCutItemId": 27,
  1986.                         "worksheetCutItemDatId": 2254,
  1987.                         "createBy": 1,
  1988.                         "createDate": "2024-09-06 11:43:03",
  1989.                         "updateBy": 1,
  1990.                         "updateDate": "2024-09-06 11:43:03",
  1991.                         "qrCodeValue": 1000000019629,
  1992.                         "worksheetId": 1,
  1993.                         "barcodeNum": "6",
  1994.                         "barcodeQty": 250,
  1995.                         "serialNumber": "6-2",
  1996.                         "sort": 2,
  1997.                         "pieceName": "F",
  1998.                         "bedNum": 1,
  1999.                         "colorName1": "DK003卡其色",
  2000.                         "productCode": "W23WJ0417L-1-FIN",
  2001.                         "worksheetCode": "W230417-1-FIN",
  2002.                         "splitCode": "G1122",
  2003.                         "contract": "WZ23/0613-P03",
  2004.                         "size": "2XS/XL/XS",
  2005.                         "worksheetContractItemList": [
  2006.                                 {
  2007.                                         "worksheetContractItemId": null,
  2008.                                         "worksheetId": 1,
  2009.                                         "contractItemId": 85282,
  2010.                                         "contractId": 57351,
  2011.                                         "contractCode": "WZ23/0613-P03",
  2012.                                         "detailQty": 600,
  2013.                                         "createDate": "2024-05-18 15:34:24",
  2014.                                         "createBy": 1,
  2015.                                         "updateDate": "2024-05-18 15:34:24",
  2016.                                         "updateBy": 1
  2017.                                 }
  2018.                         ],
  2019.                         "worksheetCutItemSzList": [
  2020.                                 {
  2021.                                         "worksheetCutItemSzId": 137,
  2022.                                         "worksheetCutItemId": 27,
  2023.                                         "sort": 1,
  2024.                                         "productSizeId": 109070,
  2025.                                         "createDate": "2024-09-04 09:30:30",
  2026.                                         "createBy": 1,
  2027.                                         "updateDate": "2024-09-04 09:30:30",
  2028.                                         "updateBy": 1,
  2029.                                         "cutQty": null,
  2030.                                         "sizeName1": "2XS"
  2031.                                 },
  2032.                                 {
  2033.                                         "worksheetCutItemSzId": 138,
  2034.                                         "worksheetCutItemId": 27,
  2035.                                         "sort": 2,
  2036.                                         "productSizeId": 87895,
  2037.                                         "createDate": "2024-09-04 09:30:30",
  2038.                                         "createBy": 1,
  2039.                                         "updateDate": "2024-09-04 09:30:30",
  2040.                                         "updateBy": 1,
  2041.                                         "cutQty": null,
  2042.                                         "sizeName1": "XL"
  2043.                                 },
  2044.                                 {
  2045.                                         "worksheetCutItemSzId": 139,
  2046.                                         "worksheetCutItemId": 27,
  2047.                                         "sort": 3,
  2048.                                         "productSizeId": 87894,
  2049.                                         "createDate": "2024-09-04 09:30:30",
  2050.                                         "createBy": 1,
  2051.                                         "updateDate": "2024-09-04 09:30:30",
  2052.                                         "updateBy": 1,
  2053.                                         "cutQty": null,
  2054.                                         "sizeName1": "XS"
  2055.                                 }
  2056.                         ]
  2057.                 },
  2058.                 {
  2059.                         "worksheetCutItemCodId": 1953,
  2060.                         "worksheetCutItemPcsId": 42,
  2061.                         "worksheetCutItemId": 27,
  2062.                         "worksheetCutItemDatId": 2254,
  2063.                         "createBy": 1,
  2064.                         "createDate": "2024-09-06 11:43:03",
  2065.                         "updateBy": 1,
  2066.                         "updateDate": "2024-09-06 11:43:03",
  2067.                         "qrCodeValue": 1000000019537,
  2068.                         "worksheetId": 1,
  2069.                         "barcodeNum": "6",
  2070.                         "barcodeQty": 250,
  2071.                         "serialNumber": "6-3",
  2072.                         "sort": 3,
  2073.                         "pieceName": "G",
  2074.                         "bedNum": 1,
  2075.                         "colorName1": "DK003卡其色",
  2076.                         "productCode": "W23WJ0417L-1-FIN",
  2077.                         "worksheetCode": "W230417-1-FIN",
  2078.                         "splitCode": "G1122",
  2079.                         "contract": "WZ23/0613-P03",
  2080.                         "size": "2XS/XL/XS",
  2081.                         "worksheetContractItemList": [
  2082.                                 {
  2083.                                         "worksheetContractItemId": null,
  2084.                                         "worksheetId": 1,
  2085.                                         "contractItemId": 85282,
  2086.                                         "contractId": 57351,
  2087.                                         "contractCode": "WZ23/0613-P03",
  2088.                                         "detailQty": 600,
  2089.                                         "createDate": "2024-05-18 15:34:24",
  2090.                                         "createBy": 1,
  2091.                                         "updateDate": "2024-05-18 15:34:24",
  2092.                                         "updateBy": 1
  2093.                                 }
  2094.                         ],
  2095.                         "worksheetCutItemSzList": [
  2096.                                 {
  2097.                                         "worksheetCutItemSzId": 137,
  2098.                                         "worksheetCutItemId": 27,
  2099.                                         "sort": 1,
  2100.                                         "productSizeId": 109070,
  2101.                                         "createDate": "2024-09-04 09:30:30",
  2102.                                         "createBy": 1,
  2103.                                         "updateDate": "2024-09-04 09:30:30",
  2104.                                         "updateBy": 1,
  2105.                                         "cutQty": null,
  2106.                                         "sizeName1": "2XS"
  2107.                                 },
  2108.                                 {
  2109.                                         "worksheetCutItemSzId": 138,
  2110.                                         "worksheetCutItemId": 27,
  2111.                                         "sort": 2,
  2112.                                         "productSizeId": 87895,
  2113.                                         "createDate": "2024-09-04 09:30:30",
  2114.                                         "createBy": 1,
  2115.                                         "updateDate": "2024-09-04 09:30:30",
  2116.                                         "updateBy": 1,
  2117.                                         "cutQty": null,
  2118.                                         "sizeName1": "XL"
  2119.                                 },
  2120.                                 {
  2121.                                         "worksheetCutItemSzId": 139,
  2122.                                         "worksheetCutItemId": 27,
  2123.                                         "sort": 3,
  2124.                                         "productSizeId": 87894,
  2125.                                         "createDate": "2024-09-04 09:30:30",
  2126.                                         "createBy": 1,
  2127.                                         "updateDate": "2024-09-04 09:30:30",
  2128.                                         "updateBy": 1,
  2129.                                         "cutQty": null,
  2130.                                         "sizeName1": "XS"
  2131.                                 }
  2132.                         ]
  2133.                 },
  2134.                 {
  2135.                         "worksheetCutItemCodId": 1944,
  2136.                         "worksheetCutItemPcsId": 43,
  2137.                         "worksheetCutItemId": 27,
  2138.                         "worksheetCutItemDatId": 2254,
  2139.                         "createBy": 1,
  2140.                         "createDate": "2024-09-06 11:43:03",
  2141.                         "updateBy": 1,
  2142.                         "updateDate": "2024-09-06 11:43:03",
  2143.                         "qrCodeValue": 1000000019445,
  2144.                         "worksheetId": 1,
  2145.                         "barcodeNum": "6",
  2146.                         "barcodeQty": 250,
  2147.                         "serialNumber": "6-4",
  2148.                         "sort": 4,
  2149.                         "pieceName": "GD",
  2150.                         "bedNum": 1,
  2151.                         "colorName1": "DK003卡其色",
  2152.                         "productCode": "W23WJ0417L-1-FIN",
  2153.                         "worksheetCode": "W230417-1-FIN",
  2154.                         "splitCode": "G1122",
  2155.                         "contract": "WZ23/0613-P03",
  2156.                         "size": "2XS/XL/XS",
  2157.                         "worksheetContractItemList": [
  2158.                                 {
  2159.                                         "worksheetContractItemId": null,
  2160.                                         "worksheetId": 1,
  2161.                                         "contractItemId": 85282,
  2162.                                         "contractId": 57351,
  2163.                                         "contractCode": "WZ23/0613-P03",
  2164.                                         "detailQty": 600,
  2165.                                         "createDate": "2024-05-18 15:34:24",
  2166.                                         "createBy": 1,
  2167.                                         "updateDate": "2024-05-18 15:34:24",
  2168.                                         "updateBy": 1
  2169.                                 }
  2170.                         ],
  2171.                         "worksheetCutItemSzList": [
  2172.                                 {
  2173.                                         "worksheetCutItemSzId": 137,
  2174.                                         "worksheetCutItemId": 27,
  2175.                                         "sort": 1,
  2176.                                         "productSizeId": 109070,
  2177.                                         "createDate": "2024-09-04 09:30:30",
  2178.                                         "createBy": 1,
  2179.                                         "updateDate": "2024-09-04 09:30:30",
  2180.                                         "updateBy": 1,
  2181.                                         "cutQty": null,
  2182.                                         "sizeName1": "2XS"
  2183.                                 },
  2184.                                 {
  2185.                                         "worksheetCutItemSzId": 138,
  2186.                                         "worksheetCutItemId": 27,
  2187.                                         "sort": 2,
  2188.                                         "productSizeId": 87895,
  2189.                                         "createDate": "2024-09-04 09:30:30",
  2190.                                         "createBy": 1,
  2191.                                         "updateDate": "2024-09-04 09:30:30",
  2192.                                         "updateBy": 1,
  2193.                                         "cutQty": null,
  2194.                                         "sizeName1": "XL"
  2195.                                 },
  2196.                                 {
  2197.                                         "worksheetCutItemSzId": 139,
  2198.                                         "worksheetCutItemId": 27,
  2199.                                         "sort": 3,
  2200.                                         "productSizeId": 87894,
  2201.                                         "createDate": "2024-09-04 09:30:30",
  2202.                                         "createBy": 1,
  2203.                                         "updateDate": "2024-09-04 09:30:30",
  2204.                                         "updateBy": 1,
  2205.                                         "cutQty": null,
  2206.                                         "sizeName1": "XS"
  2207.                                 }
  2208.                         ]
  2209.                 },
  2210.                 {
  2211.                         "worksheetCutItemCodId": 1935,
  2212.                         "worksheetCutItemPcsId": 44,
  2213.                         "worksheetCutItemId": 27,
  2214.                         "worksheetCutItemDatId": 2254,
  2215.                         "createBy": 1,
  2216.                         "createDate": "2024-09-06 11:43:03",
  2217.                         "updateBy": 1,
  2218.                         "updateDate": "2024-09-06 11:43:03",
  2219.                         "qrCodeValue": 1000000019353,
  2220.                         "worksheetId": 1,
  2221.                         "barcodeNum": "6",
  2222.                         "barcodeQty": 250,
  2223.                         "serialNumber": "6-5",
  2224.                         "sort": 5,
  2225.                         "pieceName": "G2",
  2226.                         "bedNum": 1,
  2227.                         "colorName1": "DK003卡其色",
  2228.                         "productCode": "W23WJ0417L-1-FIN",
  2229.                         "worksheetCode": "W230417-1-FIN",
  2230.                         "splitCode": "G1122",
  2231.                         "contract": "WZ23/0613-P03",
  2232.                         "size": "2XS/XL/XS",
  2233.                         "worksheetContractItemList": [
  2234.                                 {
  2235.                                         "worksheetContractItemId": null,
  2236.                                         "worksheetId": 1,
  2237.                                         "contractItemId": 85282,
  2238.                                         "contractId": 57351,
  2239.                                         "contractCode": "WZ23/0613-P03",
  2240.                                         "detailQty": 600,
  2241.                                         "createDate": "2024-05-18 15:34:24",
  2242.                                         "createBy": 1,
  2243.                                         "updateDate": "2024-05-18 15:34:24",
  2244.                                         "updateBy": 1
  2245.                                 }
  2246.                         ],
  2247.                         "worksheetCutItemSzList": [
  2248.                                 {
  2249.                                         "worksheetCutItemSzId": 137,
  2250.                                         "worksheetCutItemId": 27,
  2251.                                         "sort": 1,
  2252.                                         "productSizeId": 109070,
  2253.                                         "createDate": "2024-09-04 09:30:30",
  2254.                                         "createBy": 1,
  2255.                                         "updateDate": "2024-09-04 09:30:30",
  2256.                                         "updateBy": 1,
  2257.                                         "cutQty": null,
  2258.                                         "sizeName1": "2XS"
  2259.                                 },
  2260.                                 {
  2261.                                         "worksheetCutItemSzId": 138,
  2262.                                         "worksheetCutItemId": 27,
  2263.                                         "sort": 2,
  2264.                                         "productSizeId": 87895,
  2265.                                         "createDate": "2024-09-04 09:30:30",
  2266.                                         "createBy": 1,
  2267.                                         "updateDate": "2024-09-04 09:30:30",
  2268.                                         "updateBy": 1,
  2269.                                         "cutQty": null,
  2270.                                         "sizeName1": "XL"
  2271.                                 },
  2272.                                 {
  2273.                                         "worksheetCutItemSzId": 139,
  2274.                                         "worksheetCutItemId": 27,
  2275.                                         "sort": 3,
  2276.                                         "productSizeId": 87894,
  2277.                                         "createDate": "2024-09-04 09:30:30",
  2278.                                         "createBy": 1,
  2279.                                         "updateDate": "2024-09-04 09:30:30",
  2280.                                         "updateBy": 1,
  2281.                                         "cutQty": null,
  2282.                                         "sizeName1": "XS"
  2283.                                 }
  2284.                         ]
  2285.                 },
  2286.                 {
  2287.                         "worksheetCutItemCodId": 1966,
  2288.                         "worksheetCutItemPcsId": 40,
  2289.                         "worksheetCutItemId": 27,
  2290.                         "worksheetCutItemDatId": 2249,
  2291.                         "createBy": 1,
  2292.                         "createDate": "2024-09-06 11:43:03",
  2293.                         "updateBy": 1,
  2294.                         "updateDate": "2024-09-06 11:43:03",
  2295.                         "qrCodeValue": 1000000019667,
  2296.                         "worksheetId": 1,
  2297.                         "barcodeNum": "7",
  2298.                         "barcodeQty": 222,
  2299.                         "serialNumber": "7-1",
  2300.                         "sort": 1,
  2301.                         "pieceName": "G",
  2302.                         "bedNum": 1,
  2303.                         "colorName1": "WT001亮白色",
  2304.                         "productCode": "W23WJ0417L-1-FIN",
  2305.                         "worksheetCode": "W230417-1-FIN",
  2306.                         "splitCode": "22",
  2307.                         "contract": "WZ23/0613-P03",
  2308.                         "size": "2XS/XL/XS",
  2309.                         "worksheetContractItemList": [
  2310.                                 {
  2311.                                         "worksheetContractItemId": null,
  2312.                                         "worksheetId": 1,
  2313.                                         "contractItemId": 85282,
  2314.                                         "contractId": 57351,
  2315.                                         "contractCode": "WZ23/0613-P03",
  2316.                                         "detailQty": 600,
  2317.                                         "createDate": "2024-05-18 15:34:24",
  2318.                                         "createBy": 1,
  2319.                                         "updateDate": "2024-05-18 15:34:24",
  2320.                                         "updateBy": 1
  2321.                                 }
  2322.                         ],
  2323.                         "worksheetCutItemSzList": [
  2324.                                 {
  2325.                                         "worksheetCutItemSzId": 137,
  2326.                                         "worksheetCutItemId": 27,
  2327.                                         "sort": 1,
  2328.                                         "productSizeId": 109070,
  2329.                                         "createDate": "2024-09-04 09:30:30",
  2330.                                         "createBy": 1,
  2331.                                         "updateDate": "2024-09-04 09:30:30",
  2332.                                         "updateBy": 1,
  2333.                                         "cutQty": null,
  2334.                                         "sizeName1": "2XS"
  2335.                                 },
  2336.                                 {
  2337.                                         "worksheetCutItemSzId": 138,
  2338.                                         "worksheetCutItemId": 27,
  2339.                                         "sort": 2,
  2340.                                         "productSizeId": 87895,
  2341.                                         "createDate": "2024-09-04 09:30:30",
  2342.                                         "createBy": 1,
  2343.                                         "updateDate": "2024-09-04 09:30:30",
  2344.                                         "updateBy": 1,
  2345.                                         "cutQty": null,
  2346.                                         "sizeName1": "XL"
  2347.                                 },
  2348.                                 {
  2349.                                         "worksheetCutItemSzId": 139,
  2350.                                         "worksheetCutItemId": 27,
  2351.                                         "sort": 3,
  2352.                                         "productSizeId": 87894,
  2353.                                         "createDate": "2024-09-04 09:30:30",
  2354.                                         "createBy": 1,
  2355.                                         "updateDate": "2024-09-04 09:30:30",
  2356.                                         "updateBy": 1,
  2357.                                         "cutQty": null,
  2358.                                         "sizeName1": "XS"
  2359.                                 }
  2360.                         ]
  2361.                 },
  2362.                 {
  2363.                         "worksheetCutItemCodId": 1957,
  2364.                         "worksheetCutItemPcsId": 41,
  2365.                         "worksheetCutItemId": 27,
  2366.                         "worksheetCutItemDatId": 2249,
  2367.                         "createBy": 1,
  2368.                         "createDate": "2024-09-06 11:43:03",
  2369.                         "updateBy": 1,
  2370.                         "updateDate": "2024-09-06 11:43:03",
  2371.                         "qrCodeValue": 1000000019575,
  2372.                         "worksheetId": 1,
  2373.                         "barcodeNum": "7",
  2374.                         "barcodeQty": 222,
  2375.                         "serialNumber": "7-2",
  2376.                         "sort": 2,
  2377.                         "pieceName": "F",
  2378.                         "bedNum": 1,
  2379.                         "colorName1": "WT001亮白色",
  2380.                         "productCode": "W23WJ0417L-1-FIN",
  2381.                         "worksheetCode": "W230417-1-FIN",
  2382.                         "splitCode": "22",
  2383.                         "contract": "WZ23/0613-P03",
  2384.                         "size": "2XS/XL/XS",
  2385.                         "worksheetContractItemList": [
  2386.                                 {
  2387.                                         "worksheetContractItemId": null,
  2388.                                         "worksheetId": 1,
  2389.                                         "contractItemId": 85282,
  2390.                                         "contractId": 57351,
  2391.                                         "contractCode": "WZ23/0613-P03",
  2392.                                         "detailQty": 600,
  2393.                                         "createDate": "2024-05-18 15:34:24",
  2394.                                         "createBy": 1,
  2395.                                         "updateDate": "2024-05-18 15:34:24",
  2396.                                         "updateBy": 1
  2397.                                 }
  2398.                         ],
  2399.                         "worksheetCutItemSzList": [
  2400.                                 {
  2401.                                         "worksheetCutItemSzId": 137,
  2402.                                         "worksheetCutItemId": 27,
  2403.                                         "sort": 1,
  2404.                                         "productSizeId": 109070,
  2405.                                         "createDate": "2024-09-04 09:30:30",
  2406.                                         "createBy": 1,
  2407.                                         "updateDate": "2024-09-04 09:30:30",
  2408.                                         "updateBy": 1,
  2409.                                         "cutQty": null,
  2410.                                         "sizeName1": "2XS"
  2411.                                 },
  2412.                                 {
  2413.                                         "worksheetCutItemSzId": 138,
  2414.                                         "worksheetCutItemId": 27,
  2415.                                         "sort": 2,
  2416.                                         "productSizeId": 87895,
  2417.                                         "createDate": "2024-09-04 09:30:30",
  2418.                                         "createBy": 1,
  2419.                                         "updateDate": "2024-09-04 09:30:30",
  2420.                                         "updateBy": 1,
  2421.                                         "cutQty": null,
  2422.                                         "sizeName1": "XL"
  2423.                                 },
  2424.                                 {
  2425.                                         "worksheetCutItemSzId": 139,
  2426.                                         "worksheetCutItemId": 27,
  2427.                                         "sort": 3,
  2428.                                         "productSizeId": 87894,
  2429.                                         "createDate": "2024-09-04 09:30:30",
  2430.                                         "createBy": 1,
  2431.                                         "updateDate": "2024-09-04 09:30:30",
  2432.                                         "updateBy": 1,
  2433.                                         "cutQty": null,
  2434.                                         "sizeName1": "XS"
  2435.                                 }
  2436.                         ]
  2437.                 },
  2438.                 {
  2439.                         "worksheetCutItemCodId": 1948,
  2440.                         "worksheetCutItemPcsId": 42,
  2441.                         "worksheetCutItemId": 27,
  2442.                         "worksheetCutItemDatId": 2249,
  2443.                         "createBy": 1,
  2444.                         "createDate": "2024-09-06 11:43:03",
  2445.                         "updateBy": 1,
  2446.                         "updateDate": "2024-09-06 11:43:03",
  2447.                         "qrCodeValue": 1000000019483,
  2448.                         "worksheetId": 1,
  2449.                         "barcodeNum": "7",
  2450.                         "barcodeQty": 222,
  2451.                         "serialNumber": "7-3",
  2452.                         "sort": 3,
  2453.                         "pieceName": "G",
  2454.                         "bedNum": 1,
  2455.                         "colorName1": "WT001亮白色",
  2456.                         "productCode": "W23WJ0417L-1-FIN",
  2457.                         "worksheetCode": "W230417-1-FIN",
  2458.                         "splitCode": "22",
  2459.                         "contract": "WZ23/0613-P03",
  2460.                         "size": "2XS/XL/XS",
  2461.                         "worksheetContractItemList": [
  2462.                                 {
  2463.                                         "worksheetContractItemId": null,
  2464.                                         "worksheetId": 1,
  2465.                                         "contractItemId": 85282,
  2466.                                         "contractId": 57351,
  2467.                                         "contractCode": "WZ23/0613-P03",
  2468.                                         "detailQty": 600,
  2469.                                         "createDate": "2024-05-18 15:34:24",
  2470.                                         "createBy": 1,
  2471.                                         "updateDate": "2024-05-18 15:34:24",
  2472.                                         "updateBy": 1
  2473.                                 }
  2474.                         ],
  2475.                         "worksheetCutItemSzList": [
  2476.                                 {
  2477.                                         "worksheetCutItemSzId": 137,
  2478.                                         "worksheetCutItemId": 27,
  2479.                                         "sort": 1,
  2480.                                         "productSizeId": 109070,
  2481.                                         "createDate": "2024-09-04 09:30:30",
  2482.                                         "createBy": 1,
  2483.                                         "updateDate": "2024-09-04 09:30:30",
  2484.                                         "updateBy": 1,
  2485.                                         "cutQty": null,
  2486.                                         "sizeName1": "2XS"
  2487.                                 },
  2488.                                 {
  2489.                                         "worksheetCutItemSzId": 138,
  2490.                                         "worksheetCutItemId": 27,
  2491.                                         "sort": 2,
  2492.                                         "productSizeId": 87895,
  2493.                                         "createDate": "2024-09-04 09:30:30",
  2494.                                         "createBy": 1,
  2495.                                         "updateDate": "2024-09-04 09:30:30",
  2496.                                         "updateBy": 1,
  2497.                                         "cutQty": null,
  2498.                                         "sizeName1": "XL"
  2499.                                 },
  2500.                                 {
  2501.                                         "worksheetCutItemSzId": 139,
  2502.                                         "worksheetCutItemId": 27,
  2503.                                         "sort": 3,
  2504.                                         "productSizeId": 87894,
  2505.                                         "createDate": "2024-09-04 09:30:30",
  2506.                                         "createBy": 1,
  2507.                                         "updateDate": "2024-09-04 09:30:30",
  2508.                                         "updateBy": 1,
  2509.                                         "cutQty": null,
  2510.                                         "sizeName1": "XS"
  2511.                                 }
  2512.                         ]
  2513.                 },
  2514.                 {
  2515.                         "worksheetCutItemCodId": 1939,
  2516.                         "worksheetCutItemPcsId": 43,
  2517.                         "worksheetCutItemId": 27,
  2518.                         "worksheetCutItemDatId": 2249,
  2519.                         "createBy": 1,
  2520.                         "createDate": "2024-09-06 11:43:03",
  2521.                         "updateBy": 1,
  2522.                         "updateDate": "2024-09-06 11:43:03",
  2523.                         "qrCodeValue": 1000000019391,
  2524.                         "worksheetId": 1,
  2525.                         "barcodeNum": "7",
  2526.                         "barcodeQty": 222,
  2527.                         "serialNumber": "7-4",
  2528.                         "sort": 4,
  2529.                         "pieceName": "GD",
  2530.                         "bedNum": 1,
  2531.                         "colorName1": "WT001亮白色",
  2532.                         "productCode": "W23WJ0417L-1-FIN",
  2533.                         "worksheetCode": "W230417-1-FIN",
  2534.                         "splitCode": "22",
  2535.                         "contract": "WZ23/0613-P03",
  2536.                         "size": "2XS/XL/XS",
  2537.                         "worksheetContractItemList": [
  2538.                                 {
  2539.                                         "worksheetContractItemId": null,
  2540.                                         "worksheetId": 1,
  2541.                                         "contractItemId": 85282,
  2542.                                         "contractId": 57351,
  2543.                                         "contractCode": "WZ23/0613-P03",
  2544.                                         "detailQty": 600,
  2545.                                         "createDate": "2024-05-18 15:34:24",
  2546.                                         "createBy": 1,
  2547.                                         "updateDate": "2024-05-18 15:34:24",
  2548.                                         "updateBy": 1
  2549.                                 }
  2550.                         ],
  2551.                         "worksheetCutItemSzList": [
  2552.                                 {
  2553.                                         "worksheetCutItemSzId": 137,
  2554.                                         "worksheetCutItemId": 27,
  2555.                                         "sort": 1,
  2556.                                         "productSizeId": 109070,
  2557.                                         "createDate": "2024-09-04 09:30:30",
  2558.                                         "createBy": 1,
  2559.                                         "updateDate": "2024-09-04 09:30:30",
  2560.                                         "updateBy": 1,
  2561.                                         "cutQty": null,
  2562.                                         "sizeName1": "2XS"
  2563.                                 },
  2564.                                 {
  2565.                                         "worksheetCutItemSzId": 138,
  2566.                                         "worksheetCutItemId": 27,
  2567.                                         "sort": 2,
  2568.                                         "productSizeId": 87895,
  2569.                                         "createDate": "2024-09-04 09:30:30",
  2570.                                         "createBy": 1,
  2571.                                         "updateDate": "2024-09-04 09:30:30",
  2572.                                         "updateBy": 1,
  2573.                                         "cutQty": null,
  2574.                                         "sizeName1": "XL"
  2575.                                 },
  2576.                                 {
  2577.                                         "worksheetCutItemSzId": 139,
  2578.                                         "worksheetCutItemId": 27,
  2579.                                         "sort": 3,
  2580.                                         "productSizeId": 87894,
  2581.                                         "createDate": "2024-09-04 09:30:30",
  2582.                                         "createBy": 1,
  2583.                                         "updateDate": "2024-09-04 09:30:30",
  2584.                                         "updateBy": 1,
  2585.                                         "cutQty": null,
  2586.                                         "sizeName1": "XS"
  2587.                                 }
  2588.                         ]
  2589.                 },
  2590.                 {
  2591.                         "worksheetCutItemCodId": 1930,
  2592.                         "worksheetCutItemPcsId": 44,
  2593.                         "worksheetCutItemId": 27,
  2594.                         "worksheetCutItemDatId": 2249,
  2595.                         "createBy": 1,
  2596.                         "createDate": "2024-09-06 11:43:03",
  2597.                         "updateBy": 1,
  2598.                         "updateDate": "2024-09-06 11:43:03",
  2599.                         "qrCodeValue": 1000000019308,
  2600.                         "worksheetId": 1,
  2601.                         "barcodeNum": "7",
  2602.                         "barcodeQty": 222,
  2603.                         "serialNumber": "7-5",
  2604.                         "sort": 5,
  2605.                         "pieceName": "G2",
  2606.                         "bedNum": 1,
  2607.                         "colorName1": "WT001亮白色",
  2608.                         "productCode": "W23WJ0417L-1-FIN",
  2609.                         "worksheetCode": "W230417-1-FIN",
  2610.                         "splitCode": "22",
  2611.                         "contract": "WZ23/0613-P03",
  2612.                         "size": "2XS/XL/XS",
  2613.                         "worksheetContractItemList": [
  2614.                                 {
  2615.                                         "worksheetContractItemId": null,
  2616.                                         "worksheetId": 1,
  2617.                                         "contractItemId": 85282,
  2618.                                         "contractId": 57351,
  2619.                                         "contractCode": "WZ23/0613-P03",
  2620.                                         "detailQty": 600,
  2621.                                         "createDate": "2024-05-18 15:34:24",
  2622.                                         "createBy": 1,
  2623.                                         "updateDate": "2024-05-18 15:34:24",
  2624.                                         "updateBy": 1
  2625.                                 }
  2626.                         ],
  2627.                         "worksheetCutItemSzList": [
  2628.                                 {
  2629.                                         "worksheetCutItemSzId": 137,
  2630.                                         "worksheetCutItemId": 27,
  2631.                                         "sort": 1,
  2632.                                         "productSizeId": 109070,
  2633.                                         "createDate": "2024-09-04 09:30:30",
  2634.                                         "createBy": 1,
  2635.                                         "updateDate": "2024-09-04 09:30:30",
  2636.                                         "updateBy": 1,
  2637.                                         "cutQty": null,
  2638.                                         "sizeName1": "2XS"
  2639.                                 },
  2640.                                 {
  2641.                                         "worksheetCutItemSzId": 138,
  2642.                                         "worksheetCutItemId": 27,
  2643.                                         "sort": 2,
  2644.                                         "productSizeId": 87895,
  2645.                                         "createDate": "2024-09-04 09:30:30",
  2646.                                         "createBy": 1,
  2647.                                         "updateDate": "2024-09-04 09:30:30",
  2648.                                         "updateBy": 1,
  2649.                                         "cutQty": null,
  2650.                                         "sizeName1": "XL"
  2651.                                 },
  2652.                                 {
  2653.                                         "worksheetCutItemSzId": 139,
  2654.                                         "worksheetCutItemId": 27,
  2655.                                         "sort": 3,
  2656.                                         "productSizeId": 87894,
  2657.                                         "createDate": "2024-09-04 09:30:30",
  2658.                                         "createBy": 1,
  2659.                                         "updateDate": "2024-09-04 09:30:30",
  2660.                                         "updateBy": 1,
  2661.                                         "cutQty": null,
  2662.                                         "sizeName1": "XS"
  2663.                                 }
  2664.                         ]
  2665.                 },
  2666.                 {
  2667.                         "worksheetCutItemCodId": 1969,
  2668.                         "worksheetCutItemPcsId": 40,
  2669.                         "worksheetCutItemId": 27,
  2670.                         "worksheetCutItemDatId": 2252,
  2671.                         "createBy": 1,
  2672.                         "createDate": "2024-09-06 11:43:03",
  2673.                         "updateBy": 1,
  2674.                         "updateDate": "2024-09-06 11:43:03",
  2675.                         "qrCodeValue": 1000000019698,
  2676.                         "worksheetId": 1,
  2677.                         "barcodeNum": "8",
  2678.                         "barcodeQty": 240,
  2679.                         "serialNumber": "8-1",
  2680.                         "sort": 1,
  2681.                         "pieceName": "G",
  2682.                         "bedNum": 1,
  2683.                         "colorName1": "DK003卡其色",
  2684.                         "productCode": "W23WJ0417L-1-FIN",
  2685.                         "worksheetCode": "W230417-1-FIN",
  2686.                         "splitCode": "G112",
  2687.                         "contract": "WZ23/0613-P03",
  2688.                         "size": "2XS/XL/XS",
  2689.                         "worksheetContractItemList": [
  2690.                                 {
  2691.                                         "worksheetContractItemId": null,
  2692.                                         "worksheetId": 1,
  2693.                                         "contractItemId": 85282,
  2694.                                         "contractId": 57351,
  2695.                                         "contractCode": "WZ23/0613-P03",
  2696.                                         "detailQty": 600,
  2697.                                         "createDate": "2024-05-18 15:34:24",
  2698.                                         "createBy": 1,
  2699.                                         "updateDate": "2024-05-18 15:34:24",
  2700.                                         "updateBy": 1
  2701.                                 }
  2702.                         ],
  2703.                         "worksheetCutItemSzList": [
  2704.                                 {
  2705.                                         "worksheetCutItemSzId": 137,
  2706.                                         "worksheetCutItemId": 27,
  2707.                                         "sort": 1,
  2708.                                         "productSizeId": 109070,
  2709.                                         "createDate": "2024-09-04 09:30:30",
  2710.                                         "createBy": 1,
  2711.                                         "updateDate": "2024-09-04 09:30:30",
  2712.                                         "updateBy": 1,
  2713.                                         "cutQty": null,
  2714.                                         "sizeName1": "2XS"
  2715.                                 },
  2716.                                 {
  2717.                                         "worksheetCutItemSzId": 138,
  2718.                                         "worksheetCutItemId": 27,
  2719.                                         "sort": 2,
  2720.                                         "productSizeId": 87895,
  2721.                                         "createDate": "2024-09-04 09:30:30",
  2722.                                         "createBy": 1,
  2723.                                         "updateDate": "2024-09-04 09:30:30",
  2724.                                         "updateBy": 1,
  2725.                                         "cutQty": null,
  2726.                                         "sizeName1": "XL"
  2727.                                 },
  2728.                                 {
  2729.                                         "worksheetCutItemSzId": 139,
  2730.                                         "worksheetCutItemId": 27,
  2731.                                         "sort": 3,
  2732.                                         "productSizeId": 87894,
  2733.                                         "createDate": "2024-09-04 09:30:30",
  2734.                                         "createBy": 1,
  2735.                                         "updateDate": "2024-09-04 09:30:30",
  2736.                                         "updateBy": 1,
  2737.                                         "cutQty": null,
  2738.                                         "sizeName1": "XS"
  2739.                                 }
  2740.                         ]
  2741.                 },
  2742.                 {
  2743.                         "worksheetCutItemCodId": 1960,
  2744.                         "worksheetCutItemPcsId": 41,
  2745.                         "worksheetCutItemId": 27,
  2746.                         "worksheetCutItemDatId": 2252,
  2747.                         "createBy": 1,
  2748.                         "createDate": "2024-09-06 11:43:03",
  2749.                         "updateBy": 1,
  2750.                         "updateDate": "2024-09-06 11:43:03",
  2751.                         "qrCodeValue": 1000000019605,
  2752.                         "worksheetId": 1,
  2753.                         "barcodeNum": "8",
  2754.                         "barcodeQty": 240,
  2755.                         "serialNumber": "8-2",
  2756.                         "sort": 2,
  2757.                         "pieceName": "F",
  2758.                         "bedNum": 1,
  2759.                         "colorName1": "DK003卡其色",
  2760.                         "productCode": "W23WJ0417L-1-FIN",
  2761.                         "worksheetCode": "W230417-1-FIN",
  2762.                         "splitCode": "G112",
  2763.                         "contract": "WZ23/0613-P03",
  2764.                         "size": "2XS/XL/XS",
  2765.                         "worksheetContractItemList": [
  2766.                                 {
  2767.                                         "worksheetContractItemId": null,
  2768.                                         "worksheetId": 1,
  2769.                                         "contractItemId": 85282,
  2770.                                         "contractId": 57351,
  2771.                                         "contractCode": "WZ23/0613-P03",
  2772.                                         "detailQty": 600,
  2773.                                         "createDate": "2024-05-18 15:34:24",
  2774.                                         "createBy": 1,
  2775.                                         "updateDate": "2024-05-18 15:34:24",
  2776.                                         "updateBy": 1
  2777.                                 }
  2778.                         ],
  2779.                         "worksheetCutItemSzList": [
  2780.                                 {
  2781.                                         "worksheetCutItemSzId": 137,
  2782.                                         "worksheetCutItemId": 27,
  2783.                                         "sort": 1,
  2784.                                         "productSizeId": 109070,
  2785.                                         "createDate": "2024-09-04 09:30:30",
  2786.                                         "createBy": 1,
  2787.                                         "updateDate": "2024-09-04 09:30:30",
  2788.                                         "updateBy": 1,
  2789.                                         "cutQty": null,
  2790.                                         "sizeName1": "2XS"
  2791.                                 },
  2792.                                 {
  2793.                                         "worksheetCutItemSzId": 138,
  2794.                                         "worksheetCutItemId": 27,
  2795.                                         "sort": 2,
  2796.                                         "productSizeId": 87895,
  2797.                                         "createDate": "2024-09-04 09:30:30",
  2798.                                         "createBy": 1,
  2799.                                         "updateDate": "2024-09-04 09:30:30",
  2800.                                         "updateBy": 1,
  2801.                                         "cutQty": null,
  2802.                                         "sizeName1": "XL"
  2803.                                 },
  2804.                                 {
  2805.                                         "worksheetCutItemSzId": 139,
  2806.                                         "worksheetCutItemId": 27,
  2807.                                         "sort": 3,
  2808.                                         "productSizeId": 87894,
  2809.                                         "createDate": "2024-09-04 09:30:30",
  2810.                                         "createBy": 1,
  2811.                                         "updateDate": "2024-09-04 09:30:30",
  2812.                                         "updateBy": 1,
  2813.                                         "cutQty": null,
  2814.                                         "sizeName1": "XS"
  2815.                                 }
  2816.                         ]
  2817.                 },
  2818.                 {
  2819.                         "worksheetCutItemCodId": 1951,
  2820.                         "worksheetCutItemPcsId": 42,
  2821.                         "worksheetCutItemId": 27,
  2822.                         "worksheetCutItemDatId": 2252,
  2823.                         "createBy": 1,
  2824.                         "createDate": "2024-09-06 11:43:03",
  2825.                         "updateBy": 1,
  2826.                         "updateDate": "2024-09-06 11:43:03",
  2827.                         "qrCodeValue": 1000000019513,
  2828.                         "worksheetId": 1,
  2829.                         "barcodeNum": "8",
  2830.                         "barcodeQty": 240,
  2831.                         "serialNumber": "8-3",
  2832.                         "sort": 3,
  2833.                         "pieceName": "G",
  2834.                         "bedNum": 1,
  2835.                         "colorName1": "DK003卡其色",
  2836.                         "productCode": "W23WJ0417L-1-FIN",
  2837.                         "worksheetCode": "W230417-1-FIN",
  2838.                         "splitCode": "G112",
  2839.                         "contract": "WZ23/0613-P03",
  2840.                         "size": "2XS/XL/XS",
  2841.                         "worksheetContractItemList": [
  2842.                                 {
  2843.                                         "worksheetContractItemId": null,
  2844.                                         "worksheetId": 1,
  2845.                                         "contractItemId": 85282,
  2846.                                         "contractId": 57351,
  2847.                                         "contractCode": "WZ23/0613-P03",
  2848.                                         "detailQty": 600,
  2849.                                         "createDate": "2024-05-18 15:34:24",
  2850.                                         "createBy": 1,
  2851.                                         "updateDate": "2024-05-18 15:34:24",
  2852.                                         "updateBy": 1
  2853.                                 }
  2854.                         ],
  2855.                         "worksheetCutItemSzList": [
  2856.                                 {
  2857.                                         "worksheetCutItemSzId": 137,
  2858.                                         "worksheetCutItemId": 27,
  2859.                                         "sort": 1,
  2860.                                         "productSizeId": 109070,
  2861.                                         "createDate": "2024-09-04 09:30:30",
  2862.                                         "createBy": 1,
  2863.                                         "updateDate": "2024-09-04 09:30:30",
  2864.                                         "updateBy": 1,
  2865.                                         "cutQty": null,
  2866.                                         "sizeName1": "2XS"
  2867.                                 },
  2868.                                 {
  2869.                                         "worksheetCutItemSzId": 138,
  2870.                                         "worksheetCutItemId": 27,
  2871.                                         "sort": 2,
  2872.                                         "productSizeId": 87895,
  2873.                                         "createDate": "2024-09-04 09:30:30",
  2874.                                         "createBy": 1,
  2875.                                         "updateDate": "2024-09-04 09:30:30",
  2876.                                         "updateBy": 1,
  2877.                                         "cutQty": null,
  2878.                                         "sizeName1": "XL"
  2879.                                 },
  2880.                                 {
  2881.                                         "worksheetCutItemSzId": 139,
  2882.                                         "worksheetCutItemId": 27,
  2883.                                         "sort": 3,
  2884.                                         "productSizeId": 87894,
  2885.                                         "createDate": "2024-09-04 09:30:30",
  2886.                                         "createBy": 1,
  2887.                                         "updateDate": "2024-09-04 09:30:30",
  2888.                                         "updateBy": 1,
  2889.                                         "cutQty": null,
  2890.                                         "sizeName1": "XS"
  2891.                                 }
  2892.                         ]
  2893.                 },
  2894.                 {
  2895.                         "worksheetCutItemCodId": 1942,
  2896.                         "worksheetCutItemPcsId": 43,
  2897.                         "worksheetCutItemId": 27,
  2898.                         "worksheetCutItemDatId": 2252,
  2899.                         "createBy": 1,
  2900.                         "createDate": "2024-09-06 11:43:03",
  2901.                         "updateBy": 1,
  2902.                         "updateDate": "2024-09-06 11:43:03",
  2903.                         "qrCodeValue": 1000000019421,
  2904.                         "worksheetId": 1,
  2905.                         "barcodeNum": "8",
  2906.                         "barcodeQty": 240,
  2907.                         "serialNumber": "8-4",
  2908.                         "sort": 4,
  2909.                         "pieceName": "GD",
  2910.                         "bedNum": 1,
  2911.                         "colorName1": "DK003卡其色",
  2912.                         "productCode": "W23WJ0417L-1-FIN",
  2913.                         "worksheetCode": "W230417-1-FIN",
  2914.                         "splitCode": "G112",
  2915.                         "contract": "WZ23/0613-P03",
  2916.                         "size": "2XS/XL/XS",
  2917.                         "worksheetContractItemList": [
  2918.                                 {
  2919.                                         "worksheetContractItemId": null,
  2920.                                         "worksheetId": 1,
  2921.                                         "contractItemId": 85282,
  2922.                                         "contractId": 57351,
  2923.                                         "contractCode": "WZ23/0613-P03",
  2924.                                         "detailQty": 600,
  2925.                                         "createDate": "2024-05-18 15:34:24",
  2926.                                         "createBy": 1,
  2927.                                         "updateDate": "2024-05-18 15:34:24",
  2928.                                         "updateBy": 1
  2929.                                 }
  2930.                         ],
  2931.                         "worksheetCutItemSzList": [
  2932.                                 {
  2933.                                         "worksheetCutItemSzId": 137,
  2934.                                         "worksheetCutItemId": 27,
  2935.                                         "sort": 1,
  2936.                                         "productSizeId": 109070,
  2937.                                         "createDate": "2024-09-04 09:30:30",
  2938.                                         "createBy": 1,
  2939.                                         "updateDate": "2024-09-04 09:30:30",
  2940.                                         "updateBy": 1,
  2941.                                         "cutQty": null,
  2942.                                         "sizeName1": "2XS"
  2943.                                 },
  2944.                                 {
  2945.                                         "worksheetCutItemSzId": 138,
  2946.                                         "worksheetCutItemId": 27,
  2947.                                         "sort": 2,
  2948.                                         "productSizeId": 87895,
  2949.                                         "createDate": "2024-09-04 09:30:30",
  2950.                                         "createBy": 1,
  2951.                                         "updateDate": "2024-09-04 09:30:30",
  2952.                                         "updateBy": 1,
  2953.                                         "cutQty": null,
  2954.                                         "sizeName1": "XL"
  2955.                                 },
  2956.                                 {
  2957.                                         "worksheetCutItemSzId": 139,
  2958.                                         "worksheetCutItemId": 27,
  2959.                                         "sort": 3,
  2960.                                         "productSizeId": 87894,
  2961.                                         "createDate": "2024-09-04 09:30:30",
  2962.                                         "createBy": 1,
  2963.                                         "updateDate": "2024-09-04 09:30:30",
  2964.                                         "updateBy": 1,
  2965.                                         "cutQty": null,
  2966.                                         "sizeName1": "XS"
  2967.                                 }
  2968.                         ]
  2969.                 },
  2970.                 {
  2971.                         "worksheetCutItemCodId": 1933,
  2972.                         "worksheetCutItemPcsId": 44,
  2973.                         "worksheetCutItemId": 27,
  2974.                         "worksheetCutItemDatId": 2252,
  2975.                         "createBy": 1,
  2976.                         "createDate": "2024-09-06 11:43:03",
  2977.                         "updateBy": 1,
  2978.                         "updateDate": "2024-09-06 11:43:03",
  2979.                         "qrCodeValue": 1000000019339,
  2980.                         "worksheetId": 1,
  2981.                         "barcodeNum": "8",
  2982.                         "barcodeQty": 240,
  2983.                         "serialNumber": "8-5",
  2984.                         "sort": 5,
  2985.                         "pieceName": "G2",
  2986.                         "bedNum": 1,
  2987.                         "colorName1": "DK003卡其色",
  2988.                         "productCode": "W23WJ0417L-1-FIN",
  2989.                         "worksheetCode": "W230417-1-FIN",
  2990.                         "splitCode": "G112",
  2991.                         "contract": "WZ23/0613-P03",
  2992.                         "size": "2XS/XL/XS",
  2993.                         "worksheetContractItemList": [
  2994.                                 {
  2995.                                         "worksheetContractItemId": null,
  2996.                                         "worksheetId": 1,
  2997.                                         "contractItemId": 85282,
  2998.                                         "contractId": 57351,
  2999.                                         "contractCode": "WZ23/0613-P03",
  3000.                                         "detailQty": 600,
  3001.                                         "createDate": "2024-05-18 15:34:24",
  3002.                                         "createBy": 1,
  3003.                                         "updateDate": "2024-05-18 15:34:24",
  3004.                                         "updateBy": 1
  3005.                                 }
  3006.                         ],
  3007.                         "worksheetCutItemSzList": [
  3008.                                 {
  3009.                                         "worksheetCutItemSzId": 137,
  3010.                                         "worksheetCutItemId": 27,
  3011.                                         "sort": 1,
  3012.                                         "productSizeId": 109070,
  3013.                                         "createDate": "2024-09-04 09:30:30",
  3014.                                         "createBy": 1,
  3015.                                         "updateDate": "2024-09-04 09:30:30",
  3016.                                         "updateBy": 1,
  3017.                                         "cutQty": null,
  3018.                                         "sizeName1": "2XS"
  3019.                                 },
  3020.                                 {
  3021.                                         "worksheetCutItemSzId": 138,
  3022.                                         "worksheetCutItemId": 27,
  3023.                                         "sort": 2,
  3024.                                         "productSizeId": 87895,
  3025.                                         "createDate": "2024-09-04 09:30:30",
  3026.                                         "createBy": 1,
  3027.                                         "updateDate": "2024-09-04 09:30:30",
  3028.                                         "updateBy": 1,
  3029.                                         "cutQty": null,
  3030.                                         "sizeName1": "XL"
  3031.                                 },
  3032.                                 {
  3033.                                         "worksheetCutItemSzId": 139,
  3034.                                         "worksheetCutItemId": 27,
  3035.                                         "sort": 3,
  3036.                                         "productSizeId": 87894,
  3037.                                         "createDate": "2024-09-04 09:30:30",
  3038.                                         "createBy": 1,
  3039.                                         "updateDate": "2024-09-04 09:30:30",
  3040.                                         "updateBy": 1,
  3041.                                         "cutQty": null,
  3042.                                         "sizeName1": "XS"
  3043.                                 }
  3044.                         ]
  3045.                 },
  3046.                 {
  3047.                         "worksheetCutItemCodId": 1972,
  3048.                         "worksheetCutItemPcsId": 40,
  3049.                         "worksheetCutItemId": 27,
  3050.                         "worksheetCutItemDatId": 2255,
  3051.                         "createBy": 1,
  3052.                         "createDate": "2024-09-06 11:43:03",
  3053.                         "updateBy": 1,
  3054.                         "updateDate": "2024-09-06 11:43:03",
  3055.                         "qrCodeValue": 1000000019728,
  3056.                         "worksheetId": 1,
  3057.                         "barcodeNum": "9",
  3058.                         "barcodeQty": 250,
  3059.                         "serialNumber": "9-1",
  3060.                         "sort": 1,
  3061.                         "pieceName": "G",
  3062.                         "bedNum": 1,
  3063.                         "colorName1": "DK003卡其色",
  3064.                         "productCode": "W23WJ0417L-1-FIN",
  3065.                         "worksheetCode": "W230417-1-FIN",
  3066.                         "splitCode": "G1122",
  3067.                         "contract": "WZ23/0613-P03",
  3068.                         "size": "2XS/XL/XS",
  3069.                         "worksheetContractItemList": [
  3070.                                 {
  3071.                                         "worksheetContractItemId": null,
  3072.                                         "worksheetId": 1,
  3073.                                         "contractItemId": 85282,
  3074.                                         "contractId": 57351,
  3075.                                         "contractCode": "WZ23/0613-P03",
  3076.                                         "detailQty": 600,
  3077.                                         "createDate": "2024-05-18 15:34:24",
  3078.                                         "createBy": 1,
  3079.                                         "updateDate": "2024-05-18 15:34:24",
  3080.                                         "updateBy": 1
  3081.                                 }
  3082.                         ],
  3083.                         "worksheetCutItemSzList": [
  3084.                                 {
  3085.                                         "worksheetCutItemSzId": 137,
  3086.                                         "worksheetCutItemId": 27,
  3087.                                         "sort": 1,
  3088.                                         "productSizeId": 109070,
  3089.                                         "createDate": "2024-09-04 09:30:30",
  3090.                                         "createBy": 1,
  3091.                                         "updateDate": "2024-09-04 09:30:30",
  3092.                                         "updateBy": 1,
  3093.                                         "cutQty": null,
  3094.                                         "sizeName1": "2XS"
  3095.                                 },
  3096.                                 {
  3097.                                         "worksheetCutItemSzId": 138,
  3098.                                         "worksheetCutItemId": 27,
  3099.                                         "sort": 2,
  3100.                                         "productSizeId": 87895,
  3101.                                         "createDate": "2024-09-04 09:30:30",
  3102.                                         "createBy": 1,
  3103.                                         "updateDate": "2024-09-04 09:30:30",
  3104.                                         "updateBy": 1,
  3105.                                         "cutQty": null,
  3106.                                         "sizeName1": "XL"
  3107.                                 },
  3108.                                 {
  3109.                                         "worksheetCutItemSzId": 139,
  3110.                                         "worksheetCutItemId": 27,
  3111.                                         "sort": 3,
  3112.                                         "productSizeId": 87894,
  3113.                                         "createDate": "2024-09-04 09:30:30",
  3114.                                         "createBy": 1,
  3115.                                         "updateDate": "2024-09-04 09:30:30",
  3116.                                         "updateBy": 1,
  3117.                                         "cutQty": null,
  3118.                                         "sizeName1": "XS"
  3119.                                 }
  3120.                         ]
  3121.                 },
  3122.                 {
  3123.                         "worksheetCutItemCodId": 1963,
  3124.                         "worksheetCutItemPcsId": 41,
  3125.                         "worksheetCutItemId": 27,
  3126.                         "worksheetCutItemDatId": 2255,
  3127.                         "createBy": 1,
  3128.                         "createDate": "2024-09-06 11:43:03",
  3129.                         "updateBy": 1,
  3130.                         "updateDate": "2024-09-06 11:43:03",
  3131.                         "qrCodeValue": 1000000019636,
  3132.                         "worksheetId": 1,
  3133.                         "barcodeNum": "9",
  3134.                         "barcodeQty": 250,
  3135.                         "serialNumber": "9-2",
  3136.                         "sort": 2,
  3137.                         "pieceName": "F",
  3138.                         "bedNum": 1,
  3139.                         "colorName1": "DK003卡其色",
  3140.                         "productCode": "W23WJ0417L-1-FIN",
  3141.                         "worksheetCode": "W230417-1-FIN",
  3142.                         "splitCode": "G1122",
  3143.                         "contract": "WZ23/0613-P03",
  3144.                         "size": "2XS/XL/XS",
  3145.                         "worksheetContractItemList": [
  3146.                                 {
  3147.                                         "worksheetContractItemId": null,
  3148.                                         "worksheetId": 1,
  3149.                                         "contractItemId": 85282,
  3150.                                         "contractId": 57351,
  3151.                                         "contractCode": "WZ23/0613-P03",
  3152.                                         "detailQty": 600,
  3153.                                         "createDate": "2024-05-18 15:34:24",
  3154.                                         "createBy": 1,
  3155.                                         "updateDate": "2024-05-18 15:34:24",
  3156.                                         "updateBy": 1
  3157.                                 }
  3158.                         ],
  3159.                         "worksheetCutItemSzList": [
  3160.                                 {
  3161.                                         "worksheetCutItemSzId": 137,
  3162.                                         "worksheetCutItemId": 27,
  3163.                                         "sort": 1,
  3164.                                         "productSizeId": 109070,
  3165.                                         "createDate": "2024-09-04 09:30:30",
  3166.                                         "createBy": 1,
  3167.                                         "updateDate": "2024-09-04 09:30:30",
  3168.                                         "updateBy": 1,
  3169.                                         "cutQty": null,
  3170.                                         "sizeName1": "2XS"
  3171.                                 },
  3172.                                 {
  3173.                                         "worksheetCutItemSzId": 138,
  3174.                                         "worksheetCutItemId": 27,
  3175.                                         "sort": 2,
  3176.                                         "productSizeId": 87895,
  3177.                                         "createDate": "2024-09-04 09:30:30",
  3178.                                         "createBy": 1,
  3179.                                         "updateDate": "2024-09-04 09:30:30",
  3180.                                         "updateBy": 1,
  3181.                                         "cutQty": null,
  3182.                                         "sizeName1": "XL"
  3183.                                 },
  3184.                                 {
  3185.                                         "worksheetCutItemSzId": 139,
  3186.                                         "worksheetCutItemId": 27,
  3187.                                         "sort": 3,
  3188.                                         "productSizeId": 87894,
  3189.                                         "createDate": "2024-09-04 09:30:30",
  3190.                                         "createBy": 1,
  3191.                                         "updateDate": "2024-09-04 09:30:30",
  3192.                                         "updateBy": 1,
  3193.                                         "cutQty": null,
  3194.                                         "sizeName1": "XS"
  3195.                                 }
  3196.                         ]
  3197.                 },
  3198.                 {
  3199.                         "worksheetCutItemCodId": 1954,
  3200.                         "worksheetCutItemPcsId": 42,
  3201.                         "worksheetCutItemId": 27,
  3202.                         "worksheetCutItemDatId": 2255,
  3203.                         "createBy": 1,
  3204.                         "createDate": "2024-09-06 11:43:03",
  3205.                         "updateBy": 1,
  3206.                         "updateDate": "2024-09-06 11:43:03",
  3207.                         "qrCodeValue": 1000000019544,
  3208.                         "worksheetId": 1,
  3209.                         "barcodeNum": "9",
  3210.                         "barcodeQty": 250,
  3211.                         "serialNumber": "9-3",
  3212.                         "sort": 3,
  3213.                         "pieceName": "G",
  3214.                         "bedNum": 1,
  3215.                         "colorName1": "DK003卡其色",
  3216.                         "productCode": "W23WJ0417L-1-FIN",
  3217.                         "worksheetCode": "W230417-1-FIN",
  3218.                         "splitCode": "G1122",
  3219.                         "contract": "WZ23/0613-P03",
  3220.                         "size": "2XS/XL/XS",
  3221.                         "worksheetContractItemList": [
  3222.                                 {
  3223.                                         "worksheetContractItemId": null,
  3224.                                         "worksheetId": 1,
  3225.                                         "contractItemId": 85282,
  3226.                                         "contractId": 57351,
  3227.                                         "contractCode": "WZ23/0613-P03",
  3228.                                         "detailQty": 600,
  3229.                                         "createDate": "2024-05-18 15:34:24",
  3230.                                         "createBy": 1,
  3231.                                         "updateDate": "2024-05-18 15:34:24",
  3232.                                         "updateBy": 1
  3233.                                 }
  3234.                         ],
  3235.                         "worksheetCutItemSzList": [
  3236.                                 {
  3237.                                         "worksheetCutItemSzId": 137,
  3238.                                         "worksheetCutItemId": 27,
  3239.                                         "sort": 1,
  3240.                                         "productSizeId": 109070,
  3241.                                         "createDate": "2024-09-04 09:30:30",
  3242.                                         "createBy": 1,
  3243.                                         "updateDate": "2024-09-04 09:30:30",
  3244.                                         "updateBy": 1,
  3245.                                         "cutQty": null,
  3246.                                         "sizeName1": "2XS"
  3247.                                 },
  3248.                                 {
  3249.                                         "worksheetCutItemSzId": 138,
  3250.                                         "worksheetCutItemId": 27,
  3251.                                         "sort": 2,
  3252.                                         "productSizeId": 87895,
  3253.                                         "createDate": "2024-09-04 09:30:30",
  3254.                                         "createBy": 1,
  3255.                                         "updateDate": "2024-09-04 09:30:30",
  3256.                                         "updateBy": 1,
  3257.                                         "cutQty": null,
  3258.                                         "sizeName1": "XL"
  3259.                                 },
  3260.                                 {
  3261.                                         "worksheetCutItemSzId": 139,
  3262.                                         "worksheetCutItemId": 27,
  3263.                                         "sort": 3,
  3264.                                         "productSizeId": 87894,
  3265.                                         "createDate": "2024-09-04 09:30:30",
  3266.                                         "createBy": 1,
  3267.                                         "updateDate": "2024-09-04 09:30:30",
  3268.                                         "updateBy": 1,
  3269.                                         "cutQty": null,
  3270.                                         "sizeName1": "XS"
  3271.                                 }
  3272.                         ]
  3273.                 },
  3274.                 {
  3275.                         "worksheetCutItemCodId": 1945,
  3276.                         "worksheetCutItemPcsId": 43,
  3277.                         "worksheetCutItemId": 27,
  3278.                         "worksheetCutItemDatId": 2255,
  3279.                         "createBy": 1,
  3280.                         "createDate": "2024-09-06 11:43:03",
  3281.                         "updateBy": 1,
  3282.                         "updateDate": "2024-09-06 11:43:03",
  3283.                         "qrCodeValue": 1000000019452,
  3284.                         "worksheetId": 1,
  3285.                         "barcodeNum": "9",
  3286.                         "barcodeQty": 250,
  3287.                         "serialNumber": "9-4",
  3288.                         "sort": 4,
  3289.                         "pieceName": "GD",
  3290.                         "bedNum": 1,
  3291.                         "colorName1": "DK003卡其色",
  3292.                         "productCode": "W23WJ0417L-1-FIN",
  3293.                         "worksheetCode": "W230417-1-FIN",
  3294.                         "splitCode": "G1122",
  3295.                         "contract": "WZ23/0613-P03",
  3296.                         "size": "2XS/XL/XS",
  3297.                         "worksheetContractItemList": [
  3298.                                 {
  3299.                                         "worksheetContractItemId": null,
  3300.                                         "worksheetId": 1,
  3301.                                         "contractItemId": 85282,
  3302.                                         "contractId": 57351,
  3303.                                         "contractCode": "WZ23/0613-P03",
  3304.                                         "detailQty": 600,
  3305.                                         "createDate": "2024-05-18 15:34:24",
  3306.                                         "createBy": 1,
  3307.                                         "updateDate": "2024-05-18 15:34:24",
  3308.                                         "updateBy": 1
  3309.                                 }
  3310.                         ],
  3311.                         "worksheetCutItemSzList": [
  3312.                                 {
  3313.                                         "worksheetCutItemSzId": 137,
  3314.                                         "worksheetCutItemId": 27,
  3315.                                         "sort": 1,
  3316.                                         "productSizeId": 109070,
  3317.                                         "createDate": "2024-09-04 09:30:30",
  3318.                                         "createBy": 1,
  3319.                                         "updateDate": "2024-09-04 09:30:30",
  3320.                                         "updateBy": 1,
  3321.                                         "cutQty": null,
  3322.                                         "sizeName1": "2XS"
  3323.                                 },
  3324.                                 {
  3325.                                         "worksheetCutItemSzId": 138,
  3326.                                         "worksheetCutItemId": 27,
  3327.                                         "sort": 2,
  3328.                                         "productSizeId": 87895,
  3329.                                         "createDate": "2024-09-04 09:30:30",
  3330.                                         "createBy": 1,
  3331.                                         "updateDate": "2024-09-04 09:30:30",
  3332.                                         "updateBy": 1,
  3333.                                         "cutQty": null,
  3334.                                         "sizeName1": "XL"
  3335.                                 },
  3336.                                 {
  3337.                                         "worksheetCutItemSzId": 139,
  3338.                                         "worksheetCutItemId": 27,
  3339.                                         "sort": 3,
  3340.                                         "productSizeId": 87894,
  3341.                                         "createDate": "2024-09-04 09:30:30",
  3342.                                         "createBy": 1,
  3343.                                         "updateDate": "2024-09-04 09:30:30",
  3344.                                         "updateBy": 1,
  3345.                                         "cutQty": null,
  3346.                                         "sizeName1": "XS"
  3347.                                 }
  3348.                         ]
  3349.                 },
  3350.                 {
  3351.                         "worksheetCutItemCodId": 1936,
  3352.                         "worksheetCutItemPcsId": 44,
  3353.                         "worksheetCutItemId": 27,
  3354.                         "worksheetCutItemDatId": 2255,
  3355.                         "createBy": 1,
  3356.                         "createDate": "2024-09-06 11:43:03",
  3357.                         "updateBy": 1,
  3358.                         "updateDate": "2024-09-06 11:43:03",
  3359.                         "qrCodeValue": 1000000019360,
  3360.                         "worksheetId": 1,
  3361.                         "barcodeNum": "9",
  3362.                         "barcodeQty": 250,
  3363.                         "serialNumber": "9-5",
  3364.                         "sort": 5,
  3365.                         "pieceName": "G2",
  3366.                         "bedNum": 1,
  3367.                         "colorName1": "DK003卡其色",
  3368.                         "productCode": "W23WJ0417L-1-FIN",
  3369.                         "worksheetCode": "W230417-1-FIN",
  3370.                         "splitCode": "G1122",
  3371.                         "contract": "WZ23/0613-P03",
  3372.                         "size": "2XS/XL/XS",
  3373.                         "worksheetContractItemList": [
  3374.                                 {
  3375.                                         "worksheetContractItemId": null,
  3376.                                         "worksheetId": 1,
  3377.                                         "contractItemId": 85282,
  3378.                                         "contractId": 57351,
  3379.                                         "contractCode": "WZ23/0613-P03",
  3380.                                         "detailQty": 600,
  3381.                                         "createDate": "2024-05-18 15:34:24",
  3382.                                         "createBy": 1,
  3383.                                         "updateDate": "2024-05-18 15:34:24",
  3384.                                         "updateBy": 1
  3385.                                 }
  3386.                         ],
  3387.                         "worksheetCutItemSzList": [
  3388.                                 {
  3389.                                         "worksheetCutItemSzId": 137,
  3390.                                         "worksheetCutItemId": 27,
  3391.                                         "sort": 1,
  3392.                                         "productSizeId": 109070,
  3393.                                         "createDate": "2024-09-04 09:30:30",
  3394.                                         "createBy": 1,
  3395.                                         "updateDate": "2024-09-04 09:30:30",
  3396.                                         "updateBy": 1,
  3397.                                         "cutQty": null,
  3398.                                         "sizeName1": "2XS"
  3399.                                 },
  3400.                                 {
  3401.                                         "worksheetCutItemSzId": 138,
  3402.                                         "worksheetCutItemId": 27,
  3403.                                         "sort": 2,
  3404.                                         "productSizeId": 87895,
  3405.                                         "createDate": "2024-09-04 09:30:30",
  3406.                                         "createBy": 1,
  3407.                                         "updateDate": "2024-09-04 09:30:30",
  3408.                                         "updateBy": 1,
  3409.                                         "cutQty": null,
  3410.                                         "sizeName1": "XL"
  3411.                                 },
  3412.                                 {
  3413.                                         "worksheetCutItemSzId": 139,
  3414.                                         "worksheetCutItemId": 27,
  3415.                                         "sort": 3,
  3416.                                         "productSizeId": 87894,
  3417.                                         "createDate": "2024-09-04 09:30:30",
  3418.                                         "createBy": 1,
  3419.                                         "updateDate": "2024-09-04 09:30:30",
  3420.                                         "updateBy": 1,
  3421.                                         "cutQty": null,
  3422.                                         "sizeName1": "XS"
  3423.                                 }
  3424.                         ]
  3425.                 }
  3426.         ]
  3427. }
复制代码


附件: 您需要 登录 才可以下载或查看,没有帐号?立即注册

最佳答案

查看完整内容

问题描述:如何实现运行时数据源? 问题解答:猜测您是想实现运行时数据源绑定,可以参考这个链接进行实现 https://demo.grapecity.com.cn/activereportsjs/demos/features/viewer-runtime-data-binding/vue

3 个回复

倒序浏览
最佳答案
最佳答案
Bella.YuanWyn认证
超级版主   /  发表于:2024-9-11 16:56:43
来自 2#
问题描述:如何实现运行时数据源?

问题解答:
猜测您是想实现运行时数据源绑定,可以参考这个链接进行实现
https://demo.grapecity.com.cn/ac ... me-data-binding/vue
回复 使用道具 举报
wilson_19
注册会员   /  发表于:2024-9-12 10:19:28
3#
Bella.Yuan 发表于 2024-9-12 10:10
问题描述:如何实现运行时数据源?

问题解答:猜测您是想实现运行时数据源绑定,可以参考这个链接进行实 ...


用你推荐的方法网页乱码了,不知问题出现在哪里.
当前为vue3项目,附上代码.


<template>
  <div id="viewer-host">
    <JSViewer ref="reportViewer"></JSViewer>
  </div>
</template>

<script>
  import { ref, onMounted } from 'vue';
  import { Viewer } from '@grapecity/activereports-vue';
  import '@grapecity/activereports/pdfexport';
  import '@grapecity/activereports/htmlexport';
  import '@grapecity/activereports/xlsxexport';

  export default {
    name: 'App',
    components: {
      JSViewer: Viewer,
    },
    setup() {
      const reportViewer = ref(null);

      const loadData = async () => {
        const headers = new Headers();
        const dataRequest = new Request(
          'https://demodata.grapecity.com/northwind/api/v1/Customers',
          {
            headers: headers,
          },
        );

        const response = await fetch(dataRequest);
        const data = await response.json();
        return data;
      };

      const loadReport = async () => {
        const reportResponse = await fetch(
          'activereportsjs/demos/resource/reports/CustomersTable.rdlx-json',
        );
        const report = await reportResponse.json();
        return report;
      };

      onMounted(async () => {
        const data = await loadData();
        const report = await loadReport();
        report.DataSources[0].ConnectionProperties.ConnectString =
          'jsondata=' + JSON.stringify(data);
        reportViewer.value.Viewer().open(report);
      });

      return {
        reportViewer,
      };
    },
  };
</script>

<style>
  #viewer-host {
    width: 100%;
    height: 500px;
  }
</style>


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复 使用道具 举报
Bella.YuanWyn认证
超级版主   /  发表于:2024-9-12 15:24:17
4#
wilson_19 发表于 2024-9-12 10:19
用你推荐的方法网页乱码了,不知问题出现在哪里.
当前为vue3项目,附上代码.

您好,这个看着是样式问题导致的,您参考下面这个地址修改一下样式引用在测试看看。
https://developer.mescius.com/ac ... me-data-binding/vue
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部