ch
2022-03-10 1278472a0c96eaeb4a8bbe04df2c23b0eb52e2ff
WebTM/views/IpadStepIndex.html
@@ -376,7 +376,7 @@
            HICMOInterID = $("#df" + i + "").html();     //生产订单主内码
            HICMOEntryID = $("#ds" + i + "").html();     //生产订单子内码
            HProcID = $("#ps" + i + "").html();          //工序ID
            console.log(HProcID);
            if (workcode != "" && workcode != null) {
                $('.cns').removeClass('check1');  //删除不同父级clss样式相同的所有元素
@@ -554,25 +554,25 @@
                shift: 2,
                area: ['100%', '100%'],
                maxmin: true,
                content: '生产管理/报工台工序/开工/Sc_Add_MESBeginStepWorkBillList.html?OperationType=2&linterid=&HSouceBillType=',
                content: '生产管理/报工台工序/开工/Sc_Add_MESBeginStepWorkBillList.html?OperationType=2&linterid=&HSouceBillType=&HBillType=' + HBillType + '&HSourceInterID=' + HSourceInterID + '&HSourceEntryID=' + HSourceEntryID + '&HSourceBillNo=' + HSourceBillNo + '&HSourceBillType=' + HSourceBillType+'',
                end: function () {
                },
                success: function (dom, index) {
                    var data = [];
                    data.push({
                        "HBillType": HBillType,
                        "HSourceInterID": HSourceInterID,
                        "HSourceEntryID": HSourceEntryID,
                        "HSourceBillNo": HSourceBillNo,
                        "HSourceBillType": HSourceBillType
                    });
                //success: function (dom, index) {
                //    var data = [];
                //    data.push({
                //        "HBillType": HBillType,
                //        "HSourceInterID": HSourceInterID,
                //        "HSourceEntryID": HSourceEntryID,
                //        "HSourceBillNo": HSourceBillNo,
                //        "HSourceBillType": HSourceBillType
                //    });
                    //通过索引获取到当前iframe弹出层
                    var iframe = window['layui-layer-iframe' + index];
                    //调用iframe弹出层内的方法
                    iframe.edit(data);
                },
                //    //通过索引获取到当前iframe弹出层
                //    var iframe = window['layui-layer-iframe' + index];
                //    //调用iframe弹出层内的方法
                //    iframe.edit(data);
                //},
            });
        }
@@ -594,25 +594,26 @@
                shift: 2,
                area: ['100%', '100%'],
                maxmin: true,
                content: '生产管理/报工台工序/产量汇报/Sc_Add_ProductReportStepBillList.html?OperationType=2&linterid=&HSouceBillType=',
                content: '生产管理/报工台工序/产量汇报/Sc_Add_ProductReportStepBillList.html?OperationType=2&linterid=&HSouceBillType=&HBillType=' + HBillType + '&HSourceInterID=' + HSourceInterID + '&HSourceEntryID=' + HSourceEntryID + '&HSourceBillNo=' + HSourceBillNo + '&HSourceBillType=' + HSourceBillType + '',
                //content: '生产管理/报工台工序/产量汇报/Sc_Add_ProductReportStepBillList.html?OperationType=2&linterid=&HSouceBillType=',
                end: function () {
                },
                success: function (dom, index) {
                    var data = [];
                    data.push({
                        "HBillType": HBillType,
                        "HSourceInterID": HSourceInterID,
                        "HSourceEntryID": HSourceEntryID,
                        "HSourceBillNo": HSourceBillNo,
                        "HSourceBillType": HSourceBillType
                    });
                //success: function (dom, index) {
                //    var data = [];
                //    data.push({
                //        "HBillType": HBillType,
                //        "HSourceInterID": HSourceInterID,
                //        "HSourceEntryID": HSourceEntryID,
                //        "HSourceBillNo": HSourceBillNo,
                //        "HSourceBillType": HSourceBillType
                //    });
                    //通过索引获取到当前iframe弹出层
                    var iframe = window['layui-layer-iframe' + index];
                    //调用iframe弹出层内的方法
                    iframe.edit(data);
                },
                //    //通过索引获取到当前iframe弹出层
                //    var iframe = window['layui-layer-iframe' + index];
                //    //调用iframe弹出层内的方法
                //    iframe.edit(data);
                //},
            });
        }
@@ -634,25 +635,26 @@
                shift: 2,
                area: ['100%', '100%'],
                maxmin: true,
                content: '生产管理/报工台工序/完工/Sc_Add_MESEndStepWorkBillList.html?OperationType=2&linterid=&HSouceBillType=',
                content: '生产管理/报工台工序/完工/Sc_Add_MESEndStepWorkBillList.html?OperationType=2&linterid=&HSouceBillType=&HBillType=' + HBillType + '&HSourceInterID=' + HSourceInterID + '&HSourceEntryID=' + HSourceEntryID + '&HSourceBillNo=' + HSourceBillNo + '&HSourceBillType=' + HSourceBillType + '',
                //content: '生产管理/报工台工序/完工/Sc_Add_MESEndStepWorkBillList.html?OperationType=2&linterid=&HSouceBillType=',
                end: function () {
                },
                success: function (dom, index) {
                    var data = [];
                    data.push({
                        "HBillType": HBillType,
                        "HSourceInterID": HSourceInterID,
                        "HSourceEntryID": HSourceEntryID,
                        "HSourceBillNo": HSourceBillNo,
                        "HSourceBillType": HSourceBillType
                    });
                //success: function (dom, index) {
                //    var data = [];
                //    data.push({
                //        "HBillType": HBillType,
                //        "HSourceInterID": HSourceInterID,
                //        "HSourceEntryID": HSourceEntryID,
                //        "HSourceBillNo": HSourceBillNo,
                //        "HSourceBillType": HSourceBillType
                //    });
                    //通过索引获取到当前iframe弹出层
                    var iframe = window['layui-layer-iframe' + index];
                    //调用iframe弹出层内的方法
                    iframe.edit(data);
                },
                //    //通过索引获取到当前iframe弹出层
                //    var iframe = window['layui-layer-iframe' + index];
                //    //调用iframe弹出层内的方法
                //    iframe.edit(data);
                //},
            });
        }
@@ -674,25 +676,26 @@
                shift: 2,
                area: ['100%', '100%'],
                maxmin: true,
                content: '生产管理/报工台工序/停工/Sc_Add_MESStopStepWorkBillList.html?OperationType=2&linterid=&HSouceBillType=',
                content: '生产管理/报工台工序/停工/Sc_Add_MESStopStepWorkBillList.html?OperationType=2&linterid=&HSouceBillType=&HBillType=' + HBillType + '&HSourceInterID=' + HSourceInterID + '&HSourceEntryID=' + HSourceEntryID + '&HSourceBillNo=' + HSourceBillNo + '&HSourceBillType=' + HSourceBillType + '',
                //content: '生产管理/报工台工序/停工/Sc_Add_MESStopStepWorkBillList.html?OperationType=2&linterid=&HSouceBillType=',
                end: function () {
                },
                success: function (dom, index) {
                    var data = [];
                    data.push({
                        "HBillType": HBillType,
                        "HSourceInterID": HSourceInterID,
                        "HSourceEntryID": HSourceEntryID,
                        "HSourceBillNo": HSourceBillNo,
                        "HSourceBillType": HSourceBillType
                    });
                //success: function (dom, index) {
                //    var data = [];
                //    data.push({
                //        "HBillType": HBillType,
                //        "HSourceInterID": HSourceInterID,
                //        "HSourceEntryID": HSourceEntryID,
                //        "HSourceBillNo": HSourceBillNo,
                //        "HSourceBillType": HSourceBillType
                //    });
                    //通过索引获取到当前iframe弹出层
                    var iframe = window['layui-layer-iframe' + index];
                    //调用iframe弹出层内的方法
                    iframe.edit(data);
                },
                //    //通过索引获取到当前iframe弹出层
                //    var iframe = window['layui-layer-iframe' + index];
                //    //调用iframe弹出层内的方法
                //    iframe.edit(data);
                //},
            });
        }
