| | |
| | | var _value = sMainSub["sMainSub"].ToString(); |
| | | string msg1 = _value.ToString(); |
| | | //ä¿ååæ® |
| | | return objJsonResult = AddBillMain(msg1); |
| | | objJsonResult = AddBillMain(msg1); |
| | | JObject resultJObj = JObject.FromObject(objJsonResult); |
| | | if (oSystemParameter.ShowBill(ref DBUtility.ClsPub.sErrInfo)) |
| | | { |
| | | |
| | | if (oSystemParameter.omodel.WMS_CampanyName == "åè") |
| | | { |
| | | resultJObj["NotShowTips"] = true; |
| | | } |
| | | else |
| | | { |
| | | resultJObj["NotShowTips"] = false; |
| | | } |
| | | } |
| | | |
| | | return resultJObj; |
| | | } |
| | | |
| | | public json AddBillMain(string msg1) |
| | |
| | | LogService.Write("æ§è¡æ¶æ¯æ¨é..." + HInterID); |
| | | |
| | | // è§¦åæ¶æ¯æ¨é |
| | | new Sc_MESTransFerWorkBillController().AuditOA_WorkLinkBill(HInterID, 0, user); |
| | | Service.GeTuiService.PubishSingle(HInterID); |
| | | |
| | | } |
| | | } |
| | | } |