| | |
| | | /// <returns></returns> |
| | | [Route("VRSInner/VRSInner_getBarCodeBill_PNL")] |
| | | [HttpGet] |
| | | public object VRSInner_getBarCodeBill_PNL(string HLayOutName, string HMaker) |
| | | public object VRSInner_getBarCodeBill_PNL(string HLayOutName, string HMaker, string HBatchNo) |
| | | { |
| | | try |
| | | { |
| | |
| | | return objJsonResult; |
| | | } |
| | | |
| | | ds = oCN.RunProcReturn("exec h_p_Gy_BarCodeBill_PNL_Temp_Insert '" + HLayOutName + "','" + HMaker + "'", "h_p_Gy_BarCodeBill_PNL_Temp_Insert"); |
| | | ds = oCN.RunProcReturn("exec h_p_Gy_BarCodeBill_PNL_Temp_Insert '" + HLayOutName + "','" + HMaker + "','" + HBatchNo + "'" , "h_p_Gy_BarCodeBill_PNL_Temp_Insert"); |
| | | if (ds == null || ds.Tables[0].Rows.Count == 0) |
| | | { |
| | | objJsonResult.code = "0"; |