llj
7 天以前 1867eb9c5b7813191eec98ae326fdde0d053aad2
小卫组托
2个文件已修改
10 ■■■■■ 已修改文件
WebTM/layuiadmin/Scripts/webConfig.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/Baseset/基础资料/saomazutuo_xiaowei.html 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/layuiadmin/Scripts/webConfig.js
@@ -7,14 +7,14 @@
    //var WEBURL = "http://localhost:8082/LuBaoAPI/";    //杨乐本地配置
   /*  var WEBURL = "http://localhost:8082/API/";    //杜贺本地配置*/
    //var WEBURL = "http://localhost:8082/API/";    //张瑞广本地配置
    var WEBURL = "http://localhost:8080/API/";    //王仪本地配置
/*    var WEBURL = "http://localhost:8080/API/";    //王仪本地配置*/
    //var WEBURL = "http://localhost:81/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/Baseset/»ù´¡×ÊÁÏ/saomazutuo_xiaowei.html
@@ -476,6 +476,7 @@
                        return;
                    }
                    hform.HMaterID = materialInfo.HMaterID;
                    hform.HMaterNumber = materialInfo.HMaterNumber;
                    hform.HMaterName = materialInfo.HMaterName;
                    hform.HMaterModel = materialInfo.HMaterModel;
                    $.ajax({
@@ -498,7 +499,7 @@
                                listData.push({
                                    æ¡ç ç¼–号: sBarCode,
                                    æ•°é‡: 1,
                                    ç‰©æ–™ä»£ç : hform.HMaterID,
                                    ç‰©æ–™ä»£ç : hform.HMaterNumber,
                                    ç‰©æ–™åç§°: hform.HMaterName,
                                    æ¡ç ä¸ªæ•°: 1,
                                    HInterID: hform.HInterID
@@ -537,6 +538,7 @@
                            if (res.count == 1) {
                                resolve({
                                    HMaterID: data[0].HMaterID,
                                    HMaterNumber: data[0].HMaterNumber,
                                    HMaterName: data[0].HMaterName,
                                    HMaterModel: data[0].HMaterModel
                                });