From dbbf8f0e1330f6ee3572de7724675b3d4b137733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=B7=9D=E8=99=8E?= Date: Fri, 5 Jul 2024 17:44:28 +0800 Subject: [PATCH] =?UTF-8?q?7.5=E7=A7=BB=E5=8A=A8=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jnpf-app/App.vue | 15 ++ jnpf-app/pages/index/portal.vue | 1 + .../scm/form/paymentApplication/index.vue | 41 +++++- jnpf-app/pages/workFlow/flowBefore/index.vue | 3 - .../service/impl/CwsettlementServiceImpl.java | 18 +-- .../java/jnpf/entity/CwsettlementEntity.java | 27 ++-- .../entity/CwsettlementsummaryEntity.java | 3 +- .../model/cwsettlement/CwsettlementForm.java | 33 +++++ .../CwsettlementsummaryModel.java | 2 + .../src/views/extend/cwsettlement/form.vue | 138 +++++++++++++++++- 10 files changed, 250 insertions(+), 31 deletions(-) diff --git a/jnpf-app/App.vue b/jnpf-app/App.vue index 71ef1873..241d020c 100644 --- a/jnpf-app/App.vue +++ b/jnpf-app/App.vue @@ -228,4 +228,19 @@ @import "@/assets/iconfont/custom/iconfont.css"; @import "@/assets/scss/common.scss"; @import "@/assets/scss/components.scss"; + .page-testa{ + .uni-input-wrapper { + color: #303133 !important; + font-size: 16px !important; + } + .u-input__input { + color: #303133 !important; + font-size: 16px !important; + } + .u-form-item { + color: #303133 !important; + font-size: 16px !important; + } + } + \ No newline at end of file diff --git a/jnpf-app/pages/index/portal.vue b/jnpf-app/pages/index/portal.vue index 269c52ce..9c52f139 100644 --- a/jnpf-app/pages/index/portal.vue +++ b/jnpf-app/pages/index/portal.vue @@ -366,6 +366,7 @@ url: '/api/scm/BusinessEnterpriseRelational/getHomePage', method: 'get' }).then(res => { + debugger let _info = res.data[0]; this.homeInfo = _info; }).catch(() => {}) diff --git a/jnpf-app/pages/scm/form/paymentApplication/index.vue b/jnpf-app/pages/scm/form/paymentApplication/index.vue index ed65fedc..8d250cc8 100644 --- a/jnpf-app/pages/scm/form/paymentApplication/index.vue +++ b/jnpf-app/pages/scm/form/paymentApplication/index.vue @@ -1,5 +1,5 @@ + + + + + + + +