1
huanghongfeng
2024-11-26 87d873ad509b4c927ac19aebaa3622fe9374626b
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -50,7 +50,7 @@
        },
        ],
        [
        { title: "重量(数量)", field: "materialweight" },
        { title: "重量", field: "materialweight" },
        ],
      ]);
      const searchFormFields = ref({
@@ -60,13 +60,15 @@
      });
      const searchFormOptions = ref([
        [
          { title: "托盘编号", field: "palletCode",displayType: "Contains"
},
          { title: "托盘编号",
            field: "palletCode",
            type: "like",
        },
          {
          title: "库存状态",
          title: "物料类型",
          field: "materialType",
          type: "selectList",
          dataKey: "inventoryMaterialType",
          type: "select",
          dataKey: "InventoryMaterialType",
          data: [],
        },
          { title: "货位编号", field: "locationCode" },
@@ -96,6 +98,7 @@
          type: "string",
          width: 90,
          align: "left",
          DisplayType:"link"
        },
        {
          field: "materialType",
@@ -103,7 +106,7 @@
          type: "string",
          width: 150,
          align: "left",
          bind: { key: "inventoryMaterialType", data: [] },
          bind: { key: "InventoryMaterialType", data: [] },
        },
        {
          field: "locationCode",