@@ -710,31 +713,31 @@
                shift: 2,
                area: ['100%', '100%'],
                maxmin: true,
                content: '生产管理/报工台工序/产量汇报/Sc_ProductReportStepBillList.html?OperationType=2&linterid=&HSouceBillType=',
                content: '生产管理/报工台工序/产量汇报/Sc_ProductReportStepBillList.html?OperationType=2&linterid=&HSouceBillType=&workcode=' + workcode + '&HSourceID=' + HSourceID1 + '&HSourceName=' + HSourceName1 + '&HICMOInterID=' + HICMOInterID + '&HICMOEntryID=' + HICMOEntryID + '&HMaker=' + sessionStorage["HUserName"] + '&Czybm=' + sessionStorage["Czybm"] + '&HSourceInterID=' + HSourceInterID + '&HSourceBillType=' + HSourceBillType + '&HProcID=' + HProcID+'',
                //content: '生产管理/报工台工序/产量汇报/Sc_ProductReportStepBillList.html?OperationType=2&linterid=&HSouceBillType=',
                end: function () {
                },
                success: function (dom, index) {
                    var data = [];
                    data.push({
                        "workcode": workcode,
                        "HSourceID": HSourceID1,
                        "HSourceName": HSourceName1,
                        "HICMOInterID": HICMOInterID,
                        "HICMOEntryID": HICMOEntryID,
                        "HMaker": sessionStorage["HUserName"],    //sessionStorage["HUserName"]
                        "Czybm": sessionStorage["Czybm"],
                        //"HEmpID": "0",    //sessionStorage["HEmpID"]
                        "HSourceInterID": HSourceInterID,
                        "HSourceBillType": HSourceBillType,
                        "HProcID": HProcID
                    });
                    //通过索引获取到当前iframe弹出层
                    var iframe = window['layui-layer-iframe' + index];
                    //调用iframe弹出层内的方法
                    iframe.edit(data);
                },
                //success: function (dom, index) {
                //    //通过索引获取到当前iframe弹出层
                //    var iframe = window['layui-layer-iframe' + index];
                //    var data = [];
                //    data.push({
                //        "workcode": workcode,
                //        "HSourceID": HSourceID1,
                //        "HSourceName": HSourceName1,
                //        "HICMOInterID": HICMOInterID,
                //        "HICMOEntryID": HICMOEntryID,
                //        "HMaker": sessionStorage["HUserName"],    //sessionStorage["HUserName"]
                //        "Czybm": sessionStorage["Czybm"],
                //        //"HEmpID": "0",    //sessionStorage["HEmpID"]
                //        "HSourceInterID": HSourceInterID,
                //        "HSourceBillType": HSourceBillType,
                //        "HProcID": HProcID
                //    });
                //    //调用iframe弹出层内的方法
                //    iframe.edit(data);
                //},
            });
        }
@@ -756,25 +759,25 @@
                shift: 2,
                area: ['100%', '100%'],
                maxmin: true,
                content: '生产管理/报工台工序/返工/Sc_Add_MESReturnStepWorkBillList.html?OperationType=2&linterid=&HSouceBillType=',
                content: '生产管理/报工台工序/返工/Sc_Add_MESReturnStepWorkBillList.html?OperationType=2&linterid=&HSouceBillType=&HBillType=' + HBillType + '&HSourceInterID=' + HSourceInterID + '&HSourceEntryID=' + HSourceEntryID + '&HSourceBillNo=' + HSourceBillNo + '&HSourceBillType=' + HSourceBillType + '',
                //content: '生产管理/报工台工序/返工/Sc_Add_MESReturnStepWorkBillList.html?OperationType=2&linterid=&HSouceBillType=',
                end: function () {
                },
                success: function (dom, index) {
                    var data = [];
                    data.push({
                        "HBillType": HBillType,
                        "HSourceInterID": HSourceInterID,
                        "HSourceEntryID": HSourceEntryID,
                        "HSourceBillNo": HSourceBillNo,
                        "HSourceBillType": HSourceBillType
                    });
                    //通过索引获取到当前iframe弹出层
                    var iframe = window['layui-layer-iframe' + index];
                    //调用iframe弹出层内的方法
                    iframe.edit(data);
                },
                //success: function (dom, index) {
                //    //通过索引获取到当前iframe弹出层
                //    var iframe = window['layui-layer-iframe' + index];
                //    var data = [];
                //    data.push({
                //        "HBillType": HBillType,
                //        "HSourceInterID": HSourceInterID,
                //        "HSourceEntryID": HSourceEntryID,
                //        "HSourceBillNo": HSourceBillNo,
                //        "HSourceBillType": HSourceBillType
                //    });
                //    //调用iframe弹出层内的方法
                //    iframe.edit(data);
                //},
            });
        }
