From 033c83cf5f52979937aa2458b6f2e34176c4e9e8 Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Tue, 5 Nov 2024 18:16:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=98=AF=E5=90=A6=E6=94=B6=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/supplier/products/supProductsDetail.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/supplier/products/supProductsDetail.vue b/src/views/supplier/products/supProductsDetail.vue index 6dbfecc..5bd5a78 100644 --- a/src/views/supplier/products/supProductsDetail.vue +++ b/src/views/supplier/products/supProductsDetail.vue @@ -167,9 +167,9 @@ - - - + + + @@ -207,7 +207,6 @@ export default { data() { return { remark: "", - requireCost: 0, productRemarkSet: {} } }, @@ -220,7 +219,7 @@ export default { uuid: this.data.uuid, customerId: this.data.customerId, remark: this.remark, - requireCost: this.requireCost + requireCost: this.data.requireCost } updateDiProduct(query).then((res) => { if (res.code === 20000) {