WebTM/views/Éú²ú¹ÜÀí/±¨¹¤Ì¨¹¤Ðò/²úÁ¿»ã±¨/Sc_ICMOBillQualityStatus_TmpList.html
@@ -223,6 +223,13 @@
                                    case 'DateTime':
                                        col.push({ field: data[i].id, title: data[i].name, align: 'center', sort: true, templet: "<div>{{d." + data[i].name + " ==null ?'':layui.util.toDateString(d." + data[i].name + ", 'yyyy-MM-dd')}}</div>", width: 200 });
                                        break;
                                    case 'long':
                                    case 'Int32':
                                    case 'Int64':
                                    case 'double':
                                    case 'Decimal':
                                        col.push({ field: data[i].id, title: data[i].name, align: 'center', sort: true, width: 120, totalRow: true });
                                        break;
                                    default:
                                        col.push({ field: data[i].id, title: data[i].name, align: 'center', sort: true, width: 200 });
                                }
@@ -233,6 +240,7 @@
                            , toolbar: '#toolbarDemo'
                            , height: 'full-50'
                            , page: true //开启分页
                            , totalRow: true
                            , limit: 50
                            , limits: [50, 500, 5000, 20000]
                            , cols: [col]
@@ -297,10 +305,10 @@
            }
            if (HDate) {
                sWhere += " and åˆ¶å•日期 >= '" + HDate + "'";
                sWhere += " and CONVERT(varchar(100), åˆ¶å•日期, 23) >= '" + HDate + "'";
            }
            if (HDate1) {
                sWhere += " and åˆ¶å•日期 <= '" + HDate1 + "'";
                sWhere += " and CONVERT(varchar(100), åˆ¶å•日期, 23) <= '" + HDate1 + "'";
            }
            if (HICMOBillNo) {