|  |  |  | 
|---|
|  |  |  | public int HOrgID;//组织 | 
|---|
|  |  |  | public string HPZStatus;//品质确认 | 
|---|
|  |  |  | public string HCKStatus;//仓库接收 | 
|---|
|  |  |  | public string Arbitrarily;//任意参数 | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | [Route("Cj_CallGoodsBillBack/CallGoodsBillBackMainList")] | 
|---|
|  |  |  | 
|---|
|  |  |  | return objJsonResult; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ds = oCN.RunProcReturn($"exec Sc_ComplementGoodBill/Insert_TL_ICStockTuiBill {HInterID},{HEntryID} ", "h_p_JIT_BackGoodsBillList_Delete"); | 
|---|
|  |  |  | ds = oCN.RunProcReturn($"exec h_p_JIT_BackGoodsBillList_Delete {HInterID},{HEntryID} ", "h_p_JIT_BackGoodsBillList_Delete"); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | objJsonResult.code = ds.Tables[0].Rows[0][0].ToString(); | 
|---|
|  |  |  | objJsonResult.count = int.Parse(ds.Tables[0].Rows[0][0].ToString()); | 
|---|