Admin
2026-01-20 aff4845905dd17fb2eca2780f46ab6294b3f9dc1
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -69,29 +69,37 @@
          type: "string",
          width: 90,
          align: "left",
        },
        {
        },{
          field: "locationCode",
          title: "货位编号",
          type: "string",
          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",