Browse Source

调整接口

master
lilili 1 year ago
parent
commit
6bf5788997
  1. 12
      WMS-BS/NFine.Web/Areas/WMS/Views/WMSCreateItemLot/CreateItemLot.cshtml

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

@ -3299,13 +3299,13 @@
if (rowId != "undefined" && rowId != null) {
if (i == obj.length - 1 || i==0) {
//if (i == obj.length - 1 || i==0) {
objArr = "'" + rowId + "'|";
}
else
{
objArr = "'" + rowId + "',|";
}
//}
//else
//{
/* objArr = "'" + rowId + "',|";*/
//}
arr.push(objArr);

Loading…
Cancel
Save