Junjie
2026-04-15 e81cf49f6deaad2de7922d0e44242d2990fd0cfa
#前端显示有物优化
2个文件已修改
6 ■■■■ 已修改文件
src/main/webapp/components/WatchCrnCard.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/components/WatchDualCrnCard.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/components/WatchCrnCard.js
@@ -216,7 +216,7 @@
        { 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.bay) },
        { label: "层", value: this.orDash(item.lev) },
src/main/webapp/components/WatchDualCrnCard.js
@@ -228,8 +228,8 @@
        { label: "设备工位2任务号", value: this.orDash(item.deviceTaskNoTwo) },
        { label: "工位1状态", value: this.orDash(item.status) },
        { label: "工位2状态", value: this.orDash(item.statusTwo) },
        { label: "工位1是否有物", value: MonitorCardKit.yesNo(item.loading) },
        { label: "工位2是否有物", value: MonitorCardKit.yesNo(item.loadingTwo) },
        { label: "工位1是否有物", value: this.orDash(item.loading) },
        { label: "工位2是否有物", value: this.orDash(item.loadingTwo) },
        { label: "工位1货叉定位", value: this.orDash(item.forkOffset) },
        { label: "工位2货叉定位", value: this.orDash(item.forkOffsetTwo) },
        { label: "工位1任务接收", value: this.orDash(item.taskReceive) },