|
|
|
@ -434,7 +434,9 @@ |
|
|
|
let list = []; |
|
|
|
this.contents.map(item => { |
|
|
|
list.push({ |
|
|
|
id: item.quotation_id, |
|
|
|
// id: item.quotation_id, |
|
|
|
m_id: item.material_id, |
|
|
|
m_spec_id: item.spec_id, |
|
|
|
tax_price: item.tax_price.value, |
|
|
|
non_tax_price: item.non_tax_price.value, |
|
|
|
purchase_limit: Number(item.purchase_limit.value) || 1 |
|
|
|
|