From 6c3026aa492374e7b311c45928ec862a1075f298 Mon Sep 17 00:00:00 2001
From: xy <271556543@qq.com>
Date: Fri, 25 Aug 2023 17:11:58 +0800
Subject: [PATCH] 2023-8-25
---
.env.development | 6 +-
.../contract/paymentRegistrationList.vue | 794 ++++++++++++------
.../finance/components/addPropertyPlan.vue | 185 +++-
src/views/finance/components/file.vue | 312 +++++++
src/views/finance/components/remark.vue | 250 ++++++
src/views/finance/financialEvaluation.vue | 52 +-
6 files changed, 1324 insertions(+), 275 deletions(-)
create mode 100644 src/views/finance/components/file.vue
create mode 100644 src/views/finance/components/remark.vue
diff --git a/.env.development b/.env.development
index 56074d9..a6db51d 100644
--- a/.env.development
+++ b/.env.development
@@ -2,9 +2,9 @@
ENV = 'development'
# base api
-VUE_APP_DOMIAN=http://192.168.60.99:9003/
-#VUE_APP_DOMIAN=http://hdcontract.ali251.langye.net/
+#VUE_APP_DOMIAN=http://192.168.60.99:9003/
+VUE_APP_DOMIAN=http://hdcontract.ali251.langye.net/
VUE_APP_BASE_API = ''
-
+VUE_APP_UPLOAD=http://hdcontract.ali251.langye.net/api/admin/upload-file
VUE_APP_OUT_URL = http://192.168.60.18:2021
diff --git a/src/views/contract/paymentRegistrationList.vue b/src/views/contract/paymentRegistrationList.vue
index e30bca6..3e3b926 100644
--- a/src/views/contract/paymentRegistrationList.vue
+++ b/src/views/contract/paymentRegistrationList.vue
@@ -1,245 +1,549 @@
-
-