|
|
@@ -23062,11 +23062,12 @@ updateuserid=:updateuserid where barcode=:barcode";
|
|
|
return entity;
|
|
|
}
|
|
|
|
|
|
- //if (!"5000".Equals(EV_WERKS))
|
|
|
- //{
|
|
|
- // entity.Result = -1;
|
|
|
- // entity.Message += "订单不属于当前工厂\n";
|
|
|
- //}
|
|
|
+ // 只有三水厂校验
|
|
|
+ if (!"5000".Equals(EV_WERKS))
|
|
|
+ {
|
|
|
+ entity.Result = -1;
|
|
|
+ entity.Message += "订单不属于当前工厂\n";
|
|
|
+ }
|
|
|
|
|
|
if (string.IsNullOrEmpty(EV_MATNR))
|
|
|
{
|
|
|
@@ -23346,11 +23347,12 @@ updateuserid=:updateuserid where barcode=:barcode";
|
|
|
return entity;
|
|
|
}
|
|
|
|
|
|
- //if (!"5000".Equals(EV_WERKS))
|
|
|
- //{
|
|
|
- // entity.Result = -1;
|
|
|
- // entity.Message += "订单不属于当前工厂\n";
|
|
|
- //}
|
|
|
+ // 只有三水厂校验
|
|
|
+ if (!"5000".Equals(EV_WERKS))
|
|
|
+ {
|
|
|
+ entity.Result = -1;
|
|
|
+ entity.Message += "订单不属于当前工厂\n";
|
|
|
+ }
|
|
|
|
|
|
if (string.IsNullOrEmpty(EV_MATNR))
|
|
|
{
|