diff --git a/anrui-riskcenter-ui/src/views/secondarysales/secondarysalesAdd.vue b/anrui-riskcenter-ui/src/views/secondarysales/secondarysalesAdd.vue index 1720ed9578..51f307f581 100644 --- a/anrui-riskcenter-ui/src/views/secondarysales/secondarysalesAdd.vue +++ b/anrui-riskcenter-ui/src/views/secondarysales/secondarysalesAdd.vue @@ -286,10 +286,14 @@ - +
购方应交总金额
{{ purchaserMoney }}
+ +
竞价结果
+ {{ formobj.result }} +
@@ -416,6 +420,7 @@ export default { unexpiredMoney: '', useOrgSid: '', userSid: '', + result: '', wheFundOccMoney: '' }, rules: {} @@ -722,6 +727,7 @@ export default { unexpiredMoney: '', useOrgSid: '', userSid: '', + result: '', wheFundOccMoney: '' } this.submitdisabled = false diff --git a/anrui-riskcenter-ui/src/views/secondarysales/secondarysalesInfo.vue b/anrui-riskcenter-ui/src/views/secondarysales/secondarysalesInfo.vue index 1415d8916e..184ed44acd 100644 --- a/anrui-riskcenter-ui/src/views/secondarysales/secondarysalesInfo.vue +++ b/anrui-riskcenter-ui/src/views/secondarysales/secondarysalesInfo.vue @@ -241,10 +241,14 @@ - +
购方应交总金额
{{ purchaserMoney }}
+ +
竞价结果
+ {{ formobj.result }} +
@@ -353,6 +357,7 @@ export default { unexpiredMoney: '', useOrgSid: '', userSid: '', + result: '', wheFundOccMoney: '' }, rules: {} @@ -485,6 +490,7 @@ export default { unexpiredMoney: '', useOrgSid: '', userSid: '', + result: '', wheFundOccMoney: '' } this.$emit('doback') diff --git a/anrui-riskcenter-ui/src/views/workFlow/ercixiaoshouFlow/secondarysalesByPGJ.vue b/anrui-riskcenter-ui/src/views/workFlow/ercixiaoshouFlow/secondarysalesByPGJ.vue index 4566ef5892..dd4b91d237 100644 --- a/anrui-riskcenter-ui/src/views/workFlow/ercixiaoshouFlow/secondarysalesByPGJ.vue +++ b/anrui-riskcenter-ui/src/views/workFlow/ercixiaoshouFlow/secondarysalesByPGJ.vue @@ -244,10 +244,14 @@ - +
购方应交总金额
{{ purchaserMoney }}
+ +
竞价结果
+ {{ formobj.result }} +
@@ -395,6 +399,7 @@ export default { unexpiredMoney: '', useOrgSid: '', userSid: '', + result: '', wheFundOccMoney: '' }, rules: {}, diff --git a/anrui-riskcenter-ui/src/views/workFlow/ercixiaoshouFlow/secondarysalesDaiBan.vue b/anrui-riskcenter-ui/src/views/workFlow/ercixiaoshouFlow/secondarysalesDaiBan.vue index e68ad7f7f9..c99e622a1b 100644 --- a/anrui-riskcenter-ui/src/views/workFlow/ercixiaoshouFlow/secondarysalesDaiBan.vue +++ b/anrui-riskcenter-ui/src/views/workFlow/ercixiaoshouFlow/secondarysalesDaiBan.vue @@ -244,10 +244,14 @@ - +
购方应交总金额
{{ purchaserMoney }}
+ +
竞价结果
+ {{ formobj.result }} +
@@ -395,6 +399,7 @@ export default { unexpiredMoney: '', useOrgSid: '', userSid: '', + result: '', wheFundOccMoney: '' }, rules: {}, diff --git a/anrui-riskcenter-ui/src/views/workFlow/ercixiaoshouFlow/secondarysalesEdit.vue b/anrui-riskcenter-ui/src/views/workFlow/ercixiaoshouFlow/secondarysalesEdit.vue index 4305439809..2c5f4facc0 100644 --- a/anrui-riskcenter-ui/src/views/workFlow/ercixiaoshouFlow/secondarysalesEdit.vue +++ b/anrui-riskcenter-ui/src/views/workFlow/ercixiaoshouFlow/secondarysalesEdit.vue @@ -285,10 +285,14 @@ - +
购方应交总金额
{{ purchaserMoney }}
+ +
竞价结果
+ {{ formobj.result }} +
@@ -415,6 +419,7 @@ export default { unexpiredMoney: '', useOrgSid: '', userSid: '', + result: '', wheFundOccMoney: '' }, rules: {} diff --git a/anrui-riskcenter-ui/src/views/workFlow/ercixiaoshouFlow/secondarysalesYiBan.vue b/anrui-riskcenter-ui/src/views/workFlow/ercixiaoshouFlow/secondarysalesYiBan.vue index 1c8a21a3b6..3728163b71 100644 --- a/anrui-riskcenter-ui/src/views/workFlow/ercixiaoshouFlow/secondarysalesYiBan.vue +++ b/anrui-riskcenter-ui/src/views/workFlow/ercixiaoshouFlow/secondarysalesYiBan.vue @@ -241,10 +241,14 @@ - +
购方应交总金额
{{ purchaserMoney }}
+ +
竞价结果
+ {{ formobj.result }} +
@@ -353,6 +357,7 @@ export default { unexpiredMoney: '', useOrgSid: '', userSid: '', + result: '', wheFundOccMoney: '' }, // 环节所需参数 diff --git a/anrui-system-ui/src/views/Home/Home.vue b/anrui-system-ui/src/views/Home/Home.vue index 64b6a191ed..688e3a3b9e 100644 --- a/anrui-system-ui/src/views/Home/Home.vue +++ b/anrui-system-ui/src/views/Home/Home.vue @@ -50,7 +50,10 @@
-

