diff --git a/public/development_address_config.js b/public/development_address_config.js index e706057..e5bcfd3 100644 --- a/public/development_address_config.js +++ b/public/development_address_config.js @@ -13,7 +13,7 @@ window._CONFIG["casPrefixUrl"] = "http://cas.example.org:8443/cas"; window._CONFIG["onlinePreviewDomainURL"] = "http://10.0.1.9:9012/onlinePreview"; // 会议管理报名二维码地址 小程序生成二维码用的 -window._CONFIG["singUpQRCodeURL"] = "http://10.0.1.9:21824/signupentrance" +window._CONFIG["singUpQRCodeURL"] = "http://bxxt.hzwlsoft.com/signupentrance" // 会议管理签到二维码地址 微信扫描二维码 跳转的 地址 要么全大写 要么全小写 window._CONFIG["singInQRCodeURL"] = "http://10.10.10.46:8055/signinurl" @@ -21,6 +21,12 @@ window._CONFIG["singInQRCodeURL"] = "http://10.10.10.46:8055/signinurl" // 页面显示用的会议报名二维码连接 // 报名页面迁移到企业端 地址需要修改为企业端的地址 window._CONFIG["singInQRCodHref"]= 'http://localhost:3001/signupentrance' +// 起草组报名页面-报名二维码网址 -生成小程序二维码使用 +window._CONFIG['singUpDraftTeamQRCodeURL'] = 'https://bxxt.hzwlsoft.com/signupdraftteamentrance' + +// 起草组成员维护-企业端报名入口 +window._CONFIG["singInDraftHref"]= 'http://localhost:3001/signupdraftteamentrance' + // 票据打印--寄件人单位名称 window._CONFIG["sendCompanyName"] = "中国汽车标准化研究院" // 票据打印--寄件人地址 diff --git a/public/local_production_address_config.js b/public/local_production_address_config.js index 5ba28db..a410c4e 100644 --- a/public/local_production_address_config.js +++ b/public/local_production_address_config.js @@ -22,6 +22,12 @@ window._CONFIG["singInQRCodeURL"] = "http://10.10.10.46:8066/signinurl" // window._CONFIG["singInQRCodHref"]= 'http://139.9.235.66/signupentrance' window._CONFIG["singInQRCodHref"]= 'http://10.10.10.46:8066/signupentrance' +// 起草组报名页面-报名二维码网址 -生成小程序二维码使用 +window._CONFIG['singUpDraftTeamQRCodeURL'] = 'https://bxxt.hzwlsoft.com/signupdraftteamentrance' + +// 起草组成员维护-企业端报名入口 +window._CONFIG["singInDraftHref"]= 'http://10.10.10.46:8066/signupdraftteamentrance' + // 票据打印--寄件人单位名称 window._CONFIG["sendCompanyName"] = "中国汽车标准化研究院" // 票据打印--寄件人地址 diff --git a/public/production_address_config.js b/public/production_address_config.js index cb49120..efc98e6 100644 --- a/public/production_address_config.js +++ b/public/production_address_config.js @@ -18,6 +18,12 @@ window._CONFIG["singInQRCodeURL"] = "https://cwp.catarc.org.cn/signinurl" // 页面显示用的会议报名二维码连接 window._CONFIG["singInQRCodHref"]= 'http://cwp.catarc.org.cn/signupentrance' +// 起草组报名页面-报名二维码网址 -生成小程序二维码使用 +window._CONFIG['singUpDraftTeamQRCodeURL'] = 'https://cwp.catarc.org.cn/signupdraftteamentrance' + +// 起草组成员维护-企业端报名入口 +window._CONFIG["singInDraftHref"]= 'http://cwp.catarc.org.cn/signupdraftteamentrance' + // 票据打印--寄件人单位名称 window._CONFIG["sendCompanyName"] = "中国汽车标准化研究院" // 票据打印--寄件人地址 diff --git a/src/api/incomePaymentsApi.js b/src/api/incomePaymentsApi.js index e5f15ad..2cf86d4 100644 --- a/src/api/incomePaymentsApi.js +++ b/src/api/incomePaymentsApi.js @@ -136,6 +136,15 @@ const revokeConfirm = (params) => postAction(`/payConfirmPaymentRecord/backIncom // 判断当前节点 是否可以发邮件 const judgeEmailStatus = (param) => getAction('/sys/message/sysMessageTemplate/queryByCode', param) +// 2024-01-08 起草组相关功能接口 +// 起草组管理-复制 +const copyDraftingGroup = (param) => postAction('/drafting/payDraftingGroup/copy', param) +// 起草组管理-工作组下拉 +const getWorkingGroupList = (param) => getAction('/drafting/payDraftingGroup/queryAllWorkingGroupsIdAndName', param) +// 通过id获取起草组详情 +const getDraftingGroupById = (params) => getAction('/drafting/payDraftingGroup/queryById', params) +// 起草组会议的发布提醒 +const draftGroupPublishRemind = (param) => postAction('/meeting/draftGroupMeeting/publishReminder', param) export { getWorkingGroupById, getChargeNotice, @@ -206,5 +215,10 @@ export { revokeConfirm, - judgeEmailStatus + judgeEmailStatus, + + copyDraftingGroup, + getWorkingGroupList, + getDraftingGroupById, + draftGroupPublishRemind, } diff --git a/src/assets/imgs/icon/icon_drafting_group.png b/src/assets/imgs/icon/icon_drafting_group.png new file mode 100644 index 0000000..5e47ba0 Binary files /dev/null and b/src/assets/imgs/icon/icon_drafting_group.png differ diff --git a/src/assets/imgs/icon/icon_drafting_group_act.png b/src/assets/imgs/icon/icon_drafting_group_act.png new file mode 100644 index 0000000..b67bff8 Binary files /dev/null and b/src/assets/imgs/icon/icon_drafting_group_act.png differ diff --git a/src/components/ProgressBar.vue b/src/components/ProgressBar.vue index 973a550..95cdfda 100644 --- a/src/components/ProgressBar.vue +++ b/src/components/ProgressBar.vue @@ -5,19 +5,19 @@
+ :style="{width: (data.allPayment + data.partPayment)/(data.allPayment + data.partPayment + data.notPayment) * 100 + '%', minWidth: 'fit-content'}">
{{ data.allPayment }}
-
{{ data.partPayment }}
-
{{ data.notPayment }}
diff --git a/src/components/ProjectDetailModal.vue b/src/components/ProjectDetailModal.vue index 993006d..3e33bff 100644 --- a/src/components/ProjectDetailModal.vue +++ b/src/components/ProjectDetailModal.vue @@ -182,8 +182,8 @@

企业联系人信息

- -