|
@@ -294,6 +294,7 @@ export default {
|
|
|
]
|
|
|
if (this.basicInfoData && this.basicInfoData.warehouseFlag == '1') {
|
|
|
arr.splice(4, 0, { title: '仓库', dataIndex: 'warehouseName', width: 140, align: 'center', customRender: function (text) { return text || '--' } })
|
|
|
+ arr.splice(5, 0, { title: '仓位', dataIndex: 'warehouseLocationName', width: 140, align: 'center', customRender: function (text) { return text || '--' } })
|
|
|
}
|
|
|
return arr
|
|
|
},
|
|
@@ -310,6 +311,7 @@ export default {
|
|
|
]
|
|
|
if (this.basicInfoData && this.basicInfoData.warehouseFlag == '1') {
|
|
|
arr.splice(4, 0, { title: '仓库', dataIndex: 'warehouseName', width: 140, align: 'center', customRender: function (text) { return text || '--' } })
|
|
|
+ arr.splice(5, 0, { title: '仓位', dataIndex: 'warehouseLocationName', width: 140, align: 'center', customRender: function (text) { return text || '--' } })
|
|
|
}
|
|
|
return arr
|
|
|
}
|