| | |
| | | if (oSystemParameter.omodel.WMS_CampanyName == "华舟") |
| | | { |
| | | //自动生成工作联系单 |
| | | oCN.RunProc("exec h_p_OA_WorkLinkBill_Create " + HInterID + "," + 3847); |
| | | var ds2 = oCN.RunProcReturn("exec h_p_OA_WorkLinkBill_Create " + BillOld.omodel.HInterID + "," + 3847, "h_p_OA_WorkLinkBill_Create"); |
| | | |
| | | if (ds2 != null && ds2.Tables[0].Rows.Count > 0) |
| | | { |
| | | int HInterID0 = int.Parse(ds2.Tables[0].Rows[0]["NewHInterID"].ToString()); |
| | | LogService.Write("执行消息推送..." + HInterID); |
| | | |
| | | // 触发消息推送 |
| | | new SCGL.Sc_MESTransFerWorkBillController().AuditOA_WorkLinkBill(HInterID0, 0, "admin"); |
| | | } |
| | | } |
| | | } |
| | | |