From 2e53fdfa529467f6371244b96bb31859810c300f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Wed, 23 Oct 2024 16:34:34 +0800 Subject: [PATCH] =?UTF-8?q?task=20=E4=BA=A7=E4=BA=A4=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E7=AB=AF=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/user/index.js | 2 +- .../sunVillage_info/signature_icon_01z.png | Bin 0 -> 513 bytes src/views/project/index.vue | 12 ++ src/views/project/projectNeedsDetail.vue | 13 +- .../userInformation/companyInformation.vue | 80 ++++++------ .../userInformation/userInformation.vue | 13 +- src/views/user/signature/signatureDetail.vue | 17 +-- src/views/user/signature/signatureList.vue | 14 +- src/views/user/supply/index.vue | 2 +- src/views/user/supply/supplyAdd.vue | 120 ++++++++---------- 10 files changed, 136 insertions(+), 137 deletions(-) create mode 100644 src/assets/images/sunVillage_info/signature_icon_01z.png diff --git a/src/api/user/index.js b/src/api/user/index.js index d073d7d3..9dbbf563 100644 --- a/src/api/user/index.js +++ b/src/api/user/index.js @@ -51,7 +51,7 @@ export function base64Attach(query){ export function deleteUserImg(id){ return request({ url: '/transaction/member/deleteImg/attachId/'+id, - method: 'delete', + method: 'get', }) } diff --git a/src/assets/images/sunVillage_info/signature_icon_01z.png b/src/assets/images/sunVillage_info/signature_icon_01z.png new file mode 100644 index 0000000000000000000000000000000000000000..13d01e43fe45b14988244a9f685f22f9543c44e3 GIT binary patch literal 513 zcmV+c0{;DpP)Wi1ZEPda~vzbS;2v@ z0&xZ63Soj=;+4O+y4tDQ(nZ@NWUgQaqq`-TEeVN zfF9+=MJWV`tOg@`Cxng+gn)<3pcMz=*SDH?$7jGinHSk!g4sTf0YyW?f*grSG-Nl4 zSs{2fkBY61$g;pyPMn|Zwi5U}2cU@RKy@xN26!Q$u1_XGY@9=8RjlbDBV$##DT6T_ zK(}OS(HWUVQ)3eTl4WwEr;@2B@|j+XH|BVB(g8JEG55Ou(5{dvR>Tr z>o8b+U9ct_l)5~#Vy*&r>}E{LUe4(Un}2>aX5>xV&a5$??X_2}j3O#W5?3gX=ofhDAg#6bsJb+PaZCbsX324)E}00000NkvXXu0mjf D!o}N! literal 0 HcmV?d00001 diff --git a/src/views/project/index.vue b/src/views/project/index.vue index 2393b9a7..ac556aa9 100644 --- a/src/views/project/index.vue +++ b/src/views/project/index.vue @@ -159,6 +159,18 @@ export default { methods: { tabChange(e){ console.log(e) + + this.infoList = []; + this.infoList1 = []; + + this.queryDatas.pageNum = 1; + this.infoList=[]; + this.finished = false; + + this.queryNeedDatas.pageNum = 1; + this.infoList1=[]; + this.finished1 = false; + if (e == 0){ this.getList(); }else{ diff --git a/src/views/project/projectNeedsDetail.vue b/src/views/project/projectNeedsDetail.vue index ee6473c9..e5d2c48a 100644 --- a/src/views/project/projectNeedsDetail.vue +++ b/src/views/project/projectNeedsDetail.vue @@ -2,7 +2,7 @@
- {{noticeDetail.projectName}} +
{{noticeDetail.projectName}}
@@ -19,7 +19,7 @@
- 附件图片 +
附件图片
@@ -82,15 +82,16 @@ export default { border-radius: 15Px; overflow: hidden; .block_tt{ - font-size: 16Px; + font-size: 20Px; display: flex; align-items: center; - padding: 0 3vw; + padding: 1.6vh 3vw; line-height: 1; + font-weight: bold; i{ display: block; - width: 3Px; - height: 14Px; + width: 4Px; + height: 16Px; background: #0CBEA6; margin-right: 5PX; border-radius: 5PX; diff --git a/src/views/user/accountSetting/userInformation/companyInformation.vue b/src/views/user/accountSetting/userInformation/companyInformation.vue index d0d68aa4..ee41b64a 100644 --- a/src/views/user/accountSetting/userInformation/companyInformation.vue +++ b/src/views/user/accountSetting/userInformation/companyInformation.vue @@ -13,49 +13,49 @@ - - - - - + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + - - + + diff --git a/src/views/user/accountSetting/userInformation/userInformation.vue b/src/views/user/accountSetting/userInformation/userInformation.vue index 11d8f02f..4a1d75d1 100644 --- a/src/views/user/accountSetting/userInformation/userInformation.vue +++ b/src/views/user/accountSetting/userInformation/userInformation.vue @@ -3,7 +3,7 @@
- 用户信息 +
用户信息
@@ -48,7 +48,7 @@
- 银行信息 +
银行信息
- +
- 合同信息 +
合同信息
@@ -20,7 +20,7 @@
- 甲方信息 +
甲方信息
@@ -30,7 +30,7 @@
- 乙方信息 +
乙方信息
@@ -222,15 +222,16 @@ border-radius: 15Px; overflow: hidden; .block_tt{ - font-size: 16Px; + font-size: 20Px; display: flex; align-items: center; - padding: 0 3vw; + padding: 1.6vh 3vw; line-height: 1; + font-weight: bold; i{ display: block; - width: 3Px; - height: 14Px; + width: 4Px; + height: 16Px; background: #0CBEA6; margin-right: 5PX; border-radius: 5PX; diff --git a/src/views/user/signature/signatureList.vue b/src/views/user/signature/signatureList.vue index 35764c81..68eda3d9 100644 --- a/src/views/user/signature/signatureList.vue +++ b/src/views/user/signature/signatureList.vue @@ -10,20 +10,20 @@ @load="getList" > - +
{{item.signingStatus}}
- - -

{{item.contractCode}}

+ + +

{{item.contractCode}}

{{item.contractName}}

-

{{item.signingMode}}

+

{{item.signingMode}}

{{item.contractMoney.toFixed(2)}}

@@ -31,7 +31,7 @@