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) {