a
This commit is contained in:
@@ -64,7 +64,7 @@ export default {
|
|||||||
searchTable1(1, 999, 0, null, null, 0, 0, 0, 0, 0, 0).then(res => {
|
searchTable1(1, 999, 0, null, null, 0, 0, 0, 0, 0, 0).then(res => {
|
||||||
if (res.data.total) {
|
if (res.data.total) {
|
||||||
this.noticeContract = null
|
this.noticeContract = null
|
||||||
this.noticeContract = this.$notify.info({
|
this.noticeContract = this.$notify.success({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
message: '您有采购合同待审批,请及时处理,点击查看',
|
message: '您有采购合同待审批,请及时处理,点击查看',
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
@@ -87,7 +87,7 @@ export default {
|
|||||||
})
|
})
|
||||||
Promise.race([p1, p2]).then(res => {
|
Promise.race([p1, p2]).then(res => {
|
||||||
if (res.data.total) {
|
if (res.data.total) {
|
||||||
this.noticeFund = this.$notify.info({
|
this.noticeFund = this.$notify.success({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
message: '您有合同请款申请待审批,请及时处理,点击查看',
|
message: '您有合同请款申请待审批,请及时处理,点击查看',
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
@@ -101,7 +101,7 @@ export default {
|
|||||||
searchTableInvoice(0, null, null, 1, 999, this.token).then(res => {
|
searchTableInvoice(0, null, null, 1, 999, this.token).then(res => {
|
||||||
if (res.data.total) {
|
if (res.data.total) {
|
||||||
this.noticeInvoice = null
|
this.noticeInvoice = null
|
||||||
this.noticeInvoice = this.$notify.info({
|
this.noticeInvoice = this.$notify.success({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
message: '您有发票结算申请待审批,请及时处理,点击查看',
|
message: '您有发票结算申请待审批,请及时处理,点击查看',
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user