From 32ef9ded8b43b1e9aa4d462da77a6215051c7aaf Mon Sep 17 00:00:00 2001
From: pengjun <158915633@qq.com>
Date: Mon, 29 Dec 2025 19:10:48 +0800
Subject: [PATCH] seo
---
public/sysConfig.json | 2 +-
src/components/customerOrg/ContactPerson.vue | 4 ++--
.../customerOrg/customerOrgRegister.vue | 2 +-
src/views/customerOrg/customerOrg.vue | 2 +-
src/views/fee-settings/cardRegister.vue | 20 ++++++++++++-------
5 files changed, 18 insertions(+), 12 deletions(-)
diff --git a/public/sysConfig.json b/public/sysConfig.json
index 0864a2d..5964923 100644
--- a/public/sysConfig.json
+++ b/public/sysConfig.json
@@ -1,5 +1,5 @@
{
- "apiurl": "http://192.168.0.188:9527",
+ "apiurl": "http://192.168.0.188:9530",
"softName": "神豚体检管理系统",
"pacsApi": "http://192.168.0.188:9530",
"dcmViewers": "https://app.mzaktj.com:4436",
diff --git a/src/components/customerOrg/ContactPerson.vue b/src/components/customerOrg/ContactPerson.vue
index 9c0d26a..8c30835 100644
--- a/src/components/customerOrg/ContactPerson.vue
+++ b/src/components/customerOrg/ContactPerson.vue
@@ -2,7 +2,7 @@
-
@@ -25,7 +25,7 @@
-
diff --git a/src/components/customerOrg/customerOrgRegister.vue b/src/components/customerOrg/customerOrgRegister.vue
index 878e988..eadeca8 100644
--- a/src/components/customerOrg/customerOrgRegister.vue
+++ b/src/components/customerOrg/customerOrgRegister.vue
@@ -2,7 +2,7 @@
diff --git a/src/views/customerOrg/customerOrg.vue b/src/views/customerOrg/customerOrg.vue
index 66e2849..3e59866 100644
--- a/src/views/customerOrg/customerOrg.vue
+++ b/src/views/customerOrg/customerOrg.vue
@@ -11,7 +11,7 @@
-
+
diff --git a/src/views/fee-settings/cardRegister.vue b/src/views/fee-settings/cardRegister.vue
index 359c308..fda5bfb 100644
--- a/src/views/fee-settings/cardRegister.vue
+++ b/src/views/fee-settings/cardRegister.vue
@@ -1153,9 +1153,6 @@ export default {
// 导入建卡 -- 确定导入
btnImportCardOK() {
- this.elProgress.display = true;
- this.elProgress.percentage = 0;
-
this.importCols = []
this.excelCols.forEach(e => {
if (e.val) {
@@ -1168,10 +1165,19 @@ export default {
if (e.choosed) this.choosedData.push(e)
});
- //导入进行中
- this.importing(this.dataImportOpts.startRow)
- // 开始导入时,清除选择的 文件
- document.getElementById('fileNames').value = '';
+ if (this.choosedData.length == 0) {
+ this.$message.warning({ showClose: true, message: '请选中要导入的记录' })
+ return
+ } else {
+ this.elProgress.display = true;
+ this.elProgress.percentage = 0;
+ //导入进行中
+ this.importing(this.dataImportOpts.startRow)
+ // 开始导入时,清除选择的 文件
+ document.getElementById('fileNames').value = '';
+ }
+
+
},
//导入完后,导入状态显示