|
|
|
@ -123,7 +123,7 @@ export default { |
|
|
|
{columnProp: "qty", headerAlign: "center", align: "right", columnLabel: "数量", columnWidth: 80, columnSortable: false, showOverflowTooltip: true, fixed: ""}, |
|
|
|
{columnProp: "palletId", headerAlign: "center", align: "center", columnLabel: "所在栈板", columnWidth: 80, columnSortable: false, showOverflowTooltip: true, fixed: ""}, |
|
|
|
{columnProp: "callingFlag", headerAlign: "center", align: "center", columnLabel: "是否调用", columnWidth: 80, columnSortable: false, showOverflowTooltip: true, fixed: ""}, |
|
|
|
{columnProp: "remark", headerAlign: "center", align: "left", columnLabel: "最近一次调用原因", columnWidth: 150, columnSortable: false, showOverflowTooltip: true, fixed: ""}, |
|
|
|
{columnProp: "remark", headerAlign: "center", align: "left", columnLabel: "最近一次调用备注", columnWidth: 150, columnSortable: false, showOverflowTooltip: true, fixed: ""}, |
|
|
|
|
|
|
|
{columnProp: "position", headerAlign: "center", align: "center", columnLabel: "位置", columnWidth: 60, columnSortable: false, showOverflowTooltip: true, fixed: ""}, |
|
|
|
{columnProp: "layer", headerAlign: "center", align: "center", columnLabel: "层数", columnWidth: 60, columnSortable: false, showOverflowTooltip: true, fixed: ""}, |
|
|
|
|