dengjunjie
2025-05-26 d845312bb27972771b566054a906cc25af83e209
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/stock/ProStockView.vue
@@ -38,23 +38,22 @@
        palletCode: "",
        // locationCode: "",
        materielCode:"",
        batchNo:""
        batchNo:"",
        specifyVer:""
      });
      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: [],},
        ],
        [
          { 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: "productVersion",type: "like"},
          { title: "指派版本", field: "specifyVer",type: "like"},
          { title: "所属仓库", field: "warehouseId",type: "selectList",dataKey: "warehouses",data: [],},
        ]
      ]);
      const columns = ref([
@@ -70,7 +69,7 @@
        },
        {
          field: "palletCode",
          title: "托盘编号",
          title: "胶框号",
          type: "string",
          width: 150,
          link: true,
@@ -94,7 +93,7 @@
          field: "warehouseId",
          title: "所属仓库",
          type: "string",
          width: 80,
          width: 120,
          align: "left",
          bind: { key: "warehouses", data: [] },
        },
@@ -129,10 +128,17 @@
          align: "left"
        },
        {
          field: "specifyVer",
          title: "指派版本",
          type: "string",
          width: 100,
          align: "left"
        },
        {
          field: "dateCode",
          title: "产品周期",
          type: "string",
          width: 140,
          width: 100,
          align: "left",
        },
        {
@@ -143,6 +149,13 @@
          align: "left",
        },
        {
          field: "sumStocks",
          title: "库存数量",
          type: "string",
          width: 140,
          align: "left",
        },
        {
          field: "erpOrder",
          title: "ERP工单",
          type: "string",