|
@@ -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({
|