From bc7cca2032fbc9c359ab80080b6da2421a29d6d2 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期四, 11 九月 2025 15:10:51 +0800
Subject: [PATCH] 修改登录服务器选择功能,采购入库光标默认根据客户设置
---
pages/caigouruku/form.vue | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/pages/caigouruku/form.vue b/pages/caigouruku/form.vue
index dd86f7b..58efdb3 100644
--- a/pages/caigouruku/form.vue
+++ b/pages/caigouruku/form.vue
@@ -378,8 +378,15 @@
this.RoadBillMain(e.HInterID)
this.barCodeFocus = true
} else {
- this.getNewData()
- this.HSourceBillNoFocus = true
+ this.getNewData();
+ //濡傛灉鏈嶅姟鍣ㄥ湴鍧�鏃舵捣璇�
+ if(this.serverUrl=='http://122.228.39.234:7177/API/')
+ {
+ this.barCodeFocus = true
+ }else{
+ this.HSourceBillNoFocus = true
+ }
+
}
this.getHSupList()
--
Gitblit v1.9.1