Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yibao
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tanjuanjuan
yibao
Commits
e1c9bf0e
Commit
e1c9bf0e
authored
Feb 28, 2025
by
英思-陈欢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加提示
parent
0187cd5e
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
188 additions
and
11 deletions
+188
-11
result.vue
src/pages/bill/result.vue
+11
-0
result.vue
src/pages/chronicDiseaseIdentification/result.vue
+11
-0
result.vue
src/pages/drug/result.vue
+11
-0
result.vue
src/pages/employeePaymentProgress/result.vue
+11
-0
result.vue
src/pages/handlingAgency/result.vue
+11
-0
result.vue
src/pages/hospital/result.vue
+11
-0
result.vue
src/pages/outpatientCoordination/result.vue
+14
-1
result.vue
src/pages/outpatientCoordinationPharmacy/result.vue
+11
-0
moneyResult.vue
src/pages/payFee/moneyResult.vue
+14
-1
payFeeResult.vue
src/pages/payFee/payFeeResult.vue
+14
-1
result.vue
src/pages/personalIncomeTax/result.vue
+18
-5
result.vue
src/pages/pharmacy/result.vue
+11
-0
result.vue
src/pages/relationshipTransfer/result.vue
+14
-1
result.vue
src/pages/residentPaymentProgress/result.vue
+11
-0
result.vue
src/pages/succour/result.vue
+14
-1
request.ts
src/services/request.ts
+1
-1
No files found.
src/pages/bill/result.vue
View file @
e1c9bf0e
...
...
@@ -106,6 +106,17 @@
Api
.
foo
.
queryYearsBill
(
this
.
form
).
then
((
res
:
any
)
=>
{
if
(
type
==
'loadmore'
)
{
this
.
list
=
[...
this
.
list
,
...
res
.
list
]
as
any
;
}
else
if
(
res
.
list
.
length
==
0
)
{
xma
.
showModal
({
title
:
'暂无数据'
,
showCancel
:
false
,
confirmText
:
'确定'
,
success
:
()
=>
{
xma
.
navigateBack
({
delta
:
1
})
}
})
}
else
{
this
.
list
=
res
.
list
;
}
...
...
src/pages/chronicDiseaseIdentification/result.vue
View file @
e1c9bf0e
...
...
@@ -70,6 +70,17 @@
Api
.
foo
.
chronicDiseaseIdentificationHospital
(
this
.
form
).
then
((
res
:
any
)
=>
{
if
(
type
==
'loadmore'
)
{
this
.
list
=
[...
this
.
list
,
...
res
.
list
]
as
any
;
}
else
if
(
res
.
list
.
length
==
0
)
{
xma
.
showModal
({
title
:
'暂无数据'
,
showCancel
:
false
,
confirmText
:
'确定'
,
success
:
()
=>
{
xma
.
navigateBack
({
delta
:
1
})
}
})
}
else
{
this
.
list
=
res
.
list
;
}
...
...
src/pages/drug/result.vue
View file @
e1c9bf0e
...
...
@@ -116,6 +116,17 @@
// })
if
(
type
==
'loadmore'
)
{
this
.
list
=
[...
this
.
list
,
...
res
.
list
]
as
any
;
}
else
if
(
res
.
list
.
length
==
0
)
{
xma
.
showModal
({
title
:
'暂无数据'
,
showCancel
:
false
,
confirmText
:
'确定'
,
success
:
()
=>
{
xma
.
navigateBack
({
delta
:
1
})
}
})
}
else
{
this
.
list
=
res
.
list
;
}
...
...
src/pages/employeePaymentProgress/result.vue
View file @
e1c9bf0e
...
...
@@ -149,6 +149,17 @@
Api
.
foo
.
paymentProgress
(
this
.
form
).
then
((
res
:
any
)
=>
{
if
(
type
==
'loadmore'
)
{
this
.
list
=
[...
this
.
list
,
...
res
.
list
]
as
any
;
}
else
if
(
res
.
list
.
length
==
0
)
{
xma
.
showModal
({
title
:
'暂无数据'
,
showCancel
:
false
,
confirmText
:
'确定'
,
success
:
()
=>
{
xma
.
navigateBack
({
delta
:
1
})
}
})
}
else
{
this
.
list
=
res
.
list
;
}
...
...
src/pages/handlingAgency/result.vue
View file @
e1c9bf0e
...
...
@@ -43,6 +43,17 @@
Api
.
foo
.
handingAgencyQuery
(
this
.
form
).
then
((
res
:
any
)
=>
{
if
(
type
==
'loadmore'
)
{
this
.
list
=
[...
this
.
list
,
...
res
.
list
]
as
any
;
}
else
if
(
res
.
list
.
length
==
0
)
{
xma
.
showModal
({
title
:
'暂无数据'
,
showCancel
:
false
,
confirmText
:
'确定'
,
success
:
()
=>
{
xma
.
navigateBack
({
delta
:
1
})
}
})
}
else
{
this
.
list
=
res
.
list
;
}
...
...
src/pages/hospital/result.vue
View file @
e1c9bf0e
...
...
@@ -107,6 +107,17 @@
})
if
(
type
==
'loadmore'
)
{
this
.
list
=
[...
this
.
list
,
...
res
.
list
]
as
any
;
}
else
if
(
res
.
list
.
length
==
0
)
{
xma
.
showModal
({
title
:
'暂无数据'
,
showCancel
:
false
,
confirmText
:
'确定'
,
success
:
()
=>
{
xma
.
navigateBack
({
delta
:
1
})
}
})
}
else
{
this
.
list
=
res
.
list
;
}
...
...
src/pages/outpatientCoordination/result.vue
View file @
e1c9bf0e
...
...
@@ -46,7 +46,20 @@
methods
:
{
getDetail
()
{
Api
.
foo
.
outPatientCoordinationQuota
(
this
.
form
).
then
((
res
:
any
)
=>
{
this
.
detail
=
res
;
if
(
res
)
{
this
.
detail
=
res
;
}
else
{
xma
.
showModal
({
title
:
'暂无数据'
,
showCancel
:
false
,
confirmText
:
'确定'
,
success
:
()
=>
{
xma
.
navigateBack
({
delta
:
1
})
}
})
}
})
},
}
...
...
src/pages/outpatientCoordinationPharmacy/result.vue
View file @
e1c9bf0e
...
...
@@ -66,6 +66,17 @@
Api
.
foo
.
overallPlanningPharmacyQuery
(
this
.
form
).
then
((
res
:
any
)
=>
{
if
(
type
==
'loadmore'
)
{
this
.
list
=
[...
this
.
list
,
...
res
.
list
]
as
any
;
}
else
if
(
res
.
list
.
length
==
0
)
{
xma
.
showModal
({
title
:
'暂无数据'
,
showCancel
:
false
,
confirmText
:
'确定'
,
success
:
()
=>
{
xma
.
navigateBack
({
delta
:
1
})
}
})
}
else
{
this
.
list
=
res
.
list
;
}
...
...
src/pages/payFee/moneyResult.vue
View file @
e1c9bf0e
...
...
@@ -63,7 +63,20 @@
methods
:
{
getDetail
()
{
Api
.
foo
.
amountQuery
(
this
.
form
).
then
((
res
:
any
)
=>
{
this
.
detail
=
res
.
data
;
if
(
res
.
data
)
{
this
.
detail
=
res
.
data
;
}
else
{
xma
.
showModal
({
title
:
'暂无数据'
,
showCancel
:
false
,
confirmText
:
'确定'
,
success
:
()
=>
{
xma
.
navigateBack
({
delta
:
1
})
}
})
}
})
},
},
...
...
src/pages/payFee/payFeeResult.vue
View file @
e1c9bf0e
...
...
@@ -112,7 +112,20 @@
methods
:
{
getDetail
()
{
Api
.
foo
.
payApplyQuery
(
this
.
form
).
then
((
res
:
any
)
=>
{
this
.
detail
=
res
;
if
(
res
)
{
this
.
detail
=
res
;
}
else
{
xma
.
showModal
({
title
:
'暂无数据'
,
showCancel
:
false
,
confirmText
:
'确定'
,
success
:
()
=>
{
xma
.
navigateBack
({
delta
:
1
})
}
})
}
})
},
},
...
...
src/pages/personalIncomeTax/result.vue
View file @
e1c9bf0e
...
...
@@ -108,7 +108,20 @@ export default Vue.extend({
methods
:
{
getList
(
type
=
''
)
{
Api
.
foo
.
queryYearsBill
(
this
.
form
).
then
((
res
:
any
)
=>
{
this
.
list
=
[
res
]
as
any
if
(
res
)
{
this
.
list
=
[
res
]
as
any
}
else
{
xma
.
showModal
({
title
:
'暂无数据'
,
showCancel
:
false
,
confirmText
:
'确定'
,
success
:
()
=>
{
xma
.
navigateBack
({
delta
:
1
})
}
})
}
// console.log(this.list)
// if (type == 'loadmore') {
// this.list = [...this.list, ...res.list] as any;
...
...
@@ -120,10 +133,10 @@ export default Vue.extend({
}
},
onReachBottom
()
{
if
(
this
.
total
>
this
.
list
.
length
)
{
this
.
form
.
pageNum
+=
1
this
.
getList
(
'loadmore'
)
}
//
if (this.total > this.list.length) {
//
this.form.pageNum += 1
//
this.getList('loadmore')
//
}
}
})
</
script
>
...
...
src/pages/pharmacy/result.vue
View file @
e1c9bf0e
...
...
@@ -81,6 +81,17 @@
})
if
(
type
==
'loadmore'
)
{
this
.
list
=
[...
this
.
list
,
...
res
.
list
]
as
any
;
}
else
if
(
res
.
list
.
length
==
0
)
{
xma
.
showModal
({
title
:
'暂无数据'
,
showCancel
:
false
,
confirmText
:
'确定'
,
success
:
()
=>
{
xma
.
navigateBack
({
delta
:
1
})
}
})
}
else
{
this
.
list
=
res
.
list
;
}
...
...
src/pages/relationshipTransfer/result.vue
View file @
e1c9bf0e
...
...
@@ -180,7 +180,20 @@
methods
:
{
getDetail
()
{
Api
.
foo
.
transferInformation
(
this
.
form
).
then
((
res
)
=>
{
this
.
detail
=
res
;
if
(
res
)
{
this
.
detail
=
res
;
}
else
{
xma
.
showModal
({
title
:
'暂无数据'
,
showCancel
:
false
,
confirmText
:
'确定'
,
success
:
()
=>
{
xma
.
navigateBack
({
delta
:
1
})
}
})
}
})
}
},
...
...
src/pages/residentPaymentProgress/result.vue
View file @
e1c9bf0e
...
...
@@ -69,6 +69,17 @@
})
if
(
type
==
'loadmore'
)
{
this
.
list
=
[...
this
.
list
,
...
res
.
list
]
as
any
;
}
else
if
(
res
.
list
.
length
==
0
)
{
xma
.
showModal
({
title
:
'暂无数据'
,
showCancel
:
false
,
confirmText
:
'确定'
,
success
:
()
=>
{
xma
.
navigateBack
({
delta
:
1
})
}
})
}
else
{
this
.
list
=
res
.
list
;
}
...
...
src/pages/succour/result.vue
View file @
e1c9bf0e
...
...
@@ -134,7 +134,20 @@
methods
:
{
getDetail
()
{
Api
.
foo
.
medicalAssistance
(
this
.
form
).
then
((
res
:
any
)
=>
{
this
.
detail
=
res
;
if
(
res
)
{
this
.
detail
=
res
;
}
else
{
xma
.
showModal
({
title
:
'暂无数据'
,
showCancel
:
false
,
confirmText
:
'确定'
,
success
:
()
=>
{
xma
.
navigateBack
({
delta
:
1
})
}
})
}
})
},
},
...
...
src/services/request.ts
View file @
e1c9bf0e
...
...
@@ -116,7 +116,7 @@ const request = new Request({
},
response
:
{
onFulfilled
(
result
)
{
return
result
.
data
;
return
result
&&
result
.
data
;
},
onRejected
(
error
)
{
return
error
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment