Junjie
8 小时以前 41ace7c0738ba39750b2809d5077dd0d7640ced8
src/main/webapp/components/DevpCard.js
@@ -288,6 +288,7 @@
        { label: "满板信号", value: MonitorCardKit.yesNo(item.fullPlt) },
        { label: "运行阻塞", value: MonitorCardKit.yesNo(item.runBlock) },
        { label: "启动入库", value: MonitorCardKit.yesNo(item.enableIn) },
        { label: "入库条码站异常", value: MonitorCardKit.yesNo(item.inBarcodeError) },
        { label: "托盘高度", value: this.orDash(item.palletHeight) },
        { label: "条码", value: this.orDash(item.barcode), code: true, type: "barcode" },
        { label: "重量", value: this.orDash(item.weight) },