|
@@ -120,7 +120,7 @@ export default {
|
|
]
|
|
]
|
|
|
|
|
|
if (this.basicInfoData && this.basicInfoData.grabFlag == '1') {
|
|
if (this.basicInfoData && this.basicInfoData.grabFlag == '1') {
|
|
- 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 || '--' } })
|
|
}
|
|
}
|
|
return arr
|
|
return arr
|
|
}
|
|
}
|