new flowNo to use id if deskcustomer's toFlowNo is null
This commit is contained in:
parent
90d9cc76ed
commit
8305a6bb74
|
@ -68,6 +68,15 @@ namespace DeiNiu.wms.Data.Model
|
||||||
else
|
else
|
||||||
return CustOper(201);
|
return CustOper(201);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public string toFlowNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return string.IsNullOrEmpty(_flowNo)?_id+"":_flowNo;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue