|
|
- arr.splice(1, 0, { title: '调拨单号', dataIndex: 'allocateReturnNo', width: '10%', align: 'center', customRender: function (text) { return text || '--' } })
|
|
|
+ arr.splice(1, 0, { title: '调拨单号', dataIndex: 'allocateNo', width: '10%', align: 'center', customRender: function (text) { return text || '--' } })
|