Commit 65cc1e6b by wuwenlong

沟通记录dev

parent 0a124204
...@@ -148,7 +148,7 @@ function showUploadFile(id) { ...@@ -148,7 +148,7 @@ function showUploadFile(id) {
JSColorbox.open({ JSColorbox.open({
href: "HGSC099?methodName=initLoad&inqu_status-0-bizType=XMRY&inqu_status-0-matId=" + id, href: "HGSC099?methodName=initLoad&inqu_status-0-bizType=XMRY&inqu_status-0-matId=" + id,
title: "<div style='text-align: center;'>附件详情</div>", title: "<div style='text-align: center;'>附件详情</div>",
width: "80%", width: "85%",
height: "80%", height: "80%",
}); });
} }
......
...@@ -238,7 +238,7 @@ function showUploadFile(id) { ...@@ -238,7 +238,7 @@ function showUploadFile(id) {
JSColorbox.open({ JSColorbox.open({
href: "HGSC099?methodName=initLoad&inqu_status-0-bizType=LTQD&inqu_status-0-matId=" + id, href: "HGSC099?methodName=initLoad&inqu_status-0-bizType=LTQD&inqu_status-0-matId=" + id,
title: "<div style='text-align: center;'>附件详情</div>", title: "<div style='text-align: center;'>附件详情</div>",
width: "80%", width: "85%",
height: "80%", height: "80%",
}); });
} }
......
...@@ -53,7 +53,7 @@ function showUploadFile(id) { ...@@ -53,7 +53,7 @@ function showUploadFile(id) {
JSColorbox.open({ JSColorbox.open({
href: "HGSC004D?methodName=initLoad&inqu_status-0-matId=" + id, href: "HGSC004D?methodName=initLoad&inqu_status-0-matId=" + id,
title: "<div style='text-align: center;'>附件详情</div>", title: "<div style='text-align: center;'>附件详情</div>",
width: "80%", width: "85%",
height: "80%", height: "80%",
}); });
} }
......
...@@ -51,7 +51,7 @@ function showUploadFile(id) { ...@@ -51,7 +51,7 @@ function showUploadFile(id) {
JSColorbox.open({ JSColorbox.open({
href: "HGSC004D?methodName=initLoad&inqu_status-0-matId=" + id, href: "HGSC004D?methodName=initLoad&inqu_status-0-matId=" + id,
title: "<div style='text-align: center;'>附件详情</div>", title: "<div style='text-align: center;'>附件详情</div>",
width: "80%", width: "85%",
height: "80%", height: "80%",
}); });
} }
......
...@@ -45,7 +45,7 @@ function showUploadFile(id) { ...@@ -45,7 +45,7 @@ function showUploadFile(id) {
JSColorbox.open({ JSColorbox.open({
href: "HGSC004D?methodName=initLoad&inqu_status-0-matId=" + id, href: "HGSC004D?methodName=initLoad&inqu_status-0-matId=" + id,
title: "<div style='text-align: center;'>附件清单</div>", title: "<div style='text-align: center;'>附件清单</div>",
width: "80%", width: "85%",
height: "80%", height: "80%",
}); });
} }
......
...@@ -87,7 +87,7 @@ function showUploadFile(id,bizType,title) { ...@@ -87,7 +87,7 @@ function showUploadFile(id,bizType,title) {
JSColorbox.open({ JSColorbox.open({
href: "HGSC099?methodName=initLoad&inqu_status-0-bizType="+bizType+"&inqu_status-0-matId=" + id, href: "HGSC099?methodName=initLoad&inqu_status-0-bizType="+bizType+"&inqu_status-0-matId=" + id,
title: "<div style='text-align: center;'>"+title+"</div>", title: "<div style='text-align: center;'>"+title+"</div>",
width: "80%", width: "85%",
height: "80%", height: "80%",
}); });
} }
...@@ -96,7 +96,7 @@ function communication(id) { ...@@ -96,7 +96,7 @@ function communication(id) {
JSColorbox.open({ JSColorbox.open({
href: "HGZL004A?methodName=initLoad&inqu_status-0-informId=" + id, href: "HGZL004A?methodName=initLoad&inqu_status-0-informId=" + id,
title: "<div style='text-align: center;'>沟通记录</div>", title: "<div style='text-align: center;'>沟通记录</div>",
width: "80%", width: "85%",
height: "80%", height: "80%",
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment