|
@ -127,6 +127,7 @@ |
|
|
{ |
|
|
{ |
|
|
field: 'exportSales', |
|
|
field: 'exportSales', |
|
|
title: '内外销', |
|
|
title: '内外销', |
|
|
|
|
|
visible: false, |
|
|
formatter: function(value, row, index) { |
|
|
formatter: function(value, row, index) { |
|
|
return $.table.selectDictLabel(exportSalesDatas, value); |
|
|
return $.table.selectDictLabel(exportSalesDatas, value); |
|
|
} |
|
|
} |
|
@ -150,6 +151,7 @@ |
|
|
{ |
|
|
{ |
|
|
field: 'deliveryGoodsFlag', |
|
|
field: 'deliveryGoodsFlag', |
|
|
title: '发货否', |
|
|
title: '发货否', |
|
|
|
|
|
visible: false, |
|
|
formatter: function(value, row, index) { |
|
|
formatter: function(value, row, index) { |
|
|
return $.table.selectDictLabel(deliveryGoodsFlagDatas, value); |
|
|
return $.table.selectDictLabel(deliveryGoodsFlagDatas, value); |
|
|
} |
|
|
} |
|
|