|
@@ -257,6 +257,12 @@ export default {
|
|
|
width: '150px',
|
|
|
dataIndex: 'createdTime'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '库位',
|
|
|
+ checked: true,
|
|
|
+ width: '150px',
|
|
|
+ dataIndex: 'storeName'
|
|
|
+ },
|
|
|
{
|
|
|
title: '当前库存',
|
|
|
dataIndex: 'currentStock',
|
|
@@ -326,6 +332,12 @@ export default {
|
|
|
return this.BaseTool.Object.getField(this.ytMap, text)
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '关联设备号',
|
|
|
+ checked: true,
|
|
|
+ width: '150px',
|
|
|
+ dataIndex: 'sbNo'
|
|
|
+ },
|
|
|
{
|
|
|
title: '备注',
|
|
|
checked: true,
|
|
@@ -339,15 +351,15 @@ export default {
|
|
|
width: '150px',
|
|
|
scopedSlots: { customRender: 'status' }
|
|
|
},
|
|
|
- {
|
|
|
- title: '仓库名称',
|
|
|
- dataIndex: 'storeId',
|
|
|
- checked: true,
|
|
|
- width: '150px',
|
|
|
- customRender: (text, record, index) => {
|
|
|
- return record.storeName
|
|
|
- }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '仓库名称',
|
|
|
+ // dataIndex: 'storeId',
|
|
|
+ // checked: true,
|
|
|
+ // width: '150px',
|
|
|
+ // customRender: (text, record, index) => {
|
|
|
+ // return record.storeName
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
title: '操作',
|
|
|
fixed: 'right',
|