diff --git a/src/option/distribution/TripartiteTransfer.js b/src/option/distribution/TripartiteTransfer.js index bdf21253..750574d8 100644 --- a/src/option/distribution/TripartiteTransfer.js +++ b/src/option/distribution/TripartiteTransfer.js @@ -388,6 +388,26 @@ export const detailsColumnList = [ fixed: false, sortable: true, }, + { + prop: 'unloadTrayName', + label: '卸车托盘名称', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'unloadTrayCode', + label: '卸车托盘码', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, // { // prop: 'nodeNub', // label: '装车仓库',