@jnrs/lingshu-smart 2.2.8 → 2.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/App.vue.d.ts +1 -2
- package/dist/assets/data/editor_default_setting.d.ts +1 -8
- package/dist/assets/data/editor_preset_menu.d.ts +1 -8
- package/dist/components/editor/ControlBar/CaseManger.vue.d.ts +15 -3
- package/dist/components/editor/ControlBar/CaseTitleEdit.vue.d.ts +411 -2
- package/dist/components/editor/ControlBar/ExportImportDialog.vue.d.ts +2 -3
- package/dist/components/editor/ControlBar/MainButton.vue.d.ts +2 -3
- package/dist/components/editor/ControlBar/StepButton.vue.d.ts +1 -2
- package/dist/components/editor/ControlBar/StepRecordVisualizer.vue.d.ts +1 -2
- package/dist/components/editor/DrawingBoard.vue.d.ts +1 -2
- package/dist/components/editor/MenuCard/Equipments.vue.d.ts +1 -2
- package/dist/components/editor/MenuCard/Layers.vue.d.ts +1 -2
- package/dist/components/editor/MenuCard/index.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/Base.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/DataSets.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/Interaction.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/Position.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/StationSlotGroup.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/index.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/models/MachineTool.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/models/Rail.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/models/SingleJointRobot.vue.d.ts +2 -0
- package/dist/components/editor/OptionCard/Scene/Background.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Scene/index.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/index.vue.d.ts +1 -2
- package/dist/components/editor/index.vue.d.ts +13 -4
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +27281 -4
- package/dist/components/preview/index.vue.d.ts +5 -6
- package/dist/composables/useStepRecord.d.ts +4 -12
- package/dist/constants/options.d.ts +1 -8
- package/dist/controller/AppController.d.ts +3 -10
- package/dist/controller/EditorController.d.ts +2 -9
- package/dist/index.js +1 -1
- package/dist/json/cases.json +577 -20
- package/dist/locales/i18next.d.ts +1 -1
- package/dist/locales/index.d.ts +2 -2
- package/dist/locales/index.js +13 -3
- package/dist/main.d.ts +0 -3
- package/dist/playground/EditPageDemo.vue.d.ts +1 -2
- package/dist/playground/ViewPageDemo.vue.d.ts +27 -2
- package/dist/stores/useAppStore.d.ts +5 -12
- package/dist/stores/useDataStore.d.ts +11 -18
- package/dist/stores/useEditorStore.d.ts +20 -27
- package/dist/types/app.types.d.ts +1 -1
- package/dist/types/base.types.d.ts +1 -1
- package/dist/types/components/config.types.d.ts +1 -1
- package/dist/types/components/operating.types.d.ts +1 -1
- package/dist/types/enums.d.ts +1 -1
- package/dist/types/guards.d.ts +5 -12
- package/dist/types/index.d.ts +2 -2
- package/dist/types/models/config.types.d.ts +49 -47
- package/dist/types/models/operating.types.d.ts +53 -53
- package/dist/ui/abstract/ComponentAbs.d.ts +2 -9
- package/dist/ui/abstract/ModelAbs.d.ts +2 -10
- package/dist/ui/components/Entrance.d.ts +1 -8
- package/dist/ui/components/Light.d.ts +1 -8
- package/dist/ui/components/Progress.d.ts +1 -8
- package/dist/ui/components/Resource.d.ts +1 -8
- package/dist/ui/components/StationSlot.d.ts +1 -23
- package/dist/ui/components/StationSlotGroup.d.ts +1 -8
- package/dist/ui/factories/createGlass.d.ts +0 -6
- package/dist/ui/factories/createModel.d.ts +2 -9
- package/dist/ui/factories/createShadow.d.ts +1 -9
- package/dist/ui/factories/createText.d.ts +0 -7
- package/dist/ui/models/CleaningMachine.d.ts +1 -1
- package/dist/ui/models/DoubleJointRobot.d.ts +19 -20
- package/dist/ui/models/LoadingStation.d.ts +1 -1
- package/dist/ui/models/MachineTool.d.ts +1 -1
- package/dist/ui/models/MarkingMachine.d.ts +1 -1
- package/dist/ui/models/Rail.d.ts +1 -1
- package/dist/ui/models/ResourceStore.d.ts +1 -1
- package/dist/ui/models/SingleJointRobot.d.ts +3 -3
- package/dist/ui/shapes/NamePlate.d.ts +0 -7
- package/dist/ui/shapes/ScrewHole.d.ts +0 -7
- package/dist/ui/shapes/Texture.d.ts +1 -8
- package/dist/ui/utils/attr.d.ts +2 -9
- package/dist/utils/type-guards.d.ts +1 -1
- package/package.json +3 -3
- package/dist/App.vue.js +0 -30
- package/dist/assets/data/editor_default.d.ts +0 -16
- package/dist/assets/data/editor_default.js +0 -59
- package/dist/assets/data/editor_default_setting.js +0 -58
- package/dist/assets/data/editor_preset.d.ts +0 -9
- package/dist/assets/data/editor_preset.js +0 -51
- package/dist/assets/data/editor_preset_menu.js +0 -290
- package/dist/components/editor/ControlBar/CaseManger.vue.js +0 -465
- package/dist/components/editor/ControlBar/CaseTitleEdit.vue.js +0 -108
- package/dist/components/editor/ControlBar/ExportImportDialog.vue.js +0 -280
- package/dist/components/editor/ControlBar/MainButton.vue.js +0 -183
- package/dist/components/editor/ControlBar/StepButton.vue.js +0 -147
- package/dist/components/editor/ControlBar/StepRecordVisualizer.vue.js +0 -98
- package/dist/components/editor/DrawingBoard.vue.js +0 -31
- package/dist/components/editor/MenuCard/Equipments.vue.js +0 -129
- package/dist/components/editor/MenuCard/Layers.vue.js +0 -201
- package/dist/components/editor/MenuCard/index.vue.js +0 -84
- package/dist/components/editor/OptionCard/Equipment/Base.vue.js +0 -96
- package/dist/components/editor/OptionCard/Equipment/Binds.vue.d.ts +0 -3
- package/dist/components/editor/OptionCard/Equipment/Binds.vue.js +0 -443
- package/dist/components/editor/OptionCard/Equipment/Bot.vue.d.ts +0 -3
- package/dist/components/editor/OptionCard/Equipment/Bot.vue.js +0 -81
- package/dist/components/editor/OptionCard/Equipment/DataSets.vue.js +0 -304
- package/dist/components/editor/OptionCard/Equipment/DockStore.vue.d.ts +0 -3
- package/dist/components/editor/OptionCard/Equipment/DockStore.vue.js +0 -597
- package/dist/components/editor/OptionCard/Equipment/Interaction.vue.js +0 -287
- package/dist/components/editor/OptionCard/Equipment/Position.backup.vue.d.ts +0 -3
- package/dist/components/editor/OptionCard/Equipment/Position.backup.vue.js +0 -440
- package/dist/components/editor/OptionCard/Equipment/Position.vue.js +0 -436
- package/dist/components/editor/OptionCard/Equipment/StationSlotGroup.vue.js +0 -1131
- package/dist/components/editor/OptionCard/Equipment/Store.vue.d.ts +0 -3
- package/dist/components/editor/OptionCard/Equipment/Store.vue.js +0 -453
- package/dist/components/editor/OptionCard/Equipment/Trailer.vue.d.ts +0 -3
- package/dist/components/editor/OptionCard/Equipment/Trailer.vue.js +0 -1109
- package/dist/components/editor/OptionCard/Equipment/index.vue.js +0 -100
- package/dist/components/editor/OptionCard/Equipment/models/MachineTool.vue.js +0 -99
- package/dist/components/editor/OptionCard/Equipment/models/Rail.vue.js +0 -225
- package/dist/components/editor/OptionCard/Equipment/models/SingleGripperRobot.vue.d.ts +0 -3
- package/dist/components/editor/OptionCard/Equipment/models/SingleGripperRobot.vue.js +0 -99
- package/dist/components/editor/OptionCard/Scene/Background.vue.js +0 -543
- package/dist/components/editor/OptionCard/Scene/index.vue.js +0 -200
- package/dist/components/editor/OptionCard/index.vue.js +0 -73
- package/dist/components/editor/index.vue.js +0 -156
- package/dist/components/preview/index.vue.js +0 -104
- package/dist/composables/useStepRecord.js +0 -135
- package/dist/constants/options.js +0 -55
- package/dist/controller/AppController.js +0 -168
- package/dist/controller/EditorController.js +0 -173
- package/dist/locales/en.js +0 -5
- package/dist/locales/i18next.js +0 -6
- package/dist/locales/zhCn.js +0 -5
- package/dist/main.js +0 -13
- package/dist/playground/EditPageDemo.vue.js +0 -57
- package/dist/playground/ViewPageDemo.vue.js +0 -277
- package/dist/stores/index.js +0 -3
- package/dist/stores/useAppStore.js +0 -78
- package/dist/stores/useDataStore.js +0 -116
- package/dist/stores/useEditorStore.js +0 -263
- package/dist/types/app.types.js +0 -2
- package/dist/types/base.types.js +0 -1
- package/dist/types/components/config.types.js +0 -1
- package/dist/types/components/operating.types.js +0 -1
- package/dist/types/enums.js +0 -46
- package/dist/types/guards.js +0 -28
- package/dist/types/index.js +0 -8
- package/dist/types/models/config.types.js +0 -1
- package/dist/types/models/operating.types.js +0 -1
- package/dist/ui/abstract/ComponentAbs.js +0 -64
- package/dist/ui/abstract/ModelAbs.js +0 -119
- package/dist/ui/components/Entrance.js +0 -83
- package/dist/ui/components/Light.js +0 -167
- package/dist/ui/components/Progress.js +0 -84
- package/dist/ui/components/Resource.js +0 -70
- package/dist/ui/components/StationSlot.js +0 -207
- package/dist/ui/components/StationSlotGroup.js +0 -110
- package/dist/ui/factories/createGlass.js +0 -51
- package/dist/ui/factories/createModel.js +0 -35
- package/dist/ui/factories/createShadow.js +0 -52
- package/dist/ui/factories/createText.js +0 -46
- package/dist/ui/models/CleaningMachine.js +0 -141
- package/dist/ui/models/DoubleJointRobot.js +0 -545
- package/dist/ui/models/LoadingStation.js +0 -167
- package/dist/ui/models/MachineTool.js +0 -184
- package/dist/ui/models/MarkingMachine.js +0 -148
- package/dist/ui/models/Rail.js +0 -117
- package/dist/ui/models/ResourceStore.js +0 -101
- package/dist/ui/models/SingleBot.d.ts +0 -20
- package/dist/ui/models/SingleBot.js +0 -202
- package/dist/ui/models/SingleGripperRobot.d.ts +0 -19
- package/dist/ui/models/SingleGripperRobot.js +0 -272
- package/dist/ui/models/SingleJointRobot.js +0 -346
- package/dist/ui/shapes/NamePlate.js +0 -85
- package/dist/ui/shapes/ScrewHole.js +0 -57
- package/dist/ui/shapes/Texture.js +0 -51
- package/dist/ui/utils/attr.js +0 -50
- package/dist/utils/index.js +0 -92
- package/dist/utils/type-guards.js +0 -105
|
@@ -1,1109 +0,0 @@
|
|
|
1
|
-
import { ref, toRefs } from 'vue';
|
|
2
|
-
//// import { useFmsVisualEditStore } from '@/stores'
|
|
3
|
-
//const { selectedEquipment } = toRefs(useFmsVisualEditStore())
|
|
4
|
-
const siteTextMapDialogVisible = ref(false);
|
|
5
|
-
const siteTextMapDialogTitle = ref();
|
|
6
|
-
const siteTextMapDialogTable = ref([]);
|
|
7
|
-
let siteTextMapDialogData = null;
|
|
8
|
-
const showTraySiteDialog = (title, count, data) => {
|
|
9
|
-
siteTextMapDialogVisible.value = true;
|
|
10
|
-
siteTextMapDialogTitle.value = title;
|
|
11
|
-
const siteTextMap = data.siteTextMap || {};
|
|
12
|
-
const list = [];
|
|
13
|
-
for (let index = 1; index <= count; index++) {
|
|
14
|
-
list.push({
|
|
15
|
-
key: index,
|
|
16
|
-
value: siteTextMap[index] || ''
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
siteTextMapDialogTable.value = list;
|
|
20
|
-
siteTextMapDialogData = data;
|
|
21
|
-
};
|
|
22
|
-
const saveTraySiteDialog = () => {
|
|
23
|
-
const temp = {};
|
|
24
|
-
siteTextMapDialogTable.value.forEach((element) => {
|
|
25
|
-
if (element.value) {
|
|
26
|
-
temp[element.key] = element.value;
|
|
27
|
-
}
|
|
28
|
-
});
|
|
29
|
-
siteTextMapDialogData.siteTextMap = Object.keys(temp).length > 0 ? temp : undefined;
|
|
30
|
-
siteTextMapDialogVisible.value = false;
|
|
31
|
-
siteTextMapDialogData = null;
|
|
32
|
-
};
|
|
33
|
-
debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
|
|
34
|
-
const __VLS_ctx = {
|
|
35
|
-
...{},
|
|
36
|
-
...{},
|
|
37
|
-
};
|
|
38
|
-
let __VLS_components;
|
|
39
|
-
let __VLS_directives;
|
|
40
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
41
|
-
...{ class: "form_group" },
|
|
42
|
-
});
|
|
43
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
44
|
-
...{ class: "form_group_title" },
|
|
45
|
-
});
|
|
46
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.span, __VLS_intrinsics.span)({});
|
|
47
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
48
|
-
...{ class: "keyVal" },
|
|
49
|
-
});
|
|
50
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
51
|
-
...{ class: "key" },
|
|
52
|
-
});
|
|
53
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
54
|
-
...{ class: "val" },
|
|
55
|
-
});
|
|
56
|
-
const __VLS_0 = {}.ElSelect;
|
|
57
|
-
/** @type {[typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, ]} */ ;
|
|
58
|
-
// @ts-ignore
|
|
59
|
-
ElSelect;
|
|
60
|
-
// @ts-ignore
|
|
61
|
-
const __VLS_1 = __VLS_asFunctionalComponent(__VLS_0, new __VLS_0({
|
|
62
|
-
modelValue: (__VLS_ctx.selectedEquipment.direction),
|
|
63
|
-
size: "default",
|
|
64
|
-
placeholder: "",
|
|
65
|
-
...{ style: "width: 100%" },
|
|
66
|
-
}));
|
|
67
|
-
const __VLS_2 = __VLS_1({
|
|
68
|
-
modelValue: (__VLS_ctx.selectedEquipment.direction),
|
|
69
|
-
size: "default",
|
|
70
|
-
placeholder: "",
|
|
71
|
-
...{ style: "width: 100%" },
|
|
72
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_1));
|
|
73
|
-
const { default: __VLS_5 } = __VLS_3.slots;
|
|
74
|
-
// @ts-ignore
|
|
75
|
-
[selectedEquipment,];
|
|
76
|
-
const __VLS_6 = {}.ElOption;
|
|
77
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
78
|
-
// @ts-ignore
|
|
79
|
-
ElOption;
|
|
80
|
-
// @ts-ignore
|
|
81
|
-
const __VLS_7 = __VLS_asFunctionalComponent(__VLS_6, new __VLS_6({
|
|
82
|
-
label: "朝右",
|
|
83
|
-
value: "right",
|
|
84
|
-
}));
|
|
85
|
-
const __VLS_8 = __VLS_7({
|
|
86
|
-
label: "朝右",
|
|
87
|
-
value: "right",
|
|
88
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_7));
|
|
89
|
-
const __VLS_12 = {}.ElOption;
|
|
90
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
91
|
-
// @ts-ignore
|
|
92
|
-
ElOption;
|
|
93
|
-
// @ts-ignore
|
|
94
|
-
const __VLS_13 = __VLS_asFunctionalComponent(__VLS_12, new __VLS_12({
|
|
95
|
-
label: "朝左",
|
|
96
|
-
value: "left",
|
|
97
|
-
}));
|
|
98
|
-
const __VLS_14 = __VLS_13({
|
|
99
|
-
label: "朝左",
|
|
100
|
-
value: "left",
|
|
101
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_13));
|
|
102
|
-
const __VLS_18 = {}.ElOption;
|
|
103
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
104
|
-
// @ts-ignore
|
|
105
|
-
ElOption;
|
|
106
|
-
// @ts-ignore
|
|
107
|
-
const __VLS_19 = __VLS_asFunctionalComponent(__VLS_18, new __VLS_18({
|
|
108
|
-
label: "朝上",
|
|
109
|
-
value: "top",
|
|
110
|
-
}));
|
|
111
|
-
const __VLS_20 = __VLS_19({
|
|
112
|
-
label: "朝上",
|
|
113
|
-
value: "top",
|
|
114
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_19));
|
|
115
|
-
const __VLS_24 = {}.ElOption;
|
|
116
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
117
|
-
// @ts-ignore
|
|
118
|
-
ElOption;
|
|
119
|
-
// @ts-ignore
|
|
120
|
-
const __VLS_25 = __VLS_asFunctionalComponent(__VLS_24, new __VLS_24({
|
|
121
|
-
label: "朝下",
|
|
122
|
-
value: "bottom",
|
|
123
|
-
}));
|
|
124
|
-
const __VLS_26 = __VLS_25({
|
|
125
|
-
label: "朝下",
|
|
126
|
-
value: "bottom",
|
|
127
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_25));
|
|
128
|
-
var __VLS_3;
|
|
129
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
130
|
-
...{ class: "keyVal" },
|
|
131
|
-
});
|
|
132
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
133
|
-
...{ class: "key" },
|
|
134
|
-
});
|
|
135
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.span, __VLS_intrinsics.span)({
|
|
136
|
-
...{ class: "unit" },
|
|
137
|
-
});
|
|
138
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
139
|
-
...{ class: "val" },
|
|
140
|
-
});
|
|
141
|
-
const __VLS_30 = {}.ElInputNumber;
|
|
142
|
-
/** @type {[typeof __VLS_components.ElInputNumber, typeof __VLS_components.elInputNumber, ]} */ ;
|
|
143
|
-
// @ts-ignore
|
|
144
|
-
ElInputNumber;
|
|
145
|
-
// @ts-ignore
|
|
146
|
-
const __VLS_31 = __VLS_asFunctionalComponent(__VLS_30, new __VLS_30({
|
|
147
|
-
modelValue: (__VLS_ctx.selectedEquipment.offset),
|
|
148
|
-
modelModifiers: { number: true, },
|
|
149
|
-
step: (1),
|
|
150
|
-
precision: (0),
|
|
151
|
-
min: (0),
|
|
152
|
-
max: (9999),
|
|
153
|
-
stepStrict: true,
|
|
154
|
-
size: "default",
|
|
155
|
-
...{ style: "width: 100%" },
|
|
156
|
-
}));
|
|
157
|
-
const __VLS_32 = __VLS_31({
|
|
158
|
-
modelValue: (__VLS_ctx.selectedEquipment.offset),
|
|
159
|
-
modelModifiers: { number: true, },
|
|
160
|
-
step: (1),
|
|
161
|
-
precision: (0),
|
|
162
|
-
min: (0),
|
|
163
|
-
max: (9999),
|
|
164
|
-
stepStrict: true,
|
|
165
|
-
size: "default",
|
|
166
|
-
...{ style: "width: 100%" },
|
|
167
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_31));
|
|
168
|
-
// @ts-ignore
|
|
169
|
-
[selectedEquipment,];
|
|
170
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
171
|
-
...{ class: "keyVal" },
|
|
172
|
-
});
|
|
173
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
174
|
-
...{ class: "key" },
|
|
175
|
-
});
|
|
176
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.span, __VLS_intrinsics.span)({
|
|
177
|
-
...{ class: "unit" },
|
|
178
|
-
});
|
|
179
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
180
|
-
...{ class: "val" },
|
|
181
|
-
});
|
|
182
|
-
const __VLS_36 = {}.ElInputNumber;
|
|
183
|
-
/** @type {[typeof __VLS_components.ElInputNumber, typeof __VLS_components.elInputNumber, ]} */ ;
|
|
184
|
-
// @ts-ignore
|
|
185
|
-
ElInputNumber;
|
|
186
|
-
// @ts-ignore
|
|
187
|
-
const __VLS_37 = __VLS_asFunctionalComponent(__VLS_36, new __VLS_36({
|
|
188
|
-
modelValue: (__VLS_ctx.selectedEquipment.rotation),
|
|
189
|
-
modelModifiers: { number: true, },
|
|
190
|
-
step: (1),
|
|
191
|
-
precision: (0),
|
|
192
|
-
min: (-180),
|
|
193
|
-
max: (180),
|
|
194
|
-
stepStrict: true,
|
|
195
|
-
size: "default",
|
|
196
|
-
...{ style: "width: 100%" },
|
|
197
|
-
}));
|
|
198
|
-
const __VLS_38 = __VLS_37({
|
|
199
|
-
modelValue: (__VLS_ctx.selectedEquipment.rotation),
|
|
200
|
-
modelModifiers: { number: true, },
|
|
201
|
-
step: (1),
|
|
202
|
-
precision: (0),
|
|
203
|
-
min: (-180),
|
|
204
|
-
max: (180),
|
|
205
|
-
stepStrict: true,
|
|
206
|
-
size: "default",
|
|
207
|
-
...{ style: "width: 100%" },
|
|
208
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_37));
|
|
209
|
-
// @ts-ignore
|
|
210
|
-
[selectedEquipment,];
|
|
211
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
212
|
-
...{ class: "keyVal" },
|
|
213
|
-
});
|
|
214
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
215
|
-
...{ class: "key" },
|
|
216
|
-
});
|
|
217
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
218
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
219
|
-
...{ class: "val" },
|
|
220
|
-
});
|
|
221
|
-
const __VLS_42 = {}.ElSelect;
|
|
222
|
-
/** @type {[typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, ]} */ ;
|
|
223
|
-
// @ts-ignore
|
|
224
|
-
ElSelect;
|
|
225
|
-
// @ts-ignore
|
|
226
|
-
const __VLS_43 = __VLS_asFunctionalComponent(__VLS_42, new __VLS_42({
|
|
227
|
-
modelValue: (__VLS_ctx.selectedEquipment.flow),
|
|
228
|
-
filterable: true,
|
|
229
|
-
size: "default",
|
|
230
|
-
...{ style: "width: 100%" },
|
|
231
|
-
}));
|
|
232
|
-
const __VLS_44 = __VLS_43({
|
|
233
|
-
modelValue: (__VLS_ctx.selectedEquipment.flow),
|
|
234
|
-
filterable: true,
|
|
235
|
-
size: "default",
|
|
236
|
-
...{ style: "width: 100%" },
|
|
237
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_43));
|
|
238
|
-
const { default: __VLS_47 } = __VLS_45.slots;
|
|
239
|
-
// @ts-ignore
|
|
240
|
-
[selectedEquipment,];
|
|
241
|
-
const __VLS_48 = {}.ElOption;
|
|
242
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
243
|
-
// @ts-ignore
|
|
244
|
-
ElOption;
|
|
245
|
-
// @ts-ignore
|
|
246
|
-
const __VLS_49 = __VLS_asFunctionalComponent(__VLS_48, new __VLS_48({
|
|
247
|
-
label: "X 轴",
|
|
248
|
-
value: "x",
|
|
249
|
-
}));
|
|
250
|
-
const __VLS_50 = __VLS_49({
|
|
251
|
-
label: "X 轴",
|
|
252
|
-
value: "x",
|
|
253
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_49));
|
|
254
|
-
const __VLS_54 = {}.ElOption;
|
|
255
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
256
|
-
// @ts-ignore
|
|
257
|
-
ElOption;
|
|
258
|
-
// @ts-ignore
|
|
259
|
-
const __VLS_55 = __VLS_asFunctionalComponent(__VLS_54, new __VLS_54({
|
|
260
|
-
label: "Y 轴",
|
|
261
|
-
value: "y",
|
|
262
|
-
}));
|
|
263
|
-
const __VLS_56 = __VLS_55({
|
|
264
|
-
label: "Y 轴",
|
|
265
|
-
value: "y",
|
|
266
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_55));
|
|
267
|
-
const __VLS_60 = {}.ElOption;
|
|
268
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
269
|
-
// @ts-ignore
|
|
270
|
-
ElOption;
|
|
271
|
-
// @ts-ignore
|
|
272
|
-
const __VLS_61 = __VLS_asFunctionalComponent(__VLS_60, new __VLS_60({
|
|
273
|
-
label: "X 轴反转",
|
|
274
|
-
value: "x-reverse",
|
|
275
|
-
}));
|
|
276
|
-
const __VLS_62 = __VLS_61({
|
|
277
|
-
label: "X 轴反转",
|
|
278
|
-
value: "x-reverse",
|
|
279
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_61));
|
|
280
|
-
const __VLS_66 = {}.ElOption;
|
|
281
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
282
|
-
// @ts-ignore
|
|
283
|
-
ElOption;
|
|
284
|
-
// @ts-ignore
|
|
285
|
-
const __VLS_67 = __VLS_asFunctionalComponent(__VLS_66, new __VLS_66({
|
|
286
|
-
label: "Y 轴反转",
|
|
287
|
-
value: "y-reverse",
|
|
288
|
-
}));
|
|
289
|
-
const __VLS_68 = __VLS_67({
|
|
290
|
-
label: "Y 轴反转",
|
|
291
|
-
value: "y-reverse",
|
|
292
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_67));
|
|
293
|
-
var __VLS_45;
|
|
294
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
295
|
-
...{ class: "sameAreaBox" },
|
|
296
|
-
});
|
|
297
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
298
|
-
...{ class: "keyVal" },
|
|
299
|
-
});
|
|
300
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
301
|
-
...{ class: "key" },
|
|
302
|
-
});
|
|
303
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
304
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.span, __VLS_intrinsics.span)({
|
|
305
|
-
...{ class: "unit" },
|
|
306
|
-
});
|
|
307
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
308
|
-
...{ class: "val" },
|
|
309
|
-
});
|
|
310
|
-
const __VLS_72 = {}.ElInputNumber;
|
|
311
|
-
/** @type {[typeof __VLS_components.ElInputNumber, typeof __VLS_components.elInputNumber, ]} */ ;
|
|
312
|
-
// @ts-ignore
|
|
313
|
-
ElInputNumber;
|
|
314
|
-
// @ts-ignore
|
|
315
|
-
const __VLS_73 = __VLS_asFunctionalComponent(__VLS_72, new __VLS_72({
|
|
316
|
-
modelValue: (__VLS_ctx.selectedEquipment.palletSite.size),
|
|
317
|
-
modelModifiers: { number: true, },
|
|
318
|
-
step: (1),
|
|
319
|
-
precision: (0),
|
|
320
|
-
min: (0),
|
|
321
|
-
max: (100),
|
|
322
|
-
size: "default",
|
|
323
|
-
...{ style: "width: 100%" },
|
|
324
|
-
}));
|
|
325
|
-
const __VLS_74 = __VLS_73({
|
|
326
|
-
modelValue: (__VLS_ctx.selectedEquipment.palletSite.size),
|
|
327
|
-
modelModifiers: { number: true, },
|
|
328
|
-
step: (1),
|
|
329
|
-
precision: (0),
|
|
330
|
-
min: (0),
|
|
331
|
-
max: (100),
|
|
332
|
-
size: "default",
|
|
333
|
-
...{ style: "width: 100%" },
|
|
334
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_73));
|
|
335
|
-
// @ts-ignore
|
|
336
|
-
[selectedEquipment,];
|
|
337
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
338
|
-
...{ class: "keyVal" },
|
|
339
|
-
});
|
|
340
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
341
|
-
...{ class: "key" },
|
|
342
|
-
});
|
|
343
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
344
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
345
|
-
...{ class: "val" },
|
|
346
|
-
});
|
|
347
|
-
const __VLS_78 = {}.ElInputNumber;
|
|
348
|
-
/** @type {[typeof __VLS_components.ElInputNumber, typeof __VLS_components.elInputNumber, ]} */ ;
|
|
349
|
-
// @ts-ignore
|
|
350
|
-
ElInputNumber;
|
|
351
|
-
// @ts-ignore
|
|
352
|
-
const __VLS_79 = __VLS_asFunctionalComponent(__VLS_78, new __VLS_78({
|
|
353
|
-
modelValue: (__VLS_ctx.selectedEquipment.palletSite.count),
|
|
354
|
-
modelModifiers: { number: true, },
|
|
355
|
-
step: (1),
|
|
356
|
-
precision: (0),
|
|
357
|
-
min: (0),
|
|
358
|
-
max: (20),
|
|
359
|
-
size: "default",
|
|
360
|
-
...{ style: "width: 100%" },
|
|
361
|
-
}));
|
|
362
|
-
const __VLS_80 = __VLS_79({
|
|
363
|
-
modelValue: (__VLS_ctx.selectedEquipment.palletSite.count),
|
|
364
|
-
modelModifiers: { number: true, },
|
|
365
|
-
step: (1),
|
|
366
|
-
precision: (0),
|
|
367
|
-
min: (0),
|
|
368
|
-
max: (20),
|
|
369
|
-
size: "default",
|
|
370
|
-
...{ style: "width: 100%" },
|
|
371
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_79));
|
|
372
|
-
// @ts-ignore
|
|
373
|
-
[selectedEquipment,];
|
|
374
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
375
|
-
...{ class: "keyVal" },
|
|
376
|
-
});
|
|
377
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
378
|
-
...{ class: "key" },
|
|
379
|
-
});
|
|
380
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
381
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
382
|
-
...{ class: "val" },
|
|
383
|
-
});
|
|
384
|
-
const __VLS_84 = {}.ElInputNumber;
|
|
385
|
-
/** @type {[typeof __VLS_components.ElInputNumber, typeof __VLS_components.elInputNumber, ]} */ ;
|
|
386
|
-
// @ts-ignore
|
|
387
|
-
ElInputNumber;
|
|
388
|
-
// @ts-ignore
|
|
389
|
-
const __VLS_85 = __VLS_asFunctionalComponent(__VLS_84, new __VLS_84({
|
|
390
|
-
modelValue: (__VLS_ctx.selectedEquipment.palletSite.oneDirectionMaxQuantity),
|
|
391
|
-
modelModifiers: { number: true, },
|
|
392
|
-
step: (1),
|
|
393
|
-
precision: (0),
|
|
394
|
-
min: (0),
|
|
395
|
-
max: (20),
|
|
396
|
-
size: "default",
|
|
397
|
-
...{ style: "width: 100%" },
|
|
398
|
-
}));
|
|
399
|
-
const __VLS_86 = __VLS_85({
|
|
400
|
-
modelValue: (__VLS_ctx.selectedEquipment.palletSite.oneDirectionMaxQuantity),
|
|
401
|
-
modelModifiers: { number: true, },
|
|
402
|
-
step: (1),
|
|
403
|
-
precision: (0),
|
|
404
|
-
min: (0),
|
|
405
|
-
max: (20),
|
|
406
|
-
size: "default",
|
|
407
|
-
...{ style: "width: 100%" },
|
|
408
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_85));
|
|
409
|
-
// @ts-ignore
|
|
410
|
-
[selectedEquipment,];
|
|
411
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
412
|
-
...{ class: "keyVal" },
|
|
413
|
-
});
|
|
414
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
415
|
-
...{ class: "key" },
|
|
416
|
-
});
|
|
417
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
418
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
419
|
-
...{ class: "val" },
|
|
420
|
-
});
|
|
421
|
-
const __VLS_90 = {}.ElSelect;
|
|
422
|
-
/** @type {[typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, ]} */ ;
|
|
423
|
-
// @ts-ignore
|
|
424
|
-
ElSelect;
|
|
425
|
-
// @ts-ignore
|
|
426
|
-
const __VLS_91 = __VLS_asFunctionalComponent(__VLS_90, new __VLS_90({
|
|
427
|
-
modelValue: (__VLS_ctx.selectedEquipment.palletSite.flow),
|
|
428
|
-
filterable: true,
|
|
429
|
-
size: "default",
|
|
430
|
-
...{ style: "width: 100%" },
|
|
431
|
-
}));
|
|
432
|
-
const __VLS_92 = __VLS_91({
|
|
433
|
-
modelValue: (__VLS_ctx.selectedEquipment.palletSite.flow),
|
|
434
|
-
filterable: true,
|
|
435
|
-
size: "default",
|
|
436
|
-
...{ style: "width: 100%" },
|
|
437
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_91));
|
|
438
|
-
const { default: __VLS_95 } = __VLS_93.slots;
|
|
439
|
-
// @ts-ignore
|
|
440
|
-
[selectedEquipment,];
|
|
441
|
-
const __VLS_96 = {}.ElOption;
|
|
442
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
443
|
-
// @ts-ignore
|
|
444
|
-
ElOption;
|
|
445
|
-
// @ts-ignore
|
|
446
|
-
const __VLS_97 = __VLS_asFunctionalComponent(__VLS_96, new __VLS_96({
|
|
447
|
-
label: "X 轴",
|
|
448
|
-
value: "x",
|
|
449
|
-
}));
|
|
450
|
-
const __VLS_98 = __VLS_97({
|
|
451
|
-
label: "X 轴",
|
|
452
|
-
value: "x",
|
|
453
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_97));
|
|
454
|
-
const __VLS_102 = {}.ElOption;
|
|
455
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
456
|
-
// @ts-ignore
|
|
457
|
-
ElOption;
|
|
458
|
-
// @ts-ignore
|
|
459
|
-
const __VLS_103 = __VLS_asFunctionalComponent(__VLS_102, new __VLS_102({
|
|
460
|
-
label: "Y 轴",
|
|
461
|
-
value: "y",
|
|
462
|
-
}));
|
|
463
|
-
const __VLS_104 = __VLS_103({
|
|
464
|
-
label: "Y 轴",
|
|
465
|
-
value: "y",
|
|
466
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_103));
|
|
467
|
-
const __VLS_108 = {}.ElOption;
|
|
468
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
469
|
-
// @ts-ignore
|
|
470
|
-
ElOption;
|
|
471
|
-
// @ts-ignore
|
|
472
|
-
const __VLS_109 = __VLS_asFunctionalComponent(__VLS_108, new __VLS_108({
|
|
473
|
-
label: "X 轴反转",
|
|
474
|
-
value: "x-reverse",
|
|
475
|
-
}));
|
|
476
|
-
const __VLS_110 = __VLS_109({
|
|
477
|
-
label: "X 轴反转",
|
|
478
|
-
value: "x-reverse",
|
|
479
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_109));
|
|
480
|
-
const __VLS_114 = {}.ElOption;
|
|
481
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
482
|
-
// @ts-ignore
|
|
483
|
-
ElOption;
|
|
484
|
-
// @ts-ignore
|
|
485
|
-
const __VLS_115 = __VLS_asFunctionalComponent(__VLS_114, new __VLS_114({
|
|
486
|
-
label: "Y 轴反转",
|
|
487
|
-
value: "y-reverse",
|
|
488
|
-
}));
|
|
489
|
-
const __VLS_116 = __VLS_115({
|
|
490
|
-
label: "Y 轴反转",
|
|
491
|
-
value: "y-reverse",
|
|
492
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_115));
|
|
493
|
-
var __VLS_93;
|
|
494
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
495
|
-
...{ class: "keyVal" },
|
|
496
|
-
});
|
|
497
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
498
|
-
...{ class: "key" },
|
|
499
|
-
});
|
|
500
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
501
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
502
|
-
...{ class: "val" },
|
|
503
|
-
});
|
|
504
|
-
const __VLS_120 = {}.ElSelect;
|
|
505
|
-
/** @type {[typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, ]} */ ;
|
|
506
|
-
// @ts-ignore
|
|
507
|
-
ElSelect;
|
|
508
|
-
// @ts-ignore
|
|
509
|
-
const __VLS_121 = __VLS_asFunctionalComponent(__VLS_120, new __VLS_120({
|
|
510
|
-
modelValue: (__VLS_ctx.selectedEquipment.palletSite.flowWrap),
|
|
511
|
-
filterable: true,
|
|
512
|
-
size: "default",
|
|
513
|
-
...{ style: "width: 100%" },
|
|
514
|
-
}));
|
|
515
|
-
const __VLS_122 = __VLS_121({
|
|
516
|
-
modelValue: (__VLS_ctx.selectedEquipment.palletSite.flowWrap),
|
|
517
|
-
filterable: true,
|
|
518
|
-
size: "default",
|
|
519
|
-
...{ style: "width: 100%" },
|
|
520
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_121));
|
|
521
|
-
const { default: __VLS_125 } = __VLS_123.slots;
|
|
522
|
-
// @ts-ignore
|
|
523
|
-
[selectedEquipment,];
|
|
524
|
-
const __VLS_126 = {}.ElOption;
|
|
525
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
526
|
-
// @ts-ignore
|
|
527
|
-
ElOption;
|
|
528
|
-
// @ts-ignore
|
|
529
|
-
const __VLS_127 = __VLS_asFunctionalComponent(__VLS_126, new __VLS_126({
|
|
530
|
-
label: "换行",
|
|
531
|
-
value: (true),
|
|
532
|
-
}));
|
|
533
|
-
const __VLS_128 = __VLS_127({
|
|
534
|
-
label: "换行",
|
|
535
|
-
value: (true),
|
|
536
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_127));
|
|
537
|
-
const __VLS_132 = {}.ElOption;
|
|
538
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
539
|
-
// @ts-ignore
|
|
540
|
-
ElOption;
|
|
541
|
-
// @ts-ignore
|
|
542
|
-
const __VLS_133 = __VLS_asFunctionalComponent(__VLS_132, new __VLS_132({
|
|
543
|
-
label: "颠倒行顺序换行",
|
|
544
|
-
value: "reverse",
|
|
545
|
-
}));
|
|
546
|
-
const __VLS_134 = __VLS_133({
|
|
547
|
-
label: "颠倒行顺序换行",
|
|
548
|
-
value: "reverse",
|
|
549
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_133));
|
|
550
|
-
const __VLS_138 = {}.ElOption;
|
|
551
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
552
|
-
// @ts-ignore
|
|
553
|
-
ElOption;
|
|
554
|
-
// @ts-ignore
|
|
555
|
-
const __VLS_139 = __VLS_asFunctionalComponent(__VLS_138, new __VLS_138({
|
|
556
|
-
label: "不换行",
|
|
557
|
-
value: (false),
|
|
558
|
-
}));
|
|
559
|
-
const __VLS_140 = __VLS_139({
|
|
560
|
-
label: "不换行",
|
|
561
|
-
value: (false),
|
|
562
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_139));
|
|
563
|
-
var __VLS_123;
|
|
564
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
565
|
-
...{ class: "keyVal" },
|
|
566
|
-
});
|
|
567
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
568
|
-
...{ class: "key" },
|
|
569
|
-
});
|
|
570
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
571
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
572
|
-
...{ onClick: (...[$event]) => {
|
|
573
|
-
__VLS_ctx.showTraySiteDialog('托盘工位编号映射', __VLS_ctx.selectedEquipment.palletSite.count, __VLS_ctx.selectedEquipment.palletSite);
|
|
574
|
-
// @ts-ignore
|
|
575
|
-
[selectedEquipment, selectedEquipment, showTraySiteDialog,];
|
|
576
|
-
} },
|
|
577
|
-
...{ class: "val" },
|
|
578
|
-
});
|
|
579
|
-
const __VLS_144 = {}.ElInput;
|
|
580
|
-
/** @type {[typeof __VLS_components.ElInput, typeof __VLS_components.elInput, ]} */ ;
|
|
581
|
-
// @ts-ignore
|
|
582
|
-
ElInput;
|
|
583
|
-
// @ts-ignore
|
|
584
|
-
const __VLS_145 = __VLS_asFunctionalComponent(__VLS_144, new __VLS_144({
|
|
585
|
-
value: (JSON.stringify(__VLS_ctx.selectedEquipment.palletSite.siteTextMap)),
|
|
586
|
-
readonly: true,
|
|
587
|
-
placeholder: "默认值(索引值)",
|
|
588
|
-
}));
|
|
589
|
-
const __VLS_146 = __VLS_145({
|
|
590
|
-
value: (JSON.stringify(__VLS_ctx.selectedEquipment.palletSite.siteTextMap)),
|
|
591
|
-
readonly: true,
|
|
592
|
-
placeholder: "默认值(索引值)",
|
|
593
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_145));
|
|
594
|
-
// @ts-ignore
|
|
595
|
-
[selectedEquipment,];
|
|
596
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
597
|
-
...{ class: "sameAreaBox" },
|
|
598
|
-
});
|
|
599
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
600
|
-
...{ class: "keyVal" },
|
|
601
|
-
});
|
|
602
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
603
|
-
...{ class: "key" },
|
|
604
|
-
});
|
|
605
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
606
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.span, __VLS_intrinsics.span)({
|
|
607
|
-
...{ class: "unit" },
|
|
608
|
-
});
|
|
609
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
610
|
-
...{ class: "val" },
|
|
611
|
-
});
|
|
612
|
-
const __VLS_150 = {}.ElInputNumber;
|
|
613
|
-
/** @type {[typeof __VLS_components.ElInputNumber, typeof __VLS_components.elInputNumber, ]} */ ;
|
|
614
|
-
// @ts-ignore
|
|
615
|
-
ElInputNumber;
|
|
616
|
-
// @ts-ignore
|
|
617
|
-
const __VLS_151 = __VLS_asFunctionalComponent(__VLS_150, new __VLS_150({
|
|
618
|
-
modelValue: (__VLS_ctx.selectedEquipment.cutterSite.size),
|
|
619
|
-
modelModifiers: { number: true, },
|
|
620
|
-
step: (1),
|
|
621
|
-
precision: (0),
|
|
622
|
-
min: (0),
|
|
623
|
-
max: (100),
|
|
624
|
-
size: "default",
|
|
625
|
-
...{ style: "width: 100%" },
|
|
626
|
-
}));
|
|
627
|
-
const __VLS_152 = __VLS_151({
|
|
628
|
-
modelValue: (__VLS_ctx.selectedEquipment.cutterSite.size),
|
|
629
|
-
modelModifiers: { number: true, },
|
|
630
|
-
step: (1),
|
|
631
|
-
precision: (0),
|
|
632
|
-
min: (0),
|
|
633
|
-
max: (100),
|
|
634
|
-
size: "default",
|
|
635
|
-
...{ style: "width: 100%" },
|
|
636
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_151));
|
|
637
|
-
// @ts-ignore
|
|
638
|
-
[selectedEquipment,];
|
|
639
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
640
|
-
...{ class: "keyVal" },
|
|
641
|
-
});
|
|
642
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
643
|
-
...{ class: "key" },
|
|
644
|
-
});
|
|
645
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
646
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
647
|
-
...{ class: "val" },
|
|
648
|
-
});
|
|
649
|
-
const __VLS_156 = {}.ElInputNumber;
|
|
650
|
-
/** @type {[typeof __VLS_components.ElInputNumber, typeof __VLS_components.elInputNumber, ]} */ ;
|
|
651
|
-
// @ts-ignore
|
|
652
|
-
ElInputNumber;
|
|
653
|
-
// @ts-ignore
|
|
654
|
-
const __VLS_157 = __VLS_asFunctionalComponent(__VLS_156, new __VLS_156({
|
|
655
|
-
modelValue: (__VLS_ctx.selectedEquipment.cutterSite.count),
|
|
656
|
-
modelModifiers: { number: true, },
|
|
657
|
-
step: (1),
|
|
658
|
-
precision: (0),
|
|
659
|
-
min: (0),
|
|
660
|
-
max: (20),
|
|
661
|
-
size: "default",
|
|
662
|
-
...{ style: "width: 100%" },
|
|
663
|
-
}));
|
|
664
|
-
const __VLS_158 = __VLS_157({
|
|
665
|
-
modelValue: (__VLS_ctx.selectedEquipment.cutterSite.count),
|
|
666
|
-
modelModifiers: { number: true, },
|
|
667
|
-
step: (1),
|
|
668
|
-
precision: (0),
|
|
669
|
-
min: (0),
|
|
670
|
-
max: (20),
|
|
671
|
-
size: "default",
|
|
672
|
-
...{ style: "width: 100%" },
|
|
673
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_157));
|
|
674
|
-
// @ts-ignore
|
|
675
|
-
[selectedEquipment,];
|
|
676
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
677
|
-
...{ class: "keyVal" },
|
|
678
|
-
});
|
|
679
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
680
|
-
...{ class: "key" },
|
|
681
|
-
});
|
|
682
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
683
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
684
|
-
...{ class: "val" },
|
|
685
|
-
});
|
|
686
|
-
const __VLS_162 = {}.ElInputNumber;
|
|
687
|
-
/** @type {[typeof __VLS_components.ElInputNumber, typeof __VLS_components.elInputNumber, ]} */ ;
|
|
688
|
-
// @ts-ignore
|
|
689
|
-
ElInputNumber;
|
|
690
|
-
// @ts-ignore
|
|
691
|
-
const __VLS_163 = __VLS_asFunctionalComponent(__VLS_162, new __VLS_162({
|
|
692
|
-
modelValue: (__VLS_ctx.selectedEquipment.cutterSite.oneDirectionMaxQuantity),
|
|
693
|
-
modelModifiers: { number: true, },
|
|
694
|
-
step: (1),
|
|
695
|
-
precision: (0),
|
|
696
|
-
min: (0),
|
|
697
|
-
max: (20),
|
|
698
|
-
size: "default",
|
|
699
|
-
...{ style: "width: 100%" },
|
|
700
|
-
}));
|
|
701
|
-
const __VLS_164 = __VLS_163({
|
|
702
|
-
modelValue: (__VLS_ctx.selectedEquipment.cutterSite.oneDirectionMaxQuantity),
|
|
703
|
-
modelModifiers: { number: true, },
|
|
704
|
-
step: (1),
|
|
705
|
-
precision: (0),
|
|
706
|
-
min: (0),
|
|
707
|
-
max: (20),
|
|
708
|
-
size: "default",
|
|
709
|
-
...{ style: "width: 100%" },
|
|
710
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_163));
|
|
711
|
-
// @ts-ignore
|
|
712
|
-
[selectedEquipment,];
|
|
713
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
714
|
-
...{ class: "keyVal" },
|
|
715
|
-
});
|
|
716
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
717
|
-
...{ class: "key" },
|
|
718
|
-
});
|
|
719
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
720
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
721
|
-
...{ class: "val" },
|
|
722
|
-
});
|
|
723
|
-
const __VLS_168 = {}.ElSelect;
|
|
724
|
-
/** @type {[typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, ]} */ ;
|
|
725
|
-
// @ts-ignore
|
|
726
|
-
ElSelect;
|
|
727
|
-
// @ts-ignore
|
|
728
|
-
const __VLS_169 = __VLS_asFunctionalComponent(__VLS_168, new __VLS_168({
|
|
729
|
-
modelValue: (__VLS_ctx.selectedEquipment.cutterSite.flow),
|
|
730
|
-
filterable: true,
|
|
731
|
-
size: "default",
|
|
732
|
-
...{ style: "width: 100%" },
|
|
733
|
-
}));
|
|
734
|
-
const __VLS_170 = __VLS_169({
|
|
735
|
-
modelValue: (__VLS_ctx.selectedEquipment.cutterSite.flow),
|
|
736
|
-
filterable: true,
|
|
737
|
-
size: "default",
|
|
738
|
-
...{ style: "width: 100%" },
|
|
739
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_169));
|
|
740
|
-
const { default: __VLS_173 } = __VLS_171.slots;
|
|
741
|
-
// @ts-ignore
|
|
742
|
-
[selectedEquipment,];
|
|
743
|
-
const __VLS_174 = {}.ElOption;
|
|
744
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
745
|
-
// @ts-ignore
|
|
746
|
-
ElOption;
|
|
747
|
-
// @ts-ignore
|
|
748
|
-
const __VLS_175 = __VLS_asFunctionalComponent(__VLS_174, new __VLS_174({
|
|
749
|
-
label: "X 轴",
|
|
750
|
-
value: "x",
|
|
751
|
-
}));
|
|
752
|
-
const __VLS_176 = __VLS_175({
|
|
753
|
-
label: "X 轴",
|
|
754
|
-
value: "x",
|
|
755
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_175));
|
|
756
|
-
const __VLS_180 = {}.ElOption;
|
|
757
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
758
|
-
// @ts-ignore
|
|
759
|
-
ElOption;
|
|
760
|
-
// @ts-ignore
|
|
761
|
-
const __VLS_181 = __VLS_asFunctionalComponent(__VLS_180, new __VLS_180({
|
|
762
|
-
label: "Y 轴",
|
|
763
|
-
value: "y",
|
|
764
|
-
}));
|
|
765
|
-
const __VLS_182 = __VLS_181({
|
|
766
|
-
label: "Y 轴",
|
|
767
|
-
value: "y",
|
|
768
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_181));
|
|
769
|
-
const __VLS_186 = {}.ElOption;
|
|
770
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
771
|
-
// @ts-ignore
|
|
772
|
-
ElOption;
|
|
773
|
-
// @ts-ignore
|
|
774
|
-
const __VLS_187 = __VLS_asFunctionalComponent(__VLS_186, new __VLS_186({
|
|
775
|
-
label: "X 轴反转",
|
|
776
|
-
value: "x-reverse",
|
|
777
|
-
}));
|
|
778
|
-
const __VLS_188 = __VLS_187({
|
|
779
|
-
label: "X 轴反转",
|
|
780
|
-
value: "x-reverse",
|
|
781
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_187));
|
|
782
|
-
const __VLS_192 = {}.ElOption;
|
|
783
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
784
|
-
// @ts-ignore
|
|
785
|
-
ElOption;
|
|
786
|
-
// @ts-ignore
|
|
787
|
-
const __VLS_193 = __VLS_asFunctionalComponent(__VLS_192, new __VLS_192({
|
|
788
|
-
label: "Y 轴反转",
|
|
789
|
-
value: "y-reverse",
|
|
790
|
-
}));
|
|
791
|
-
const __VLS_194 = __VLS_193({
|
|
792
|
-
label: "Y 轴反转",
|
|
793
|
-
value: "y-reverse",
|
|
794
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_193));
|
|
795
|
-
var __VLS_171;
|
|
796
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
797
|
-
...{ class: "keyVal" },
|
|
798
|
-
});
|
|
799
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
800
|
-
...{ class: "key" },
|
|
801
|
-
});
|
|
802
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
803
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
804
|
-
...{ class: "val" },
|
|
805
|
-
});
|
|
806
|
-
const __VLS_198 = {}.ElSelect;
|
|
807
|
-
/** @type {[typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, ]} */ ;
|
|
808
|
-
// @ts-ignore
|
|
809
|
-
ElSelect;
|
|
810
|
-
// @ts-ignore
|
|
811
|
-
const __VLS_199 = __VLS_asFunctionalComponent(__VLS_198, new __VLS_198({
|
|
812
|
-
modelValue: (__VLS_ctx.selectedEquipment.cutterSite.flowWrap),
|
|
813
|
-
filterable: true,
|
|
814
|
-
size: "default",
|
|
815
|
-
...{ style: "width: 100%" },
|
|
816
|
-
}));
|
|
817
|
-
const __VLS_200 = __VLS_199({
|
|
818
|
-
modelValue: (__VLS_ctx.selectedEquipment.cutterSite.flowWrap),
|
|
819
|
-
filterable: true,
|
|
820
|
-
size: "default",
|
|
821
|
-
...{ style: "width: 100%" },
|
|
822
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_199));
|
|
823
|
-
const { default: __VLS_203 } = __VLS_201.slots;
|
|
824
|
-
// @ts-ignore
|
|
825
|
-
[selectedEquipment,];
|
|
826
|
-
const __VLS_204 = {}.ElOption;
|
|
827
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
828
|
-
// @ts-ignore
|
|
829
|
-
ElOption;
|
|
830
|
-
// @ts-ignore
|
|
831
|
-
const __VLS_205 = __VLS_asFunctionalComponent(__VLS_204, new __VLS_204({
|
|
832
|
-
label: "换行",
|
|
833
|
-
value: (true),
|
|
834
|
-
}));
|
|
835
|
-
const __VLS_206 = __VLS_205({
|
|
836
|
-
label: "换行",
|
|
837
|
-
value: (true),
|
|
838
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_205));
|
|
839
|
-
const __VLS_210 = {}.ElOption;
|
|
840
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
841
|
-
// @ts-ignore
|
|
842
|
-
ElOption;
|
|
843
|
-
// @ts-ignore
|
|
844
|
-
const __VLS_211 = __VLS_asFunctionalComponent(__VLS_210, new __VLS_210({
|
|
845
|
-
label: "颠倒行顺序换行",
|
|
846
|
-
value: "reverse",
|
|
847
|
-
}));
|
|
848
|
-
const __VLS_212 = __VLS_211({
|
|
849
|
-
label: "颠倒行顺序换行",
|
|
850
|
-
value: "reverse",
|
|
851
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_211));
|
|
852
|
-
const __VLS_216 = {}.ElOption;
|
|
853
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
854
|
-
// @ts-ignore
|
|
855
|
-
ElOption;
|
|
856
|
-
// @ts-ignore
|
|
857
|
-
const __VLS_217 = __VLS_asFunctionalComponent(__VLS_216, new __VLS_216({
|
|
858
|
-
label: "不换行",
|
|
859
|
-
value: (false),
|
|
860
|
-
}));
|
|
861
|
-
const __VLS_218 = __VLS_217({
|
|
862
|
-
label: "不换行",
|
|
863
|
-
value: (false),
|
|
864
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_217));
|
|
865
|
-
var __VLS_201;
|
|
866
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
867
|
-
...{ class: "keyVal" },
|
|
868
|
-
});
|
|
869
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
870
|
-
...{ class: "key" },
|
|
871
|
-
});
|
|
872
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
873
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
874
|
-
...{ onClick: (...[$event]) => {
|
|
875
|
-
__VLS_ctx.showTraySiteDialog('刀具工位编号映射', __VLS_ctx.selectedEquipment.cutterSite.count, __VLS_ctx.selectedEquipment.cutterSite);
|
|
876
|
-
// @ts-ignore
|
|
877
|
-
[selectedEquipment, selectedEquipment, showTraySiteDialog,];
|
|
878
|
-
} },
|
|
879
|
-
...{ class: "val" },
|
|
880
|
-
});
|
|
881
|
-
const __VLS_222 = {}.ElInput;
|
|
882
|
-
/** @type {[typeof __VLS_components.ElInput, typeof __VLS_components.elInput, ]} */ ;
|
|
883
|
-
// @ts-ignore
|
|
884
|
-
ElInput;
|
|
885
|
-
// @ts-ignore
|
|
886
|
-
const __VLS_223 = __VLS_asFunctionalComponent(__VLS_222, new __VLS_222({
|
|
887
|
-
value: (JSON.stringify(__VLS_ctx.selectedEquipment.cutterSite.siteTextMap)),
|
|
888
|
-
readonly: true,
|
|
889
|
-
placeholder: "默认值(索引值)",
|
|
890
|
-
}));
|
|
891
|
-
const __VLS_224 = __VLS_223({
|
|
892
|
-
value: (JSON.stringify(__VLS_ctx.selectedEquipment.cutterSite.siteTextMap)),
|
|
893
|
-
readonly: true,
|
|
894
|
-
placeholder: "默认值(索引值)",
|
|
895
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_223));
|
|
896
|
-
// @ts-ignore
|
|
897
|
-
[selectedEquipment,];
|
|
898
|
-
const __VLS_228 = {}.ElDialog;
|
|
899
|
-
/** @type {[typeof __VLS_components.ElDialog, typeof __VLS_components.elDialog, typeof __VLS_components.ElDialog, typeof __VLS_components.elDialog, ]} */ ;
|
|
900
|
-
// @ts-ignore
|
|
901
|
-
ElDialog;
|
|
902
|
-
// @ts-ignore
|
|
903
|
-
const __VLS_229 = __VLS_asFunctionalComponent(__VLS_228, new __VLS_228({
|
|
904
|
-
modelValue: (__VLS_ctx.siteTextMapDialogVisible),
|
|
905
|
-
title: (__VLS_ctx.siteTextMapDialogTitle),
|
|
906
|
-
width: "300",
|
|
907
|
-
center: true,
|
|
908
|
-
appendToBody: (true),
|
|
909
|
-
closeOnClickModal: (false),
|
|
910
|
-
closeOnPressEscape: (false),
|
|
911
|
-
draggable: true,
|
|
912
|
-
overflow: true,
|
|
913
|
-
}));
|
|
914
|
-
const __VLS_230 = __VLS_229({
|
|
915
|
-
modelValue: (__VLS_ctx.siteTextMapDialogVisible),
|
|
916
|
-
title: (__VLS_ctx.siteTextMapDialogTitle),
|
|
917
|
-
width: "300",
|
|
918
|
-
center: true,
|
|
919
|
-
appendToBody: (true),
|
|
920
|
-
closeOnClickModal: (false),
|
|
921
|
-
closeOnPressEscape: (false),
|
|
922
|
-
draggable: true,
|
|
923
|
-
overflow: true,
|
|
924
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_229));
|
|
925
|
-
const { default: __VLS_233 } = __VLS_231.slots;
|
|
926
|
-
// @ts-ignore
|
|
927
|
-
[siteTextMapDialogVisible, siteTextMapDialogTitle,];
|
|
928
|
-
const __VLS_234 = {}.ElTable;
|
|
929
|
-
/** @type {[typeof __VLS_components.ElTable, typeof __VLS_components.elTable, typeof __VLS_components.ElTable, typeof __VLS_components.elTable, ]} */ ;
|
|
930
|
-
// @ts-ignore
|
|
931
|
-
ElTable;
|
|
932
|
-
// @ts-ignore
|
|
933
|
-
const __VLS_235 = __VLS_asFunctionalComponent(__VLS_234, new __VLS_234({
|
|
934
|
-
headerCellClassName: "tableData_header_cell",
|
|
935
|
-
data: (__VLS_ctx.siteTextMapDialogTable),
|
|
936
|
-
size: "small",
|
|
937
|
-
scrollbarAlwaysOn: true,
|
|
938
|
-
border: true,
|
|
939
|
-
}));
|
|
940
|
-
const __VLS_236 = __VLS_235({
|
|
941
|
-
headerCellClassName: "tableData_header_cell",
|
|
942
|
-
data: (__VLS_ctx.siteTextMapDialogTable),
|
|
943
|
-
size: "small",
|
|
944
|
-
scrollbarAlwaysOn: true,
|
|
945
|
-
border: true,
|
|
946
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_235));
|
|
947
|
-
const { default: __VLS_239 } = __VLS_237.slots;
|
|
948
|
-
// @ts-ignore
|
|
949
|
-
[siteTextMapDialogTable,];
|
|
950
|
-
const __VLS_240 = {}.ElTableColumn;
|
|
951
|
-
/** @type {[typeof __VLS_components.ElTableColumn, typeof __VLS_components.elTableColumn, ]} */ ;
|
|
952
|
-
// @ts-ignore
|
|
953
|
-
ElTableColumn;
|
|
954
|
-
// @ts-ignore
|
|
955
|
-
const __VLS_241 = __VLS_asFunctionalComponent(__VLS_240, new __VLS_240({
|
|
956
|
-
prop: "key",
|
|
957
|
-
label: "key",
|
|
958
|
-
align: "center",
|
|
959
|
-
width: "100",
|
|
960
|
-
}));
|
|
961
|
-
const __VLS_242 = __VLS_241({
|
|
962
|
-
prop: "key",
|
|
963
|
-
label: "key",
|
|
964
|
-
align: "center",
|
|
965
|
-
width: "100",
|
|
966
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_241));
|
|
967
|
-
const __VLS_246 = {}.ElTableColumn;
|
|
968
|
-
/** @type {[typeof __VLS_components.ElTableColumn, typeof __VLS_components.elTableColumn, typeof __VLS_components.ElTableColumn, typeof __VLS_components.elTableColumn, ]} */ ;
|
|
969
|
-
// @ts-ignore
|
|
970
|
-
ElTableColumn;
|
|
971
|
-
// @ts-ignore
|
|
972
|
-
const __VLS_247 = __VLS_asFunctionalComponent(__VLS_246, new __VLS_246({
|
|
973
|
-
prop: "value",
|
|
974
|
-
label: "value",
|
|
975
|
-
align: "center",
|
|
976
|
-
}));
|
|
977
|
-
const __VLS_248 = __VLS_247({
|
|
978
|
-
prop: "value",
|
|
979
|
-
label: "value",
|
|
980
|
-
align: "center",
|
|
981
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_247));
|
|
982
|
-
const { default: __VLS_251 } = __VLS_249.slots;
|
|
983
|
-
{
|
|
984
|
-
const { default: __VLS_252 } = __VLS_249.slots;
|
|
985
|
-
const [scope] = __VLS_getSlotParameters(__VLS_252);
|
|
986
|
-
const __VLS_253 = {}.ElInput;
|
|
987
|
-
/** @type {[typeof __VLS_components.ElInput, typeof __VLS_components.elInput, ]} */ ;
|
|
988
|
-
// @ts-ignore
|
|
989
|
-
ElInput;
|
|
990
|
-
// @ts-ignore
|
|
991
|
-
const __VLS_254 = __VLS_asFunctionalComponent(__VLS_253, new __VLS_253({
|
|
992
|
-
modelValue: (scope.row.value),
|
|
993
|
-
size: "small",
|
|
994
|
-
}));
|
|
995
|
-
const __VLS_255 = __VLS_254({
|
|
996
|
-
modelValue: (scope.row.value),
|
|
997
|
-
size: "small",
|
|
998
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_254));
|
|
999
|
-
}
|
|
1000
|
-
var __VLS_249;
|
|
1001
|
-
var __VLS_237;
|
|
1002
|
-
{
|
|
1003
|
-
const { footer: __VLS_259 } = __VLS_231.slots;
|
|
1004
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
1005
|
-
...{ class: "optionCardDialog_footer" },
|
|
1006
|
-
});
|
|
1007
|
-
const __VLS_260 = {}.ElButton;
|
|
1008
|
-
/** @type {[typeof __VLS_components.ElButton, typeof __VLS_components.elButton, typeof __VLS_components.ElButton, typeof __VLS_components.elButton, ]} */ ;
|
|
1009
|
-
// @ts-ignore
|
|
1010
|
-
ElButton;
|
|
1011
|
-
// @ts-ignore
|
|
1012
|
-
const __VLS_261 = __VLS_asFunctionalComponent(__VLS_260, new __VLS_260({
|
|
1013
|
-
...{ 'onClick': {} },
|
|
1014
|
-
}));
|
|
1015
|
-
const __VLS_262 = __VLS_261({
|
|
1016
|
-
...{ 'onClick': {} },
|
|
1017
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_261));
|
|
1018
|
-
let __VLS_265;
|
|
1019
|
-
const __VLS_266 = ({ click: {} },
|
|
1020
|
-
{ onClick: (...[$event]) => {
|
|
1021
|
-
__VLS_ctx.siteTextMapDialogVisible = false;
|
|
1022
|
-
// @ts-ignore
|
|
1023
|
-
[siteTextMapDialogVisible,];
|
|
1024
|
-
} });
|
|
1025
|
-
const { default: __VLS_267 } = __VLS_263.slots;
|
|
1026
|
-
var __VLS_263;
|
|
1027
|
-
var __VLS_264;
|
|
1028
|
-
const __VLS_268 = {}.ElButton;
|
|
1029
|
-
/** @type {[typeof __VLS_components.ElButton, typeof __VLS_components.elButton, typeof __VLS_components.ElButton, typeof __VLS_components.elButton, ]} */ ;
|
|
1030
|
-
// @ts-ignore
|
|
1031
|
-
ElButton;
|
|
1032
|
-
// @ts-ignore
|
|
1033
|
-
const __VLS_269 = __VLS_asFunctionalComponent(__VLS_268, new __VLS_268({
|
|
1034
|
-
...{ 'onClick': {} },
|
|
1035
|
-
type: "primary",
|
|
1036
|
-
}));
|
|
1037
|
-
const __VLS_270 = __VLS_269({
|
|
1038
|
-
...{ 'onClick': {} },
|
|
1039
|
-
type: "primary",
|
|
1040
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_269));
|
|
1041
|
-
let __VLS_273;
|
|
1042
|
-
const __VLS_274 = ({ click: {} },
|
|
1043
|
-
{ onClick: (__VLS_ctx.saveTraySiteDialog) });
|
|
1044
|
-
const { default: __VLS_275 } = __VLS_271.slots;
|
|
1045
|
-
// @ts-ignore
|
|
1046
|
-
[saveTraySiteDialog,];
|
|
1047
|
-
var __VLS_271;
|
|
1048
|
-
var __VLS_272;
|
|
1049
|
-
}
|
|
1050
|
-
var __VLS_231;
|
|
1051
|
-
/** @type {__VLS_StyleScopedClasses['form_group']} */ ;
|
|
1052
|
-
/** @type {__VLS_StyleScopedClasses['form_group_title']} */ ;
|
|
1053
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
1054
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
1055
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
1056
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
1057
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
1058
|
-
/** @type {__VLS_StyleScopedClasses['unit']} */ ;
|
|
1059
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
1060
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
1061
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
1062
|
-
/** @type {__VLS_StyleScopedClasses['unit']} */ ;
|
|
1063
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
1064
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
1065
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
1066
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
1067
|
-
/** @type {__VLS_StyleScopedClasses['sameAreaBox']} */ ;
|
|
1068
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
1069
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
1070
|
-
/** @type {__VLS_StyleScopedClasses['unit']} */ ;
|
|
1071
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
1072
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
1073
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
1074
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
1075
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
1076
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
1077
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
1078
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
1079
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
1080
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
1081
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
1082
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
1083
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
1084
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
1085
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
1086
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
1087
|
-
/** @type {__VLS_StyleScopedClasses['sameAreaBox']} */ ;
|
|
1088
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
1089
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
1090
|
-
/** @type {__VLS_StyleScopedClasses['unit']} */ ;
|
|
1091
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
1092
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
1093
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
1094
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
1095
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
1096
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
1097
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
1098
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
1099
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
1100
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
1101
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
1102
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
1103
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
1104
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
1105
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
1106
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
1107
|
-
/** @type {__VLS_StyleScopedClasses['optionCardDialog_footer']} */ ;
|
|
1108
|
-
const __VLS_export = (await import('vue')).defineComponent({});
|
|
1109
|
-
export default {};
|