通知公告

+
+

通知公告

+

更多

+
  • @@ -127,6 +130,45 @@ + +
    + + + + + + + + + + + + + + + + 查询 + + +
    + + + + + + + + + + +
    +
    + + +
    +
    @@ -135,7 +177,7 @@ import { getStorage, removeStorage } from '@/utils/auth' import User from '@/api/User/login.js' import { getLists, getTodoNum } from '@/api/system/home/home' import { getToBeReadNum } from '@/api/flow/read' -import { details } from '@/api/notificationannouncement/notificationannouncement' +import { details, listPage } from '@/api/notificationannouncement/notificationannouncement' export default { data() { @@ -210,7 +252,33 @@ export default { typeKey: '', validityDate: '', userSid: '' - } + }, + informVisible: false, + informKey: 0, + informLoading: false, + listByinform: [], + informList: { + current: 1, + size: 10, + total: 0, + params: { + createDateEnd: '', + createDateStart: '', + state: '', + title: '', + topping: '' + } + }, + state_list: [ + { + dictKey: '1', + dictValue: '开启' + }, + { + dictKey: '2', + dictValue: '关闭' + } + ] } }, beforeCreate() { @@ -335,6 +403,34 @@ export default { } }) }, + lookInform() { + this.informVisible = true + this.selectInform() + }, + selectInform() { + this.informList.current = 1 + this.getInformList() + }, + informindexMethod(index) { + var pagestart = (this.informList.current - 1) * this.informList.size + var pageindex = index + 1 + pagestart + return pageindex + }, + getInformList() { + listPage(this.informList).then((response) => { + this.informLoading = false + if (response.success) { + this.listByinform = response.data.records + this.informList.total = response.data.total + } else { + this.listByinform = [] + this.informList.total = 0 + } + }) + }, + lookInformation(row) { + this.lookInfo({ sid: row.sid, pcUrl: row.pcUrl }) + }, todowork() { window.open('/#/todo' + '?token=' + getStorage(), '_blank') // this.$router.push({ path: '/todo' + '?token=' + getStorage() }) @@ -530,7 +626,7 @@ p { height: 40px; } - .rt_title { + .rt_title_left { position: absolute; top: 10px; left: 15px; @@ -539,6 +635,15 @@ p { font-weight: 600; color: #191919; } + .rt_title_right { + position: absolute; + top: 10px; + right: 15px; + font-size: 18px; + font-family: SourceHanSerifCN; + font-weight: 600; + color: #191919; + } ul { margin: 0px auto;