| | |
| | | else if ($.inArray(data[i].name, totalArray) > -1) { //计ç®å |
| | | col.push({ field: data[i].id, title: data[i].name, align: 'center', sort: false, totalRow: true, width: 120 }); |
| | | } else if (data[i].name == 'çäº§èµæºä»£ç ') { |
| | | col.push({ field: data[i].id, title: data[i].name, align: 'center', sort: false, width: 200, event: 'çäº§èµæºä»£ç ' }); |
| | | col.push({ |
| | | field: data[i].id, title: data[i].name, align: 'center', sort: true, width: 200, event: 'çäº§èµæºä»£ç ', templet: function (d) { |
| | | return '<span style="color: blue;">' + d.çäº§èµæºä»£ç + '</span>' |
| | | }, style: 'cursor: pointer;' |
| | | }); |
| | | } else { |
| | | switch (data[i].Type) { |
| | | //int |
| | |
| | | |
| | | if (Htype != "") { |
| | | Htype = decodeURI(Htype); |
| | | sWhere += " and ç±»å = '" + Htype + "'"; |
| | | //sWhere += " and ç±»å = '" + Htype + "'"; |
| | | } |
| | | |
| | | if (HNumber) { |
| | |
| | | var params = get_UrlVars(); |
| | | |
| | | var openType = params[params[1]]; //ä»åæ°ä¸è·å æå¼æ¹å¼ 1ç´æ¥æå¼ 2å
¶å®é¡µé¢éè¿éæ©æé®æå¼ |
| | | if ( openType == "2") { |
| | | if (typeof (openType) != "undefined") { |
| | | sWhere += " and ç¦ç¨æ è®° != 'Y' and ISNULL(å®¡æ ¸äºº,'') != ''" |
| | | return sWhere; |
| | | } |