|
|
@ -65,6 +65,12 @@ |
|
|
},{ |
|
|
},{ |
|
|
label: '规格', |
|
|
label: '规格', |
|
|
key: 'spec_name' |
|
|
key: 'spec_name' |
|
|
|
|
|
},{ |
|
|
|
|
|
label: '单位', |
|
|
|
|
|
key: 'unit' |
|
|
|
|
|
},{ |
|
|
|
|
|
label: '分类', |
|
|
|
|
|
key: 'category' |
|
|
},{ |
|
|
},{ |
|
|
key: 'brand', |
|
|
key: 'brand', |
|
|
label: '品牌' |
|
|
label: '品牌' |
|
|
@ -139,7 +145,9 @@ |
|
|
m_sn: item.material.m_sn, |
|
|
m_sn: item.material.m_sn, |
|
|
supplier_name: item.purchase.supplier.supplier_name, |
|
|
supplier_name: item.purchase.supplier.supplier_name, |
|
|
purchase_id: item.purchase_id, |
|
|
purchase_id: item.purchase_id, |
|
|
delivery_number: item.out_number |
|
|
|
|
|
|
|
|
delivery_number: item.out_number, |
|
|
|
|
|
unit: item?.material?.unit?.unit_name || '', |
|
|
|
|
|
category: item?.material?.category?.m_cate_name || '' |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
this.contents = contents; |
|
|
this.contents = contents; |
|
|
|