This commit is contained in:
parent
ab0c82db0e
commit
a3e7e19f9f
|
|
@ -320,7 +320,7 @@ function viewData(experId, devTypeCode) {
|
||||||
'experId': experId,
|
'experId': experId,
|
||||||
'devTypeCode': devTypeCode
|
'devTypeCode': devTypeCode
|
||||||
}
|
}
|
||||||
openIframe7("viewData", title, "child/viewExperData.html", '1500px', '800px', param);
|
openIframe7("viewData", title, "child/viewExperData.html", '1500px', '750px', param);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**/
|
/**/
|
||||||
|
|
|
||||||
|
|
@ -225,5 +225,5 @@ function viewData(experId, devTypeCode) {
|
||||||
'experId': experId,
|
'experId': experId,
|
||||||
'devTypeCode': devTypeCode
|
'devTypeCode': devTypeCode
|
||||||
}
|
}
|
||||||
openIframe7("viewData", title, "child/viewExperData.html", '1500px', '800px', param);
|
openIframe7("viewData", title, "child/viewExperData.html", '1500px', '750px', param);
|
||||||
}
|
}
|
||||||
|
|
@ -168,7 +168,7 @@ function auditData(id, status, btnName) {
|
||||||
'id': id,
|
'id': id,
|
||||||
'status': status
|
'status': status
|
||||||
}
|
}
|
||||||
openIframe3("auditData", title, "child/auditData.html", '1500px', '800px', param);
|
openIframe3("auditData", title, "child/auditData.html", '1500px', '750px', param);
|
||||||
}
|
}
|
||||||
|
|
||||||
const data = {
|
const data = {
|
||||||
|
|
|
||||||
|
|
@ -166,7 +166,7 @@ function auditData(id, status, btnName) {
|
||||||
'id': id,
|
'id': id,
|
||||||
'status':status
|
'status':status
|
||||||
}
|
}
|
||||||
openIframe3("auditData", title, "child/viewAuditData.html", '1500px', '800px', param);
|
openIframe3("auditData", title, "child/viewAuditData.html", '1500px', '750px', param);
|
||||||
}
|
}
|
||||||
|
|
||||||
const data = {
|
const data = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue