Browse Source

no message

master
yangtm 2 weeks ago
parent
commit
bb813e2750
  1. 2
      WMS-BS/NFine.Web/Areas/WMS/Views/WMSCreateItemLot/CreateItemLot.cshtml

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

@ -398,7 +398,7 @@
cols.push(collast);
var collast = { label: '不合格单号', name: 'NonconformingForm', width: 150, align: 'left' };
cols.push(collast);
var collast = { label: '推荐库位', name: 'LotDLocationCode', width: 50, align: 'left' };
var collast = { label: '推荐库位', name: 'LotDLocationCode', width: 150, align: 'left' };
cols.push(collast);
var collast = { label: '请求号码', name: 'TrackingNumber', width: 50, align: 'left' };
cols.push(collast);

Loading…
Cancel
Save