diff --git a/src/components/layouts/TabLayout.vue b/src/components/layouts/TabLayout.vue index 1b744d7..c05d172 100644 --- a/src/components/layouts/TabLayout.vue +++ b/src/components/layouts/TabLayout.vue @@ -58,7 +58,7 @@ activePage: '', menuVisible: false, menuItemList: [ - { key: '4', icon: 'reload', text: '刷 新' }, + // { key: '4', icon: 'reload', text: '刷 新' }, { key: '1', icon: 'arrow-left', text: '关闭左侧' }, { key: '2', icon: 'arrow-right', text: '关闭右侧' }, { key: '3', icon: 'close', text: '关闭其它' } diff --git a/src/views/businessManagement/BusinessManagement.vue b/src/views/businessManagement/BusinessManagement.vue index cdd6fc6..870c8a0 100644 --- a/src/views/businessManagement/BusinessManagement.vue +++ b/src/views/businessManagement/BusinessManagement.vue @@ -16,6 +16,11 @@ + + + + + 查询 diff --git a/src/views/businessManagement/modules/BusinessManagementModule.vue b/src/views/businessManagement/modules/BusinessManagementModule.vue index e3b0f11..312b618 100644 --- a/src/views/businessManagement/modules/BusinessManagementModule.vue +++ b/src/views/businessManagement/modules/BusinessManagementModule.vue @@ -295,11 +295,11 @@ export default { */ checkBankAccount(rules, value, callback) { if (value) { - if (number(value)) { - callback() - } else { - callback('请输入数字') - } + // if (number(value)) { + callback() + // } else { + // callback('请输入数字') + // } return } callback('请输入银行账号') diff --git a/src/views/projectManagement/WorkingGroupMemberUnitMaintenance.vue b/src/views/projectManagement/WorkingGroupMemberUnitMaintenance.vue index f1ad0e5..0330323 100644 --- a/src/views/projectManagement/WorkingGroupMemberUnitMaintenance.vue +++ b/src/views/projectManagement/WorkingGroupMemberUnitMaintenance.vue @@ -62,7 +62,7 @@ + /> @@ -168,6 +168,7 @@ + @@ -382,7 +383,7 @@ export default { id: this.workingGroupProjectId } getWorkingGroupById(param).then(res => { - if(res.success) { + if (res.success) { this.workingGroupDetail = res.result || {} } }).finally(() => { @@ -513,7 +514,7 @@ export default { if (file && file.url) { const fileFullUrl = `${ window._CONFIG['domianWebSocketURL'] }/sys/common/download/${ file.id }?token=${ Vue.ls.get(ACCESS_TOKEN) }&fullfilename=${ file.fileName }` // let url = `${ window._CONFIG['onlinePreviewDomainURL'] }?url=${ encodeURIComponent(Base64.encode(fileFullUrl)) }` - let url = `${window._CONFIG['onlinePreviewDomainURL']}?url=${encodeURIComponent(fileFullUrl)}` + let url = `${ window._CONFIG['onlinePreviewDomainURL'] }?url=${ encodeURIComponent(fileFullUrl) }` window.open(url) } } diff --git a/src/views/projectManagement/WorkingGroupProjectDataMaintenance.vue b/src/views/projectManagement/WorkingGroupProjectDataMaintenance.vue index 8425e37..081a56b 100644 --- a/src/views/projectManagement/WorkingGroupProjectDataMaintenance.vue +++ b/src/views/projectManagement/WorkingGroupProjectDataMaintenance.vue @@ -58,6 +58,7 @@ 分发 + 下载 删除 @@ -202,6 +203,13 @@ export default { this.distributeModalVisible = true this.isBatchDistribute = false }, + /** + * 下载 + * @param record + */ + handleDownload(record) { + downloadFile(`sys/common/download/${record.fileId}`, record.fileName) + }, handleExportXls(fileName) { if (!fileName || typeof fileName != 'string') { fileName = '导出文件' diff --git a/src/views/projectManagement/modules/WorkingGroupMemberSetChargeNotice.vue b/src/views/projectManagement/modules/WorkingGroupMemberSetChargeNotice.vue index e3a8ee2..0e9fcb2 100644 --- a/src/views/projectManagement/modules/WorkingGroupMemberSetChargeNotice.vue +++ b/src/views/projectManagement/modules/WorkingGroupMemberSetChargeNotice.vue @@ -84,7 +84,7 @@ import EmailErrorMsgModal from '@views/projectManagement/modules/EmailErrorMsgMo export default { name: 'WorkingGroupMemberSetChargeNotice', - components: { JUpload ,EmailErrorMsgModal}, + components: { JUpload, EmailErrorMsgModal }, data() { return { title: '设置收费通知', @@ -135,11 +135,11 @@ export default { if (res.success) { this.$message.success(res.message) // 是否有邮件发送失败 有就给出提示信息 - if(Array.isArray(res.result) && res.result.length > 0){ + if (Array.isArray(res.result) && res.result.length > 0) { // msgWarn(this,res.result,0) that.$refs.emailError.open() that.$refs.emailError.msgList = res.result - console.log(that.$refs.emailError.msgList ,'that.$refs.emailError.msgList ') + console.log(that.$refs.emailError.msgList, 'that.$refs.emailError.msgList ') } this.$emit('ok') @@ -182,7 +182,7 @@ export default { this.model.receivableAmount = item.yearCharge this.model.chargeNoticeId = item.chargeNoticeId this.model.chargeNoticeNo = item.value - } else if (item.type === 'chargeNoticeB' && key === 'b'){ + } else if (item.type === 'chargeNoticeB' && key === 'b') { this.selectedChargeNotice = 'B' this.model.receivableAmount = item.yearCharge this.model.chargeNoticeId = item.chargeNoticeId