diff --git a/src/views/basicdata/warehouse/tray/basicdataTrayhistory.vue b/src/views/basicdata/warehouse/tray/basicdataTrayhistory.vue index f9f68134..39af8ad7 100644 --- a/src/views/basicdata/warehouse/tray/basicdataTrayhistory.vue +++ b/src/views/basicdata/warehouse/tray/basicdataTrayhistory.vue @@ -257,7 +257,7 @@ export default { }, { label: '货位信息', - prop: 'goodsAllocationName', + prop: 'positionCode', search: true, width: '100px', }, @@ -406,7 +406,7 @@ export default { // }, { label: '库位名称', - prop: 'goodsAllocationName', + prop: 'positionCode', width: '100px', }, { @@ -492,7 +492,7 @@ export default { }, { label: '库位名称', - prop: 'goodsAllocationName', + prop: 'positionCode', width: '100px', }, { @@ -742,7 +742,7 @@ export default { head: false, }, { - prop: 'goodsAllocationName', + prop: 'positionCode', label: '库位名称', type: 1, values: '', @@ -898,7 +898,7 @@ export default { head: false, }, { - prop: 'goodsAllocationName', + prop: 'positionCode', label: '库位名称', type: 1, values: '', @@ -1043,7 +1043,7 @@ export default { head: false, }, { - prop: 'goodsAllocationName', + prop: 'positionCode', label: '货位信息', type: 1, values: '',