wangxinhui
2025-04-29 95e39ae7aecd6e1016c71cf5ae70a680d8f569bb
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/stock/ProStockView.vue
@@ -42,7 +42,7 @@
      });
      const searchFormOptions = ref([
        [
          { title: "托盘编号", field: "palletCode",type: "like" },
          { title: "胶框号", field: "palletCode",type: "like" },
          // { title: "货位编号", field: "locationCode",type: "like" },
          { title: "货位状态", field: "locationStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],},
          { title: "库存状态", field: "stockStatus",type: "selectList",dataKey: "stockStatusEmun",data: [],},
@@ -50,11 +50,7 @@
        [
          { title: "产品编码", field: "productCode",type: "like"},
          { title: "产品版本", field: "productVersion",type: "like"},
          { title: "产品周期", field: "dateCode",type: "like"},
        ],
        [
        { title: "产品批号", field: "lotNumber",type: "like"},
        { title: "所属仓库", field: "warehouseId",type: "selectList",dataKey: "warehouses",data: [],},
          { title: "所属仓库", field: "warehouseId",type: "selectList",dataKey: "warehouses",data: [],},
        ]
      ]);
      const columns = ref([
@@ -70,7 +66,7 @@
        },
        {
          field: "palletCode",
          title: "托盘编号",
          title: "胶框号",
          type: "string",
          width: 150,
          link: true,
@@ -94,7 +90,7 @@
          field: "warehouseId",
          title: "所属仓库",
          type: "string",
          width: 80,
          width: 120,
          align: "left",
          bind: { key: "warehouses", data: [] },
        },
@@ -143,6 +139,13 @@
          align: "left",
        },
        {
          field: "sumStocks",
          title: "库存数量",
          type: "string",
          width: 140,
          align: "left",
        },
        {
          field: "erpOrder",
          title: "ERP工单",
          type: "string",