wangxinhui
2025-10-17 ce40df5daffae0d17b4e9fa7cb6d677afaa4d66f
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/stock/ProStockView.vue
@@ -41,11 +41,15 @@
      });
      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: [],},
          { title: "库存状态", field: "stockStatus",type: "selectList",dataKey: "stockStatusEmun",data: [],},
        ],
        [
          { title: "所属仓库", field: "warehouseId",type: "select",dataKey: "warehouses",data: []},
          { title: "库存属性", field: "proStockAttribute" ,type: "selectList",dataKey: "proStockAttributeEnum",data: [],},
        ],
      ]);
      const columns = ref([
@@ -61,7 +65,7 @@
        },
        {
          field: "palletCode",
          title: "托盘号",
          title: "托盘编号",
          type: "string",
          width: 150,
          link: true,
@@ -113,10 +117,24 @@
          align: "left",
        },
        {
          field: "productName",
          title: "物料名称",
          type: "string",
          width: 200,
          align: "left",
        },
        {
          field: "lotNumber",
          title: "物料批号",
          type: "string",
          width: 110,
          align: "left",
        },
        {
          field: "productSpec",
          title: "物料规格",
          type: "string",
          width: 200,
          align: "left",
        },
        {
@@ -125,6 +143,14 @@
          type: "string",
          width: 100,
          align: "left",
        },
        {
          field: "productUnit",
          title: "物料单位",
          type: "string",
          width: 100,
          align: "left",
          bind: { key: "materielUnitEnum", data: [] },
        },
        {
          field: "row",
@@ -235,6 +261,27 @@
            align: "left",
          },
          {
            field: "productName",
            title: "物料名称",
            type: "string",
            width: 150,
            align: "left",
          },
          {
            field: "lotNumber",
            title: "物料批号",
            type: "string",
            width: 90,
            align: "left",
          },
          {
            field: "productSpec",
            title: "物料规格",
            type: "string",
            width: 90,
            align: "left",
          },
          {
            field: "stockQty",
            title: "库存数",
            type: "string",
@@ -242,8 +289,8 @@
            align: "left",
          },
          {
            field: "lotNumber",
            title: "物料批号",
            field: "productUnit",
            title: "单位",
            type: "string",
            width: 90,
            align: "left",