llj
2026-02-09 8bbaca2a6b1e7a28f5766d153382baf259a84d90
单据导入修复
2个文件已修改
14 ■■■■ 已修改文件
WebTM/layuiadmin/Scripts/webConfig.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/成本管理/费用单引入/CB_ItemMoneyBill_Excel.html 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/layuiadmin/Scripts/webConfig.js
@@ -6,12 +6,12 @@
    //var WEBURL = "http://localhost:8082/LuBaoAPI/";    //杨乐本地配置
   /*  var WEBURL = "http://localhost:8082/API/";    //杜贺本地配置*/
     //var WEBURL = "http://localhost:8082/API/";    //张瑞广本地配置
    var WEBURL = "http://localhost:81/API/"    //翁涛涛本地配置
    //var WEBURL = "http://localhost:81/API/"    //翁涛涛本地配置
    //var WEBURL = "http://localhost:8082/LuBaoAPI/";    //杨乐本地配置
    //var WEBURL = "http://47.96.97.237/API/";          //智云服务器
   /* var WEBURL = "http://localhost:8082/LuBaoAPI/";  //余思杰本地配置*/
    //var WEBURL = "http://localhost:81/API/";            // é™ˆé•å“²æœ¬åœ°é…ç½®*/
     /*var WEBURL = "http://localhost:8082/LuBaoAPI/"; */ //李林俊本地配置
     var WEBURL = "http://localhost:8082/LuBaoAPI/";  //李林俊本地配置
    //var WEBURL = "http://localhost:8088/ARAPI/";      //余思杰本地配置(安瑞)
    //var WEBURL = "http://61.164.86.218:8099/ABAPI/";  //奥邦
    //var WEBURL = "http://10.1.4.155/API/";            //江丰客户NEW
WebTM/views/³É±¾¹ÜÀí/·ÑÓõ¥ÒýÈë/CB_ItemMoneyBill_Excel.html
@@ -151,7 +151,7 @@
                , cols: [[
                    { type: 'checkbox', fixed: 'left' }
                    , { field: 'hmainid', title: 'hmainid', width: 200, hide: true }
                    , { field: '单据号', title: '单据号', width: 200 }
                   // , { field: '单据号', title: '单据号', width: 200 }
                    , { field: 'HDeptID', title: 'HDeptID', hide: true }
                    , { field: '部门代码', title: '部门代码', width: 150 }
                    , { field: '部门', title: '部门', width: 150 }
@@ -164,7 +164,7 @@
                    , { field: '生产订单号', title: '生产订单号', width: 150 }
                    , { field: 'HICMOInterID', title: 'HICMOInterID', width: 150,hide: true }
                    , { field: '子表内码', title: '子表内码', width: 150 }
                   // , { field: '子表内码', title: '子表内码', width: 150 }
                    , { field: 'HCostItemID', title: 'HCostItemID', hide: true }
                    , { field: '成本项目代码', title: '成本项目代码', width: 150 }
@@ -182,8 +182,8 @@
                    , { field: '单价', title: '单价', width: 200 }
                    , { field: '金额', title: '金额', width: 200 }
                    , { field: '损耗量', title: '损耗量', width: 200 }
                    , { field: '关联数量', title: '关联数量', width: 200 }
                    , { field: '关联金额', title: '关联金额', width: 200 }
                    //, { field: '关联数量', title: '关联数量', width: 200 }
                   // , { field: '关联金额', title: '关联金额', width: 200 }
                    , { field: '备注', title: '备注' }
                    , { fixed: 'right', title: '操作', toolbar: '#barDemo' }
@@ -235,7 +235,7 @@
                data: { "sMainSub": sMainSub },
                dataType: "json",
                success: function (data) {
                    if (data.count == 1) {
                    if (data.count > 0) {
                        layer.close(index);
                        layer.msg(data.Message);
                        option.data = null;