+
+ 设备编号:
+ {{ selectedEquipmentCode }}
+
+
+ 轴号:
+ {{ selectedAxle.axle_number }}
+
+
+ 运行状态:
+
+ {{ selectedAxle.update_time ? '运行中' : '不在运行' }}
+
+
+
+ 规格:
+ {{ selectedAxle.specification || '无' }}
+
+
+ 型号:
+ {{ selectedAxle.model || '无' }}
+
+
+ 线盘:
+ {{ selectedAxle.raw_wire_disc || '无' }}
+
+
+ 完成度:
+ {{ (selectedAxle.degree_of_completion * 100).toFixed(1) }}%
+
+
+
库存信息
+
+ 总箱数:
+ {{ selectedAxle.total_number }}
+
+
+ 总净重:
+ {{ selectedAxle.total_net_weight }}kg
+
+
+ 总毛重:
+ {{ selectedAxle.total_gross_weight }}kg
+
+
+
+ 最后更新:
+ {{ selectedAxle.update_time }}
+
+
+