WYB
2021-03-29 e53896af87e903974b559a4b4e30a14a8da4e3e8
WebTM/views/Baseset/»ù´¡×ÊÁÏ/Gy_GetProductionTeamList.html
@@ -50,20 +50,18 @@
                var checkStatus = table.checkStatus('ck-table')
                 , data = checkStatus.data;
                parent.GetProductionTeamValue(data);
                //var index = parent.layer.getFrameIndex(window.name);
                //parent.layer.close(0);
            });
            RoadQuery($('#Value').val());
            table.render({
                elem: '#ck-table'
                // , url: '/demo/table/user/'
               , data: []
              , cellMinWidth: 80 //全局定义常规单元格的最小宽度,layui 2.2.1 æ–°å¢ž
              //, cellMinWidth: 80 //全局定义常规单元格的最小宽度,layui 2.2.1 æ–°å¢ž
              , cols: [[
                  { type: 'radio' }
                , { field: 'HItemID', width: 150, title: '班组ID', hide: true }
                , { field: '班组代码', width: 150, title: '班组代码' }
                , { field: '班组', width: 150, title: '班组', sort: true }
                , { field: 'HItemID', title: '班组ID', hide: true }
                , { field: '班组代码', width:110, title: '班组代码' }
                , { field: '班组', width: 110, title: '班组', sort: true }
              ]]
              , page: true
            });
@@ -82,7 +80,7 @@
                        ajaxReturnData = JSON.parse(JSON.stringify(result)).data;
                        table.reload('ck-table', {
                            data: ajaxReturnData
                            , height: 'full-10'
                            //, height: 'full-10'
                            , loading: false
                            , done: function (index, res) {