lsh
2026-04-21 720e0926fa1c94b952c26e111206c5d6e1ed5ba2
src/main/webapp/components/WatchCrnCard.js
@@ -216,8 +216,9 @@
        { label: "状态", value: this.orDash(item.status) },
        { label: "源库位", value: this.orDash(item.sourceLocNo) },
        { label: "目标库位", value: this.orDash(item.locNo) },
        { label: "是否有物", value: MonitorCardKit.yesNo(item.loading) },
        { label: "是否有物", value: this.orDash(item.loading) },
        { label: "任务接收", value: this.orDash(item.taskReceive) },
        { label: "镭射值", value: this.orDash(item.laserValue) },
        { label: "列", value: this.orDash(item.bay) },
        { label: "层", value: this.orDash(item.lev) },
        { label: "货叉定位", value: this.orDash(item.forkOffset) },