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
3193acc6
Commit
3193acc6
authored
Oct 25, 2019
by
786817560
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ren' into develop
parents
04495ad9
a1a622c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
21 deletions
+42
-21
contract-signing.vue
src/pages/contractSigning/contract-signing.vue
+2
-2
contract-details.vue
src/pages/distributorSign/contract-details.vue
+40
-19
No files found.
src/pages/contractSigning/contract-signing.vue
View file @
3193acc6
<!--
* @Author: your name
* @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-10-2
4 18:52:15
* @LastEditTime: 2019-10-2
5 09:05:39
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
-->
...
...
@@ -62,7 +62,7 @@
<p
class=
"full-name normal"
>
{{
item
.
bp_name
}}
</p>
</div>
<div
class=
"option"
>
<p
class=
"name"
>
合同
租金
</p>
<p
class=
"name"
>
合同
金额
</p>
<p
class=
"normal money"
>
{{
item
.
total_price
|
currency
}}
</p>
<img
src=
"@/assets/distributorSign/goDetails.png"
alt=
""
>
</div>
...
...
src/pages/distributorSign/contract-details.vue
View file @
3193acc6
...
...
@@ -2,7 +2,7 @@
* @Description: 合同详情
* @Author: your name
* @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-10-2
4 15:53:19
* @LastEditTime: 2019-10-2
5 10:00:25
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -197,12 +197,13 @@
</list-item>
</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"
>
-->
<!--
<tab-button
class=
"approve"
@
click
.
native=
"showModalValue=true"
>
-->
<!--
<img
src=
"@/assets/intoApproval/approve.png"
>
-->
<tab-button
class=
"approve"
@
click
.
native=
"contractConfirm"
>
确认签约
</tab-button>
</bottom-tab>
<h-modal
<
!--
<
h-modal
v-if=
"confirm_status!=='APPROVED'&& (this.$route.params.hasButtom || hasButtomStorage)"
ref=
"modal"
v-model=
"showModalValue"
position=
"bottom"
>
<h-view>
<h-content
class=
"approveContent"
>
...
...
@@ -223,7 +224,7 @@
</tab-button>
</bottom-tab>
</h-view>
</h-modal>
</h-modal>
-->
</h-view>
</
template
>
...
...
@@ -306,20 +307,40 @@ export default {
},
methods
:
{
// topsh () {
// console.log('tops')
// // confirm('tops')
// this.hlsPopup.showConfirm({
// title: '提示',
// content: '您确认吗?',
// onConfirm: (data) => {
// console.log(data)
// if (data) {
// 签约确认
contractConfirm
()
{
this
.
hlsPopup
.
showConfirm
({
title
:
'提示'
,
content
:
'您确认签约吗?'
,
onConfirm
:
(
data
)
=>
{
console
.
log
(
data
)
if
(
data
)
{
let
vm
=
this
let
url
=
process
.
env
.
basePath
+
'do_confrim_bp'
let
param
=
{
'master'
:
{
confirm_id
:
vm
.
$route
.
params
.
confirm_id
,
confirm_status
:
status
,
confirm_note
:
vm
.
confirm_note
,
},
}
vm
.
hlsPopup
.
showLoading
(
'提交数据中!'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
vm
.
hlsPopup
.
showSuccess
(
'签约成功'
)
vm
.
$router
.
push
({
name
:
'ContractList'
,
})
}
else
{
vm
.
hlsPopup
.
showSuccess
(
res
.
message
)
}
})
}
},
// }
// },
// })
// },
})
},
// 基本信息
getBseMsg
()
{
let
vm
=
this
...
...
@@ -632,7 +653,7 @@ export default {
font-family: PingFangSC-Semibold;
font-size: 15px;
line-height: 20px;
letter-spacing: 10px;
//
letter-spacing: 10px;
img {
width: 16.8px;
height: 16.8px;
...
...
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