Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
xugong
hls-xcmg-vue-app
Commits
03120427
Commit
03120427
authored
Sep 30, 2019
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
审批确认
parent
13d35a36
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
accessory.vue
src/pages/intoApproval/intoApproval/accessory.vue
+1
-1
base.vue
src/pages/intoApproval/intoApproval/base.vue
+10
-1
No files found.
src/pages/intoApproval/intoApproval/accessory.vue
View file @
03120427
...
...
@@ -3,7 +3,7 @@
<list-item
:item-height=
"44"
>
<item
@
click
.
native=
"type=1;sendDown()"
>
<div
slot=
"name"
>
身份证
</div>
<span
slot=
"content"
@
click=
"getDetail"
>
<span
slot=
"content"
>
<img
src=
"@/assets/intoApproval/download.png"
>
下载在线查看
</span>
</item>
...
...
src/pages/intoApproval/intoApproval/base.vue
View file @
03120427
...
...
@@ -391,6 +391,9 @@ export default {
appro
.
style
.
backgroundColor
=
'rgba(56, 63, 69, 0.5)'
}
},
'tabNum'
:
function
(
newVal
,
oldVal
)
{
},
},
created
()
{
if
(
this
.
bp_class
===
'NP'
)
{
...
...
@@ -418,6 +421,9 @@ export default {
},
confirm
()
{
this
.
ischecked
?
(
this
.
isConfirm
=
true
)
:
(
this
.
isConfirm
=
false
)
},
selectCheckId
()
{
},
getNPBase
()
{
let
vm
=
this
...
...
@@ -517,8 +523,11 @@ export default {
vm
.
hlsPopup
.
showLoading
(
'提交数据中!'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
vm
.
hlsPopup
.
showSuccess
(
'审批成功'
)
if
(
res
.
result
===
'S'
)
{
vm
.
bondsInfo
=
res
.
lists
vm
.
$router
.
push
({
name
:
'IntoList'
,
})
}
})
},
...
...
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