duhe
2024-01-17 6c9181928f303f025740e89002f25bcead9303d4
WebAPI/Controllers/XSGL/Kf_SellOutBillController.cs
@@ -332,6 +332,9 @@
                if (Convert.ToInt32(OperationType) == 1)                                //新增保存
                {
                    bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo);
                } else if(Convert.ToInt32(OperationType) == 4)                          //下推保存
                {
                    bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo);
                }
                else                                                                    //编辑保存
                {