1
duhe
2023-06-14 50f766bdd428af1214c4b35b369695880e902137
WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
@@ -221,6 +221,18 @@
                            }
                        }
                    }
                    //判断客户为瑞与祺
                    else if (oSystemParameter.omodel.WMS_CampanyName == "瑞与祺")
                    {
                        if (HEmpID == 0)
                        {
                            objJsonResult.code = "0";
                            objJsonResult.count = 0;
                            objJsonResult.Message = "操作员没有选择!";
                            objJsonResult.data = null;
                            return objJsonResult;
                        }
                    }
                }
               
                //if (HCenterID == 0)