wangxinhui
2025-10-17 ce40df5daffae0d17b4e9fa7cb6d677afaa4d66f
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/stock/ProStockView.vue
@@ -41,7 +41,7 @@
      });
      const searchFormOptions = ref([
        [
          { title: "胶框号", field: "palletCode",type: "like" },
          { title: "托盘编号", field: "palletCode",type: "like" },
          // { title: "货位编号", field: "locationCode",type: "like" },
          { title: "物料编号", field: "productCode",type: "like" },
          { title: "货位状态", field: "locationStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],},
@@ -65,7 +65,7 @@
        },
        {
          field: "palletCode",
          title: "托盘号",
          title: "托盘编号",
          type: "string",
          width: 150,
          link: true,