diff --git a/supplier/pages/offer/index.vue b/supplier/pages/offer/index.vue index 1550c37..dc43c44 100644 --- a/supplier/pages/offer/index.vue +++ b/supplier/pages/offer/index.vue @@ -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