xiazhengtongxue
2026-01-25 a7bd6e538027d876b3122f21c3b1d34663fb2f07
ÏîÄ¿´úÂë/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,14 +63,27 @@
          readonly: true,
          require: true,
          align: "left",
        },
        },{
        field: "warehouseId",
        title: "仓库编号",
        type: "int",
        width: 80,
        align: "left",
        bind: { key: "warehouseEnum", data: [] },
      },
        {
          field: "palletCode",
          title: "托盘编号",
          type: "string",
          width: 90,
          align: "left",
        },
        },{
        field: "roadway",
        title: "巷道号",
        type: "string",
        width: 70,
        align: "left",
      },
        {
          field: "locationCode",
          title: "货位编号",
@@ -77,21 +91,30 @@
          width: 150,
          align: "left",
        },
        // {
        //   field: "isFull",
        //   title: "是否满盘",
        //   type: "string",
        //   width: 150,
        //   align: "left",
        //   bind: { key: "yesno", data: [] },
        // },
        {
          field: "palletType",
          title: "托盘类型",
          type: "string",
          width: 150,
          align: "left",
          sort:true,
          bind: { key: "palltype", data: [] },
        },{
          field: "stockStatus",
          title: "库存状态",
          type: "string",
          width: 150,
          align: "left",
          sort:true,
          bind: { key: "stockStatusEmun", data: [] },
        },
         {
          field: "warehouseId",
          title: "仓库",
          type: "select",
          width: 100,
          align: "left",
          bind: { key: "warehouses", data: [] },
          bind: { key: "warehousetype", data: [] },
        },
        {
          field: "creater",