1
wtt
2025-09-08 c41a171f591309a5c23fbe226d6c11417e679ce5
WebTM/views/IpadIndex.html
@@ -926,11 +926,32 @@
                end: function () {
                },
            });
            /* window.open("../../../views/生产管理/作业指导书/Gy_SOPBill_Video.html?OperationType=5&HMaterID=" + HMaterID + "&HSourceNo=" + workcode + "&HSourceEntryID=" + HSourceEntryID);*/
            });
        }
        //SIP 作业指导书
        function SIP(event, obj) {
            if (wktag == 0) {
                layer.alert("请选择工单列表", { icon: 5 });
                return false;
            }
            var HTypes = "SIP";
            layer.open({
                type: 2,
                skin: 'layui-layer-rim', //加上边框
                title: '作业指导书',
                closeBtn: 1,
                shift: 2,
                area: ['95%', '95%'],
                maxmin: true,
                content: '生产管理/作业指导书/Gy_SOPBill_Video.html?OperationType=5&HMaterID=' + HMaterID + '&HSourceNo=' + workcode + '&HSourceEntryID=' + HSourceEntryID + '&HProcID=' + HProcID + '&HTypes=' + HTypes,
                end: function () {
                }
            });
        }
        //汇报按钮点击事件
        function OpenReport(event, obj) {
            if (wktag == 0) {