username@email.com
2021-06-25 274fb67703d0ffcc7e3398d41855c5c8bfb3383b
zhengcaioa/zhengcaioa/wwwroot/js/plugins/search/search.js
@@ -7,7 +7,8 @@
//参数配置   multiselect 是否出现多选  selectcol 多选获取的值 默认id,
//获取方式:GetGridSelect() 值结果 1,2,3 注意不管是否中文 都无引号 例如 :春,夏,秋,东
var gridConfig = { multiselect: false, selectcol: "id" };
var shrinkToFit = true;
var footerrow = true;
//txt date datetime datearea chechbox ,combox 参考
//searchCol = [
//    { label: '商品编号', name: 'Productcode', labtype: 'txt', ismust: true },
@@ -182,13 +183,13 @@
        datatype: "json",
        colModel: dataCol,
        viewrecords: true, // show the current page, data rang and total records on the toolbar
        width: 780,
        shrinkToFit: shrinkToFit,
        width:1000,
        height: 200,
        loadonce: false,
        pager: "#jqGridPager",
        footerrow: true,
        footerrow: footerrow,
        rownumbers: true,
        rowNum: 30,
        rowList: [30, 50, 100],
        cmTemplate: { sortable: false },