From 3d240d150e6e1a4e2df1a9f87d00ddd03ace4ee5 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期五, 17 一月 2025 10:06:37 +0800
Subject: [PATCH] 增加 BOM层级展开报表,修复全程追溯报表 黑白标页签导出失败,工艺路线的表头查询优化页面排序

---
 WebTM/views/质量管理/质量报表/QC_InspectionFormReport.html |  342 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 321 insertions(+), 21 deletions(-)

diff --git "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/QC_InspectionFormReport.html" "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/QC_InspectionFormReport.html"
index a2676c7..5e2b479 100644
--- "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/QC_InspectionFormReport.html"
+++ "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/QC_InspectionFormReport.html"
@@ -479,7 +479,7 @@
                 }
                 x_AVG = calc(x_AVG, (option.cols[0].length - 1), "/");
                 x_AVG = $("#HCenterline_X").val() == "" ? x_AVG : parseFloat($("#HCenterline_X").val());
-                $("#HCenterline_X").val(x_AVG);
+                $("#HCenterline_X").val(x_AVG.toFixed(5));
 
                 for (var i = 1; i < option.cols[0].length; i++) {
                     for (var j = 0; j < option.data.length - 3; j++) {
@@ -498,8 +498,8 @@
 
                 //鍧囧�� 鎺у埗涓婇檺 鎺у埗涓嬮檺
                 if (limit == 1) {
-                    $("#HControlUpperLimit_X").val(calc(x_AVG, calc(x_PPK, 3, "*"), "+"))
-                    $("#HControlLowerLimit_X").val(calc(x_AVG, calc(x_PPK, 3, "*"), "-"))
+                    $("#HControlUpperLimit_X").val(calc(x_AVG, calc(x_PPK, 3, "*"), "+").toFixed(5))
+                    $("#HControlLowerLimit_X").val(calc(x_AVG, calc(x_PPK, 3, "*"), "-").toFixed(5))
 
                     //璁$畻鏍锋湰閲忎负1 鐨� ppk
                     var min = calc(calc(x_AVG, calc(parseFloat($("#HDownLimit").val()), parseFloat($("#HTargetVal").val()), "+"), "-"), calc(3, x_PPK, "*"), "/");
@@ -581,19 +581,19 @@
                 }
                 x_AVG = calc(x_AVG, (option.cols[0].length - 1), "/");
                 x_AVG = $("#HCenterline_X").val() == "" ? x_AVG : parseFloat($("#HCenterline_X").val());
-                $("#HCenterline_X").val(x_AVG);
+                $("#HCenterline_X").val(x_AVG.toFixed(5));
 
                 s_CPK = calc(s_AVG, d2[option.data.length - 4], "/");
 
                 //鍧囧�� 鎺у埗涓婇檺 鎺у埗涓嬮檺
                 if (limit > 1) {
-                    $("#HControlUpperLimit_X").val(calc(x_AVG, calc(A2[$("#limit").val() - 1], s_AVG, "*"), "+"))
-                    $("#HControlLowerLimit_X").val(calc(x_AVG, calc(A2[$("#limit").val() - 1], s_AVG, "*"), "-"))
+                    $("#HControlUpperLimit_X").val(calc(x_AVG, calc(A2[$("#limit").val() - 1], s_AVG, "*"), "+").toFixed(5))
+                    $("#HControlLowerLimit_X").val(calc(x_AVG, calc(A2[$("#limit").val() - 1], s_AVG, "*"), "-").toFixed(5))
                 }
            
                 //宸�� 鎺у埗涓婇檺 鎺у埗涓嬮檺
-                $("#HControlUpperLimit_S").val(calc(D4[$("#limit").val() - 1], s_AVG, "*"));
-                $("#HControlLowerLimit_S").val(calc(D3[$("#limit").val() - 1], s_AVG, "*"));
+                $("#HControlUpperLimit_S").val(calc(D4[$("#limit").val() - 1], s_AVG, "*").toFixed(5));
+                $("#HControlLowerLimit_S").val(calc(D3[$("#limit").val() - 1], s_AVG, "*").toFixed(5));
                 var limit = $("#limit").val();
 
                 if (limit > 1) {
@@ -727,9 +727,17 @@
                 let HDifference = [];//宸��
                 let HSJZ = [];//瀹為檯鍊�
 
+                var judge = spc_judge();
+
                 for (var j = 1; j < option.cols[0].length; j++) {
                     if (optionAVG.length != 0 || optionS.length != 0) {
-                        HAvg.push(optionAVG[0][option.cols[0][j].field]);
+                        if ($.inArray(optionAVG[0][option.cols[0][j].field], judge) != -1) {
+                            var data = { value: optionAVG[0][option.cols[0][j].field], itemStyle: { color: 'red' } };
+                            HAvg.push(data);
+                        } else {
+                            HAvg.push(optionAVG[0][option.cols[0][j].field]);
+                        }
+                      
                         HDifference.push(optionS[0][option.cols[0][j].field]);
                         HSJZ.push(optionSJZ[0][option.cols[0][j].field]);
                     } else {
@@ -742,6 +750,18 @@
                 for (let i = 1; i < option.cols[0].length; i++) {
                     H_X.push(option.cols[0][i].field);
                 }
+                var max = Math.max.apply(null, HSJZ);
+                var min = Math.min.apply(null, HSJZ);
+
+                var sum = 0;
+                $.each(HSJZ, function (index, value) {
+                    sum += value;
+                });
+                var average = sum / HSJZ.length;
+
+                var HAreaValue = calc(calc(parseFloat($("#HControlUpperLimit_X").val()), parseFloat($("#HCenterline_X").val()), "-"), 3, "/").toFixed(5);
+                var HAreaValue_A = HAreaValue * 2;
+                var HAreaValue_B = HAreaValue * 1;
 
                 option_ZXT_Avg = {
                     title: {
@@ -760,16 +780,21 @@
                     },
                     yAxis: {
                         type: 'value',
-                        min: parseFloat($("#HDownLimit").val()) != 0 ? calc(parseFloat($("#HTargetVal").val()), calc(parseFloat($("#HDownLimit").val()), 1.3, "*"), "+") : 0, // 璁剧疆鏈�灏忓��
-                        max: calc(parseFloat($("#HTargetVal").val()), calc(parseFloat($("#HUpLimit").val()), 1.3, "*"), "+"), // 璁剧疆鏈�澶у��
+                        min: parseFloat($("#HDownLimit").val()) != 0 ? calc(parseFloat($("#HTargetVal").val()), calc(parseFloat($("#HDownLimit").val()), 1.1, "*"), "+") : 0, // 璁剧疆鏈�灏忓��
+                        max: calc(parseFloat($("#HTargetVal").val()), calc(parseFloat($("#HUpLimit").val()), 1.1, "*"), "+"), // 璁剧疆鏈�澶у��
                         interval: calc(calc(parseFloat($("#HUpLimit").val()), parseFloat($("#HDownLimit").val()), "-"), 10, "/"), // 璁剧疆闂磋窛
                     },
                     series: [
                         {
                             data: HAvg,
                             type: 'line',
-
-                            itemStyle: { normal: { label: { show: true } } },
+                            itemStyle: {
+                                normal: {
+                                    label: {
+                                        show: true
+                                    }
+                                }
+                            },
                             markLine: {
                                 symbol: 'none',//鍘绘帀绠ご
                                 data: [
@@ -780,14 +805,30 @@
                                         name: 'LSL', yAxis: parseFloat($("#HTargetVal").val()) + parseFloat($("#HDownLimit").val()), lineStyle: { color: '#FF1D00' }, label: { color: '#FF1D00', fontSize: 10 }, label: { formatter: '{b}: {c}' }
                                     },
                                     {
-                                        name: 'UCL', yAxis: parseFloat($("#HControlUpperLimit_X").val()), lineStyle: { color: '#2cb615' }, label: { color: '#2cb615', fontSize: 10 }, label: { formatter: '{b}: {c}' }
+                                        name: 'UCL', yAxis: parseFloat($("#HControlUpperLimit_X").val()), lineStyle: { color: '#ff9145' }, label: { color: '#ff9145', fontSize: 10 }, label: { formatter: '{b}: {c}' }
                                     },
                                     {
-                                        name: 'LCL', yAxis: parseFloat($("#HControlLowerLimit_X").val()), lineStyle: { color: '#2cb615' }, label: { color: '#2cb615', fontSize: 10 }, label: { formatter: '{b}: {c}' }
+                                        name: 'LCL', yAxis: parseFloat($("#HControlLowerLimit_X").val()), lineStyle: { color: '#ff9145' }, label: { color: '#ff9145', fontSize: 10 }, label: { formatter: '{b}: {c}' }
                                     }
                                     ,
                                     {
-                                        name: 'CL', yAxis: parseFloat($("#HCenterline_X").val()), lineStyle: { color: '#6dadf0' }, label: { color: '#6dadf0', fontSize: 10 }, label: { formatter: '{b}: {c}' }
+                                        name: 'CL', yAxis: parseFloat($("#HCenterline_X").val()), lineStyle: { color: '#000000' }, label: { color: '#000000', fontSize: 10 }, label: { formatter: '{b}: {c}' }
+                                    }
+                                    ,
+                                    {
+                                        name: 'B', yAxis: parseFloat($("#HCenterline_X").val()) + HAreaValue_A, lineStyle: { color: '#6dadf0' }, label: { color: '#6dadf0', fontSize: 10 }, label: { formatter: '{b}: {c}' }
+                                    }
+                                    ,
+                                    {
+                                        name: '-B', yAxis: parseFloat($("#HCenterline_X").val()) - HAreaValue_A, lineStyle: { color: '#6dadf0' }, label: { color: '#6dadf0', fontSize: 10 }, label: { formatter: '{b}: {c}' }
+                                    }
+                                    ,
+                                    {
+                                        name: 'C', yAxis: parseFloat($("#HCenterline_X").val()) + HAreaValue_B, lineStyle: { color: '#2cb615' }, label: { color: '#2cb615', fontSize: 10 }, label: { formatter: '{b}: {c}' }
+                                    }
+                                    ,
+                                    {
+                                        name: '-C', yAxis: parseFloat($("#HCenterline_X").val()) - HAreaValue_B, lineStyle: { color: '#2cb615' }, label: { color: '#2cb615', fontSize: 10 }, label: { formatter: '{b}: {c}' }
                                     }
                                 ],
                                 precision: 3
@@ -820,8 +861,8 @@
                     yAxis: {
                         type: 'value',
                         min: 0, // 璁剧疆鏈�灏忓��
-                        max: parseFloat($("#HControlUpperLimit_S").val()) != 0 ? calc(parseFloat($("#HControlUpperLimit_S").val()), 0.01, "+") : 0, // 璁剧疆鏈�澶у��
-                        interval: calc(parseFloat($("#HControlUpperLimit_S").val()), 10, "/"), // 璁剧疆闂磋窛
+                        max: parseFloat($("#HControlUpperLimit_S").val()) != 0 ? calc(parseFloat($("#HControlUpperLimit_S").val()), 1.1, "*") : 0, // 璁剧疆鏈�澶у��
+                        interval: calc(parseFloat($("#HControlUpperLimit_S").val()).toFixed(5), 10, "/"), // 璁剧疆闂磋窛
                     },
                     series: [
                         {
@@ -872,21 +913,38 @@
                     },
                     yAxis: {
                         type: 'value',
-                        min: parseFloat($("#HDownLimit").val()) != 0 ? calc(parseFloat($("#HTargetVal").val()), calc(parseFloat($("#HDownLimit").val()), 1.3, "*"), "+") : 0, // 璁剧疆鏈�灏忓��
-                        max: calc(parseFloat($("#HTargetVal").val()), calc(parseFloat($("#HUpLimit").val()), 1.3, "*"), "+"), // 璁剧疆鏈�澶у��
+                        min: parseFloat($("#HDownLimit").val()) != 0 ? calc(parseFloat($("#HTargetVal").val()), calc(parseFloat($("#HDownLimit").val()), 1.1, "*"), "+") : 0, // 璁剧疆鏈�灏忓��
+                        max: calc(parseFloat($("#HTargetVal").val()), calc(parseFloat($("#HUpLimit").val()), 1.1, "*"), "+"), // 璁剧疆鏈�澶у��
                         interval: calc(calc(parseFloat($("#HUpLimit").val()), parseFloat($("#HDownLimit").val()), "-"), 10, "/"), // 璁剧疆闂磋窛
                     },
                     series: [
                         {
                             data: HSJZ,
                             type: 'line',
-                            itemStyle: { normal: { label: { show: true } } },
+                            itemStyle: {
+                                normal:
+                                {
+                                    label: {
+                                        show: true
+                                    }
+                                }
+                            },
                             markLine: {
                                 symbol: 'none',//鍘绘帀绠ご
                                 data: [
                                     { name: 'USL', yAxis: parseFloat($("#HTargetVal").val()) + parseFloat($("#HUpLimit").val()), lineStyle: { color: '#FF1D00' }, label: { color: '#FF1D00', fontSize: 10 }, label: { formatter: '{b}: {c}' } },
                                     {
                                         name: 'LSL', yAxis: parseFloat($("#HTargetVal").val()) + parseFloat($("#HDownLimit").val()), lineStyle: { color: '#FF1D00' }, label: { color: '#FF1D00', fontSize: 10 }, label: { formatter: '{b}: {c}' }
+                                    },
+                                    {
+                                        name: 'UCL', yAxis: max, lineStyle: { color: '#2cb615' }, label: { color: '#2cb615', fontSize: 10 }, label: { formatter: '{b}: {c}' }
+                                    },
+                                    {
+                                        name: 'LCL', yAxis: min, lineStyle: { color: '#2cb615' }, label: { color: '#2cb615', fontSize: 10 }, label: { formatter: '{b}: {c}' }
+                                    }
+                                    ,
+                                    {
+                                        name: 'CL', yAxis: average.toFixed(5), lineStyle: { color: '#6dadf0' }, label: { color: '#6dadf0', fontSize: 10 }, label: { formatter: '{b}: {c}' }
                                     }
                                 ],
                                 precision: 3
@@ -900,6 +958,248 @@
 
             }
 
+            //璁$畻spc鍏ぇ鍒ゅ畾
+            function spc_judge() {
+                //鍧囧��
+                var HAreaValue = calc(calc(parseFloat($("#HControlUpperLimit_X").val()), parseFloat($("#HCenterline_X").val()), "-"), 3, "/").toFixed(5);
+                //涓婇檺閮ㄥ垎
+                var HAreaValue_A = parseFloat($("#HControlUpperLimit_X").val());
+                var HAreaValue_B = calc(calc(HAreaValue, 2, "*"), parseFloat($("#HCenterline_X").val()), "+").toFixed(5);
+                var HAreaValue_C = calc(calc(HAreaValue, 1, "*"), parseFloat($("#HCenterline_X").val()), "+").toFixed(5);
+                //涓嬮檺閮ㄥ垎
+                var HAreaValue_FA = parseFloat($("#HControlLowerLimit_X").val());
+                var HAreaValue_FB = calc(parseFloat($("#HCenterline_X").val()),calc(HAreaValue, 2, "*"), "-").toFixed(5);
+                var HAreaValue_FC = calc(parseFloat($("#HCenterline_X").val()),calc(HAreaValue, 1, "*"), "-").toFixed(5);
+
+
+                let HAvg = [];//骞冲潎鍊�
+
+                for (var j = 1; j < option.cols[0].length; j++) {
+                    if (optionAVG.length != 0) {
+                        HAvg.push(optionAVG[0][option.cols[0][j].field]);
+                    } 
+                }
+             
+                //杩炵画鍗佷簲涓偣鍦ㄤ腑蹇冪嚎涓や晶鐨凜鍖哄唴
+                var judge_return = [];
+                if (HAvg.length >= 15) {
+                    for (var i = 14; i < HAvg.length; i++) {
+                        if (HAvg[i] >= HAreaValue_FC && HAvg[i] <= HAreaValue_C) {
+                            for (var j = i - 14; j <= i; j++) {
+                                if (HAvg[j] >= HAreaValue_FC && HAvg[j] <= HAreaValue_C) {
+                                    if (i == j) {
+                                        for (var j1 = i; j1 >= i - 14; j1--) {
+                                            if ($.inArray(HAvg[j1], judge_return) == -1) {
+                                                judge_return.push(HAvg[j1]);
+                                            }
+                                        }
+                                    }
+                                } else {
+                                    break;
+                                }
+                            }
+                        }
+                    }
+                }
+                //杩炵画14涓偣涓浉閭荤偣浜ゆ浛涓婁笅
+                if (HAvg.length >= 14) {
+                    for (var i = 13; i < HAvg.length; i++) {
+                        var judge = [];
+                        for (var j = i - 13; j < i; j++) {
+                            if (HAvg[j] > HAvg[j + 1]) {
+                                judge.push(1);
+                            } else if (HAvg[j] < HAvg[j + 1]) {
+                                judge.push(-1);
+                            }
+                        }
+                        for (var k = 0; k < judge.length; k++) {
+                            if (judge[k] + judge[k + 1] == 0) {
+                                if ((k + 1) == judge.length) {
+                                    for (var j1 = i; j1 >= i - 13; j1--) {
+                                        if ($.inArray(HAvg[j1], judge_return) == -1) {
+                                            judge_return.push(HAvg[j1]);
+                                        }
+                                    }
+                                }
+                            } else {
+                                break;
+                            }
+                        }
+                    }
+                }
+
+                //杩炵画9涓偣钀藉湪涓績绾跨殑鍚屼竴渚�
+                if (HAvg.length >= 9) {
+                    for (var i = 8; i < HAvg.length; i++) {
+                        var judge = [];
+                        for (var j = i - 8; j <= i; j++) {
+                            if (HAvg[j] > parseFloat($("#HCenterline_X").val())) {
+                                judge.push(1);
+                            } else if (HAvg[j] < parseFloat($("#HCenterline_X").val())) {
+                                judge.push(-1);
+                            }
+                        }
+                        var sum = 0;
+                        for (var k = 0; k < judge.length; k++) {
+                            sum += judge[k];
+                        }
+                        if (sum == 9 || sum == -9) {
+                            for (var j1 = i; j1 >= i - 8; j1--) {
+                                if ($.inArray(HAvg[j1], judge_return) == -1) {
+                                    judge_return.push(HAvg[j1]);
+                                }
+                            }
+                        }
+                    }
+                }
+
+                //杩炵画8鐐硅惤鍦ㄤ腑蹇冪嚎涓や晶涓旀棤涓�鍦–鍖轰互鍐�(鍗冲湪C鍖轰互澶�)
+                if (HAvg.length >= 8) {
+                    for (var i = 7; i < HAvg.length; i++) {
+                        if (HAvg[i] < HAreaValue_FC || HAvg[i] > HAreaValue_C) {
+                            for (var j = i - 7; j <= i; j++) {
+                                if (HAvg[j] < HAreaValue_FC || HAvg[j] > HAreaValue_C) {
+                                    if (j == i) {
+                                        for (var j1 = i; j1 >= i - 7; j1--) {
+                                            if ($.inArray(HAvg[j1], judge_return) == -1) {
+                                                judge_return.push(HAvg[j1]);
+                                            }
+                                        }
+                                    }
+                                } else {
+                                    break;
+                                }
+                            }
+                        }
+                    }
+                }
+
+                //杩炵画6鐐归�掑鎴栭�掑噺
+                if (HAvg.length >= 6) {
+                    for (var i = 5; i < HAvg.length; i++) {
+                        var judge = [];
+                        for (var j = i - 5; j < i; j++) {
+                            if (HAvg[j] > HAvg[j + 1]) {
+                                judge.push(1);
+                            } else if (HAvg[j] < HAvg[j + 1]) {
+                                judge.push(-1);
+                            }
+                        }
+                        var sum = 0;
+                        for (var k = 0; k < judge.length; k++) {
+                            sum += judge[k];
+                        }
+                        if (sum == 5 || sum == -5) {
+                            for (var j1 = i; j1 >= i - 5; j1--) {
+                                if ($.inArray(HAvg[j1], judge_return) == -1) {
+                                    judge_return.push(HAvg[j1]);
+                                }
+                            }
+                        }
+                    }
+                }
+
+                //杩炵画5鐐逛腑鏈�4鐐硅惤鍦ㄤ腑蹇冪嚎鍚屼竴渚х殑C鍖哄
+                if (HAvg.length >= 5) {
+                    for (var i = 4; i < HAvg.length; i++) {
+                        var judge = [];
+                        if (HAvg[i] > parseFloat($("#HCenterline_X").val()) && HAvg[i] > HAreaValue_C) {
+                            for (var j = i - 4; j <= i; j++) {
+                                var record = [];
+                                if (HAvg[j] > parseFloat($("#HCenterline_X").val()) && HAvg[j] > HAreaValue_C) {
+                                    record.push(HAvg[j]);
+                                    if (record.length >= 4) {
+                                        for (var j1 = i; j1 >= i - 4; j1--) {
+                                            if ($.inArray(HAvg[j1], judge_return) == -1) {
+                                                judge_return.push(HAvg[j1]);
+                                            }
+                                        }
+                                    }
+                                }
+                                
+                            }
+                        }
+                        else if (HAvg[i] < parseFloat($("#HCenterline_X").val()) && HAvg[i] < HAreaValue_FC) {
+                            for (var j = i - 4; j <= i; j++) {
+                                var record = [];
+                                if (HAvg[j] < parseFloat($("#HCenterline_X").val()) && HAvg[j] < HAreaValue_FC) {
+                                    record.push(HAvg[j]);
+                                    if (record.length >= 4) {
+                                        for (var j1 = i; j1 >= i - 4; j1--) {
+                                            if ($.inArray(HAvg[j1], judge_return) == -1) {
+                                                judge_return.push(HAvg[j1]);
+                                            }
+                                        }
+                                    }
+                                }
+                            }
+                        }
+
+                    }
+                }
+
+
+                //杩炵画3鐐逛腑鏈�2鐐硅惤鍦ㄤ腑蹇冪嚎鍚屼竴渚х殑B鍖哄
+                if (HAvg.length >= 3) {
+                    for (var i = 2; i < HAvg.length; i++) {
+                        var judge = [];
+                        if (HAvg[i] > parseFloat($("#HCenterline_X").val()) && HAvg[i] > HAreaValue_B) {
+                            for (var j = i - 2; j <= i; j++) {
+                                var record = [];
+                                if (HAvg[j] > parseFloat($("#HCenterline_X").val()) && HAvg[j] > HAreaValue_B) {
+                                    record.push(HAvg[j]);
+                                    if (record.length >= 2) {
+                                        for (var j1 = i; j1 >= i - 2; j1--) {
+                                            if ($.inArray(HAvg[j1], judge_return) == -1) {
+                                                judge_return.push(HAvg[j1]);
+                                            }
+                                        }
+                                    }
+                                }
+
+                            }
+                        }
+                        else if (HAvg[i] < parseFloat($("#HCenterline_X").val()) && HAvg[i] < HAreaValue_FB) {
+                            for (var j = i - 2; j <= i; j++) {
+                                var record = [];
+                                if (HAvg[j] < parseFloat($("#HCenterline_X").val()) && HAvg[j] < HAreaValue_FB) {
+                                    record.push(HAvg[j]);
+                                    if (record.length >= 2) {
+                                        for (var j1 = i; j1 >= i - 2; j1--) {
+                                            if ($.inArray(HAvg[j1], judge_return) == -1) {
+                                                judge_return.push(HAvg[j1]);
+                                            }
+                                        }
+                                    }
+                                }
+                            }
+                        }
+
+                    }
+                }
+
+
+                //1涓偣钀藉湪A鍖轰互澶�
+                if (HAvg.length >= 0) {
+                    for (var i = 0; i < HAvg.length; i++) {
+                        var judge = [];
+                        if (HAvg[i] > HAreaValue_A) {
+                            if ($.inArray(HAvg[i], judge_return) == -1) {
+                                judge_return.push(HAvg[i]);
+                            }
+                        }
+                        else if (HAvg[i] < HAreaValue_FA) {
+                            if ($.inArray(HAvg[i], judge_return) == -1) {
+                                judge_return.push(HAvg[i]);
+                            }
+                        }
+                    }
+                }
+
+                return judge_return;
+
+            }
+
             //鐢熶骇杞﹂棿
             function get_Dept() {
                 //鑾峰彇杞﹂棿鍒�

--
Gitblit v1.9.1