|
@@ -29,11 +29,7 @@ const tableColumnsMap: {
|
|
|
{ columnLabel: '配载运单', columnName: 'list' },
|
|
|
{ columnLabel: '件数', columnName: 'number', needCount: 1 },
|
|
|
{ columnLabel: '重量', columnName: 'weight', needCount: 1 },
|
|
|
- {
|
|
|
- columnLabel: '拉下',
|
|
|
- columnName: 'pull',
|
|
|
- className: 'cell-filter cell-filter-yellow',
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
columnLabel: '加货',
|
|
|
columnName: 'tally',
|
|
@@ -74,6 +70,11 @@ const tableColumnsMap: {
|
|
|
columnName: 'pullSure',
|
|
|
className: 'cell-filter cell-filter-yellow',
|
|
|
},
|
|
|
+ {
|
|
|
+ columnLabel: '拉下',
|
|
|
+ columnName: 'pull',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ },
|
|
|
],
|
|
|
DepartureFlightWaybill: [
|
|
|
{ columnLabel: '运单号', columnName: 'stockCode', width: 120 },
|
|
@@ -92,8 +93,6 @@ const tableColumnsMap: {
|
|
|
},
|
|
|
{ columnLabel: '运单件数', columnName: 'luggageCount', needCount: 1 },
|
|
|
{ columnLabel: '运单重量', columnName: 'weight', needCount: 1 },
|
|
|
- { columnLabel: '拉下件数', columnName: 'pullNum', needCount: 1 },
|
|
|
- { columnLabel: '退运件数', columnName: 'returnNum', needCount: 1 },
|
|
|
{ columnLabel: '最新节点', columnName: 'nodeCode' },
|
|
|
// { columnLabel: '最新位置', columnName: 'execPosition' },
|
|
|
{ columnLabel: '处理结果', columnName: 'execResult' },
|
|
@@ -105,6 +104,8 @@ const tableColumnsMap: {
|
|
|
// width: 130,
|
|
|
// },
|
|
|
// { columnLabel: '装载序号', columnName: 'queueNo' },
|
|
|
+ { columnLabel: '拉下件数', columnName: 'pullNum', needCount: 1 },
|
|
|
+ { columnLabel: '退运件数', columnName: 'returnNum', needCount: 1 },
|
|
|
],
|
|
|
DepartureWaybillGoods: [
|
|
|
{
|
|
@@ -491,11 +492,7 @@ const tableColumnsMap: {
|
|
|
{ columnLabel: '配载运单', columnName: 'list' },
|
|
|
{ columnLabel: '件数', columnName: 'number', needCount: 1 },
|
|
|
{ columnLabel: '重量', columnName: 'weight', needCount: 1 },
|
|
|
- {
|
|
|
- columnLabel: '拉下',
|
|
|
- columnName: 'pull',
|
|
|
- className: 'cell-filter cell-filter-yellow',
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
columnLabel: '理货',
|
|
|
columnName: 'tally',
|
|
@@ -532,6 +529,11 @@ const tableColumnsMap: {
|
|
|
columnName: 'stowage',
|
|
|
className: 'cell-filter cell-filter-yellow',
|
|
|
},
|
|
|
+ {
|
|
|
+ columnLabel: '拉下',
|
|
|
+ columnName: 'pull',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ },
|
|
|
// {
|
|
|
// columnLabel: '拉回确认',
|
|
|
// columnName: 'pullSure',
|
|
@@ -556,8 +558,6 @@ const tableColumnsMap: {
|
|
|
},
|
|
|
{ columnLabel: '运单件数', columnName: 'luggageCount', needCount: 1 },
|
|
|
{ columnLabel: '运单重量', columnName: 'weight', needCount: 1 },
|
|
|
- { columnLabel: '拉下件数', columnName: 'pullNum', needCount: 1 },
|
|
|
- { columnLabel: '退运件数', columnName: 'returnNum', needCount: 1 },
|
|
|
{ columnLabel: '最新节点', columnName: 'nodeCode' },
|
|
|
// { columnLabel: '最新位置', columnName: 'execPosition' },
|
|
|
{ columnLabel: '处理结果', columnName: 'execResult' },
|
|
@@ -569,6 +569,8 @@ const tableColumnsMap: {
|
|
|
// width: 130,
|
|
|
// },
|
|
|
// { columnLabel: '装载序号', columnName: 'queueNo' },
|
|
|
+ { columnLabel: '拉下件数', columnName: 'pullNum', needCount: 1 },
|
|
|
+ { columnLabel: '退运件数', columnName: 'returnNum', needCount: 1 },
|
|
|
],
|
|
|
InternationalDepartureWaybillGoods: [
|
|
|
{
|