打印服务调整

master
ChenXono 4 days ago
parent aa14e7cc59
commit 351a0ea804
  1. 4
      lis-framework-springboot/src/main/resources/application-local.yml
  2. 8
      lis-module-grp-quotation-web/src/main/webapp/g_quot/LSQuotETSubmitInput.js
  3. 2
      lis-module-grp-quotation-web/src/main/webapp/g_quot/LSQuotQueryUserAddInput.js

@ -25,3 +25,7 @@ xxl:
port: 9998 # 执行器端口
logpath: /data/applogs/xxl-job/jobhandler
logretentiondays: 30
forest:
variables:
baseUrl: http://139.196.45.197:29001

@ -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;
}

@ -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(); //提交
}

Loading…
Cancel
Save