Sfoglia il codice sorgente

私有跟单应收开票设置对账金额增加车险非车险标识

@dongkboy 2 mesi fa
parent
commit
2184298efc
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/views/receivable/documentary/ticket.vue

+ 2 - 0
src/views/receivable/documentary/ticket.vue

@@ -441,6 +441,8 @@ const handelComfirmEdit = () => {
     reconciliationAmount: editForm.value.reconciliationAmount,
     reconciliationAmount: editForm.value.reconciliationAmount,
     falselyIncreasedDifference: editForm.value.falselyIncreasedDifference,
     falselyIncreasedDifference: editForm.value.falselyIncreasedDifference,
     falselyIncreasedReason: editForm.value.falselyIncreasedReason,
     falselyIncreasedReason: editForm.value.falselyIncreasedReason,
+    invoiceType: route.query.invoiceType,
+
   }).then((res: any) => {
   }).then((res: any) => {
     if (res.code == 200) {
     if (res.code == 200) {
       ElMessage({
       ElMessage({