|  |  |  | 
|---|
|  |  |  | /// <returns></returns> | 
|---|
|  |  |  | [Route("Gy_BarCodeBillList/Sub_DeleteBill")] | 
|---|
|  |  |  | [HttpGet] | 
|---|
|  |  |  | public object Sub_DeleteBill(long HInterID, string HBarCode, string CurUserName) | 
|---|
|  |  |  | public object Sub_DeleteBill(long HInterID, string HBarCode) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | DAL.ClsGy_BarCodeBill_Ctl oBill = new DAL.ClsGy_BarCodeBill_Ctl(); | 
|---|
|  |  |  | if (oBill.DeleteBill(HInterID, HBarCode, CurUserName, ref DBUtility.ClsPub.sExeReturnInfo)) | 
|---|
|  |  |  | if (oBill.DeleteBill(HInterID, HBarCode, ref DBUtility.ClsPub.sExeReturnInfo)) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | objJsonResult.code = "0"; | 
|---|
|  |  |  | objJsonResult.count = 0; | 
|---|
|  |  |  | 
|---|
|  |  |  | /// <returns></returns> | 
|---|
|  |  |  | [Route("Gy_BarCodeBillList/Sub_MulDeleteBill")] | 
|---|
|  |  |  | [HttpGet] | 
|---|
|  |  |  | public object Sub_MulDeleteBill(string sInterID, string sBarCode, string CurUserName) | 
|---|
|  |  |  | public object Sub_MulDeleteBill(string sInterID, string sBarCode) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | DAL.ClsGy_BarCodeBill_Ctl oBill = new DAL.ClsGy_BarCodeBill_Ctl(); | 
|---|
|  |  |  | if (oBill.MulDeleteBill(sInterID, sBarCode, CurUserName, ref DBUtility.ClsPub.sExeReturnInfo)) | 
|---|
|  |  |  | if (oBill.MulDeleteBill(sInterID, sBarCode, ref DBUtility.ClsPub.sExeReturnInfo)) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | objJsonResult.code = "0"; | 
|---|
|  |  |  | objJsonResult.count = 0; | 
|---|