Browse Source

1.货位信息

fix_bug_pro20231227
0.0 1 year ago
parent
commit
c0873f2921
  1. 12
      src/views/basicdata/warehouse/tray/basicdataTrayhistory.vue

12
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: '',

Loading…
Cancel
Save