yyb
2026-05-11 3682ad63b5bdb47228325dea1efe2bb9069254a5
src/pages/inventoryManagement/scanOut/scanOut.fields.ts
@@ -28,6 +28,7 @@
  { label: "重箱", key: "heavyBox" },
  { label: "产品状态", key: "approveStatus" },
  { label: "入库状态", key: "productStockStatus" },
  { label: "发货状态", key: "ledgerShippingStatus" },
  { label: "快递公司", key: "expressCompany" },
  { label: "快递单号", key: "expressNumber" },
  { label: "发货车牌", key: "shippingCarNumber" },
@@ -59,6 +60,7 @@
  { label: "数量", key: "quantity" },
  { label: "产品状态", key: "approveStatus" },
  { label: "入库状态", key: "productStockStatus" },
  { label: "发货状态", key: "ledgerShippingStatus" },
] as const;
export const summaryFieldRowsPurchase = [