Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a327b92b
authored
2026-04-17 09:50:19 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
审核
1 parent
a43fbc41
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
7 deletions
common/api.js
config.js
level/ztx/approval.vue
pages/rank/approval.vue
pages/rank/scoreAudit.vue
common/api.js
View file @
a327b92
...
...
@@ -937,6 +937,21 @@ export function auditJi(data) {
params
:
data
})
}
export
function
auditDuanExam
(
data
)
{
// 基础 URL
let
url
=
`/exam/info/auditDuanExam/
${
data
.
ids
}
?flag=
${
data
.
flag
}
&ids=
${
data
.
ids
}
`
;
// reason 有值才拼接
if
(
data
.
reason
&&
data
.
reason
.
trim
()
!==
''
)
{
url
+=
`&reason=
${
data
.
reason
}
`
;
}
return
request
({
url
:
url
,
method
:
'post'
,
params
:
data
})
}
export
function
doMergeFlows
(
params
)
{
return
request
({
...
...
config.js
View file @
a327b92
// dev
//
const baseUrl_api = 'http://192.168.1.137:8787'
const
baseUrl_api
=
'http://tk001.wxjylt.com/stage-api'
const
baseUrl_api
=
'http://192.168.1.137:8787'
//
const baseUrl_api = 'http://tk001.wxjylt.com/stage-api'
const
loginImage_api
=
'http://tk001.wxjylt.com/stage-api'
const
payUrl
=
'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do'
...
...
level/ztx/approval.vue
View file @
a327b92
...
...
@@ -2,10 +2,10 @@
<view>
<uni-segmented-control
class=
"whitebg"
:current=
"current"
:values=
"navs"
@
clickItem=
"onClickItem"
styleType=
"text"
activeColor=
"#AD181F"
></uni-segmented-control>
<view
v-show=
"infoList.length>0"
class=
"stat-row"
>
<
!--
<
view
v-show=
"infoList.length>0"
class=
"stat-row"
>
<view
class=
"stat-item"
>
费用合计:
<text
class=
"red"
>
{{
totalCost
.
toFixed
(
2
)
}}
元
</text></view>
<view
class=
"stat-item"
>
考试人数:
<text
class=
"red"
>
{{
totalNum
}}
人
</text></view>
</view>
</view>
-->
<view
class=
"appList"
>
<view
class=
"appItem"
v-for=
"item in infoList"
:key=
"item.examId"
@
click=
"goDetail(item)"
>
...
...
@@ -78,7 +78,7 @@
auditSelectType
:
'1'
,
auditFlag
:
'1'
,
pageNum
:
1
,
pageSize
:
5
0
pageSize
:
1
0
})
const
infoList
=
ref
([])
...
...
pages/rank/approval.vue
View file @
a327b92
...
...
@@ -122,7 +122,7 @@
function
goApproval
(
item
)
{
uni
.
navigateTo
({
url
:
`/
level/ztx/memberAuditPage
?ids=
${
item
.
examId
}
`
url
:
`/
pages/rank/scoreAudit
?ids=
${
item
.
examId
}
`
})
}
</
script
>
...
...
pages/rank/scoreAudit.vue
View file @
a327b92
...
...
@@ -83,7 +83,7 @@
if
(
!
form
.
value
.
reason
){
delete
params
.
reason
}
api
.
audit
Ji
(
params
).
then
(
res
=>
{
api
.
audit
DuanExam
(
params
).
then
(
res
=>
{
uni
.
showToast
({
title
:
'操作成功'
,
icon
:
'success'
})
setTimeout
(()
=>
{
uni
.
navigateBack
()
},
1500
)
}).
catch
(
err
=>
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment