/** * */ $(document).ready(function() { getDetail(); window.setInterval(getDetail, 30000); }); function getDetail(type) { if( type!="" && type!=null && type!=undefined) { $("#type").val(type); }else { type=$("#type").val(); } $.ajax({ url : "/matrix/ztAjax.action", type : "post", cache : false, dataType : "json", data : {}, async : false, ifModified : false, success : function(res) { $("#QYGS_YXTS").html(res["QYGS_YXTS"]); $("#QYGS_DJTS").html(res["QYGS_DJTS"]); $("#QYGS_WHTS").html(res["QYGS_WHTS"]); $("#QYGS_GZTS").html(res["QYGS_GZTS"]); $("#QYGS_LXTS").html(res["QYGS_LXTS"]); $("#QYGS_XDTS").html(res["QYGS_XDTS"]); $("#QYGS_JRTS").html(res["QYGS_JRTS"]); $("#CL_FDC_JRTS").html(res["CL_FDC_JRTS"]); $("#CL_FDC_YXTS").html(res["CL_FDC_YXTS"]); $("#CL_FDC_DJTS").html(res["CL_FDC_DJTS"]); $("#CL_FDC_WHTS").html(res["CL_FDC_WHTS"]); $("#CL_FDC_GZTS").html(res["CL_FDC_GZTS"]); $("#CL_FDC_LXTS").html(res["CL_FDC_LXTS"]); $("#CL_FDC_XDTS").html(res["CL_FDC_XDTS"]); $("#KB_FDC_JRTS").html(res["KB_FDC_JRTS"]); $("#KB_FDC_YXTS").html(res["KB_FDC_YXTS"]); $("#KB_FDC_DJTS").html(res["KB_FDC_DJTS"]); $("#KB_FDC_WHTS").html(res["KB_FDC_WHTS"]); $("#KB_FDC_GZTS").html(res["KB_FDC_GZTS"]); $("#KB_FDC_LXTS").html(res["KB_FDC_LXTS"]); $("#KB_FDC_XDTS").html(res["KB_FDC_XDTS"]); $("#DX_FDC_JRTS").html(res["DX_FDC_JRTS"]); $("#DX_FDC_YXTS").html(res["DX_FDC_YXTS"]); $("#DX_FDC_DJTS").html(res["DX_FDC_DJTS"]); $("#DX_FDC_WHTS").html(res["DX_FDC_WHTS"]); $("#DX_FDC_GZTS").html(res["DX_FDC_GZTS"]); $("#DX_FDC_LXTS").html(res["DX_FDC_LXTS"]); $("#DX_FDC_XDTS").html(res["DX_FDC_XDTS"]); $("#SY_FDC_JRTS").html(res["SY_FDC_JRTS"]); $("#SY_FDC_YXTS").html(res["SY_FDC_YXTS"]); $("#SY_FDC_DJTS").html(res["SY_FDC_DJTS"]); $("#SY_FDC_WHTS").html(res["SY_FDC_WHTS"]); $("#SY_FDC_GZTS").html(res["SY_FDC_GZTS"]); $("#SY_FDC_LXTS").html(res["SY_FDC_LXTS"]); $("#SY_FDC_XDTS").html(res["SY_FDC_XDTS"]); /*********************************代县begin***********************************************/ getStateType(res["DX01_002"],"DX01_002",type); getStateType(res["DX01_003"],"DX01_003",type); getStateType(res["DX01_004"],"DX01_004",type); getStateType(res["DX01_005"],"DX01_005",type); getStateType(res["DX01_006"],"DX01_006",type); getStateType(res["DX01_007"],"DX01_007",type); getStateType(res["DX01_008"],"DX01_008",type); getStateType(res["DX01_009"],"DX01_009",type); getStateType(res["DX01_010"],"DX01_010",type); getStateType(res["DX01_011"],"DX01_011",type); getStateType(res["DX01_012"],"DX01_012",type); getStateType(res["DX01_013"],"DX01_013",type); getStateType(res["DX01_014"],"DX01_014",type); getStateType(res["DX01_015"],"DX01_015",type); getStateType(res["DX01_016"],"DX01_016",type); $("#DX01_002code").html(res["DX01_002code"]); $("#DX01_003code").html(res["DX01_003code"]); $("#DX01_004code").html(res["DX01_004code"]); $("#DX01_005code").html(res["DX01_005code"]); $("#DX01_006code").html(res["DX01_006code"]); $("#DX01_007code").html(res["DX01_007code"]); $("#DX01_008code").html(res["DX01_008code"]); $("#DX01_009code").html(res["DX01_009code"]); $("#DX01_010code").html(res["DX01_010code"]); $("#DX01_011code").html(res["DX01_011code"]); $("#DX01_012code").html(res["DX01_012code"]); $("#DX01_013code").html(res["DX01_013code"]); $("#DX01_014code").html(res["DX01_014code"]); $("#DX01_015code").html(res["DX01_015code"]); $("#DX01_016code").html(res["DX01_016code"]); /*****************************代县end***************************************************/ /*********************************崇礼begin***********************************************/ getStateType(res["CL01_001"],"CL01_001",type); getStateType(res["CL01_002"],"CL01_002",type); getStateType(res["CL01_003"],"CL01_003",type); getStateType(res["CL01_004"],"CL01_004",type); getStateType(res["CL01_005"],"CL01_005",type); getStateType(res["CL01_006"],"CL01_006",type); getStateType(res["CL01_007"],"CL01_007",type); getStateType(res["CL01_008"],"CL01_008",type); getStateType(res["CL01_009"],"CL01_009",type); getStateType(res["CL01_010"],"CL01_010",type); getStateType(res["CL01_011"],"CL01_011",type); getStateType(res["CL01_012"],"CL01_012",type); getStateType(res["CL01_013"],"CL01_013",type); getStateType(res["CL01_014"],"CL01_014",type); getStateType(res["CL01_015"],"CL01_015",type); getStateType(res["CL01_016"],"CL01_016",type); getStateType(res["CL01_017"],"CL01_017",type); getStateType(res["CL01_018"],"CL01_018",type); getStateType(res["CL01_019"],"CL01_019",type); getStateType(res["CL01_020"],"CL01_020",type); getStateType(res["CL01_021"],"CL01_021",type); getStateType(res["CL01_022"],"CL01_022",type); getStateType(res["CL01_023"],"CL01_023",type); getStateType(res["CL01_024"],"CL01_024",type); getStateType(res["CL01_025"],"CL01_025",type); getStateType(res["CL01_026"],"CL01_026",type); getStateType(res["CL01_027"],"CL01_027",type); getStateType(res["CL01_028"],"CL01_028",type); getStateType(res["CL01_029"],"CL01_029",type); getStateType(res["CL01_030"],"CL01_030",type); getStateType(res["CL01_031"],"CL01_031",type); getStateType(res["CL01_032"],"CL01_032",type); getStateType(res["CL01_033"],"CL01_033",type); getStateType(res["CL01_034"],"CL01_034",type); getStateType(res["CL01_035"],"CL01_035",type); getStateType(res["CL01_036"],"CL01_036",type); getStateType(res["CL01_037"],"CL01_037",type); getStateType(res["CL01_038"],"CL01_038",type); getStateType(res["CL01_039"],"CL01_039",type); getStateType(res["CL01_040"],"CL01_040",type); getStateType(res["CL01_041"],"CL01_041",type); getStateType(res["CL01_042"],"CL01_042",type); getStateType(res["CL01_043"],"CL01_043",type); getStateType(res["CL01_044"],"CL01_044",type); getStateType(res["CL01_045"],"CL01_045",type); getStateType(res["CL01_046"],"CL01_046",type); getStateType(res["CL01_047"],"CL01_047",type); getStateType(res["CL01_048"],"CL01_048",type); getStateType(res["CL01_049"],"CL01_049",type); getStateType(res["CL01_050"],"CL01_050",type); getStateType(res["CL01_051"],"CL01_051",type); getStateType(res["CL01_052"],"CL01_052",type); getStateType(res["CL01_053"],"CL01_053",type); getStateType(res["CL01_054"],"CL01_054",type); getStateType(res["CL01_055"],"CL01_055",type); getStateType(res["CL01_056"],"CL01_056",type); getStateType(res["CL01_057"],"CL01_057",type); getStateType(res["CL01_058"],"CL01_058",type); getStateType(res["CL01_059"],"CL01_059",type); getStateType(res["CL01_060"],"CL01_060",type); getStateType(res["CL01_061"],"CL01_061",type); getStateType(res["CL01_062"],"CL01_062",type); getStateType(res["CL01_063"],"CL01_063",type); getStateType(res["CL01_064"],"CL01_064",type); getStateType(res["CL01_065"],"CL01_065",type); getStateType(res["CL01_066"],"CL01_066",type); $("#CL01_001code").html(res["CL01_001code"]); $("#CL01_002code").html(res["CL01_002code"]); $("#CL01_003code").html(res["CL01_003code"]); $("#CL01_004code").html(res["CL01_004code"]); $("#CL01_005code").html(res["CL01_005code"]); $("#CL01_006code").html(res["CL01_006code"]); $("#CL01_007code").html(res["CL01_007code"]); $("#CL01_008code").html(res["CL01_008code"]); $("#CL01_009code").html(res["CL01_009code"]); $("#CL01_010code").html(res["CL01_010code"]); $("#CL01_011code").html(res["CL01_011code"]); $("#CL01_012code").html(res["CL01_012code"]); $("#CL01_013code").html(res["CL01_013code"]); $("#CL01_014code").html(res["CL01_014code"]); $("#CL01_015code").html(res["CL01_015code"]); $("#CL01_016code").html(res["CL01_016code"]); $("#CL01_017code").html(res["CL01_017code"]); $("#CL01_018code").html(res["CL01_018code"]); $("#CL01_019code").html(res["CL01_019code"]); $("#CL01_020code").html(res["CL01_020code"]); $("#CL01_021code").html(res["CL01_021code"]); $("#CL01_022code").html(res["CL01_022code"]); $("#CL01_023code").html(res["CL01_023code"]); $("#CL01_024code").html(res["CL01_024code"]); $("#CL01_025code").html(res["CL01_025code"]); $("#CL01_026code").html(res["CL01_026code"]); $("#CL01_027code").html(res["CL01_027code"]); $("#CL01_028code").html(res["CL01_028code"]); $("#CL01_029code").html(res["CL01_029code"]); $("#CL01_030code").html(res["CL01_030code"]); $("#CL01_031code").html(res["CL01_031code"]); $("#CL01_032code").html(res["CL01_032code"]); $("#CL01_033code").html(res["CL01_033code"]); $("#CL01_034code").html(res["CL01_034code"]); $("#CL01_035code").html(res["CL01_035code"]); $("#CL01_036code").html(res["CL01_036code"]); $("#CL01_037code").html(res["CL01_037code"]); $("#CL01_038code").html(res["CL01_038code"]); $("#CL01_039code").html(res["CL01_039code"]); $("#CL01_040code").html(res["CL01_040code"]); $("#CL01_041code").html(res["CL01_041code"]); $("#CL01_042code").html(res["CL01_042code"]); $("#CL01_043code").html(res["CL01_043code"]); $("#CL01_044code").html(res["CL01_044code"]); $("#CL01_045code").html(res["CL01_045code"]); $("#CL01_046code").html(res["CL01_046code"]); $("#CL01_047code").html(res["CL01_047code"]); $("#CL01_048code").html(res["CL01_048code"]); $("#CL01_049code").html(res["CL01_049code"]); $("#CL01_050code").html(res["CL01_050code"]); $("#CL01_051code").html(res["CL01_051code"]); $("#CL01_052code").html(res["CL01_052code"]); $("#CL01_053code").html(res["CL01_053code"]); $("#CL01_054code").html(res["CL01_054code"]); $("#CL01_055code").html(res["CL01_055code"]); $("#CL01_056code").html(res["CL01_056code"]); $("#CL01_057code").html(res["CL01_057code"]); $("#CL01_058code").html(res["CL01_058code"]); $("#CL01_059code").html(res["CL01_059code"]); $("#CL01_060code").html(res["CL01_060code"]); $("#CL01_061code").html(res["CL01_061code"]); $("#CL01_062code").html(res["CL01_062code"]); $("#CL01_063code").html(res["CL01_063code"]); $("#CL01_064code").html(res["CL01_064code"]); $("#CL01_065code").html(res["CL01_065code"]); $("#CL01_066code").html(res["CL01_066code"]); /*****************************崇礼end***************************************************/ /*********************************康保begin***********************************************/ getStateType(res["KB01_001"],"KB01_001",type); getStateType(res["KB01_002"],"KB01_002",type); getStateType(res["KB01_003"],"KB01_003",type); getStateType(res["KB01_004"],"KB01_004",type); getStateType(res["KB01_005"],"KB01_005",type); getStateType(res["KB01_006"],"KB01_006",type); getStateType(res["KB01_007"],"KB01_007",type); getStateType(res["KB01_008"],"KB01_008",type); getStateType(res["KB01_009"],"KB01_009",type); getStateType(res["KB01_010"],"KB01_010",type); getStateType(res["KB01_011"],"KB01_011",type); getStateType(res["KB01_012"],"KB01_012",type); getStateType(res["KB01_013"],"KB01_013",type); getStateType(res["KB01_014"],"KB01_014",type); getStateType(res["KB01_015"],"KB01_015",type); getStateType(res["KB01_016"],"KB01_016",type); getStateType(res["KB01_017"],"KB01_017",type); getStateType(res["KB01_018"],"KB01_018",type); getStateType(res["KB01_019"],"KB01_019",type); getStateType(res["KB01_020"],"KB01_020",type); getStateType(res["KB01_021"],"KB01_021",type); getStateType(res["KB01_022"],"KB01_022",type); getStateType(res["KB01_023"],"KB01_023",type); getStateType(res["KB01_024"],"KB01_024",type); getStateType(res["KB01_025"],"KB01_025",type); getStateType(res["KB01_026"],"KB01_026",type); getStateType(res["KB01_027"],"KB01_027",type); getStateType(res["KB01_028"],"KB01_028",type); getStateType(res["KB01_029"],"KB01_029",type); getStateType(res["KB01_030"],"KB01_030",type); getStateType(res["KB01_031"],"KB01_031",type); getStateType(res["KB01_032"],"KB01_032",type); getStateType(res["KB01_033"],"KB01_033",type); getStateType(res["KB01_034"],"KB01_034",type); getStateType(res["KB01_035"],"KB01_035",type); getStateType(res["KB01_036"],"KB01_036",type); getStateType(res["KB01_037"],"KB01_037",type); getStateType(res["KB01_038"],"KB01_038",type); getStateType(res["KB01_039"],"KB01_039",type); getStateType(res["KB01_040"],"KB01_040",type); getStateType(res["KB01_041"],"KB01_041",type); getStateType(res["KB01_042"],"KB01_042",type); getStateType(res["KB01_043"],"KB01_043",type); getStateType(res["KB01_044"],"KB01_044",type); getStateType(res["KB01_045"],"KB01_045",type); getStateType(res["KB01_046"],"KB01_046",type); getStateType(res["KB01_047"],"KB01_047",type); getStateType(res["KB01_048"],"KB01_048",type); getStateType(res["KB01_049"],"KB01_049",type); getStateType(res["KB01_050"],"KB01_050",type); getStateType(res["KB01_051"],"KB01_051",type); getStateType(res["KB01_052"],"KB01_052",type); getStateType(res["KB01_053"],"KB01_053",type); getStateType(res["KB01_054"],"KB01_054",type); getStateType(res["KB01_055"],"KB01_055",type); getStateType(res["KB01_056"],"KB01_056",type); getStateType(res["KB01_057"],"KB01_057",type); getStateType(res["KB01_058"],"KB01_058",type); getStateType(res["KB01_059"],"KB01_059",type); getStateType(res["KB01_060"],"KB01_060",type); getStateType(res["KB01_061"],"KB01_061",type); getStateType(res["KB01_062"],"KB01_062",type); getStateType(res["KB01_063"],"KB01_063",type); getStateType(res["KB01_064"],"KB01_064",type); getStateType(res["KB01_065"],"KB01_065",type); getStateType(res["KB01_066"],"KB01_066",type); getStateType(res["KB01_067"],"KB01_067",type); getStateType(res["KB01_068"],"KB01_068",type); getStateType(res["KB01_069"],"KB01_069",type); getStateType(res["KB01_070"],"KB01_070",type); getStateType(res["KB01_071"],"KB01_071",type); getStateType(res["KB01_072"],"KB01_072",type); getStateType(res["KB01_073"],"KB01_073",type); getStateType(res["KB01_074"],"KB01_074",type); getStateType(res["KB01_075"],"KB01_075",type); getStateType(res["KB01_076"],"KB01_076",type); getStateType(res["KB01_077"],"KB01_077",type); getStateType(res["KB01_078"],"KB01_078",type); getStateType(res["KB01_079"],"KB01_079",type); getStateType(res["KB01_080"],"KB01_080",type); getStateType(res["KB01_081"],"KB01_081",type); getStateType(res["KB01_082"],"KB01_082",type); getStateType(res["KB01_083"],"KB01_083",type); getStateType(res["KB01_084"],"KB01_084",type); getStateType(res["KB01_085"],"KB01_085",type); getStateType(res["KB01_086"],"KB01_086",type); getStateType(res["KB01_087"],"KB01_087",type); getStateType(res["KB01_088"],"KB01_088",type); getStateType(res["KB01_089"],"KB01_089",type); getStateType(res["KB01_090"],"KB01_090",type); getStateType(res["KB01_091"],"KB01_091",type); getStateType(res["KB01_092"],"KB01_092",type); getStateType(res["KB01_093"],"KB01_093",type); getStateType(res["KB01_094"],"KB01_094",type); getStateType(res["KB01_095"],"KB01_095",type); getStateType(res["KB01_096"],"KB01_096",type); getStateType(res["KB01_097"],"KB01_097",type); getStateType(res["KB01_098"],"KB01_098",type); getStateType(res["KB01_099"],"KB01_099",type); /*-康保四期150台-*/ getStateType(res["KB01_100"],"KB01_100",type); getStateType(res["KB01_101"],"KB01_101",type); getStateType(res["KB01_102"],"KB01_102",type); getStateType(res["KB01_103"],"KB01_103",type); getStateType(res["KB01_104"],"KB01_104",type); getStateType(res["KB01_105"],"KB01_105",type); getStateType(res["KB01_106"],"KB01_106",type); getStateType(res["KB01_107"],"KB01_107",type); getStateType(res["KB01_108"],"KB01_108",type); getStateType(res["KB01_109"],"KB01_109",type); getStateType(res["KB01_110"],"KB01_110",type); getStateType(res["KB01_111"],"KB01_111",type); getStateType(res["KB01_112"],"KB01_112",type); getStateType(res["KB01_113"],"KB01_113",type); getStateType(res["KB01_114"],"KB01_114",type); getStateType(res["KB01_115"],"KB01_115",type); getStateType(res["KB01_116"],"KB01_116",type); getStateType(res["KB01_117"],"KB01_117",type); getStateType(res["KB01_118"],"KB01_118",type); getStateType(res["KB01_119"],"KB01_119",type); getStateType(res["KB01_120"],"KB01_120",type); getStateType(res["KB01_121"],"KB01_121",type); getStateType(res["KB01_122"],"KB01_122",type); getStateType(res["KB01_123"],"KB01_123",type); getStateType(res["KB01_124"],"KB01_124",type); getStateType(res["KB01_125"],"KB01_125",type); getStateType(res["KB01_126"],"KB01_126",type); getStateType(res["KB01_127"],"KB01_127",type); getStateType(res["KB01_128"],"KB01_128",type); getStateType(res["KB01_129"],"KB01_129",type); getStateType(res["KB01_130"],"KB01_130",type); getStateType(res["KB01_131"],"KB01_131",type); getStateType(res["KB01_132"],"KB01_132",type); getStateType(res["KB01_133"],"KB01_133",type); getStateType(res["KB01_134"],"KB01_134",type); getStateType(res["KB01_135"],"KB01_135",type); getStateType(res["KB01_136"],"KB01_136",type); getStateType(res["KB01_137"],"KB01_137",type); getStateType(res["KB01_138"],"KB01_138",type); getStateType(res["KB01_139"],"KB01_139",type); getStateType(res["KB01_140"],"KB01_140",type); getStateType(res["KB01_141"],"KB01_141",type); getStateType(res["KB01_142"],"KB01_142",type); getStateType(res["KB01_143"],"KB01_143",type); getStateType(res["KB01_144"],"KB01_144",type); getStateType(res["KB01_145"],"KB01_145",type); getStateType(res["KB01_146"],"KB01_146",type); getStateType(res["KB01_147"],"KB01_147",type); getStateType(res["KB01_148"],"KB01_148",type); getStateType(res["KB01_149"],"KB01_149",type); getStateType(res["KB01_150"],"KB01_150",type); getStateType(res["KB01_151"],"KB01_151",type); getStateType(res["KB01_152"],"KB01_152",type); getStateType(res["KB01_153"],"KB01_153",type); getStateType(res["KB01_154"],"KB01_154",type); getStateType(res["KB01_155"],"KB01_155",type); getStateType(res["KB01_156"],"KB01_156",type); getStateType(res["KB01_157"],"KB01_157",type); getStateType(res["KB01_158"],"KB01_158",type); getStateType(res["KB01_159"],"KB01_159",type); getStateType(res["KB01_160"],"KB01_160",type); getStateType(res["KB01_161"],"KB01_161",type); getStateType(res["KB01_162"],"KB01_162",type); getStateType(res["KB01_163"],"KB01_163",type); getStateType(res["KB01_164"],"KB01_164",type); getStateType(res["KB01_165"],"KB01_165",type); getStateType(res["KB01_166"],"KB01_166",type); getStateType(res["KB01_167"],"KB01_167",type); getStateType(res["KB01_168"],"KB01_168",type); getStateType(res["KB01_169"],"KB01_169",type); getStateType(res["KB01_170"],"KB01_170",type); getStateType(res["KB01_171"],"KB01_171",type); getStateType(res["KB01_172"],"KB01_172",type); getStateType(res["KB01_173"],"KB01_173",type); getStateType(res["KB01_174"],"KB01_174",type); getStateType(res["KB01_175"],"KB01_175",type); getStateType(res["KB01_176"],"KB01_176",type); getStateType(res["KB01_177"],"KB01_177",type); getStateType(res["KB01_178"],"KB01_178",type); getStateType(res["KB01_179"],"KB01_179",type); getStateType(res["KB01_180"],"KB01_180",type); getStateType(res["KB01_181"],"KB01_181",type); getStateType(res["KB01_182"],"KB01_182",type); getStateType(res["KB01_183"],"KB01_183",type); getStateType(res["KB01_184"],"KB01_184",type); getStateType(res["KB01_185"],"KB01_185",type); getStateType(res["KB01_186"],"KB01_186",type); getStateType(res["KB01_187"],"KB01_187",type); getStateType(res["KB01_188"],"KB01_188",type); getStateType(res["KB01_189"],"KB01_189",type); getStateType(res["KB01_190"],"KB01_190",type); getStateType(res["KB01_191"],"KB01_191",type); getStateType(res["KB01_192"],"KB01_192",type); getStateType(res["KB01_193"],"KB01_193",type); getStateType(res["KB01_194"],"KB01_194",type); getStateType(res["KB01_195"],"KB01_195",type); getStateType(res["KB01_196"],"KB01_196",type); getStateType(res["KB01_197"],"KB01_197",type); getStateType(res["KB01_198"],"KB01_198",type); getStateType(res["KB01_199"],"KB01_199",type); getStateType(res["KB01_200"],"KB01_200",type); getStateType(res["KB01_201"],"KB01_201",type); getStateType(res["KB01_202"],"KB01_202",type); getStateType(res["KB01_203"],"KB01_203",type); getStateType(res["KB01_204"],"KB01_204",type); getStateType(res["KB01_205"],"KB01_205",type); getStateType(res["KB01_206"],"KB01_206",type); getStateType(res["KB01_207"],"KB01_207",type); getStateType(res["KB01_208"],"KB01_208",type); getStateType(res["KB01_209"],"KB01_209",type); getStateType(res["KB01_210"],"KB01_210",type); getStateType(res["KB01_211"],"KB01_211",type); getStateType(res["KB01_212"],"KB01_212",type); getStateType(res["KB01_213"],"KB01_213",type); getStateType(res["KB01_214"],"KB01_214",type); getStateType(res["KB01_215"],"KB01_215",type); getStateType(res["KB01_216"],"KB01_216",type); getStateType(res["KB01_217"],"KB01_217",type); getStateType(res["KB01_218"],"KB01_218",type); getStateType(res["KB01_219"],"KB01_219",type); getStateType(res["KB01_220"],"KB01_220",type); getStateType(res["KB01_221"],"KB01_221",type); getStateType(res["KB01_222"],"KB01_222",type); getStateType(res["KB01_223"],"KB01_223",type); getStateType(res["KB01_224"],"KB01_224",type); getStateType(res["KB01_225"],"KB01_225",type); getStateType(res["KB01_226"],"KB01_226",type); getStateType(res["KB01_227"],"KB01_227",type); getStateType(res["KB01_228"],"KB01_228",type); getStateType(res["KB01_229"],"KB01_229",type); getStateType(res["KB01_230"],"KB01_230",type); getStateType(res["KB01_231"],"KB01_231",type); getStateType(res["KB01_232"],"KB01_232",type); getStateType(res["KB01_233"],"KB01_233",type); getStateType(res["KB01_234"],"KB01_234",type); getStateType(res["KB01_235"],"KB01_235",type); getStateType(res["KB01_236"],"KB01_236",type); getStateType(res["KB01_237"],"KB01_237",type); getStateType(res["KB01_238"],"KB01_238",type); getStateType(res["KB01_239"],"KB01_239",type); getStateType(res["KB01_240"],"KB01_240",type); getStateType(res["KB01_241"],"KB01_241",type); getStateType(res["KB01_242"],"KB01_242",type); getStateType(res["KB01_243"],"KB01_243",type); getStateType(res["KB01_244"],"KB01_244",type); getStateType(res["KB01_245"],"KB01_245",type); getStateType(res["KB01_246"],"KB01_246",type); getStateType(res["KB01_247"],"KB01_247",type); getStateType(res["KB01_248"],"KB01_248",type); getStateType(res["KB01_249"],"KB01_249",type); $("#KB01_001code").html(res["KB01_001code"]); $("#KB01_002code").html(res["KB01_002code"]); $("#KB01_003code").html(res["KB01_003code"]); $("#KB01_004code").html(res["KB01_004code"]); $("#KB01_005code").html(res["KB01_005code"]); $("#KB01_006code").html(res["KB01_006code"]); $("#KB01_007code").html(res["KB01_007code"]); $("#KB01_008code").html(res["KB01_008code"]); $("#KB01_009code").html(res["KB01_009code"]); $("#KB01_010code").html(res["KB01_010code"]); $("#KB01_011code").html(res["KB01_011code"]); $("#KB01_012code").html(res["KB01_012code"]); $("#KB01_013code").html(res["KB01_013code"]); $("#KB01_014code").html(res["KB01_014code"]); $("#KB01_015code").html(res["KB01_015code"]); $("#KB01_016code").html(res["KB01_016code"]); $("#KB01_017code").html(res["KB01_017code"]); $("#KB01_018code").html(res["KB01_018code"]); $("#KB01_019code").html(res["KB01_019code"]); $("#KB01_020code").html(res["KB01_020code"]); $("#KB01_021code").html(res["KB01_021code"]); $("#KB01_022code").html(res["KB01_022code"]); $("#KB01_023code").html(res["KB01_023code"]); $("#KB01_024code").html(res["KB01_024code"]); $("#KB01_025code").html(res["KB01_025code"]); $("#KB01_026code").html(res["KB01_026code"]); $("#KB01_027code").html(res["KB01_027code"]); $("#KB01_028code").html(res["KB01_028code"]); $("#KB01_029code").html(res["KB01_029code"]); $("#KB01_030code").html(res["KB01_030code"]); $("#KB01_031code").html(res["KB01_031code"]); $("#KB01_032code").html(res["KB01_032code"]); $("#KB01_033code").html(res["KB01_033code"]); $("#KB01_034code").html(res["KB01_034code"]); $("#KB01_035code").html(res["KB01_035code"]); $("#KB01_036code").html(res["KB01_036code"]); $("#KB01_037code").html(res["KB01_037code"]); $("#KB01_038code").html(res["KB01_038code"]); $("#KB01_039code").html(res["KB01_039code"]); $("#KB01_040code").html(res["KB01_040code"]); $("#KB01_041code").html(res["KB01_041code"]); $("#KB01_042code").html(res["KB01_042code"]); $("#KB01_043code").html(res["KB01_043code"]); $("#KB01_044code").html(res["KB01_044code"]); $("#KB01_045code").html(res["KB01_045code"]); $("#KB01_046code").html(res["KB01_046code"]); $("#KB01_047code").html(res["KB01_047code"]); $("#KB01_048code").html(res["KB01_048code"]); $("#KB01_049code").html(res["KB01_049code"]); $("#KB01_050code").html(res["KB01_050code"]); $("#KB01_051code").html(res["KB01_051code"]); $("#KB01_052code").html(res["KB01_052code"]); $("#KB01_053code").html(res["KB01_053code"]); $("#KB01_054code").html(res["KB01_054code"]); $("#KB01_055code").html(res["KB01_055code"]); $("#KB01_056code").html(res["KB01_056code"]); $("#KB01_057code").html(res["KB01_057code"]); $("#KB01_058code").html(res["KB01_058code"]); $("#KB01_059code").html(res["KB01_059code"]); $("#KB01_060code").html(res["KB01_060code"]); $("#KB01_061code").html(res["KB01_061code"]); $("#KB01_062code").html(res["KB01_062code"]); $("#KB01_063code").html(res["KB01_063code"]); $("#KB01_064code").html(res["KB01_064code"]); $("#KB01_065code").html(res["KB01_065code"]); $("#KB01_066code").html(res["KB01_066code"]); $("#KB01_067code").html(res["KB01_067code"]); $("#KB01_068code").html(res["KB01_068code"]); $("#KB01_069code").html(res["KB01_069code"]); $("#KB01_070code").html(res["KB01_070code"]); $("#KB01_071code").html(res["KB01_071code"]); $("#KB01_072code").html(res["KB01_072code"]); $("#KB01_073code").html(res["KB01_073code"]); $("#KB01_074code").html(res["KB01_074code"]); $("#KB01_075code").html(res["KB01_075code"]); $("#KB01_076code").html(res["KB01_076code"]); $("#KB01_077code").html(res["KB01_077code"]); $("#KB01_078code").html(res["KB01_078code"]); $("#KB01_079code").html(res["KB01_079code"]); $("#KB01_080code").html(res["KB01_080code"]); $("#KB01_081code").html(res["KB01_081code"]); $("#KB01_082code").html(res["KB01_082code"]); $("#KB01_083code").html(res["KB01_083code"]); $("#KB01_084code").html(res["KB01_084code"]); $("#KB01_085code").html(res["KB01_085code"]); $("#KB01_086code").html(res["KB01_086code"]); $("#KB01_087code").html(res["KB01_087code"]); $("#KB01_088code").html(res["KB01_088code"]); $("#KB01_089code").html(res["KB01_089code"]); $("#KB01_090code").html(res["KB01_090code"]); $("#KB01_091code").html(res["KB01_091code"]); $("#KB01_092code").html(res["KB01_092code"]); $("#KB01_093code").html(res["KB01_093code"]); $("#KB01_094code").html(res["KB01_094code"]); $("#KB01_095code").html(res["KB01_095code"]); $("#KB01_096code").html(res["KB01_096code"]); $("#KB01_097code").html(res["KB01_097code"]); $("#KB01_098code").html(res["KB01_098code"]); $("#KB01_099code").html(res["KB01_099code"]); /*-康保四期150台-*/ $("#KB01_100code").html(res["KB01_100code"]); $("#KB01_101code").html(res["KB01_101code"]); $("#KB01_102code").html(res["KB01_102code"]); $("#KB01_103code").html(res["KB01_103code"]); $("#KB01_104code").html(res["KB01_104code"]); $("#KB01_105code").html(res["KB01_105code"]); $("#KB01_106code").html(res["KB01_106code"]); $("#KB01_107code").html(res["KB01_107code"]); $("#KB01_108code").html(res["KB01_108code"]); $("#KB01_109code").html(res["KB01_109code"]); $("#KB01_110code").html(res["KB01_110code"]); $("#KB01_111code").html(res["KB01_111code"]); $("#KB01_112code").html(res["KB01_112code"]); $("#KB01_113code").html(res["KB01_113code"]); $("#KB01_114code").html(res["KB01_114code"]); $("#KB01_115code").html(res["KB01_115code"]); $("#KB01_116code").html(res["KB01_116code"]); $("#KB01_117code").html(res["KB01_117code"]); $("#KB01_118code").html(res["KB01_118code"]); $("#KB01_119code").html(res["KB01_119code"]); $("#KB01_120code").html(res["KB01_120code"]); $("#KB01_121code").html(res["KB01_121code"]); $("#KB01_122code").html(res["KB01_122code"]); $("#KB01_123code").html(res["KB01_123code"]); $("#KB01_124code").html(res["KB01_124code"]); $("#KB01_125code").html(res["KB01_125code"]); $("#KB01_126code").html(res["KB01_126code"]); $("#KB01_127code").html(res["KB01_127code"]); $("#KB01_128code").html(res["KB01_128code"]); $("#KB01_129code").html(res["KB01_129code"]); $("#KB01_130code").html(res["KB01_130code"]); $("#KB01_131code").html(res["KB01_131code"]); $("#KB01_132code").html(res["KB01_132code"]); $("#KB01_133code").html(res["KB01_133code"]); $("#KB01_134code").html(res["KB01_134code"]); $("#KB01_135code").html(res["KB01_135code"]); $("#KB01_136code").html(res["KB01_136code"]); $("#KB01_137code").html(res["KB01_137code"]); $("#KB01_138code").html(res["KB01_138code"]); $("#KB01_139code").html(res["KB01_139code"]); $("#KB01_140code").html(res["KB01_140code"]); $("#KB01_141code").html(res["KB01_141code"]); $("#KB01_142code").html(res["KB01_142code"]); $("#KB01_143code").html(res["KB01_143code"]); $("#KB01_144code").html(res["KB01_144code"]); $("#KB01_145code").html(res["KB01_145code"]); $("#KB01_146code").html(res["KB01_146code"]); $("#KB01_147code").html(res["KB01_147code"]); $("#KB01_148code").html(res["KB01_148code"]); $("#KB01_149code").html(res["KB01_149code"]); $("#KB01_150code").html(res["KB01_150code"]); $("#KB01_151code").html(res["KB01_151code"]); $("#KB01_152code").html(res["KB01_152code"]); $("#KB01_153code").html(res["KB01_153code"]); $("#KB01_154code").html(res["KB01_154code"]); $("#KB01_155code").html(res["KB01_155code"]); $("#KB01_156code").html(res["KB01_156code"]); $("#KB01_157code").html(res["KB01_157code"]); $("#KB01_158code").html(res["KB01_158code"]); $("#KB01_159code").html(res["KB01_159code"]); $("#KB01_160code").html(res["KB01_160code"]); $("#KB01_161code").html(res["KB01_161code"]); $("#KB01_162code").html(res["KB01_162code"]); $("#KB01_163code").html(res["KB01_163code"]); $("#KB01_164code").html(res["KB01_164code"]); $("#KB01_165code").html(res["KB01_165code"]); $("#KB01_166code").html(res["KB01_166code"]); $("#KB01_167code").html(res["KB01_167code"]); $("#KB01_168code").html(res["KB01_168code"]); $("#KB01_169code").html(res["KB01_169code"]); $("#KB01_170code").html(res["KB01_170code"]); $("#KB01_171code").html(res["KB01_171code"]); $("#KB01_172code").html(res["KB01_172code"]); $("#KB01_173code").html(res["KB01_173code"]); $("#KB01_174code").html(res["KB01_174code"]); $("#KB01_175code").html(res["KB01_175code"]); $("#KB01_176code").html(res["KB01_176code"]); $("#KB01_177code").html(res["KB01_177code"]); $("#KB01_178code").html(res["KB01_178code"]); $("#KB01_179code").html(res["KB01_179code"]); $("#KB01_180code").html(res["KB01_180code"]); $("#KB01_181code").html(res["KB01_181code"]); $("#KB01_182code").html(res["KB01_182code"]); $("#KB01_183code").html(res["KB01_183code"]); $("#KB01_184code").html(res["KB01_184code"]); $("#KB01_185code").html(res["KB01_185code"]); $("#KB01_186code").html(res["KB01_186code"]); $("#KB01_187code").html(res["KB01_187code"]); $("#KB01_188code").html(res["KB01_188code"]); $("#KB01_189code").html(res["KB01_189code"]); $("#KB01_190code").html(res["KB01_190code"]); $("#KB01_191code").html(res["KB01_191code"]); $("#KB01_192code").html(res["KB01_192code"]); $("#KB01_193code").html(res["KB01_193code"]); $("#KB01_194code").html(res["KB01_194code"]); $("#KB01_195code").html(res["KB01_195code"]); $("#KB01_196code").html(res["KB01_196code"]); $("#KB01_197code").html(res["KB01_197code"]); $("#KB01_198code").html(res["KB01_198code"]); $("#KB01_199code").html(res["KB01_199code"]); $("#KB01_200code").html(res["KB01_200code"]); $("#KB01_201code").html(res["KB01_201code"]); $("#KB01_202code").html(res["KB01_202code"]); $("#KB01_203code").html(res["KB01_203code"]); $("#KB01_204code").html(res["KB01_204code"]); $("#KB01_205code").html(res["KB01_205code"]); $("#KB01_206code").html(res["KB01_206code"]); $("#KB01_207code").html(res["KB01_207code"]); $("#KB01_208code").html(res["KB01_208code"]); $("#KB01_209code").html(res["KB01_209code"]); $("#KB01_210code").html(res["KB01_210code"]); $("#KB01_211code").html(res["KB01_211code"]); $("#KB01_212code").html(res["KB01_212code"]); $("#KB01_213code").html(res["KB01_213code"]); $("#KB01_214code").html(res["KB01_214code"]); $("#KB01_215code").html(res["KB01_215code"]); $("#KB01_216code").html(res["KB01_216code"]); $("#KB01_217code").html(res["KB01_217code"]); $("#KB01_218code").html(res["KB01_218code"]); $("#KB01_219code").html(res["KB01_219code"]); $("#KB01_220code").html(res["KB01_220code"]); $("#KB01_221code").html(res["KB01_221code"]); $("#KB01_222code").html(res["KB01_222code"]); $("#KB01_223code").html(res["KB01_223code"]); $("#KB01_224code").html(res["KB01_224code"]); $("#KB01_225code").html(res["KB01_225code"]); $("#KB01_226code").html(res["KB01_226code"]); $("#KB01_227code").html(res["KB01_227code"]); $("#KB01_228code").html(res["KB01_228code"]); $("#KB01_229code").html(res["KB01_229code"]); $("#KB01_230code").html(res["KB01_230code"]); $("#KB01_231code").html(res["KB01_231code"]); $("#KB01_232code").html(res["KB01_232code"]); $("#KB01_233code").html(res["KB01_233code"]); $("#KB01_234code").html(res["KB01_234code"]); $("#KB01_235code").html(res["KB01_235code"]); $("#KB01_236code").html(res["KB01_236code"]); $("#KB01_237code").html(res["KB01_237code"]); $("#KB01_238code").html(res["KB01_238code"]); $("#KB01_239code").html(res["KB01_239code"]); $("#KB01_240code").html(res["KB01_240code"]); $("#KB01_241code").html(res["KB01_241code"]); $("#KB01_242code").html(res["KB01_242code"]); $("#KB01_243code").html(res["KB01_243code"]); $("#KB01_244code").html(res["KB01_244code"]); $("#KB01_245code").html(res["KB01_245code"]); $("#KB01_246code").html(res["KB01_246code"]); $("#KB01_247code").html(res["KB01_247code"]); $("#KB01_248code").html(res["KB01_248code"]); $("#KB01_249code").html(res["KB01_249code"]); /*****************************康保end***************************************************/ /*********************************寿阳begin***********************************************/ getStateType(res["SY01_001"],"SY01_001",type); getStateType(res["SY01_002"],"SY01_002",type); getStateType(res["SY01_003"],"SY01_003",type); getStateType(res["SY01_004"],"SY01_004",type); getStateType(res["SY01_005"],"SY01_005",type); getStateType(res["SY01_006"],"SY01_006",type); getStateType(res["SY01_007"],"SY01_007",type); getStateType(res["SY01_008"],"SY01_008",type); getStateType(res["SY01_009"],"SY01_009",type); getStateType(res["SY01_010"],"SY01_010",type); getStateType(res["SY01_011"],"SY01_011",type); getStateType(res["SY01_012"],"SY01_012",type); getStateType(res["SY01_013"],"SY01_013",type); getStateType(res["SY01_014"],"SY01_014",type); getStateType(res["SY01_015"],"SY01_015",type); getStateType(res["SY01_016"],"SY01_016",type); getStateType(res["SY01_017"],"SY01_017",type); getStateType(res["SY01_018"],"SY01_018",type); getStateType(res["SY01_019"],"SY01_019",type); getStateType(res["SY01_020"],"SY01_020",type); getStateType(res["SY01_021"],"SY01_021",type); getStateType(res["SY01_022"],"SY01_022",type); getStateType(res["SY01_023"],"SY01_023",type); getStateType(res["SY01_024"],"SY01_024",type); getStateType(res["SY01_025"],"SY01_025",type); getStateType(res["SY01_026"],"SY01_026",type); getStateType(res["SY01_027"],"SY01_027",type); getStateType(res["SY01_028"],"SY01_028",type); getStateType(res["SY01_029"],"SY01_029",type); getStateType(res["SY01_030"],"SY01_030",type); getStateType(res["SY01_031"],"SY01_031",type); getStateType(res["SY01_032"],"SY01_032",type); getStateType(res["SY01_033"],"SY01_033",type); getStateType(res["SY01_034"],"SY01_034",type); getStateType(res["SY01_035"],"SY01_035",type); getStateType(res["SY01_036"],"SY01_036",type); getStateType(res["SY01_037"],"SY01_037",type); getStateType(res["SY01_038"],"SY01_038",type); getStateType(res["SY01_039"],"SY01_039",type); getStateType(res["SY01_040"],"SY01_040",type); getStateType(res["SY01_041"],"SY01_041",type); getStateType(res["SY01_042"],"SY01_042",type); getStateType(res["SY01_043"],"SY01_043",type); getStateType(res["SY01_044"],"SY01_044",type); getStateType(res["SY01_045"],"SY01_045",type); getStateType(res["SY01_046"],"SY01_046",type); getStateType(res["SY01_047"],"SY01_047",type); getStateType(res["SY01_048"],"SY01_048",type); getStateType(res["SY01_049"],"SY01_049",type); $("#SY01_001code").html(res["SY01_001code"]); $("#SY01_002code").html(res["SY01_002code"]); $("#SY01_003code").html(res["SY01_003code"]); $("#SY01_004code").html(res["SY01_004code"]); $("#SY01_005code").html(res["SY01_005code"]); $("#SY01_006code").html(res["SY01_006code"]); $("#SY01_007code").html(res["SY01_007code"]); $("#SY01_008code").html(res["SY01_008code"]); $("#SY01_009code").html(res["SY01_009code"]); $("#SY01_010code").html(res["SY01_010code"]); $("#SY01_011code").html(res["SY01_011code"]); $("#SY01_012code").html(res["SY01_012code"]); $("#SY01_013code").html(res["SY01_013code"]); $("#SY01_014code").html(res["SY01_014code"]); $("#SY01_015code").html(res["SY01_015code"]); $("#SY01_016code").html(res["SY01_016code"]); $("#SY01_017code").html(res["SY01_017code"]); $("#SY01_018code").html(res["SY01_018code"]); $("#SY01_019code").html(res["SY01_019code"]); $("#SY01_020code").html(res["SY01_020code"]); $("#SY01_021code").html(res["SY01_021code"]); $("#SY01_022code").html(res["SY01_022code"]); $("#SY01_023code").html(res["SY01_023code"]); $("#SY01_024code").html(res["SY01_024code"]); $("#SY01_025code").html(res["SY01_025code"]); $("#SY01_026code").html(res["SY01_026code"]); $("#SY01_027code").html(res["SY01_027code"]); $("#SY01_028code").html(res["SY01_028code"]); $("#SY01_029code").html(res["SY01_029code"]); $("#SY01_030code").html(res["SY01_030code"]); $("#SY01_031code").html(res["SY01_031code"]); $("#SY01_032code").html(res["SY01_032code"]); $("#SY01_033code").html(res["SY01_033code"]); $("#SY01_034code").html(res["SY01_034code"]); $("#SY01_035code").html(res["SY01_035code"]); $("#SY01_036code").html(res["SY01_036code"]); $("#SY01_037code").html(res["SY01_037code"]); $("#SY01_038code").html(res["SY01_038code"]); $("#SY01_039code").html(res["SY01_039code"]); $("#SY01_040code").html(res["SY01_040code"]); $("#SY01_041code").html(res["SY01_041code"]); $("#SY01_042code").html(res["SY01_042code"]); $("#SY01_043code").html(res["SY01_043code"]); $("#SY01_044code").html(res["SY01_044code"]); $("#SY01_045code").html(res["SY01_045code"]); $("#SY01_046code").html(res["SY01_046code"]); $("#SY01_047code").html(res["SY01_047code"]); $("#SY01_048code").html(res["SY01_048code"]); $("#SY01_049code").html(res["SY01_049code"]); /*****************************寿阳end***************************************************/ } }); } function gowt(id) { var wpId=$("#wpId").val(); $("#wtId").val(id); parent.$tabs.tabs('select', 1); $("#tab3", window.parent.document).attr("src","about:blank"); $("#tab2", window.parent.document).attr("src","/wpmonitor/wtindex.action?wpId="+wpId+"&wtId="+id); } function getStateType(result,id,type) { switch(result){ case 1: if(type==1 || type==7) { $("#"+id).attr("class","matrix_blue"); $("#"+id).click(function(e) { gowt(id); }); }else { $("#"+id).attr("class","matrix_none"); } break; case 0: if(type==0 || type==7) { $("#"+id).attr("class","matrix_green"); $("#"+id).click(function(e) { gowt(id); }); }else { $("#"+id).attr("class","matrix_none"); } break; case 2: if(type==2 || type==7) { $("#"+id).attr("class","matrix_red"); $("#"+id).click(function(e) { gowt(id); }); }else { $("#"+id).attr("class","matrix_none"); } break; case 4: if(type==4 || type==7) { $("#"+id).attr("class","matrix_orange"); $("#"+id).click(function(e) { gowt(id); }); }else { $("#"+id).attr("class","matrix_none"); } break; case 3: if(type==3 || type==7) { $("#"+id).attr("class","matrix_white"); $("#"+id).click(function(e) { gowt(id); }); }else { $("#"+id).attr("class","matrix_none"); } break; case 5: if(type==5 || type==7) { $("#"+id).attr("class","matrix_pink"); $("#"+id).click(function(e) { gowt(id); }); }else { $("#"+id).attr("class","matrix_none"); } break; case 6: if(type==6 || type==7) { $("#"+id).attr("class","matrix_pink"); $("#"+id).click(function(e) { gowt(id); }); }else { $("#"+id).attr("class","matrix_none"); } break; } }