yangle
2024-09-25 badb75b05113a648326a4be376cd1d2fda55e26f
产品防错验证清单列表 只显示主表
上模单 报错提示
3个文件已修改
34 ■■■■ 已修改文件
WebTM/views/模治具管理/上模单/Sc_MouldUpperBillEdit_PDA.html 26 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/生产管理/报工台工序/防错/Sc_MaterToSourceStepBillList.html 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/车间管理/单品过站/RetrospectiveQueryReport.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/Ä£Öξ߹ÜÀí/ÉÏÄ£µ¥/Sc_MouldUpperBillEdit_PDA.html
@@ -522,19 +522,41 @@
            //条形码回车方法
            function txtHBarCode_KeyDown(HBarCode) {
                var HBillType = "";
                var barNo = "";
                if (HBarCode.length < 22) {
                    barNo = HBarCode.substr(0, 4);
                    switch (barNo) {
                        case "GXLX":
                            HBillType = "3772";
                            break;
                    }
                }
                if (HBarCode.length > 22) {
                    barNo = HBarCode.substr(0, 22);
                    switch (barNo) {
                        case "https://qr61.cn/omM1Cj":
                            HBillType = "3899";
                            break;
                        case "https://qr61.cn/oAhaGh":
                            HBillType = "3308";
                            break;
                    }
                }
                var index = layer.load();
                $.ajax({
                    url: GetWEBURL() + "/Sc_MouldUpperBill/txtHBarCode_KeyDown",
                    type: "GET",
                    data: { "HBarCode": HBarCode, "HSourceID": $("#HSourceID").val(), "UserID": sessionStorage["Czybm"], "HBillType": "Sc_MouldUpperBill" },
                    data: { "HBarCode": HBarCode, "HSourceID": $("#HSourceID").val(), "UserID": sessionStorage["Czybm"], "HBillType": HBillType },
                    success: function (result) {
                        if (result.count == 1) {
                            var data = result.data[0];
                            layer.close(index);
                            $("#HBarCode").val("");
                            var num = data["Num"];
                            if ($("#HSourceID").val() == "0" && num != 1) {
WebTM/views/Éú²ú¹ÜÀí/±¨¹¤Ì¨¹¤Ðò/·À´í/Sc_MaterToSourceStepBillList.html
@@ -393,8 +393,10 @@
                        , { field: '生产资源代码', title: '生产资源代码', sort: true }
                        , { field: '生产资源', title: '生产资源', sort: true }
                        , { field: 'HEquipID', title: 'HEquipID', hide: true, sort: true }
                        , { field: '生产设备代码', title: '生产设备代码', sort: true }
                        , { field: '生产设备', title: '生产设备', sort: true }
                        , { field: '生产主设备代码', title: '生产主设备代码', sort: true }
                        , { field: '生产主设备', title: '生产主设备', sort: true }
                        , { field: '辅助设备代码', title: '辅助设备代码', sort: true }
                        , { field: '辅助设备', title: '辅助设备', sort: true }
                        , { field: 'HWorkerID', title: 'HWorkerID', hide: true, sort: true }
                        , { field: '操作工代码', title: '操作工代码', sort: true }
                        , { field: '操作工', title: '操作工', sort: true }
WebTM/views/³µ¼ä¹ÜÀí/µ¥Æ·¹ýÕ¾/RetrospectiveQueryReport.html
@@ -338,7 +338,7 @@
                                                field: data[i].id, title: data[i].name, align: 'center', sort: true, width: 150, templet: function (e) {
                                                    var html = "";
                                                    if (e.工序名称 == "拍照" ) {
                                                        html = '<a style="color:#1E9FFF" href="' + e.照片路径 + '" target="main_self_frame">' + e.照片路径+'</a>';
                                                        html = '<a style="color:#1E9FFF" href="" target="main_self_frame">' + e.照片路径+'</a>';
                                                    }
                                                    return html
                                                }