Преглед изворни кода

福达销售复制数量变成一的问题 2023-12-15

caojunjie пре 1 година
родитељ
комит
7a7672def8
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/views/exportTrade/salesContract/detailsPage.vue

+ 0 - 1
src/views/exportTrade/salesContract/detailsPage.vue

@@ -2326,7 +2326,6 @@ export default {
                           this.data[i].shareAmount = 0;
                           this.data[i].internationalAmount = 0;
                           this.data[i].totalValue = sellingCal(productCal(item.purchaseAmount, 0, item.coefficient), this.form.exchangeRate);
-                          this.data[i].orderQuantity = 1;
                           this.data[i].insurance = 0;
                           this.data[i].freight = 0;
                           this.data[i].discount = null;