pzy
2024-09-18 cea031da5102655e2d42faca6dca74aaf1ae40b2
WebTM/views/¼Æ»®¹ÜÀí/Excel/Gy_Group_Excel.html
@@ -85,7 +85,7 @@
        //文件上传
        upload.render({
            elem: '#UpLoad',
            url: GetWEBURL() + '/Gy_Process/Gy_Process_Excel',
            url: GetWEBURL() + '/Gy_Group/Gy_Process_Excel',
            contentType: 'application/json',
            exts: 'xls|xlsx', //允许上传的类型
            done: function (data1) {
@@ -153,13 +153,16 @@
                    , { field: '组织名称', title: '组织名称', width: 120 }
                    , { field: '班组代码', title: '班组代码', width: 120 }
                    , { field: '班组', title: '班组', width: 120 }
                    , { field: '条形码', title: '条形码', width: 120 }
                    , { field: 'HDeptID', title: 'HDeptID', width: 120, hide: true }
                    , { field: '部门代码', title: '部门代码', width: 120, hide: true }
                    , { field: '所属部门', title: '所属部门', width: 120 }
                    , { field: '班组总人数', title: '班组总人数', width: 120}
                    , { field: '工序代码', title: '工序代码', width: 120, hide: true }
                    , { field: '工序', title: '工序', width: 120 }
                    , { field: '工序', title: '工序', width: 120, hide: true }
                    , { field: '工序名称', title: '工序名称', width: 120 }
                    , { field: '劳务单位', title: '劳务单位', width: 120 }
                    , { field: '备注', title: '备注', width: 120 }
                    , { fixed: 'right', title: '操作', toolbar: '#barDemo' }
                ]]
            };
@@ -167,6 +170,7 @@
            table.render(option);
            //DisPlay_HideColumn();
        }
        //行内删除
        function set_GridDelete(obj) {
@@ -203,7 +207,7 @@
            $.ajax({
                type: "POST",
                url: GetWEBURL() + "/Gy_Process/Gy_Process_btnSave",
                url: GetWEBURL() + "/Gy_Group/Gy_Process_btnSave",
                async: true,
                data: { "sMainSub": sMainSub },
                dataType: "json",