chenhaozhe
7 天以前 1acd793656c629f5b90190dc656cd1b269fa36b6
WebAPI/Controllers/SBGL/Sb_EquipMaintainBillController.cs
@@ -380,7 +380,7 @@
                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;
@@ -404,7 +404,6 @@
                    objJsonResult.code = "0";
                    objJsonResult.count = 1;
                    objJsonResult.Message = "保存成功!";
                    //WebAPIController.Add_Log("送货单下推", UserName, "生成送货单");
                    objJsonResult.data = 1;
                    return objJsonResult;
                }
@@ -427,6 +426,7 @@
            }
        }
        #endregion
        #region [设备保养计划表删除功能]
        /// <summary>
        /// 模具维修单删除功能
@@ -542,6 +542,7 @@
            return new ApiResult<DataSet> { code = 1, msg = "查询成功", data = dataSet };
        }
        #endregion
        #region[设备保养计划表编辑时获取表体数据(保养子表、配件子表)]
        [Route("Sb_EquipMaintainBill/Sb_EquipMaintainBillListProjectDetai")]
        [HttpGet]