1
xiazhengtongxue
2026-02-07 4f2fb79143f0545e96f114c92e1da733b2d9716a
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -45,11 +45,13 @@
      const searchFormFields = ref({
        palletCode: "",
        locationCode: "",
        roadway:""
      });
      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 +64,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 +79,13 @@
          width: 90,
          align: "left",
        },{
        field: "roadway",
        title: "巷道号",
        type: "string",
        width: 70,
        align: "left",
      },
        {
          field: "locationCode",
          title: "货位编号",
          type: "string",