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

手续费应收开票去掉开票金额默认值

@dongkboy пре 2 месеци
родитељ
комит
56a8982d67
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/receivable/handingFee/ticket.vue

+ 1 - 1
src/views/receivable/handingFee/ticket.vue

@@ -568,7 +568,7 @@ const calBeforeInvoice = async (params: any) => {
   if (res.code == 200) {
     openCountForm()
     countForm.value.invoiceTime = res.data.invoiceTime
-    countForm.value.receivableSupervisePremium = res.data.receivableSupervisePremium
+    // countForm.value.receivableSupervisePremium = res.data.receivableSupervisePremium
     receivableSupervisePremium.value = res.data.receivableSupervisePremium
   }
 }