xiazhengtongxue
2026-03-31 2ec78835e454cecb95e48a2be2cb0b8393674ec5
Code/WMS/WIDESEA_WMSClient/src/views/stock/stock.vue
@@ -46,7 +46,7 @@
        { field: "locationCode", title: "货位编号", type: "string" },
      ],
      [
        { field: "warehouseId", title: "仓库", type: "select", dataKey: "warehouses", data: [] },
        { field: "warehouseId", title: "仓库", type: "select", dataKey: "warehouseEnum", data: [] },
        { field: "stockStatus", title: "库存状态", type: "select", dataKey: "stockStatusEmun", data: [] },
        { field: "outboundDate", title: "出库日期", type: "datetime" },
      ],
@@ -79,7 +79,7 @@
      { field: "palletType", title: "托盘类型", type: "int", width: 110, align: "left" },
      { field: "locationId", title: "货位ID", type: "int", width: 110, align: "left", hidden: true },
      { field: "locationCode", title: "货位编号", type: "string", width: 130, align: "left" },
      { field: "warehouseId", title: "仓库", type: "select", width: 110, align: "left", bind: { key: "warehouses", data: [] } },
      { field: "warehouseId", title: "仓库", type: "select", width: 110, align: "left", bind: { key: "warehouseEnum", data: [] } },
      { field: "stockStatus", title: "库存状态", type: "int", width: 120, align: "left", bind: { key: "stockStatusEmun", data: [] } },
      { field: "outboundDate", title: "出库日期", type: "datetime", width: 160, align: "left" },
      { field: "creater", title: "创建人", type: "string", width: 100, align: "left" },