WebTM/views/ÖÊÁ¿¹ÜÀí/»ù´¡½¨Ä£/Gy_ErrType_Excel.html
@@ -2,7 +2,7 @@
<html>
<head>
    <meta charset="utf-8" />
    <title>工序导入</title>
    <title>异常类型导入</title>
    <link rel="stylesheet" href="../../../layuiadmin/layui/css/layui.css" media="all">
    <link rel="stylesheet" href="../../../layuiadmin/style/admin.css" media="all">
    <script src="../../../layuiadmin/zgqCustom/zgqCustom.js"></script>
@@ -85,7 +85,7 @@
        //文件上传
        upload.render({
            elem: '#UpLoad',
            url: GetWEBURL() + '/Gy_Process/Gy_Process_Excel',
            url: GetWEBURL() + '/Gy_ErrType/Gy_ErrType_Excel',
            contentType: 'application/json',
            exts: 'xls|xlsx', //允许上传的类型
            done: function (data1) {
@@ -151,8 +151,8 @@
                    , { 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' }
                ]]
@@ -198,7 +198,7 @@
            $.ajax({
                type: "POST",
                url: GetWEBURL() + "/Gy_Process/Gy_Process_btnSave",
                url: GetWEBURL() + "/Gy_ErrType/Gy_ErrType_btnSave",
                async: true,
                data: { "sMainSub": sMainSub },
                dataType: "json",