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
2addf190
Commit
2addf190
authored
Jan 09, 2020
by
JingChao
Browse files
Options
Browse Files
Download
Plain Diff
1.4.5
parents
c124e815
9acbe89d
Pipeline
#4563
canceled with stages
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
139 additions
and
42 deletions
+139
-42
uat.env.js
config/uat.env.js
+1
-1
body-check.vue
src/pages/carConfirm/body-check.vue
+1
-1
repay-detail.vue
src/pages/contractInquire/repay-detail.vue
+33
-0
repay-details.vue
src/pages/contractRepayment/repay-details.vue
+33
-0
drawback-detail.vue
src/pages/drawback/drawback-detail.vue
+47
-25
certification.vue
src/pages/myInfo/certification.vue
+5
-1
my-info.vue
src/pages/myInfo/my-info.vue
+12
-11
reimburse-detail.vue
src/pages/reimburseMyself/reimburse-detail.vue
+2
-2
index.html
www/index.html
+5
-1
No files found.
config/uat.env.js
View file @
2addf190
...
@@ -11,5 +11,5 @@ module.exports = {
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_DEV&apiName="'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_DEV&apiName="'
,
appId
:
'"com.xcmg.app.dev"'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"1.4.
4
"'
currentVersion
:
'"1.4.
5
"'
}
}
src/pages/carConfirm/body-check.vue
View file @
2addf190
...
@@ -249,7 +249,7 @@ export default {
...
@@ -249,7 +249,7 @@ export default {
let
url
=
process
.
env
.
basePath
+
'get_sign_url'
let
url
=
process
.
env
.
basePath
+
'get_sign_url'
let
param
=
{
let
param
=
{
confirm_id
:
vm
.
confirm_id
,
confirm_id
:
vm
.
confirm_id
,
data_class
:
'
PRJ_PROJECT
'
,
data_class
:
'
LEASE_ITEM
'
,
}
}
vm
.
hlsPopup
.
showLoading
(
'请稍后'
)
vm
.
hlsPopup
.
showLoading
(
'请稍后'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
...
...
src/pages/contractInquire/repay-detail.vue
View file @
2addf190
...
@@ -377,5 +377,38 @@ export default {
...
@@ -377,5 +377,38 @@ export default {
}
}
}
}
.scrollContent {
padding-bottom: 400px;
}
.tab-style {
width: 100%;
position: absolute;
}
}
.platform-ios {
#repay-detail {
.scrollContent {
// padding-top: 3.32rem;
}
}
}
@media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
.platform-ios {
#repay-detail{
.scrollContent {
// padding-top: 3.72rem;
}
}
}
}
// iPhoneXR适配
@media (device-width: 414px) and (device-height: 896px) {
.platform-ios {
#repay-detail{
.scrollContent {
// padding-top: 3.72rem;
}
}
}
}
}
</
style
>
</
style
>
src/pages/contractRepayment/repay-details.vue
View file @
2addf190
...
@@ -342,6 +342,39 @@ export default {
...
@@ -342,6 +342,39 @@ export default {
}
}
}
}
}
}
.scrollContent {
padding-bottom: 20px;
}
.tab-style {
width: 100%;
position: absolute;
}
}
.platform-ios {
#repay-details {
.scrollContent {
// padding-top: 3.32rem;
}
}
}
@media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
.platform-ios {
#repay-details{
.scrollContent {
// padding-top: 3.72rem;
}
}
}
}
// iPhoneXR适配
@media (device-width: 414px) and (device-height: 896px) {
.platform-ios {
#repay-details{
.scrollContent {
// padding-top: 3.72rem;
}
}
}
}
}
</
style
>
</
style
>
src/pages/drawback/drawback-detail.vue
View file @
2addf190
...
@@ -52,30 +52,32 @@
...
@@ -52,30 +52,32 @@
<span
class=
"number"
>
合同号
</span>
<span
class=
"number"
>
合同号
</span>
<span>
{{
list
.
project_number
}}
</span>
<span>
{{
list
.
project_number
}}
</span>
</div>
</div>
<div
v-for=
"(item,indexTwo) in list.con_lists"
:key=
"indexTwo"
class=
"bottom"
>
<scroll
ref=
"scroll"
:updateData=
"[conList]"
:pullUp=
"true"
@
pullingUp=
"getConList"
>
<list-item
>
<div
v-for=
"(item,indexTwo) in list.con_lists"
:key=
"indexTwo"
class=
"bottom"
>
<item>
<list-item
>
<div
slot=
"name"
>
首付款
</div>
<item>
<div
slot=
"content"
>
{{
item
.
down_payment
|
currency
}}
</div>
<div
slot=
"name"
>
首付款
</div>
</item>
<div
slot=
"content"
>
{{
item
.
down_payment
|
currency
}}
</div>
<item>
</item>
<div
slot=
"name"
>
保证金
</div>
<item>
<div
slot=
"content"
>
{{
item
.
deposit
|
currency
}}
</div>
<div
slot=
"name"
>
保证金
</div>
</item>
<div
slot=
"content"
>
{{
item
.
deposit
|
currency
}}
</div>
<item>
</item>
<div
slot=
"name"
>
手续费
</div>
<item>
<div
slot=
"content"
>
{{
item
.
lease_charge
|
currency
}}
</div>
<div
slot=
"name"
>
手续费
</div>
</item>
<div
slot=
"content"
>
{{
item
.
lease_charge
|
currency
}}
</div>
<item>
</item>
<div
slot=
"name"
>
GPS费用
</div>
<item>
<div
slot=
"content"
>
{{
item
.
gps_fee
|
currency
}}
</div>
<div
slot=
"name"
>
GPS费用
</div>
</item>
<div
slot=
"content"
>
{{
item
.
gps_fee
|
currency
}}
</div>
<item>
</item>
<div
slot=
"name"
>
保险押金
</div>
<item>
<div
slot=
"content"
>
{{
item
.
insurance_fee
|
currency
}}
</div>
<div
slot=
"name"
>
保险押金
</div>
</item>
<div
slot=
"content"
>
{{
item
.
insurance_fee
|
currency
}}
</div>
</list-item>
</item>
</div>
</list-item>
</div>
</scroll>
</div>
</div>
</div>
</div>
</h-content>
</h-content>
...
@@ -88,10 +90,12 @@ export default {
...
@@ -88,10 +90,12 @@ export default {
return
{
return
{
detail
:
{},
detail
:
{},
conList
:
[],
conList
:
[],
pagenum
:
1
,
}
}
},
},
beforeRouteEnter
(
to
,
from
,
next
)
{
beforeRouteEnter
(
to
,
from
,
next
)
{
next
(
vm
=>
{
next
(
vm
=>
{
vm
.
pagenum
=
1
vm
.
getDetail
()
vm
.
getDetail
()
vm
.
getConList
()
vm
.
getConList
()
})
})
...
@@ -122,12 +126,30 @@ export default {
...
@@ -122,12 +126,30 @@ export default {
let
url
=
process
.
env
.
basePath
+
'my_con_list_query'
let
url
=
process
.
env
.
basePath
+
'my_con_list_query'
let
param
=
{
let
param
=
{
order_id
:
vm
.
$route
.
params
.
order_id
,
order_id
:
vm
.
$route
.
params
.
order_id
,
pagesize
:
10
,
pagenum
:
vm
.
pagenum
,
}
}
hlsPopup
.
showLoading
(
'请稍候'
)
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
if
(
res
.
result
===
'S'
)
{
vm
.
conList
=
res
.
prj_lists
let
returnData
=
[]
returnData
=
res
.
prj_lists
if
(
returnData
.
length
===
0
)
{
vm
.
$refs
.
scroll
.
update
(
true
)
}
else
if
(
returnData
.
length
>
0
&&
returnData
.
length
<
10
)
{
vum
.
forEach
(
returnData
,
function
(
data
,
index
,
array
)
{
vm
.
conList
.
push
(
array
[
index
])
})
vm
.
pagenum
++
vm
.
$refs
.
scroll
.
update
(
true
)
}
else
if
(
returnData
.
length
===
10
)
{
vum
.
forEach
(
returnData
,
function
(
data
,
index
,
array
)
{
vm
.
conList
.
push
(
array
[
index
])
})
vm
.
pagenum
++
vm
.
$refs
.
scroll
.
update
(
false
)
}
}
else
{
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
hlsPopup
.
showLongCenter
(
res
.
message
)
}
}
...
...
src/pages/myInfo/certification.vue
View file @
2addf190
...
@@ -20,7 +20,11 @@ export default {
...
@@ -20,7 +20,11 @@ export default {
url
:
this
.
$route
.
params
.
authUrl
,
url
:
this
.
$route
.
params
.
authUrl
,
}
}
},
},
watch
:
{
$route
(
to
,
from
)
{
this
.
exitCertification
()
},
},
created
()
{
created
()
{
console
.
log
(
this
)
console
.
log
(
this
)
},
},
...
...
src/pages/myInfo/my-info.vue
View file @
2addf190
...
@@ -901,17 +901,18 @@ export default {
...
@@ -901,17 +901,18 @@ export default {
// hlsPopup.showLongCenter('获取认证url失败')
// hlsPopup.showLongCenter('获取认证url失败')
}
}
}
else
if
(
vm
.
bp_identity
===
'ORG_NO'
)
{
}
else
if
(
vm
.
bp_identity
===
'ORG_NO'
)
{
let
authUrl
=
await
vm
.
getOrgCertificationUrl
()
// let authUrl = await vm.getOrgCertificationUrl()
if
(
authUrl
)
{
// if (authUrl) {
vm
.
$router
.
push
({
// vm.$router.push({
name
:
'Certification'
,
// name: 'Certification',
params
:
{
// params: {
authUrl
:
authUrl
,
// authUrl: authUrl,
},
// },
})
// })
}
else
{
// } else {
// hlsPopup.showLongCenter('获取认证url失败')
// // hlsPopup.showLongCenter('获取认证url失败')
}
// }
hlsPopup
.
showLongCenter
(
'请联系对应业务人员为企业进行认证'
)
}
else
{
}
else
{
hlsPopup
.
showLongCenter
(
'您已认证通过'
)
hlsPopup
.
showLongCenter
(
'您已认证通过'
)
}
}
...
...
src/pages/reimburseMyself/reimburse-detail.vue
View file @
2addf190
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<list-item>
<list-item>
<item
v-for=
"(item,index) in list.cf_lists"
:key=
"index"
>
<item
v-for=
"(item,index) in list.cf_lists"
:key=
"index"
>
<div
slot=
"name"
>
{{
item
.
cf_item_name
}}
</div>
<div
slot=
"name"
>
{{
item
.
cf_item_name
}}
</div>
<div
slot=
"content"
>
{{
item
.
due_amount
|
currency
}}
</div>
<div
slot=
"content"
>
¥
{{
parseFloat
(
item
.
received_amount
).
toFixed
(
2
)
|
currency
}}
</div>
</item>
</item>
</list-item>
</list-item>
</div>
</div>
...
@@ -108,7 +108,7 @@ export default {
...
@@ -108,7 +108,7 @@ export default {
let
vm
=
this
let
vm
=
this
let
url
=
process
.
env
.
basePath
+
'my_con_list_query'
let
url
=
process
.
env
.
basePath
+
'my_con_list_query'
let
param
=
{
let
param
=
{
bp_id
:
window
.
localStorage
.
bp
_id
,
order_id
:
vm
.
$route
.
params
.
order
_id
,
pagesize
:
10
,
pagesize
:
10
,
pagenum
:
vm
.
pagenum
,
pagenum
:
vm
.
pagenum
,
}
}
...
...
www/index.html
View file @
2addf190
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,width=device-width,viewport-fit=cover"
><meta
name=
format-detection
content=
"telephone=no"
><meta
name=
format-detection
content=
"email=no"
><meta
name=
apple-mobile-web-app-capable
content=
yes
><meta
name=
apple-mobile-web-app-status-bar-style
content=
black
><script
type=
text/javascript
src=
./static/vuePlatform.js
></script><script
type=
text/javascript
src=
./static/prototype.js
></script><script
type=
text/javascript
src=
cordova.js
></script><script
type=
text/javascript
src=
"http://api.map.baidu.com/api?v=2.0&ak=o7fTnpVAGzXKN7SirV8xGU2xzWQS2NrI"
></script><title>
徐工融租
</title><link
href=
./static/css/app.486eb393b1929813a88cd1e17a0b75ae.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.3ad1d5771e9b13dbdad2.js
></script><script
type=
text/javascript
src=
./static/js/vendor.347d8a64f0016023e186.js
></script><script
type=
text/javascript
src=
./static/js/app.cf0b522c85816b556395.js
></script></body></html>
<
<<<<<<
HEAD
\ No newline at end of file
<!
DOCTYPE
html
><html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,width=device-width,viewport-fit=cover"
><meta
name=
format-detection
content=
"telephone=no"
><meta
name=
format-detection
content=
"email=no"
><meta
name=
apple-mobile-web-app-capable
content=
yes
><meta
name=
apple-mobile-web-app-status-bar-style
content=
black
><script
type=
text/javascript
src=
./static/vuePlatform.js
></script><script
type=
text/javascript
src=
./static/prototype.js
></script><script
type=
text/javascript
src=
cordova.js
></script><script
type=
text/javascript
src=
"http://api.map.baidu.com/api?v=2.0&ak=o7fTnpVAGzXKN7SirV8xGU2xzWQS2NrI"
></script><title>
徐工融租
</title><link
href=
./static/css/app.486eb393b1929813a88cd1e17a0b75ae.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.3ad1d5771e9b13dbdad2.js
></script><script
type=
text/javascript
src=
./static/js/vendor.347d8a64f0016023e186.js
></script><script
type=
text/javascript
src=
./static/js/app.cf0b522c85816b556395.js
></script></body></html>
=======
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,width=device-width,viewport-fit=cover"
><meta
name=
format-detection
content=
"telephone=no"
><meta
name=
format-detection
content=
"email=no"
><meta
name=
apple-mobile-web-app-capable
content=
yes
><meta
name=
apple-mobile-web-app-status-bar-style
content=
black
><script
type=
text/javascript
src=
./static/vuePlatform.js
></script><script
type=
text/javascript
src=
./static/prototype.js
></script><script
type=
text/javascript
src=
cordova.js
></script><script
type=
text/javascript
src=
"http://api.map.baidu.com/api?v=2.0&ak=o7fTnpVAGzXKN7SirV8xGU2xzWQS2NrI"
></script><title>
徐工融租
</title><link
href=
./static/css/app.1fba01d4acb1ed0185103a92c1363a7a.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.3ad1d5771e9b13dbdad2.js
></script><script
type=
text/javascript
src=
./static/js/vendor.737b66774b6e80545073.js
></script><script
type=
text/javascript
src=
./static/js/app.b55aa48989ca8151b595.js
></script></body></html>
>>>>>>> 9acbe89d947ec7fd32a726a05985fc405fef6acb
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