xiazhengtongxue
2026-01-24 a647de5665411f706beddc5e0ff7b3a3daaca4fc
ÏîÄ¿´úÂë/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,7 +63,14 @@
          readonly: true,
          require: true,
          align: "left",
        },
        },{
        field: "warehouseId",
        title: "仓库编号",
        type: "int",
        width: 80,
        align: "left",
        bind: { key: "warehouseEnum", data: [] },
      },
        {
          field: "palletCode",
          title: "托盘编号",
@@ -70,6 +78,13 @@
          width: 90,
          align: "left",
        },{
        field: "roadway",
        title: "巷道号",
        type: "string",
        width: 70,
        align: "left",
      },
        {
          field: "locationCode",
          title: "货位编号",
          type: "string",