|
|
@@ -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) => {
|