fix 手持功能和混碾业务优化,任务区分优先级

This commit is contained in:
周俊杰
2024-06-25 15:06:49 +08:00
parent 30bc589867
commit d498644828
28 changed files with 312 additions and 60 deletions

View File

@@ -104,6 +104,7 @@ import conveyor_press_station from '@/views/acs/device/driver/lnsh/conveyor_pres
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'
import package_site from './driver/lnsh/package_site.vue'
import lnsh_jcy from '@/views/acs/device/driver/lnsh/lnsh_jcy'
export default {
name: 'DeviceConfig',
@@ -112,7 +113,7 @@ export default {
standard_conveyor_control, standard_conveyor_monitor, lnsh_mixing_mill, lnsh_press, lnsh_palletizing_manipulator, lnsh_fold_disc_site, lnsh_kiln_lane, lnsh_kiln_truss,
lnsh_package_line, lnsh_out_kiln_truss, lnsh_package_pallet_manipulator, lnsh_pallet_storage, lnsh_labeling_machine, lnsh_split_manipulator, lnsh_rgv,
lnsh_station, lnsh_Laminating_machine, lnsh_package_site, lnsh_crusher, lnsh_palletizing_manipulator_site,conveyor_ssx_barcode, conveyor_press_station,
agv_ndc_one, agv_ndc_two,package_site},
agv_ndc_one, agv_ndc_two,package_site,lnsh_jcy},
dicts: ['device_type'],
mixins: [crud],
data() {