|
|
|
@ -266,7 +266,7 @@ namespace Admin.Core.Service.Service_New
|
|
|
|
|
List<string> result = null;
|
|
|
|
|
if(stationCode == "1105")
|
|
|
|
|
{
|
|
|
|
|
if (string.IsNullOrEmpty(boxType))
|
|
|
|
|
if (!string.IsNullOrEmpty(boxType))
|
|
|
|
|
{
|
|
|
|
|
var boxFoamTypeList = _boxFoamTypeServices.Query(x => x.Boxtype == boxType); //MaterialCode物料型号
|
|
|
|
|
|
|
|
|
|