WebTM/views/ÖÊÁ¿¹ÜÀí/Ê×¼þ¼ìÑéµ¥/QC_FirstPieceCheckBillList.html
@@ -9,6 +9,7 @@
    <link rel="stylesheet" href="../../../layuiadmin/layui/css/layui.css" media="all">
    <link rel="stylesheet" href="../../../layuiadmin/style/admin.css" media="all">
    <script src="../../../layuiadmin/layui/layui.js"></script>
    <script src="../../../layuiadmin/soulTable.slim.js"></script>
</head>
<body>
@@ -144,13 +145,14 @@
            base: '../../../layuiadmin/' //静态资源所在路径
        }).extend({
            index: 'lib/index' //主入口模块
        }).use(['index', 'form', 'laydate', 'code', 'table', 'element', 'layer'], function () {
        }).use(['index', 'form', 'laydate', 'code', 'table', 'element', 'layer','soulTable'], function () {
            var $ = layui.$
            , admin = layui.admin
            , layer = layui.layer
            , laydate = layui.laydate
            , table = layui.table
            , form = layui.form
            , soulTable = layui.soulTable
            , element = layui.element;
            //公用变量
@@ -189,25 +191,25 @@
                    , { field: 'hsubid', title: 'hsubid', hide: true }
                    , { field: '日期', title: '日期', sort: true, width: 120 }
                    , { field: '单据号', title: '单据号', sort: true, width: 170 }
                    , { field: '表头备注 ', title: '表头备注', width: 105 }
                    , { field: '生产资源名称', title: '生产资源名称' }
                    , { field: '生产资源代码', title: '生产资源代码' }
                    , { field: '产品内码', title: '产品内码' }
                    , { field: '产品名称', title: '产品名称' }
                    , { field: '产品型号', title: '产品型号', width: 115 }
                    , { field: '检验员代码', title: '检验员代码', width: 115 }
                    , { field: '检验员名称', title: '检验员名称' }
                    , { field: '制单人', title: '制单人', width: 160 }
                    , { field: '制单日期', title: '制单日期', width: 160 }
                    , { field: '审核人', title: '审核人', width: 160 }
                    , { field: '审核日期', title: '审核日期', width: 160 }
                    , { field: '修改人', title: '修改人', width: 160 }
                    , { field: '修改日期', title: '修改日期', width: 160 }
                    , { field: '关闭人', title: '关闭人', width: 160 }
                    , { field: '关闭日期', title: '关闭日期', width: 160 }
                    , { field: '作废人', title: '作废人', hide: true, width: 160 }
                    , { field: '作废日期 ', title: '作废日期', width: 215 }
                    , { field: '单据类型 ', title: '单据类型 ', width: 115 }
                    , { field: '表头备注 ', title: '表头备注', width: 105, sort: true }
                    , { field: '生产资源名称', title: '生产资源名称', sort: true }
                    , { field: '生产资源代码', title: '生产资源代码', sort: true }
                    , { field: '产品内码', title: '产品内码', sort: true }
                    , { field: '产品名称', title: '产品名称', sort: true }
                    , { field: '产品型号', title: '产品型号', width: 115, sort: true }
                    , { field: '检验员代码', title: '检验员代码', width: 115, sort: true }
                    , { field: '检验员名称', title: '检验员名称', sort: true }
                    , { field: '制单人', title: '制单人', width: 160, sort: true }
                    , { field: '制单日期', title: '制单日期', width: 160, sort: true }
                    , { field: '审核人', title: '审核人', width: 160, sort: true }
                    , { field: '审核日期', title: '审核日期', width: 160, sort: true }
                    , { field: '修改人', title: '修改人', width: 160, sort: true }
                    , { field: '修改日期', title: '修改日期', width: 160, sort: true }
                    , { field: '关闭人', title: '关闭人', width: 160, sort: true }
                    , { field: '关闭日期', title: '关闭日期', width: 160, sort: true }
                    , { field: '作废人', title: '作废人', hide: true, width: 160, sort: true }
                    , { field: '作废日期 ', title: '作废日期', width: 215, sort: true }
                    , { field: '单据类型 ', title: '单据类型 ', width: 115, sort: true }
                ]]
                //, skin: 'row' //表格风格
                // , even: true
@@ -387,6 +389,9 @@
                                , limits: [500, 2000, 5000, 20000]
                                , cols: [col]
                                , data: data1.data
                                , done: function (res, curr, count) {
                                    soulTable.render(this);
                                }
                            };
                            //初始化表格
                            DisPlay_HideColumn();