| | |
| | | ListModels oListModels = new ListModels(); |
| | | try |
| | | { |
| | | string sErrMsg = ""; |
| | | if (!DBUtility.ClsPub.Security_Log("Sc_MouldConkBookBill_Edit", 1, false, msg4)) |
| | | { |
| | | objJsonResult.code = "0"; |
| | |
| | | //oItem.HInnerBillNo = ""; // --内部单据号 |
| | | oItem.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); |
| | | oItem.HMakeDate = DBUtility.ClsPub.isStrNull(DateTime.Now.ToString("yyyy-MM-dd")); |
| | | if(oSystemParameter.ShowBill(ref sErrMsg) == true) |
| | | { |
| | | // if(oSystemParameter.omodel.WMS_CampanyName == "华舟") |
| | | // { |
| | | // oItem.HRepairManID = oItem.HEmpID; |
| | | // }else |
| | | // { |
| | | oItem.HRepairManID = 0; |
| | | // } |
| | | } |
| | | |
| | | if (DBUtility.ClsPub.isStrNull(oItem.HDate) == "") |
| | | { |
| | | objJsonResult.code = "0"; |