From a6ddc35c9f177ec73abef648fed0ac6de16d856f Mon Sep 17 00:00:00 2001 From: pjb <pjb123456> Date: 星期六, 26 七月 2025 16:18:07 +0800 Subject: [PATCH] rgv调动分配优化:判断当前任务取货站点后续小车任务放货完后能不能取当前任务 --- src/main/webapp/views/index.html | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html index 7548540..da21376 100644 --- a/src/main/webapp/views/index.html +++ b/src/main/webapp/views/index.html @@ -226,17 +226,17 @@ <!-- </div>--> <!-- Stations on outer ring--> <div v-for="station in tableDataDev" class="station" :style="{ top: station.valueY + 'px', left: station.valueX + 'px' }">{{ station.index }}</div> - <div> - <el-switch - style="display: block" - v-model="valueSystem" - active-color="#13ce66" - inactive-color="#A64036" - active-text="绯荤粺杩愯涓�..." - inactive-text="绯荤粺宸插仠姝�!" - @change='upDateValueSystem'> - </el-switch> - </div> +<!-- <div>--> +<!-- <el-switch--> +<!-- style="display: block"--> +<!-- v-model="valueSystem"--> +<!-- active-color="#13ce66"--> +<!-- inactive-color="#A64036"--> +<!-- active-text="绯荤粺杩愯涓�..."--> +<!-- inactive-text="绯荤粺宸插仠姝�!"--> +<!-- @change='upDateValueSystem'>--> +<!-- </el-switch>--> +<!-- </div>--> <!-- Buses --> <div v-for="bus in tableDataRgv" class="bus" :style="{ top: bus.valueY + 'px', left: bus.valueX + 'px' , borderColor: bus.modeColor, backgroundColor: bus.statusColor}">{{ bus.index }}</div> </div> -- Gitblit v1.9.1