1
yusijie
2024-09-30 f070cff31580b1443ddf358e6e0326fff61cf183
WebTM/views/»ù´¡×ÊÁÏ/¹«Óûù´¡×ÊÁÏ/excel/Gy_QCCheckClass_Excel.html
@@ -85,7 +85,7 @@
        //文件上传
        upload.render({
            elem: '#UpLoad',
            url: GetWEBURL() + '/Gy_QCCheckClass/Gy_Process_Excel',
            url: GetWEBURL() + '/Gy_QCCheckClass/Gy_QCCheckClass_Excel',
            contentType: 'application/json',
            exts: 'xls|xlsx', //允许上传的类型
            done: function (data1) {
@@ -148,10 +148,13 @@
                , loading: false
                , cols: [[
                    { type: 'checkbox', fixed: 'left' }
                     , { field: 'HItemID', title: 'HItemID', sort: true, hide: true }
                     , { field: '代码', title: '代码' }
                     , { field: '名称', title: '名称' }
                     , { field: '备注', title: '备注' }
                    , { field: 'HOrgID', title: 'HOrgID', width: 120, hide: true }
                    , { field: '组织代码', title: '组织代码', width: 120 }
                    , { field: '组织名称', title: '组织名称', width: 120 }
                    , { field: '检验项目分类代码', title: '检验项目分类代码', width: 120 }
                    , { field: '检验项目分类', title: '检验项目分类', width: 120 }
                    , { field: '助记码', title: '助记码', width: 120 }
                    , { field: '备注', title: '备注', width: 120 }
                    , { fixed: 'right', title: '操作', toolbar: '#barDemo' }
                ]]
            };
@@ -196,7 +199,7 @@
            $.ajax({
                type: "POST",
                url: GetWEBURL() + "/Gy_QCCheckClass/Gy_Process_btnSave",
                url: GetWEBURL() + "/Gy_QCCheckClass/Gy_QCCheckClass_btnSave",
                async: true,
                data: { "sMainSub": sMainSub },
                dataType: "json",