123456789101112131415 |
- (function (c) {
- config.init();
- var a = [{
- name: decodeURI(decodeURI(Fx.getUrlParam("name"))),
- date: Fx.getUrlParam("date")
- }];
- hzAPI.options.templateHtml[0] = c(".abstract").html();
- c(".abstract").html(hzAPI.setTemplate(hzAPI.options.templateHtml[0], a));
- c(".abstract").show();
- var b = {
- hospitalId: "1000",
- testNo: Fx.getUrlParam("id")
- };
- hzAPI.getData(window.apiUrl+"?c=ReqHis&a=labTestInfo", b, ".body table tbody", 1, true, null, true, "未出报告")
- })(Zepto);
|