From b7a738a16531191b43ea2327acca7d861dfd9f09 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 13 三月 2026 14:25:31 +0800
Subject: [PATCH] #算法增加经过其他出库站点的惩罚系数
---
src/main/webapp/views/basMap/basMap.html | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/basMap/basMap.html b/src/main/webapp/views/basMap/basMap.html
index b5f6011..c001131 100644
--- a/src/main/webapp/views/basMap/basMap.html
+++ b/src/main/webapp/views/basMap/basMap.html
@@ -412,6 +412,22 @@
<div class="toolbar-ops">
<el-button size="small" type="primary" plain icon="el-icon-plus" @click="openCreateDialog">鏂板</el-button>
<el-button size="small" type="danger" plain icon="el-icon-delete" :disabled="selection.length === 0" @click="removeSelection">鍒犻櫎</el-button>
+ <el-button
+ size="small"
+ plain
+ icon="el-icon-upload2"
+ :loading="importingMap"
+ @click="triggerMapImport">
+ 瀵煎叆鍦板浘
+ </el-button>
+ <el-button
+ size="small"
+ plain
+ icon="el-icon-refresh"
+ :loading="initializingLocMast"
+ @click="promptInitLocMast">
+ 鍒濆鍖栧簱浣�
+ </el-button>
<el-popover
placement="bottom"
width="320"
@@ -580,7 +596,7 @@
<el-dialog
class="dialog-panel"
- :title="dialog.mode === 'create' ? '鏂板 BasMap' : '淇敼 BasMap'"
+ :title="dialog.mode === 'create' ? '鏂板鍦板浘' : '淇敼鍦板浘'"
:visible.sync="dialog.visible"
width="760px"
:close-on-click-modal="false">
@@ -659,6 +675,12 @@
<el-button type="primary" :loading="dialog.submitting" @click="submitDialog">淇濆瓨</el-button>
</div>
</el-dialog>
+
+ <input
+ ref="mapUploadInput"
+ type="file"
+ style="display:none;"
+ @change="handleMapFileChange">
</div>
<script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
--
Gitblit v1.9.1