|
@@ -118,18 +118,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- {
|
|
|
|
- span: 6,
|
|
|
|
- label: '所属仓库',
|
|
|
|
- prop: 'storehouseId',
|
|
|
|
- component: 'by-input',
|
|
|
|
- compConfig: {
|
|
|
|
- attr: {
|
|
|
|
- placeholder: '请输入所属仓库',
|
|
|
|
- clearable: true
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
]
|
|
]
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -158,9 +146,6 @@
|
|
}, {
|
|
}, {
|
|
title: '所属机构名称',
|
|
title: '所属机构名称',
|
|
field: 'organizationName',
|
|
field: 'organizationName',
|
|
- }, {
|
|
|
|
- title: '所属机构id',
|
|
|
|
- field: 'organizationId'
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '库存',
|
|
title: '库存',
|
|
@@ -177,11 +162,7 @@
|
|
{
|
|
{
|
|
title: '库存体积上限',
|
|
title: '库存体积上限',
|
|
field: 'maxStockVolume'
|
|
field: 'maxStockVolume'
|
|
- },
|
|
|
|
- {
|
|
|
|
- title: '所属仓库id',
|
|
|
|
- field: 'storehouseId'
|
|
|
|
- }, {
|
|
|
|
|
|
+ },{
|
|
title: '操作',
|
|
title: '操作',
|
|
action: true,
|
|
action: true,
|
|
plugins: [{
|
|
plugins: [{
|
|
@@ -214,53 +195,41 @@
|
|
columns: [
|
|
columns: [
|
|
[
|
|
[
|
|
{
|
|
{
|
|
- span: 24,
|
|
|
|
|
|
+ span: 23,
|
|
label: '名称',
|
|
label: '名称',
|
|
prop: 'name',
|
|
prop: 'name',
|
|
component: 'by-input',
|
|
component: 'by-input',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- span: 24,
|
|
|
|
|
|
+ span: 23,
|
|
label: '所属机构名称',
|
|
label: '所属机构名称',
|
|
prop: 'organizationName',
|
|
prop: 'organizationName',
|
|
component: 'by-input',
|
|
component: 'by-input',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- span: 24,
|
|
|
|
- label: '所属机构id',
|
|
|
|
- prop: 'organizationId',
|
|
|
|
- component: 'by-input',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- span: 24,
|
|
|
|
|
|
+ span: 23,
|
|
label: '库存',
|
|
label: '库存',
|
|
prop: 'stock',
|
|
prop: 'stock',
|
|
component: 'by-input',
|
|
component: 'by-input',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- span: 24,
|
|
|
|
|
|
+ span: 23,
|
|
label: '库存体积',
|
|
label: '库存体积',
|
|
prop: 'stockVolume',
|
|
prop: 'stockVolume',
|
|
component: 'by-input',
|
|
component: 'by-input',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- span: 24,
|
|
|
|
|
|
+ span: 23,
|
|
label: '库存数量上限',
|
|
label: '库存数量上限',
|
|
prop: 'maxStockNumber',
|
|
prop: 'maxStockNumber',
|
|
component: 'by-input',
|
|
component: 'by-input',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- span: 24,
|
|
|
|
|
|
+ span: 23,
|
|
label: '库存体积上限',
|
|
label: '库存体积上限',
|
|
prop: 'maxStockVolume',
|
|
prop: 'maxStockVolume',
|
|
component: 'by-input',
|
|
component: 'by-input',
|
|
},
|
|
},
|
|
- {
|
|
|
|
- span: 24,
|
|
|
|
- label: '所属仓库id',
|
|
|
|
- prop: 'storehouseId',
|
|
|
|
- component: 'by-input',
|
|
|
|
- },
|
|
|
|
]
|
|
]
|
|
]
|
|
]
|
|
}
|
|
}
|