From 22e17b6db03ca58bc477a35ca067e55a09cffce7 Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期三, 10 十二月 2025 17:04:08 +0800
Subject: [PATCH] 添加工程表及相关逻辑,防止重复导入Excel表序号重复生成
---
mes-web/src/views/device/components/DeviceLogicConfig/LoadVehicleConfig.vue | 32 --------------------------------
1 files changed, 0 insertions(+), 32 deletions(-)
diff --git a/mes-web/src/views/device/components/DeviceLogicConfig/LoadVehicleConfig.vue b/mes-web/src/views/device/components/DeviceLogicConfig/LoadVehicleConfig.vue
index 554bb78..e1b672b 100644
--- a/mes-web/src/views/device/components/DeviceLogicConfig/LoadVehicleConfig.vue
+++ b/mes-web/src/views/device/components/DeviceLogicConfig/LoadVehicleConfig.vue
@@ -44,19 +44,6 @@
<span class="form-tip">澶氬潡鐜荤拑涔嬮棿鐨勭墿鐞嗛棿闅旂┖闅欙紝榛樿200mm</span>
</el-form-item>
</el-col>
- <el-col :span="12">
- <el-form-item label="榛樿鐜荤拑闀垮害(mm)">
- <el-input-number
- v-model="config.defaultGlassLength"
- :min="100"
- :max="10000"
- :step="100"
- style="width: 100%;"
- @change="emitConfigUpdate"
- />
- <span class="form-tip">褰撶幓鐠冩湭鎻愪緵闀垮害鏃朵娇鐢ㄧ殑榛樿鍊�</span>
- </el-form-item>
- </el-col>
</el-row>
<el-row :gutter="20">
@@ -149,21 +136,6 @@
</el-col>
</el-row>
- <el-row :gutter="20">
- <el-col :span="12">
- <el-form-item label="鏈�澶ч噸璇曟鏁�">
- <el-input-number
- v-model="config.maxRetryCount"
- :min="0"
- :max="10"
- :step="1"
- style="width: 100%;"
- @change="emitConfigUpdate"
- />
- </el-form-item>
- </el-col>
- </el-row>
-
<el-form-item label="浣嶇疆鏄犲皠">
<div class="position-mapping">
<div
@@ -222,7 +194,6 @@
vehicleCapacity: 6000,
vehicleSpeed: 1.0,
glassGap: 200,
- defaultGlassLength: 2000,
homePosition: 0,
minRange: 1,
maxRange: 100,
@@ -230,7 +201,6 @@
taskMonitorIntervalMs: 1000,
mesConfirmTimeoutMs: 30000,
autoFeed: true,
- maxRetryCount: 5,
positionMapping: {}
})
@@ -282,7 +252,6 @@
vehicleCapacity: newVal.vehicleCapacity ?? 6000,
vehicleSpeed: newVal.vehicleSpeed ?? 1.0,
glassGap: newVal.glassGap ?? 200,
- defaultGlassLength: newVal.defaultGlassLength ?? 2000,
homePosition: newVal.homePosition ?? 0,
minRange: newVal.minRange ?? 1,
maxRange: newVal.maxRange ?? 100,
@@ -290,7 +259,6 @@
taskMonitorIntervalMs: newVal.taskMonitorIntervalMs ?? 1000,
mesConfirmTimeoutMs: newVal.mesConfirmTimeoutMs ?? 30000,
autoFeed: newVal.autoFeed ?? true,
- maxRetryCount: newVal.maxRetryCount ?? 5,
positionMapping: newVal.positionMapping || {}
}
// 灏嗘绉掕浆鎹负绉掔敤浜庢樉绀�
--
Gitblit v1.8.0