chenhaozhe
2025-06-06 f9f6100da86639f99df50c2885e42968d0a74ea8
WebTM/views/»ù´¡×ÊÁÏ/Éú²ú»ù´¡×ÊÁÏ/Gy_Process_Excel.html
@@ -88,8 +88,17 @@
            url: GetWEBURL() + '/Gy_Process/Gy_Process_Excel',
            contentType: 'application/json',
            exts: 'xls|xlsx', //允许上传的类型
            before: function (obj) {
                layer.load();
            },
            done: function (data1) {
                layer.closeAll('loading');
                if (data1.count == 1) {
                    if (data1.Message != "") {
                        layer.alert(data1.code + data1.Message, { icon: 5 });
                        return;
                    }
                    option.data = data1.data;
                    table.render(option);
                } else {
@@ -153,6 +162,7 @@
                    , { 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 }
                    , { field: '部门名称', title: '部门名称', width: 120 }