From 3e97a7693fb917f6bd2e53ebbe652ac09ab8c7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Tue, 17 Aug 2021 16:02:03 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=20=E5=8F=91=E8=B5=B7?= =?UTF-8?q?=E6=8A=A5=E4=BB=B7=E7=BC=96=E8=BE=91=E6=97=B6=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supplier/pages/offer/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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