|
@@ -275,14 +275,10 @@ export default {
|
|
model: '',
|
|
model: '',
|
|
color: '',
|
|
color: '',
|
|
brand: '',
|
|
brand: '',
|
|
- // mfrs: '',
|
|
|
|
materialOther: '',
|
|
materialOther: '',
|
|
weight: '',
|
|
weight: '',
|
|
- // expiryNum: '',
|
|
|
|
enabled: undefined,
|
|
enabled: undefined,
|
|
enableSerialNumber: undefined,
|
|
enableSerialNumber: undefined,
|
|
- // enableBatchNumber: undefined,
|
|
|
|
- // position: '',
|
|
|
|
reminder: undefined,
|
|
reminder: undefined,
|
|
remark: '',
|
|
remark: '',
|
|
mpList: getMpListShort(Vue.ls.get('materialPropertyList')), //扩展属性
|
|
mpList: getMpListShort(Vue.ls.get('materialPropertyList')), //扩展属性
|
|
@@ -356,6 +352,8 @@ export default {
|
|
width: 80,
|
|
width: 80,
|
|
scopedSlots: { customRender: 'customRenderInitialStock' },
|
|
scopedSlots: { customRender: 'customRenderInitialStock' },
|
|
},
|
|
},
|
|
|
|
+ { title: '默认采购价', dataIndex: 'defaultPurchaseDecimal', width: 100 },
|
|
|
|
+ { title: '默认销售价', dataIndex: 'defaultWholesaleDecimal', width: 100 },
|
|
{ title: '库存', dataIndex: 'stock', width: 80, scopedSlots: { customRender: 'customRenderStock' } },
|
|
{ title: '库存', dataIndex: 'stock', width: 80, scopedSlots: { customRender: 'customRenderStock' } },
|
|
{ title: '预警提示', dataIndex: 'reminder', width: 100, scopedSlots: { customRender: 'reminder' }},
|
|
{ title: '预警提示', dataIndex: 'reminder', width: 100, scopedSlots: { customRender: 'reminder' }},
|
|
{ title: '备注', dataIndex: 'remark', width: 80 },
|
|
{ title: '备注', dataIndex: 'remark', width: 80 },
|