@@ -792,25 +795,26 @@
                shift: 2,
                area: ['100%', '100%'],
                maxmin: true,
                content: '生产管理/报工台工序/防错/Sc_Add_MaterToSourceStepBillList.html?OperationType=2&linterid=&HSouceBillType=',
                content: '生产管理/报工台工序/防错/Sc_Add_MaterToSourceStepBillList.html?OperationType=2&linterid=&HSouceBillType=&HBillType=' + HBillType + '&HSourceInterID=' + HSourceInterID + '&HSourceEntryID=' + HSourceEntryID + '&HSourceBillNo=' + HSourceBillNo + '&HSourceBillType=' + HSourceBillType + '',
                //content: '生产管理/报工台工序/防错/Sc_Add_MaterToSourceStepBillList.html?OperationType=2&linterid=&HSouceBillType=',
                end: function () {
                },
                success: function (dom, index) {
                    var data = [];
                    data.push({
                        "HBillType": HBillType,
                        "HSourceInterID": HSourceInterID,
                        "HSourceEntryID": HSourceEntryID,
                        "HSourceBillNo": HSourceBillNo,
                        "HSourceBillType": HSourceBillType
                    });
                //success: function (dom, index) {
                //    var data = [];
                //    data.push({
                //        "HBillType": HBillType,
                //        "HSourceInterID": HSourceInterID,
                //        "HSourceEntryID": HSourceEntryID,
                //        "HSourceBillNo": HSourceBillNo,
                //        "HSourceBillType": HSourceBillType
                //    });
                    //通过索引获取到当前iframe弹出层
                    var iframe = window['layui-layer-iframe' + index];
                    //调用iframe弹出层内的方法
                    iframe.edit(data);
                },
                //    //通过索引获取到当前iframe弹出层
                //    var iframe = window['layui-layer-iframe' + index];
                //    //调用iframe弹出层内的方法
                //    iframe.edit(data);
                //},
            });
        }
@@ -854,26 +858,26 @@
                shift: 2,
                area: ['100%', '100%'],
                maxmin: true,
                content: '生产管理/异常反馈单/Sc_Add_MESExecptFeedBackBillList.html?OperationType=2&linterid=&HSouceBillType=',
                content: '生产管理/异常反馈单/Sc_Add_MESExecptFeedBackBillList.html?OperationType=2&linterid=&HSouceBillType=&HBillType=' + HBillType + '&HSourceInterID=' + HSourceInterID + '&HSourceEntryID=' + HSourceEntryID + '&HSourceBillNo=' + HSourceBillNo + '&HSourceBillType=' + HSourceBillType + '',
                //content: '生产管理/异常反馈单/Sc_Add_MESExecptFeedBackBillList.html?OperationType=2&linterid=&HSouceBillType=',
                end: function () {
                },
                success: function (dom, index) {
                    var data = [];
                    data.push({
                        "HBillType": HBillType,
                        "HSourceInterID": HSourceInterID,
                        "HSourceEntryID": HSourceEntryID,
                        "HSourceBillNo": HSourceBillNo,
                        "HSourceBillType": HSourceBillType
                    });
                //success: function (dom, index) {
                //    var data = [];
                //    data.push({
                //        "HBillType": HBillType,
                //        "HSourceInterID": HSourceInterID,
                //        "HSourceEntryID": HSourceEntryID,
                //        "HSourceBillNo": HSourceBillNo,
                //        "HSourceBillType": HSourceBillType
                //    });
                    //通过索引获取到当前iframe弹出层
                    var iframe = window['layui-layer-iframe' + index];
                    //调用iframe弹出层内的方法
                    iframe.edit(data);
                },
                //    //通过索引获取到当前iframe弹出层
                //    var iframe = window['layui-layer-iframe' + index];
                //    //调用iframe弹出层内的方法
                //    iframe.edit(data);
                //},
            });
        }
@@ -886,7 +890,7 @@
        //单据状态验证
        function WorkStaus(HSourceID1, workcode, HSourceInterID, btn) {
            var flag = false;
            var sWhere = "";
            var sWhere = ""; //任务单状态(0待生产,1生产中,2挂起,3已完工)
            switch (btn) {
                case "开工":
                    sWhere = " where HSourceID='" + HSourceID1 + "' and HICMOBillNo='" + workcode + "' and HInterID='" + HSourceInterID + "' and hicmostatus not in('0','2')";   //是否有不为开工开工状态、停工状态