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
92dd9170
Commit
92dd9170
authored
Feb 14, 2022
by
胡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 同步代码
parent
acbd2cee
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
11 deletions
+25
-11
confirm-detail.vue
src/pages/carConfirm/confirm-detail.vue
+2
-1
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+15
-7
contract-signing.vue
src/pages/contractSigning/contract-signing.vue
+5
-2
add-car.vue
src/pages/contractStart/add-car.vue
+1
-0
contract-details.vue
src/pages/distributorSign/contract-details.vue
+2
-1
No files found.
src/pages/carConfirm/confirm-detail.vue
View file @
92dd9170
...
...
@@ -293,6 +293,7 @@ export default {
let
param
=
{
confirm_id
:
vm
.
confirm_id
,
data_class
:
'LEASE_ITEM'
,
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'now_user_bp_bind_id'
)).
bp_id
}
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
res
=>
{
...
...
@@ -325,7 +326,7 @@ export default {
master
:
{
content_id
:
item
.
content_id
,
read_status
:
'Y'
,
bp_id
:
window
.
localStorage
.
bp_id
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'now_user_bp_bind_id'
))
.
bp_id
},
}
hlsPopup
.
showLoading
(
'请稍候'
)
...
...
src/pages/contractSigning/contract-detail.vue
View file @
92dd9170
...
...
@@ -427,7 +427,7 @@ export default {
return
false
}
},
async
goContent
(
item
,
index
)
{
async
goContent
(
item
,
index
,
isJump
=
true
)
{
// 详情
// 合同状态更新保存
let
vm
=
this
...
...
@@ -438,7 +438,7 @@ export default {
master
:
{
content_id
:
item
.
content_id
,
read_status
:
'Y'
,
bp_id
:
window
.
localStorage
.
bp_id
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'now_user_bp_bind_id'
))
.
bp_id
},
}
hlsPopup
.
showLoading
(
'请稍候'
)
...
...
@@ -448,10 +448,12 @@ export default {
let
temp
=
vm
.
attachArray
[
index
]
// let item = temp
temp
.
read_status
=
'Y'
if
(
isJump
){
vm
.
$router
.
push
({
name
:
'previewPdf'
,
params
:
{
attachUrl
:
vm
.
attachUrl
},
})
}
vm
.
attachArray
.
splice
(
index
,
1
,
temp
)
// debugger
}
else
{
...
...
@@ -465,6 +467,7 @@ export default {
let
param
=
{
confirm_id
:
vm
.
confirm_id
,
data_class
:
'PRJ_CONFIRM'
,
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'now_user_bp_bind_id'
)).
bp_id
}
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
res
=>
{
...
...
@@ -484,6 +487,7 @@ export default {
let
param
=
{
confirm_id
:
vm
.
confirm_id
,
data_class
:
'PRJ_CONFIRM'
,
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'now_user_bp_bind_id'
)).
bp_id
}
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
res
=>
{
...
...
@@ -587,9 +591,12 @@ export default {
this
.
hlsPopup
.
showConfirm
({
title
:
'提示'
,
content
:
`您确认
${
val
}
吗?`
,
onConfirm
:
data
=>
{
onConfirm
:
async
data
=>
{
if
(
data
)
{
// 需要先校验是否认证通过
await
vm
.
attachArray
.
forEach
(
async
(
ele
,
i
)
=>
{
await
vm
.
goContent
(
ele
,
i
,
false
);
});
vm
.
doConfirm
(
status
)
}
},
...
...
@@ -727,6 +734,7 @@ export default {
master
:
{
content_id
:
vm
.
content_id
,
read_status
:
'Y'
,
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'now_user_bp_bind_id'
)).
bp_id
},
}
vm
.
hlsPopup
.
showLoading
(
'请稍候'
)
...
...
src/pages/contractSigning/contract-signing.vue
View file @
92dd9170
...
...
@@ -32,6 +32,7 @@
</p>
<img
src=
"@/assets/constractSigning/righticon.png"
alt
class=
"arrow"
/>
<img
v-if=
"item.read_check === 'N'"
src=
"@/assets/constractSigning/unread.png"
alt
class=
"unread"
/>
<img
v-if=
"item.read_check === 'Y'"
src=
"@/assets/constractSigning/read.png"
alt
class=
"unread"
/>
</div>
<div
class=
"box"
>
<div
...
...
@@ -187,9 +188,11 @@ export default {
},
methods
:
{
signContract
()
{
let
list
=
this
.
showLists
.
filter
(
item
=>
item
.
checked
)
.
map
(
item
=>
{
item
.
checked
=
false
;
return
item
})
;
let
list
=
this
.
showLists
.
filter
(
item
=>
item
.
checked
);
if
(
!
list
.
length
)
return
hlsPopup
.
showLongCenter
(
'请选择合同'
);
if
(
list
.
findIndex
(
item
=>
item
.
read_check
===
'N'
)
>
-
1
)
return
hlsPopup
.
showLongCenter
(
'选中合同中有文本未读,请先阅读'
);
if
(
list
.
findIndex
(
item
=>
item
.
read_check
===
'N'
)
>
-
1
)
return
hlsPopup
.
showLongCenter
(
'您有授权书未阅读,请阅读后再签署'
);
list
=
list
.
map
(
item
=>
{
item
.
checked
=
false
;
return
item
});
window
.
localStorage
.
setItem
(
'handleContact'
,
JSON
.
stringify
(
list
));
this
.
$router
.
push
({
path
:
'/batchSign'
,
query
:
{
name
:
'contract'
}
});
},
...
...
src/pages/contractStart/add-car.vue
View file @
92dd9170
...
...
@@ -971,6 +971,7 @@ export default {
let
param
=
{
project_id
:
vm
.
project_id
,
data_class
:
'LEASE_ITEM'
,
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'now_user_bp_bind_id'
)).
bp_id
}
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
res
=>
{
...
...
src/pages/distributorSign/contract-details.vue
View file @
92dd9170
...
...
@@ -366,6 +366,7 @@ export default {
let
param
=
{
confirm_id
:
vm
.
confirm_id
,
data_class
:
'PRJ_PREVIEW'
,
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
"now_user_bp_bind_id"
)).
bp_id
}
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
res
=>
{
...
...
@@ -446,7 +447,7 @@ export default {
master
:
{
content_id
:
item
.
content_id
,
read_status
:
'Y'
,
bp_id
:
window
.
localStorage
.
bp_id
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'now_user_bp_bind_id'
))
.
bp_id
},
}
hlsPopup
.
showLoading
(
'请稍候'
)
...
...
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