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
bde8fe52
Commit
bde8fe52
authored
Oct 24, 2019
by
786817560
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'提交代码'
parent
f0394877
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
entry-info.vue
src/pages/contractSigning/entry-info.vue
+12
-1
contract-details.vue
src/pages/distributorSign/contract-details.vue
+4
-3
No files found.
src/pages/contractSigning/entry-info.vue
View file @
bde8fe52
<!--
* @Author: your name
* @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-10-2
3 17:33:47
* @LastEditTime: 2019-10-2
4 09:24:21
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
-->
...
...
@@ -99,6 +99,7 @@ export default {
watch
:
{},
activated
()
{
this
.
name
=
this
.
$route
.
params
.
name
this
.
bankCardQuery
()
if
(
this
.
project_id
!==
this
.
$route
.
params
.
project_id
||
!
this
.
$route
.
params
.
entry_info_flag
)
{
this
.
project_id
=
this
.
$route
.
params
.
project_id
this
.
bankImg
=
''
...
...
@@ -224,6 +225,16 @@ export default {
})
}
},
bankCardQuery
()
{
let
vm
=
this
let
url
=
$config
.
basePath
+
'con_bank_query'
let
param
=
{
project_id
:
vm
.
$route
.
params
.
project_id
,
}
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
console
.
log
(
'bankcardinfo。。。。。。。。。。。。'
,
res
)
})
},
},
}
</
script
>
...
...
src/pages/distributorSign/contract-details.vue
View file @
bde8fe52
...
...
@@ -2,7 +2,7 @@
* @Description: 合同详情
* @Author: your name
* @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-10-2
1 18:48:53
* @LastEditTime: 2019-10-2
4 09:10:29
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -198,7 +198,8 @@
</h-content>
<bottom-tab
v-if=
"confirm_status!=='APPROVED'&& (this.$route.params.hasButtom || hasButtomStorage)"
class=
"footer-button"
>
<tab-button
class=
"approve"
@
click
.
native=
"showModalValue=true"
>
<img
src=
"@/assets/intoApproval/approve.png"
>
审批
<!--
<img
src=
"@/assets/intoApproval/approve.png"
>
-->
确认签约
</tab-button>
</bottom-tab>
<h-modal
...
...
@@ -385,7 +386,7 @@ export default {
params
:
{
project_id
:
window
.
sessionStorage
.
getItem
(
'project_id'
),
confirm_status
:
this
.
confirm_status
,
product_num
:
this
.
info
.
product_num
product_num
:
this
.
info
.
product_num
,
},
})
},
...
...
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