647556386
2026-01-27 1378fc4cd7abc24ed3a982e09437c2c8a74e9f2f
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue
@@ -67,7 +67,15 @@
        { title: "物料编号", field: "materielCode", type: 'like' },
        { title: "物料名称", field: "materielName", type: 'like' },
        { title: "单据编号", field: "orderNo", type: 'like' },
      ], [
        { title: "托盘号", field: "palletCode", type: 'like' },
        { title: "批次", field: "batchNo", type: 'like' },
        { title: "条码", field: "barcode", type: 'like' },
      ],
      [
        { title: "库存状态", field: "status", type: 'select', dataKey: "stockStatusEmun", data: [] },
        { title: "仓库", field: "warehouseCode", type: 'select', dataKey: "warehouse", data: [] },
      ],
    ]);
    const columns = ref([
@@ -92,7 +100,7 @@
        field: "palletCode",
        title: "托盘编号",
        type: "string",
        width: 150,
        width: 120,
        align: "left",
      },
      {
@@ -150,8 +158,9 @@
        field: "warehouseCode",
        title: "仓库号",
        type: "string",
        width: 120,
        width: 160,
        align: "left",
        bind: { key: "wareHouse", data: [] },
      },
      {
        field: "barcode",
@@ -164,15 +173,16 @@
        field: "stockQuantity",
        title: "库存数量",
        type: "string",
        width: 200,
        width: 110,
        align: "left",
      },
      {
        field: "outboundQuantity",
        title: "出库数量",
        type: "string",
        width: 120,
        width: 110,
        align: "left",
        hidden: true,
      },
      {
        field: "status",
@@ -183,6 +193,13 @@
        bind: { key: "stockStatusEmun", data: [] },
      },
      {
        field: "validDate",
        title: "有效期",
        type: "datetime",
        width: 160,
        align: "left",
      },
      {
        field: "creater",
        title: "创建人",
        type: "string",