<!DOCTYPE html>
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta name="renderer" content="ie-comp" />
|
<title>打印</title>
|
<script src="../../CreateControl.js"></script>
|
<script src="../../GRInstall.js"></script>
|
<script src="../../GRUtility.js"></script>
|
<style type="text/css">
|
html, body {
|
margin: 0;
|
height: 100%;
|
}
|
</style>
|
<script type="text/javascript">
|
|
function getUrlVars() {
|
var vars = [], hash;
|
var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
|
for (var i = 0; i < hashes.length; i++) {
|
hash = hashes[i].split('=');
|
vars.push(hash[0]);
|
vars[hash[0]] = hash[1];
|
}
|
return vars;
|
}
|
//在网页初始加载时向报表提供数据
|
function window_onload() {
|
var ReportViewer = document.getElementById("ReportViewer");
|
// ReportViewer.Stop();
|
var Report = ReportViewer.Report;
|
//开启报表生成进度条显示
|
//ReportViewer.Report.ShowProgressUI = true;
|
Report.OnPrintBegin = OnPrintBegin;
|
Report.OnPrintEnd = OnPrintEnd;
|
|
ReportViewer.Start();
|
}
|
//function OnPrintEnd() {
|
// if (PrintCount == 0) {
|
// var LCStatus = sessionStorage.getItem("LCStatus");
|
// if (LCStatus == "Print")//打印状态
|
// {
|
// SaveLabelPrint(sessionStorage.getItem("LabelJson"));
|
// PrintCount = 1;
|
// }
|
// }
|
|
//}
|
//function OnPrintBegin() {
|
|
//}
|
</script>
|
</head>
|
<body>
|
<script type="text/javascript">
|
var PrintCount = 0;
|
var params = getUrlVars();
|
var value = params[params[0]];
|
var Type = params[params[1]];
|
var OpenTmp = params[params[2]];
|
|
|
switch (Type) {
|
|
//case "HBarCodePrint"://物料条码打印
|
// //CreateDisplayViewerEx("100%", "100%", "../../views/grf/" + OpenTmp + ".grf", "../../views/SRM/xmlSRM_Web_BarCodeBillList.aspx?linterid=" + value, true, "");
|
// CreateDisplayViewerEx("100%", "100%", "../../views/grf/" + OpenTmp + ".grf", "xmlSRM_Web_BarCodeBillList.aspx?linterid=" + value, true, "");
|
// break;
|
case "HProcessReport"://工序汇报单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_ProcessReport.aspx?linterid=" + value, true, "");
|
break;
|
case "HDepartMent"://部门基础资料打印
|
CreateDisplayViewerEx("100%", "100%", "grf/" + OpenTmp + ".grf", "xmlLBM_Gy_Department_Edit.aspx?linterid=" + value, true, "");
|
break;
|
case "HMaterial"://物料基础资料打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Gy_Material.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldProdInBill"://器具采购入库单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldProdInStockBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldProdOutBill"://器具领用出库单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldProdOutStockBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldProdBackBill"://器具领用退库单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldProdBackStockBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldProdMoveBill"://直接调拨单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldProdMoveStockBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldMoveStockStepInBill"://分布式调入单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldMoveStockStepInStockBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldMoveStockStepOutBill"://分布式调出单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldMoveStockStepOutStockBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldOtherInBill"://其他入库单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldOtherInStockBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldOtherOutBill"://其他出库单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldOtherOutStockBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldScrapOutBill"://器具处理出库单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldScrapOutStockBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldScrapInBill"://器具报废入库单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldScrapInStockBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldRepairInBill"://器具改制入库单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldRepairInStockBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldRepairOutBill"://器具改制出库单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldRepairOutStockBill.aspx?linterid=" + value, true, "");
|
break;
|
//case "HPOOrderBill"://采购订单单打印
|
// CreateDisplayViewerEx("100%", "100%", "../../views/grf/" + OpenTmp + ".grf", "xmlSRM_POInStockBill.aspx?linterid=" + value, true, "");
|
// break;
|
case "HEquipMaintainPlanBill"://设备保养计划单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_EquipMaintainPlanBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HEquipMaintainBill"://设备保养记录单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_EquipMaintainBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldType"://器具分类单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldTypeBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldDotCheckBill"://器具点检记录条码
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldDotCheckBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldDotCheckPlanBill"://器具点检计划条码
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldDotCheckPlanBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldMaintainPlanBill"://器具保养计划条码
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldMaintainPlanBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldMaintainBill"://器具保养记录条码
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldMaintainBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HEquipType"://设备分类单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_EquipTypeBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HEquipFileMainBill"://设备档案单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_EquipFileMainBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HMouldFileMainBill"://模具档案打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_MouldFileMainBill.aspx?linterid=" + value, true, "");
|
break;
|
case "ICStockBill"://销售退货单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_ICStockBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HPayMentBill"://付款单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HPayMentBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HGy_BarCodeBill"://条码打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HGy_BarCodeBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HIcmoBill"://生产订单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Sc_ICMOBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "HIcmoBillTK"://生产订单打印追溯码
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Sc_ICMOBillListTK.aspx?linterid=" + value, true, "");
|
break;
|
case "HPOOrderBill"://采购订单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HPOOrderBill.aspx?linterid=" + value, true, "");
|
break;
|
case "Cg_POOrderChangeBillList": //采购订单变更单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HPOOrderChangeBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "HPOOrderBillByID"://采购订单编辑打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HPOOrderBillByID.aspx?linterid=" + value, true, "");
|
break;
|
case "HPOInStockBill"://收料通知单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HPOInStockBill.aspx?linterid=" + value, true, "");
|
break;
|
case "HPOInStockBillByID"://收料通知单2打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HPOInStockBillByID.aspx?linterid=" + value, true, "");
|
break;
|
case "HPOStockInBill"://采购入库单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HPOStockInBill.aspx?linterid=" + value, true, "");
|
break;
|
case "Cg_POStockInChangeBillList"://采购调价单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HPOStockInChangeBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "HPOStockInBillByID"://采购入库单2编辑打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HPOStockInBillByID.aspx?linterid=" + value, true, "");
|
break;
|
case "HICMOBillList"://生产订单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HICMOBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "HPPBomBillList"://生产用料清单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HPPBomBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "HSeOutStockBillList"://发货通知单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HSeOutStockBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "HSeOutStockBillListByID"://领用材料打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HSeOutStockBillListByID.aspx?linterid=" + value, true, "");
|
break;
|
case "HSeOrderBillList"://销售订单打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HSeOrderBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "HQKPackBill"://墙咔装箱打印
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_QK_PackingBillList.aspx?typename='" + OpenTmp + "'&linterid=" + value, true, "");
|
break;
|
case "HProcessExchange"://工序流转卡
|
var ListTrue = value.split('|');
|
if (ListTrue[1] == 0) {
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Sc_ProcessExchangeBillList.aspx?linterid=" + ListTrue[0], true, "");
|
} else {
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + "_Sub.grf", "xmlLBM_Sc_ProcessExchangeBillList_SubList.aspx?linterid=" + ListTrue[0], true, "");
|
}
|
break;
|
case "HPPickingBill"://生产领料拆码列表
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Sc_HPPickingBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "HEquipResume"://设备履历
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Gy_HEquipResumeBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "HSource"://生产资源
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Gy_SourceList.aspx?linterid=" + value, true, "");
|
break;
|
case "HProcessExchangeBill"://工序返工记录单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Sc_ProcExchRecordBackBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "HProcSendWork"://工序派工单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Sc_ProcExchSendWorkBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "HEmployee"://职员列表
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Gy_EmployeeList.aspx?linterid=" + value, true, "");
|
break;
|
case "HWarehouse"://仓库列表
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Gy_WarehouseList.aspx?linterid=" + value, true, "");
|
break;
|
case "HStockPlace"://仓位列表
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Gy_StockPlaceList.aspx?linterid=" + value, true, "");
|
break;
|
case "Kf_OtherOutBillList"://其他出库单维护 出库码单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Kf_OtherOutBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "Kf_MateOutBillList"://生产领料单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Kf_MateOutBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "Sc_ProcessExchangeArrangement"://工序子流转排缸
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Sc_ProcessExchangeArrangement.aspx?linterid=" + value, true, "");
|
break;
|
case "Xs_ExceptiveCheckRequestBillList": //特批申请单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Xs_ExceptiveCheckRequestBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "Xs_SeOrderBill": //销售订单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Xs_SeOrderBill.aspx?linterid=" + value, true, "");
|
break;
|
case "Xs_SeOrderChangeBillList": //销售订单变更单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Xs_SeOrderChangeBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "Xs_CusRatingChangeBillList": //信用额度申请单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Xs_CusRatingChangeBillList.aspx?linterid=" + value, true, "");
|
break; Kf_SellOutBillList
|
case "Kf_SellOutBillList": //销售出库单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Kf_SellOutBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "Kf_SellOutBillListByID": //材料结算清单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Kf_SellOutBillListByID.aspx?linterid=" + value, true, "");
|
break;
|
case "Kf_SellOutBillList_BarCodeNote": //销售码单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Kf_SellOutBillList_BarCodeNote.aspx?linterid=" + value, true, "");
|
break;
|
case "Kf_SellOutBillList_BarCodeNote_ByCusDefine": //销售码单(客户物料)
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Kf_SellOutBillList_BarCodeNote_ByCusDefine.aspx?linterid=" + value, true, "");
|
break;
|
case "Sc_ICMOChangeBillList": //生产订单变更单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Sc_ICMOChangeBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "HPOInStockBackBill": //退料通知单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HPOInStockBackBill.aspx?linterid=" + value, true, "");
|
break;
|
case "PM_ProjectBillMainMy": //我的项目
|
var ListTrue = value.split('|');
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlPM_ProjectBillMainMy.aspx?linterid=" + ListTrue[0] + "&Num=" + ListTrue[1], true, "");
|
break;
|
case "Sc_MyTicketList": //我的工单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Sc_MyTicke.aspx?linterid=" + value, true, "");
|
break;
|
case "PM_WorkTaskBillMyList": //我的任务
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlPM_WorkTaskBillMyList.aspx?linterid=" + value, true, "");
|
break;
|
case "Pay_WorkTimesBillList": //考勤汇报单列表
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Pay_WorkTimesBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "YS_ReceiveOtherBill": //其他应收单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLYS_ReceiveOtherBillMainList.aspx?linterid=" + value, true, "");
|
break;
|
case "HGy_FixCard"://固定资产
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HGy_FixCard.aspx?linterid=" + value, true, "");
|
break;
|
case "HGy_CardType"://资产类别
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HGy_CardType.aspx?linterid=" + value, true, "");
|
break;
|
case "HGy_CardAddress"://资产位置
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HGy_CardAddress.aspx?linterid=" + value, true, "");
|
break;
|
case "HGy_CardStatus"://资产状态
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HGy_CardStatus.aspx?linterid=" + value, true, "");
|
break;
|
case "HGy_CardChangeType"://变动方式
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_HGy_CardChangeType.aspx?linterid=" + value, true, "");
|
break;
|
case "Xs_SellOutChangeBillList": //销售调价单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Xs_SellOutChangeBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "Kf_ICStockBackBillList": //销售退货单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Kf_ICStockBackBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "Xs_SeOrderBill_StockInCodeNote": //销售订单 入库码单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Xs_SeOrderBill_StockInCodeNote.aspx?linterid=" + value, true, "");
|
break;
|
case "HBarCodePrint"://物料条码打印
|
//CreateDisplayViewerEx("100%", "100%", "../../views/grf/" + OpenTmp + ".grf", "../../views/SRM/xmlSRM_Web_BarCodeBillList.aspx?linterid=" + value, true, "");
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlSRM_Web_BarCodeBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "HICMOReport"://生产汇报单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Sc_ICMOReportBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "HICMOReport2"://生产汇报单2
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Sc_ICMOReportBillList2.aspx?linterid=" + value, true, "");
|
break;
|
case "QC_TakeSampleCheckBillMainList"://检验取样单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_QC_TakeSampleCheckBillMainList.aspx?linterid=" + value, true, "");
|
break;
|
case "Xs_OutDoorBillList"://出门确认单单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Xs_OutDoorBillList.aspx?linterid=" + value, true, "");
|
break;
|
case "Kf_ProductReceiveMaterialBillList": //生产领料单
|
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Kf_ProductReceiveMaterialBillList.aspx?linterid=" + value, true, "");
|
break;
|
}
|
</script>
|
</body>
|
</html>
|