WebTM/views/ϵͳ¹ÜÀí/Óû§¹ÜÀí/Gy_UserProcess_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() + '/Cg_PODemandPlanConfigBill/Cg_PODemandPlanConfigBill_Excel',
            url: GetWEBURL() + '/Xt_User/UserProcessBill_Excel',
            contentType: 'application/json',
            exts: 'xls|xlsx', //允许上传的类型
            //data: {
@@ -164,24 +164,11 @@
                , loading: false
                , cols: [[
                    { type: 'checkbox', fixed: 'left' }
                    , { field: '组织编码', title: '组织编码', width: 120 }
                    , { field: '组织', title: '组织', width: 120 }
                    , { field: '供应商代码', title: '供应商代码', width: 120 }
                    , { field: '供应商', title: '供应商', width: 120 }
                    , { field: '物料代码', title: '物料代码', width: 120 }
                    , { field: '物料名称', title: '物料名称', width: 120 }
                    , { field: '规格型号', title: '规格型号', width: 120 }
                    , { field: '计量单位', title: '计量单位', width: 120 }
                    , { field: 'JIT物料分类', title: 'JIT物料分类', width: 120 }
                    , {field: 'JIT拉动安全库存量', title: '拉动安全库存量', width: 120 }
                    , { field: 'JIT物料需求供货周期', title: '物料需求供货周期', width: 120 }
                    , { field: 'JIT提货经济批量', title: 'JIT提货经济批量', width: 120 }
                    , { field: 'JIT提货批量对应周期(天)', title: 'JIT提货批量对应周期(天)', width: 120 }
                    , { field: 'JIT供货提前期(天)', title: 'JIT供货提前期(天)', width: 120 }
                    , { field: 'JIT到货前置期(天)', title: 'JIT到货前置期(天)', width: 120 }
                    , { field: 'JIT送货控制天数', title: 'JIT送货控制天数', width: 120 }
                    , { field: 'JIT最小起送量', title: 'JIT最小起送量', 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' }
                ]]
            };
@@ -228,7 +215,7 @@
            $.ajax({
                type: "POST",
                url: GetWEBURL() + "/Cg_PODemandPlanConfigBill/Cg_PODemandPlanConfigBill_btnSave",
                url: GetWEBURL() + "/Xt_User/UserProcessBill_btnSave",
                async: true,
                data: { "sMainSub": sMainSub },
                dataType: "json",