Browse Source

调整接口

master
lilili 1 year ago
parent
commit
70256bc201
  1. 7
      WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs
  2. 5
      WMS-BS/NFine.Web/Areas/WMS/Views/WMSCreateItemLot/CreateItemLot.cshtml

7
WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs

@ -3560,8 +3560,11 @@ CAST( (a.Quantity-ISNULL(c.LOTQTY,0)) as DECIMAL(18,{0})) as thisCreateQty,isnu
{
sqlString = $@" UPDATE ICSMOApplyNegDetail SET EATTRIBUTE='1' WHERE ApplyNegCode in ({sb});";
}
if (!sqlString.IsEmpty()) { }
SqlHelper.CmdExecuteNonQueryLi(sqlString.ToString());
if (!sqlString.IsEmpty())
{
SqlHelper.CmdExecuteNonQueryLi(sqlString.ToString());
}
}
return "";
}

5
WMS-BS/NFine.Web/Areas/WMS/Views/WMSCreateItemLot/CreateItemLot.cshtml

@ -3387,7 +3387,7 @@
url: "/WMS/WMSCreateItemLot/DocUpLoadToHG?DocNoList=" + DocNOList + "&Type=" + Type,
async: false,
success: function () {
//$.currentWindow().$("#gridList").trigger("reloadGrid");
$.currentWindow().$("#gridList").trigger("reloadGrid");
}
})
}
@ -3438,8 +3438,7 @@
} else {
$.modalAlert(data.message, data.state);
}
$.currentWindow().$("#gridList").trigger("reloadGrid");
;
$.currentwindow().$("#gridlist").trigger("reloadgrid");
}
});
}

Loading…
Cancel
Save