From 351a0ea804fd8e7b3af4934685e421c1aaa8e5bb Mon Sep 17 00:00:00 2001 From: ChenXono <184642819@qq.com> Date: Thu, 21 May 2026 10:16:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=9C=8D=E5=8A=A1=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-local.yml | 4 ++++ .../src/main/webapp/g_quot/LSQuotETSubmitInput.js | 8 ++++---- .../src/main/webapp/g_quot/LSQuotQueryUserAddInput.js | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/lis-framework-springboot/src/main/resources/application-local.yml b/lis-framework-springboot/src/main/resources/application-local.yml index 04878930..7f63a501 100644 --- a/lis-framework-springboot/src/main/resources/application-local.yml +++ b/lis-framework-springboot/src/main/resources/application-local.yml @@ -25,3 +25,7 @@ xxl: port: 9998 # 执行器端口 logpath: /data/applogs/xxl-job/jobhandler logretentiondays: 30 + +forest: + variables: + baseUrl: http://139.196.45.197:29001 \ No newline at end of file diff --git a/lis-module-grp-quotation-web/src/main/webapp/g_quot/LSQuotETSubmitInput.js b/lis-module-grp-quotation-web/src/main/webapp/g_quot/LSQuotETSubmitInput.js index d19540a5..2fd5ebdd 100644 --- a/lis-module-grp-quotation-web/src/main/webapp/g_quot/LSQuotETSubmitInput.js +++ b/lis-module-grp-quotation-web/src/main/webapp/g_quot/LSQuotETSubmitInput.js @@ -585,7 +585,7 @@ function submitForm(obj) { var iLeft = (window.screen.availWidth - iWidth) / 2; //获得窗口的水平位置 var showInfo = window.open (urlStr,name, "status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=0,titlebar=no,height="+ iHeight+",width="+iWidth+",innerHeight="+iHeight+",innerWidth=" +iWidth+",left="+iLeft+",top="+iTop,false); - showInfo.focus(); + // showInfo.focus(); /*obj.submit();*/ ajaxSubmit2(obj); } @@ -606,7 +606,7 @@ function submitForm1(obj) { var iLeft = (window.screen.availWidth - iWidth) / 2; //获得窗口的水平位置 var showInfo = window.open (urlStr,name, "status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=0,titlebar=no,height="+ iHeight+",width="+iWidth+",innerHeight="+iHeight+",innerWidth=" +iWidth+",left="+iLeft+",top="+iTop,false); - showInfo.focus(); + // showInfo.focus(); /*obj.submit();*/ ajaxSubmit(obj); } @@ -678,7 +678,7 @@ function afterSubmit(FlagStr, content) { var iLeft = (window.screen.availWidth - iWidth) / 2; //获得窗口的水平位置 var showInfo = window.open (urlStr,name, "status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=0,titlebar=no,height="+ iHeight+",width="+iWidth+",innerHeight="+iHeight+",innerWidth=" +iWidth+",left="+iLeft+",top="+iTop,false); - showInfo.focus(); + // showInfo.focus(); } else { var urlStr = "../common/jsp/MessagePage.jsp?picture=S&content="+ encodeURIComponent(content); //showModalDialog(urlStr,window,"status:no;help:0;close:0;dialogWidth:550px;dialogHeight:250px"); @@ -689,7 +689,7 @@ function afterSubmit(FlagStr, content) { var iLeft = (window.screen.availWidth - iWidth) / 2; //获得窗口的水平位置 var showInfo = window.open (urlStr,name, "status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=0,titlebar=no,height="+ iHeight+",width="+iWidth+",innerHeight="+iHeight+",innerWidth=" +iWidth+",left="+iLeft+",top="+iTop,false); - showInfo.focus(); + // showInfo.focus(); location.href = "./LSQuotETQueryInput.jsp?IsHealthy="+IsHealthy; } diff --git a/lis-module-grp-quotation-web/src/main/webapp/g_quot/LSQuotQueryUserAddInput.js b/lis-module-grp-quotation-web/src/main/webapp/g_quot/LSQuotQueryUserAddInput.js index 1b3cc6ef..e8e37191 100644 --- a/lis-module-grp-quotation-web/src/main/webapp/g_quot/LSQuotQueryUserAddInput.js +++ b/lis-module-grp-quotation-web/src/main/webapp/g_quot/LSQuotQueryUserAddInput.js @@ -370,7 +370,7 @@ function submitForm() { var iTop = (window.screen.availHeight - iHeight) / 2; //获得窗口的垂直位置 var iLeft = (window.screen.availWidth - iWidth) / 2; //获得窗口的水平位置 showInfo = window.open(urlStr, name, "status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=0,titlebar=no,height=" + iHeight + ",width=" + iWidth + ",innerHeight=" + iHeight + ",innerWidth=" + iWidth + ",left=" + iLeft + ",top=" + iTop, false); - showInfo.focus(); + // showInfo.focus(); fm.submit(); //提交 }