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

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

@dongkboy пре 2 месеци
родитељ
комит
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 = {
   let params: any = {
     details: selectedList.value,
     details: selectedList.value,
     ...countForm.value,
     ...countForm.value,
-    attachmentIds
+    attachmentIds,
+    invoiceType: "2"
+
   }
   }
   let apiFn = api.financeApi.followInvoicing
   let apiFn = api.financeApi.followInvoicing
   if (isSettlement.value) {
   if (isSettlement.value) {
@@ -387,7 +389,8 @@ const handelComfirm = async () => {
     params = {
     params = {
       invoiceVO: params,
       invoiceVO: params,
       ...countForm.value,
       ...countForm.value,
-      attachmentIds
+      attachmentIds,
+      invoiceType: "2"
     }
     }
   }
   }
   apiFn(params).then((sub: any) => {
   apiFn(params).then((sub: any) => {