Admin
2026-01-22 bde09c027eee16a7b05b82e71dea4d3405d6d52d
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -48,8 +48,9 @@
      });
      const searchFormOptions = ref([
        [
          { title: "托盘编号", field: "palletCode" },
          { title: "货位编号", field: "locationCode" },
          { title: "托盘编号", field: "palletCode" ,type:'string'},
          { title: "货位编号", field: "locationCode",type:'string' },
          { title: "巷道编号", field: "roadway",type:'string' },
        ],
      ]);
      const columns = ref([
@@ -62,6 +63,13 @@
          readonly: true,
          require: true,
          align: "left",
        },{
        field: "warehouseId",
        title: "仓库编号",
        type: "int",
        width: 80,
        align: "left",
        bind: { key: "warehouseEnum", data: [] },
        },
        {
          field: "palletCode",
@@ -70,6 +78,13 @@
          width: 90,
          align: "left",
        },{
        field: "roadway",
        title: "巷道号",
        type: "string",
        width: 70,
        align: "left",
      },
        {
          field: "locationCode",
          title: "货位编号",
          type: "string",