Browse Source

修复装车显示

dev-xx
qb 7 months ago
parent
commit
32c5fd8383
  1. 20
      src/option/distribution/TripartiteTransfer.js

20
src/option/distribution/TripartiteTransfer.js

@ -388,6 +388,26 @@ export const detailsColumnList = [
fixed: false, fixed: false,
sortable: true, 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', // prop: 'nodeNub',
// label: '装车仓库', // label: '装车仓库',

Loading…
Cancel
Save