更新
This commit is contained in:
@@ -85,6 +85,8 @@ import paint_conveyor from '@/views/acs/device/driver/paint_conveyor'
|
||||
import haokai_auto_conveyor from '@/views/acs/device/driver/haokai_auto_conveyor'
|
||||
import cargo_lift_conveyor from '@/views/acs/device/driver/cargo_lift_conveyor'
|
||||
import empty_vehicle_stacking_position from '@/views/acs/device/driver/empty_vehicle_stacking_position'
|
||||
import agv_ndc_one from '@/views/acs/device/driver/agv/agv_ndc_one'
|
||||
import agv_ndc_two from '@/views/acs/device/driver/agv/agv_ndc_two'
|
||||
|
||||
export default {
|
||||
name: 'DeviceConfig',
|
||||
@@ -100,7 +102,9 @@ export default {
|
||||
paint_conveyor,
|
||||
haokai_auto_conveyor,
|
||||
cargo_lift_conveyor,
|
||||
empty_vehicle_stacking_position
|
||||
empty_vehicle_stacking_position,
|
||||
agv_ndc_two,
|
||||
agv_ndc_one
|
||||
},
|
||||
dicts: ['device_type'],
|
||||
mixins: [crud],
|
||||
|
||||
@@ -133,7 +133,7 @@ export default {
|
||||
name: 'MonitorDevice',
|
||||
data() {
|
||||
return {
|
||||
stageParam: 'YY', // 舞台参数
|
||||
stageParam: 'stage_code', // 舞台参数
|
||||
dialogDeviceMsgVisible: false, // 显示设备信息的dialog
|
||||
device_code: null,
|
||||
tops: '20vh', // 初始top
|
||||
@@ -268,7 +268,7 @@ export default {
|
||||
if (!item.data) {
|
||||
return
|
||||
}
|
||||
if (!clickObj.data.is_click) {
|
||||
if (!clickObj.data.is_click) {
|
||||
return
|
||||
}
|
||||
if (clickObj.data.device_type === 'scanner') { // 扫码器
|
||||
|
||||
Reference in New Issue
Block a user