|
|
@@ -91,7 +91,8 @@
|
|
|
{ field: 'EXPECTEDQTY', title: '移仓发出数量', width: '150px', resizable: true, align: 'center' },
|
|
|
{ field: 'RECEIVEDQTY', title: '实际收货数量', width: '150px', resizable: true, align: 'center' },
|
|
|
/*{ field: 'RECEIVINGLOCATION', title: '订单收货库位', width: '150px', resizable: true, align: 'center' },*/
|
|
|
- { field: 'PLANTOLOCATION', title: '上架库位(货架)', width: '150px', resizable: true, align: 'center' },
|
|
|
+ //{ field: 'PLANTOLOCATION', title: '上架库位(货架)', width: '150px', resizable: true, align: 'center' },
|
|
|
+ { field: 'PLANTOLOCATION', title: '订单上架库位', width: '150px', resizable: true, align: 'center' },
|
|
|
{ field: 'LGORT', title: '移出库存地', width: '150px', resizable: true, align: 'center' },
|
|
|
{ field: 'LGORT_DESC', title: '移出库存地描述', width: '200px', resizable: true, align: 'center' },
|
|
|
{ field: 'UMLGO', title: '移入库存地', width: '150px', resizable: true, align: 'center' },
|
|
|
@@ -105,7 +106,7 @@
|
|
|
var dColumns = [[
|
|
|
{ field: 'ASNNO', title: 'ASN单号(WMS)', width: '160px', sortable: false, align: 'center' },
|
|
|
{ field: 'WERKS', title: '工厂', width: '150px', resizable: true, align: 'center' },
|
|
|
- { field: 'RECEIVINGLOCATION', title: '订单收货库位', width: '150px', resizable: true, align: 'center' },
|
|
|
+ { field: 'PLANTOLOCATION', title: '订单上架库位', width: '150px', resizable: true, align: 'center' },
|
|
|
{ field: 'MATNR', title: '物料编码', width: '150px', resizable: true, align: 'center' },
|
|
|
{ field: 'MAKTX', title: '物料描述', width: '300px', resizable: true, align: 'center' },
|
|
|
{ field: 'SERIALNO', title: '外包装箱码', width: '300px', resizable: true, align: 'center' },
|