WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
@@ -192,6 +192,14 @@ // objJsonResult.data = null; // return objJsonResult; //} //获取系统参数 string Ret = ""; if (oSystemParameter.ShowBill(ref Ret)) { //判断客户 if (oSystemParameter.omodel.WMS_CampanyName != "龙山汽配") //系统参数 { if (HSourceID == 0) { objJsonResult.code = "0"; @@ -200,6 +208,9 @@ objJsonResult.data = null; return objJsonResult; } } } //if (HCenterID == 0) //{ // objJsonResult.code = "0";