This commit is contained in:
李超 2025-08-14 11:13:15 +08:00
parent 797759e2d4
commit e58abcbf89
2 changed files with 2 additions and 20 deletions

View File

@ -122,7 +122,7 @@
var node = {
iframeUrl: './WeldMat/UsingSentMat/WelderConfirm.aspx?welderCode=' + data.d,
iframeUrl: './WeldMat/UsingSentMat/UsingMat.aspx?welderCode=' + data.d,
title: "焊材领用",
id: "UsingMat" + getFormattedDate()
};

View File

@ -64,25 +64,7 @@
}
}
function FingerConfirm(keyId, flag, grid) {
var result = window.showModalDialog("../../FingerMark/FingerConfirm.aspx?keyId=" + keyId + "&flag=" + flag + "&grid=" + grid, "", "status=no;dialogWidth=610px;dialogHeight=460px;menu=no;resizeable=no;scroll=no;center=yes;edge=raise;location=no");
}
function FaceConfirm(keyId, flag, grid) {
var result = window.showModalDialog("../../RLSB/FaceConfirm.aspx?keyId=" + keyId + "&flag=" + flag + "&grid=" + grid, "", "status=no;dialogWidth=1260px;dialogHeight=680px;menu=no;resizeable=no;scroll=yes;center=yes;edge=raise;location=no");
}
// function CodeConfirm(keyId, flag, grid) {
// var result = window.showModalDialog("CodeConfirm.aspx?keyId=" + keyId + "&flag=" + flag + "&grid=" + grid, "", "status=no;dialogWidth=600px;dialogHeight=280px;menu=no;resizeable=no;scroll=yes;center=yes;edge=raise;location=no");
//}
function CodeConfirm(keyId, flag, grid) {
var result = window.showModalDialog("LC700.aspx?keyId=" + keyId + "&flag=" + flag + "&grid=" + grid, "", "status=no;dialogWidth=600px;dialogHeight=280px;menu=no;resizeable=no;scroll=yes;center=yes;edge=raise;location=no");
}
function ReportPrint(reportId, replaceParameter, varValue) {
var result = window.showModalDialog("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&projectId=0&reportId=" + reportId + "&replaceParameter=" + replaceParameter + "&varValue=" + varValue, "", "status=no;dialogWidth=610px;dialogHeight=460px;menu=no;resizeable=no;scroll=no;center=yes;edge=raise;location=no");
}
function backData(data) {
//debugger