Просмотр исходного кода

跟单开票结算提交接口加字段

@dongkboy 2 месяцев назад
Родитель
Сommit
fc91120f3e
1 измененных файлов с 5 добавлено и 2 удалено
  1. 5 2
      src/views/receivable/documentary/ticket.vue

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

@@ -379,7 +379,9 @@ const handelComfirm = async () => {
   let params: any = {
     details: selectedList.value,
     ...countForm.value,
-    attachmentIds
+    attachmentIds,
+    invoiceType: "2"
+
   }
   let apiFn = api.financeApi.followInvoicing
   if (isSettlement.value) {
@@ -387,7 +389,8 @@ const handelComfirm = async () => {
     params = {
       invoiceVO: params,
       ...countForm.value,
-      attachmentIds
+      attachmentIds,
+      invoiceType: "2"
     }
   }
   apiFn(params).then((sub: any) => {