| | |
| | | public partial class WMS_U9C |
| | | { |
| | | public static string MiscRcvTransApproveUrl |
| | | { get; set; } = ApiConfig.IsTestServer ? Cache.SysParam["MiscRcvTransApproveUrl_Test", "U9CUrl"].PARAM_VALUE : Cache.SysParam["MiscRcvTransApproveUrl", "U9CUrl"].PARAM_VALUE; //http://172.16.80.20/u9c/webapi/MiscRcvTrans/Approve |
| | | { get; set; } = "http://172.16.80.20/u9c/webapi/MiscRcvTrans/Approve"; // ApiConfig.IsTestServer ? Cache.SysParam["MiscRcvTransApproveUrl_Test", "U9CUrl"].PARAM_VALUE : Cache.SysParam["MiscRcvTransApproveUrl", "U9CUrl"].PARAM_VALUE; //http://172.16.80.20/u9c/webapi/MiscRcvTrans/Approve |
| | | |
| | | |
| | | /// <summary> |