This commit is contained in:
parent
797759e2d4
commit
e58abcbf89
|
@ -122,7 +122,7 @@
|
||||||
|
|
||||||
var node = {
|
var node = {
|
||||||
|
|
||||||
iframeUrl: './WeldMat/UsingSentMat/WelderConfirm.aspx?welderCode=' + data.d,
|
iframeUrl: './WeldMat/UsingSentMat/UsingMat.aspx?welderCode=' + data.d,
|
||||||
title: "焊材领用",
|
title: "焊材领用",
|
||||||
id: "UsingMat" + getFormattedDate()
|
id: "UsingMat" + getFormattedDate()
|
||||||
};
|
};
|
||||||
|
|
|
@ -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) {
|
function backData(data) {
|
||||||
//debugger
|
//debugger
|
||||||
|
|
Loading…
Reference in New Issue