liulijun
2026-03-31 35b1af99c388b5f03b8bf8de53852e5b5e9e60c4
ÏîÄ¿´úÂë/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: [],},
@@ -50,6 +50,7 @@
        [
          { title: "所属仓库", field: "warehouseId",type: "select",dataKey: "warehouses",data: []},
          { title: "库存属性", field: "proStockAttribute" ,type: "selectList",dataKey: "proStockAttributeEnum",data: [],},
          { title: "创建时间", field: "createDate",type: "datetime",},
        ],
      ]);
      const columns = ref([
@@ -65,7 +66,7 @@
        },
        {
          field: "palletCode",
          title: "托盘号",
          title: "托盘编号",
          type: "string",
          width: 150,
          link: true,