Browse Source

销售报价单-修改错误单词

jingbb 1 month ago
parent
commit
c4d0693382
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/saleCode/quotation/components/quotationFormForm.vue

+ 1 - 1
src/views/saleCode/quotation/components/quotationFormForm.vue

@@ -875,7 +875,7 @@
           customerOption.value.map((event) => {
             if (event.value == formData.quotationCustomer) {
               (item.intermediatorCommission = event.intermediatorCommission), (item.customerCommision = event.commission);
-              formData.custumerDiscount = event.discoun;
+              formData.custumerDiscount = event.discount;
               item.discount = event.discount;
               formData.paymentTerms = event.paymentTerms;
               formData.currency = event.currency;