From c007c5c74b6f4e15cc6db447e9e1bf3a179be913 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Thu, 30 May 2024 11:27:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E6=98=BE=E7=A4=BA=E6=96=B9=E5=BC=8F=E5=8F=8A?= =?UTF-8?q?=E5=A4=9A=E4=B8=AA=E8=A7=86=E5=9B=BE=E9=A1=B5=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86=E5=AE=A1=E6=89=B9=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oa_financial.ts | 7 + src/components/oaFlowCheck/index.vue | 190 ++++++++++++++++++ src/views/oa_arrival/edit.vue | 46 +++-- src/views/oa_invoice_apply/edit.vue | 2 +- src/views/organization/organization/index.vue | 1 - 5 files changed, 225 insertions(+), 21 deletions(-) create mode 100644 src/components/oaFlowCheck/index.vue diff --git a/src/api/oa_financial.ts b/src/api/oa_financial.ts index 24775e4..4c3a460 100644 --- a/src/api/oa_financial.ts +++ b/src/api/oa_financial.ts @@ -106,3 +106,10 @@ export function apiInvlicevAdd(params: any) { params, }); } + +export function apiInvlicevFdz(params: any) { + return request.post({ + url: "/works.finance.income/fdz", + params, + }); +} diff --git a/src/components/oaFlowCheck/index.vue b/src/components/oaFlowCheck/index.vue new file mode 100644 index 0000000..7e52ee7 --- /dev/null +++ b/src/components/oaFlowCheck/index.vue @@ -0,0 +1,190 @@ + + + + diff --git a/src/views/oa_arrival/edit.vue b/src/views/oa_arrival/edit.vue index 1ce48ae..7209769 100644 --- a/src/views/oa_arrival/edit.vue +++ b/src/views/oa_arrival/edit.vue @@ -51,14 +51,15 @@ - - {{ formData.is_cash_text }} + + {{ formData.is_cash }} {{ (+formData.amount) - (+formData.enter_amount) }} - {{ formData.enter_amount }} + + {{ formData.is_cash_text }} @@ -91,12 +92,12 @@
- 保存到账记录 - 重置 - 剩余部分全到账 - 全部到账 - 全部反到账 - + 保存到账记录 + 重置 + 剩余部分全到账 + 全部到账 + 全部反到账
@@ -119,7 +120,7 @@