wtt
2025-12-10 38e890f69f52e85e6012055b47da63cebff605be
单品过站优化
3个文件已修改
8 ■■■■ 已修改文件
WebTM/layuiadmin/Scripts/webConfig.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/车间管理/单品过站_小卫/Cj_BlueToothBarCodePrint.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/车间管理/单品过站_小卫/Cj_ProcessItemStationPlatform_generateSNCode.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/layuiadmin/Scripts/webConfig.js
@@ -7,12 +7,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/³µ¼ä¹ÜÀí/µ¥Æ·¹ýÕ¾_СÎÀ/Cj_BlueToothBarCodePrint.html
@@ -329,7 +329,7 @@
            //批量打印
            function dy_PL(HBarCode) {
                var sWhere = "select Top 1 * from h_v_IF_BarCodeBillList where æ¡ç ç¼–号 = '" + HBarCode+"'"
                var sWhere = "select Top 1 * from h_v_IF_BarCodeBillList with(nolock) where æ¡ç ç¼–号 = '" + HBarCode+"'"
                $.ajax({
                    type: "GET",
WebTM/views/³µ¼ä¹ÜÀí/µ¥Æ·¹ýÕ¾_СÎÀ/Cj_ProcessItemStationPlatform_generateSNCode.html
@@ -584,7 +584,7 @@
        //批量打印
        function dy_PL(HBarCode) {
            var sWhere = "select Top 1 * from h_v_IF_BarCodeBillList where æ¡ç ç¼–号 = '" + HBarCode + "'"
            var sWhere = "select Top 1 * from h_v_IF_BarCodeBillList with(nolock) where æ¡ç ç¼–号 = '" + HBarCode + "'"
            $.ajax({
                type: "GET",