duhe
2025-08-08 77fac1a90527b66b71361c045584fa02a75797bc
迦南:条码生成界面,根据条码类型,打印时显示对应的打印模板
4个文件已修改
5059 ■■■■ 已修改文件
WebTM/Properties/PublishProfiles/LAYUI.pubxml.user 5041 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/仓存管理/条码生成/Gy_BarCodeBill_JiaNan.html 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/仓存管理/条码生成/Gy_BarCodeBill_JiaNan_AutoLogin.html 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/基础资料/公用基础资料/HBarPlanPrint.html 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
Diff too large
WebTM/views/²Ö´æ¹ÜÀí/ÌõÂëÉú³É/Gy_BarCodeBill_JiaNan.html
@@ -673,6 +673,9 @@
                        rows.push(dataArr[i].HItemID.toString());
                    }
                    //rows = rows.substring(rows.length - 1, 0);
                    var HBarCodeType_Temp = $("#HBarCodeType").val();
                    layer.open({
                        type: 2
                        , area: ['50%', '50%']
@@ -680,7 +683,7 @@
                        , shade: 0.6 //遮罩透明度
                        , maxmin: false //允许全屏最小化
                        , anim: 0 //0-6的动画形式,-1不开启
                        , content: ['../../BaseSet/SRM_OpenTmpList.html?linterid=' + rows.toString() + '&MyMsg=' + rows.toString() + '&Type=HGy_BarCodeBill_JiaNan', 'yes']
                        , content: ['../../BaseSet/SRM_OpenTmpList.html?linterid=' + rows.toString() + '&MyMsg=' + rows.toString() + '&Type=HGy_BarCodeBill_JiaNan_' + HBarCodeType_Temp, 'yes']
                        , resize: false
                    })
                }
WebTM/views/²Ö´æ¹ÜÀí/ÌõÂëÉú³É/Gy_BarCodeBill_JiaNan_AutoLogin.html
@@ -680,6 +680,8 @@
                        rows.push(dataArr[i].HItemID.toString());
                    }
                    //rows = rows.substring(rows.length - 1, 0);
                    var HBarCodeType_Temp = $("#HBarCodeType").val();
                    layer.open({
                        type: 2
                        , area: ['50%', '50%']
@@ -687,7 +689,7 @@
                        , shade: 0.6 //遮罩透明度
                        , maxmin: false //允许全屏最小化
                        , anim: 0 //0-6的动画形式,-1不开启
                        , content: ['../../BaseSet/SRM_OpenTmpList.html?linterid=' + rows.toString() + '&MyMsg=' + rows.toString() + '&Type=HGy_BarCodeBill_JiaNan', 'yes']
                        , content: ['../../BaseSet/SRM_OpenTmpList.html?linterid=' + rows.toString() + '&MyMsg=' + rows.toString() + '&Type=HGy_BarCodeBill_JiaNan_' + HBarCodeType_Temp, 'yes']
                        , resize: false
                    })
                }
WebTM/views/»ù´¡×ÊÁÏ/¹«Óûù´¡×ÊÁÏ/HBarPlanPrint.html
@@ -158,6 +158,15 @@
            case "HGy_BarCodeBill_JiaNan"://条码打印_迦南
                CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HGy_BarCodeBill.aspx?linterid=" + value, true, "");
                break;
            case "HGy_BarCodeBill_JiaNan_BarCode"://条码打印_迦南
                CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HGy_BarCodeBill.aspx?linterid=" + value, true, "");
                break;
            case "HGy_BarCodeBill_JiaNan_BarCode_Box"://条码打印_迦南
                CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HGy_BarCodeBill.aspx?linterid=" + value, true, "");
                break;
            case "HGy_BarCodeBill_JiaNan_BarCode_Pack"://条码打印_迦南
                CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HGy_BarCodeBill.aspx?linterid=" + value, true, "");
                break;
            case "HIcmoBill"://生产订单打印
                CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Sc_ICMOBillList.aspx?linterid=" + value, true, "");
                break;