Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -28,6 +28,7 @@ const TEXT = { pageName: "库存信息", palletCode: "托盘编号", stockStatus: "库存状态", locationCode: "货位编号", warehouse: "仓库", creator: "创建人", @@ -106,6 +107,14 @@ align: "left", }, { field: "stockStatus", title: TEXT.stockStatus, type: "int", width: 120, align: "left", bind: { key: "stockStatusEmun", data: [] }, }, { field: "locationCode", title: TEXT.locationCode, type: "string",