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
611ffd12
Commit
611ffd12
authored
Mar 04, 2025
by
英思-陈欢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
de6c9b58
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
59 additions
and
79 deletions
+59
-79
result.vue
src/pages/bill/result.vue
+19
-29
result.vue
src/pages/drug/result.vue
+5
-5
search.vue
src/pages/drug/search.vue
+0
-1
result.vue
src/pages/employeePaymentProgress/result.vue
+1
-1
search.vue
src/pages/outpatientCoordination/search.vue
+0
-1
moneySearch.vue
src/pages/payFee/moneySearch.vue
+0
-1
result.vue
src/pages/personalIncomeTax/result.vue
+19
-33
result.vue
src/pages/pharmacy/result.vue
+8
-4
result.vue
src/pages/residentPaymentProgress/result.vue
+6
-3
search.vue
src/pages/residentPaymentProgress/search.vue
+1
-1
No files found.
src/pages/bill/result.vue
View file @
611ffd12
<
template
>
<view
class=
"container"
>
<view
class=
"content"
>
<view
class=
"list"
v-for=
"(item, index) in list"
:key=
"index"
>
<view
class=
"list"
>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
个人账户支付
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
acctPaySumAmt
}}
{{
detail
.
acctPaySumAmt
||
0
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
统筹基金支付
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
hifpPaySumAmt
}}
{{
detail
.
hifpPaySumAmt
||
0
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
现金支付
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
cashPaySumAmt
}}
{{
detail
.
cashPaySumAmt
||
0
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
公务员基金支付
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
cvlservPaySumAmt
}}
{{
detail
.
cvlservPaySumAmt
||
0
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
补充医疗保险基金支出
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
hifesPaySumAmt
}}
{{
detail
.
hifesPaySumAmt
||
0
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
大病补充医疗保险基金支出
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
hifmiPaySumAmt
}}
{{
detail
.
hifmiPaySumAmt
||
0
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
大额医疗补助基金支出
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
hifobPaySumAmt
}}
{{
detail
.
hifobPaySumAmt
||
0
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
伤残人员医疗保障基金支出
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
hifdmPaySumAmt
}}
{{
detail
.
hifdmPaySumAmt
||
0
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
医疗救助基金支出
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
mafPaySumAmt
}}
{{
detail
.
mafPaySumAmt
||
0
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
符合范围
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
inscpAmt
}}
{{
detail
.
inscpAmt
||
0
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
医疗费用总额
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
medfeeSumamt
}}
{{
detail
.
medfeeSumamt
||
0
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
基金支付金额
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
fundPaySumamt
}}
{{
detail
.
fundPaySumamt
||
0
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
个人自付金额
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
personPaySumamt
}}
{{
detail
.
personPaySumamt
||
0
}}
</view>
</view>
</view>
...
...
@@ -93,8 +93,7 @@
data
()
{
return
{
form
:
{}
as
any
,
list
:
[],
total
:
0
detail
:
{}
as
any
,
}
},
onLoad
(
options
:
any
)
{
...
...
@@ -102,11 +101,11 @@
this
.
getList
();
},
methods
:
{
getList
(
type
=
''
)
{
getList
()
{
Api
.
foo
.
queryYearsBill
(
this
.
form
).
then
((
res
:
any
)
=>
{
if
(
type
==
'loadmore'
)
{
this
.
list
=
[...
this
.
list
,
...
res
.
list
]
as
any
;
}
else
if
(
!
res
||
res
.
list
.
length
==
0
)
{
if
(
res
)
{
this
.
detail
=
res
;
}
else
{
xma
.
showModal
({
title
:
'暂无数据'
,
showCancel
:
false
,
...
...
@@ -117,19 +116,10 @@
})
}
})
}
else
{
this
.
list
=
res
.
list
;
}
this
.
total
=
res
.
totalCount
;
})
},
},
onReachBottom
()
{
if
(
this
.
total
>
this
.
list
.
length
)
{
this
.
form
.
pageNum
+=
1
;
this
.
getList
(
'loadmore'
);
}
}
});
</
script
>
...
...
src/pages/drug/result.vue
View file @
611ffd12
...
...
@@ -91,7 +91,7 @@
<
script
lang=
"ts"
>
import
Vue
from
'vue'
;
import
Api
from
'@/services/index'
;
import
{
getKeyValue
,
getAreaName
}
from
'@/common/util.js'
import
{
getKeyValue
,
getAreaName
,
formatTime
}
from
'@/common/util.js'
export
default
Vue
.
extend
({
data
()
{
...
...
@@ -110,10 +110,10 @@
methods
:
{
getList
(
type
=
''
)
{
Api
.
foo
.
drugCatalog
(
this
.
form
).
then
((
res
:
any
)
=>
{
//
res.list.forEach((item: any) => {
// item.begntime = item.begntime?formatTime(item.begntime) : item.begntim
e;
// item.endtime = item.endtime?formatTime(item.endtime) : item.endtim
e;
//
})
res
.
list
.
forEach
((
item
:
any
)
=>
{
item
.
begndate
=
item
.
begndate
?
formatTime
(
item
.
begndate
)
:
item
.
begndat
e
;
item
.
enddate
=
item
.
enddate
?
formatTime
(
item
.
enddate
)
:
item
.
enddat
e
;
})
if
(
type
==
'loadmore'
)
{
this
.
list
=
[...
this
.
list
,
...
res
.
list
]
as
any
;
}
else
if
(
!
res
||
res
.
list
.
length
==
0
)
{
...
...
src/pages/drug/search.vue
View file @
611ffd12
...
...
@@ -69,7 +69,6 @@
pageNum
:
1
,
pageSize
:
10
,
},
list
:
[
1
,
2
],
}
},
onLoad
()
{
...
...
src/pages/employeePaymentProgress/result.vue
View file @
611ffd12
...
...
@@ -146,7 +146,7 @@
this
.
getList
();
},
methods
:
{
getList
(
type
=
''
)
{
getList
()
{
Api
.
foo
.
paymentProgress
(
this
.
form
).
then
((
res
:
any
)
=>
{
if
(
!
res
||
res
.
length
==
0
)
{
xma
.
showModal
({
...
...
src/pages/outpatientCoordination/search.vue
View file @
611ffd12
...
...
@@ -56,7 +56,6 @@
insutype
:
''
,
insuAdmdvs
:
''
,
},
list
:
[
1
,
2
],
}
},
onLoad
()
{
...
...
src/pages/payFee/moneySearch.vue
View file @
611ffd12
...
...
@@ -51,7 +51,6 @@
year
:
''
,
},
identTypeOptions
:
getApp
().
globalData
!
.
certTypeOptions
,
list
:
[],
}
},
onLoad
()
{
...
...
src/pages/personalIncomeTax/result.vue
View file @
611ffd12
<
template
>
<view
class=
"container"
>
<view
class=
"content"
>
<view
class=
"list"
v-for=
"(item, index) in list"
:key=
"index"
>
<view
class=
"name list-item u-flex u-flex-items-center"
>
<view
class=
"list"
>
<
!--
<
view
class=
"name list-item u-flex u-flex-items-center"
>
<image
src=
"@/static/images/tax.png"
></image>
<
!--
<text>
9009900000000
</text>
--
>
</view>
<
text>
9009900000000
</text
>
</view>
-->
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
个人账户支付
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
acctPaySumAmt
}}
{{
detail
.
acctPaySumAmt
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
统筹基金支付
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
style=
"margin-right: 23rpx"
>
{{
item
.
hifpPaySumAmt
}}
{{
detail
.
hifpPaySumAmt
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
现金支付
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
style=
"margin-right: 23rpx"
>
{{
item
.
cashPaySumAmt
}}
{{
detail
.
cashPaySumAmt
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
公务员基金支付
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
style=
"margin-right: 23rpx"
>
{{
item
.
cvlservPaySumAmt
}}
{{
detail
.
cvlservPaySumAmt
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
补充医疗保险基金支出
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
style=
"margin-right: 23rpx"
>
{{
item
.
hifesPaySumAmt
}}
{{
detail
.
hifesPaySumAmt
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
大病补充医疗保险基金支出
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
hifmiPaySumAmt
}}
{{
detail
.
hifmiPaySumAmt
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
大额医疗补助基金支出
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
hifobPaySumAmt
}}
{{
detail
.
hifobPaySumAmt
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
伤残人员医疗保障基金支出
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
hifdmPaySumAmt
}}
{{
detail
.
hifdmPaySumAmt
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
医疗救助基金支出
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
mafPaySumAmt
}}
{{
detail
.
mafPaySumAmt
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
符合范围
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
inscpAmt
}}
{{
detail
.
inscpAmt
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
医疗费用总额
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
medfeeSumamt
}}
{{
detail
.
medfeeSumamt
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
基金支付金额
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
fundPaySumamt
}}
{{
detail
.
fundPaySumamt
}}
</view>
</view>
<view
class=
"list-item u-flex u-flex-between u-flex-items-center"
>
<text>
个人自付金额
</text>
<view
class=
"u-flex u-flex-center u-flex-items-center"
>
{{
item
.
personPaySumamt
}}
{{
detail
.
personPaySumamt
}}
</view>
</view>
</view>
...
...
@@ -97,8 +97,7 @@ export default Vue.extend({
data
()
{
return
{
form
:
{}
as
any
,
list
:
[],
total
:
0
detail
:
{}
as
any
,
}
},
onLoad
(
options
:
any
)
{
...
...
@@ -109,7 +108,7 @@ export default Vue.extend({
getList
(
type
=
''
)
{
Api
.
foo
.
queryYearsBill
(
this
.
form
).
then
((
res
:
any
)
=>
{
if
(
res
)
{
this
.
list
=
[
res
]
as
any
this
.
detail
=
res
}
else
{
xma
.
showModal
({
title
:
'暂无数据'
,
...
...
@@ -122,22 +121,9 @@ export default Vue.extend({
}
})
}
// console.log(this.list)
// if (type == 'loadmore') {
// this.list = [...this.list, ...res.list] as any;
// } else {
// this.list = res.list;
// }
// this.total = res.recordCounts;
})
}
},
onReachBottom
()
{
// if (this.total > this.list.length) {
// this.form.pageNum += 1
// this.getList('loadmore')
// }
}
})
</
script
>
...
...
src/pages/pharmacy/result.vue
View file @
611ffd12
...
...
@@ -75,11 +75,11 @@
methods
:
{
getList
(
type
=
''
)
{
Api
.
foo
.
medicalOrgQuery
(
this
.
form
).
then
((
res
:
any
)
=>
{
res
.
list
.
forEach
((
item
:
any
)
=>
{
item
.
begntime
=
item
.
begntime
?
formatTime
(
item
.
begntime
)
:
item
.
begntime
;
item
.
endtime
=
item
.
endtime
?
formatTime
(
item
.
endtime
)
:
item
.
endtime
;
})
if
(
type
==
'loadmore'
)
{
res
.
list
.
forEach
((
item
:
any
)
=>
{
item
.
begntime
=
item
.
begntime
?
formatTime
(
item
.
begntime
)
:
item
.
begntime
;
item
.
endtime
=
item
.
endtime
?
formatTime
(
item
.
endtime
)
:
item
.
endtime
;
})
this
.
list
=
[...
this
.
list
,
...
res
.
list
]
as
any
;
}
else
if
(
!
res
||
res
.
list
.
length
==
0
)
{
xma
.
showModal
({
...
...
@@ -93,6 +93,10 @@
}
})
}
else
{
res
.
list
.
forEach
((
item
:
any
)
=>
{
item
.
begntime
=
item
.
begntime
?
formatTime
(
item
.
begntime
)
:
item
.
begntime
;
item
.
endtime
=
item
.
endtime
?
formatTime
(
item
.
endtime
)
:
item
.
endtime
;
})
this
.
list
=
res
.
list
;
}
this
.
total
=
res
.
totalCount
;
...
...
src/pages/residentPaymentProgress/result.vue
View file @
611ffd12
...
...
@@ -64,10 +64,10 @@
methods
:
{
getList
(
type
=
''
)
{
Api
.
foo
.
residentPaymentProgress
(
this
.
form
).
then
((
res
:
any
)
=>
{
res
.
list
.
forEach
((
item
:
any
)
=>
{
item
.
clctTime
=
formatTime
(
item
.
clctTime
)
})
if
(
type
==
'loadmore'
)
{
res
.
list
.
forEach
((
item
:
any
)
=>
{
item
.
clctTime
=
item
.
clctTime
?
formatTime
(
item
.
clctTime
)
:
item
.
clctTime
;
})
this
.
list
=
[...
this
.
list
,
...
res
.
list
]
as
any
;
}
else
if
(
!
res
||
res
.
list
.
length
==
0
)
{
xma
.
showModal
({
...
...
@@ -81,6 +81,9 @@
}
})
}
else
{
res
.
list
.
forEach
((
item
:
any
)
=>
{
item
.
clctTime
=
item
.
clctTime
?
formatTime
(
item
.
clctTime
)
:
item
.
clctTime
;
})
this
.
list
=
res
.
list
;
}
this
.
total
=
res
.
totalCount
;
...
...
src/pages/residentPaymentProgress/search.vue
View file @
611ffd12
...
...
@@ -36,7 +36,7 @@
export
default
Vue
.
extend
({
data
()
{
return
{
str
:
'
1212121212232344
'
,
str
:
''
,
strr
:
''
,
strr2
:
''
,
form
:
{
...
...
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