| | |
| | | else |
| | | { |
| | | string s = ""; |
| | | if (BillOld.ShowBill(oBill.omodel.HInterID, ref s) == false) |
| | | if (oBill.ShowBill(oBill.omodel.HInterID, ref s) == false) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "保存成功!"; |
| | | //WebAPIController.Add_Log("送货单下推", UserName, "生成送货单"); |
| | | objJsonResult.data = 1; |
| | | return objJsonResult; |
| | | } |
| | |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region [设备保养计划表删除功能] |
| | | /// <summary> |
| | | /// 模具维修单删除功能 |
| | |
| | | return new ApiResult<DataSet> { code = 1, msg = "查询成功", data = dataSet }; |
| | | } |
| | | #endregion |
| | | |
| | | #region[设备保养计划表编辑时获取表体数据(保养子表、配件子表)] |
| | | [Route("Sb_EquipMaintainBill/Sb_EquipMaintainBillListProjectDetai")] |
| | | [HttpGet] |