wtt
2024-06-05 2231d403054a1b19ca676f008f7835ed721e1436
bug修复
3个文件已修改
18 ■■■■■ 已修改文件
WebTM/views/质量管理/工作联系单/OA_Add_Edit_WorkLinkBill.html 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/质量管理/工作联系单/OA_Reply_WorkLinkBill.html 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/质量管理/工作联系单/OA_WorkLinkBillList.html 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/ÖÊÁ¿¹ÜÀí/¹¤×÷ÁªÏµµ¥/OA_Add_Edit_WorkLinkBill.html
@@ -492,7 +492,7 @@
                $.ajax({
                    url: GetWEBURL() + "/Sc_MESTransFerWorkBill/GetOA_WorkLinkBillListCheckDetai",
                    type: "GET",
                    data: { "HID": linterid,"HEntryID": HEntryID},
                    data: { "HID": linterid},
                    success: function (result) {
                        if (result.code == 1) { // è¯´æ˜ŽéªŒè¯æˆåŠŸäº†ï¼Œ
                            var data = result.data[0];
@@ -930,7 +930,10 @@
                layer.msg("接收人不能为空!", { icon: 5, btn: ['确认'], time: 2000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
                return Result = false;
            }
            if ($("#HDeptName").val() == '' || $("#HDeptName").val() == null) {
                layer.msg("发送部门不能为空!", { icon: 5, btn: ['确认'], time: 2000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
                return Result = false;
            }
            //if (OperationType == "2") {
            //    if ($("#HMainSourceInterID").val() == '' || $("#HMainSourceInterID").val() == null) {
            //        layer.msg("源单单号不能为空!", { icon: 5, btn: ['确认'], time: 2000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
WebTM/views/ÖÊÁ¿¹ÜÀí/¹¤×÷ÁªÏµµ¥/OA_Reply_WorkLinkBill.html
@@ -551,8 +551,7 @@
                    type: "GET",
                    async: false,
                    data: {
                        "HID": linterid,
                        "HEntryID": HEntryID
                        "HID": linterid
                    },
                    success: function (result) {
                        if (result.code == 1) { // è¯´æ˜ŽéªŒè¯æˆåŠŸäº†ï¼Œ
WebTM/views/ÖÊÁ¿¹ÜÀí/¹¤×÷ÁªÏµµ¥/OA_WorkLinkBillList.html
@@ -490,7 +490,11 @@
                    , data = checkStatus.data;
                if (checkStatus.data.length === 1) {
                    var HInterID = data[0].hmainid.toString();
                    var HEntryID = data[0].HEntryID.toString();
                    if (data[0].HEntryID == null || HEntryID == '') {
                        var HEntryID = '';
                    } else {
                        var HEntryID = data[0].HEntryID.toString();
                    }
                    //if (AllowLoadData(sSubStr) != false) {//非空验证
                    layer.open({
                        type: 2
@@ -500,7 +504,7 @@
                        , shade: 0.6 //遮罩透明度
                        , maxmin: true //允许全屏最小化
                        , anim: 0 //0-6的动画形式,-1不开启
                        , content: 'OA_Add_Edit_WorkLinkBill.html?OperationType=3&linterid=' + HInterID + '&HEntryID=' + HEntryID + '&HSouceBillType='
                        , content: 'OA_Add_Edit_WorkLinkBill.html?OperationType=3&linterid=' + HInterID + '&HEntryID=' + 15 + '&HSouceBillType='
                        , resize: false,
                        end: function () {
                            get_FastQuery(table, option);