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
c9b25214
Commit
c9b25214
authored
Feb 07, 2020
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
6bf6b552
Pipeline
#4755
canceled with stages
Changes
8
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
30 additions
and
13 deletions
+30
-13
uat.env.js
config/uat.env.js
+1
-1
sales-info.vue
src/pages/contractCreate/sales-info.vue
+6
-3
repay-detail.vue
src/pages/contractInquire/repay-detail.vue
+4
-1
invoice.vue
src/pages/invoice/invoice.vue
+3
-3
my-info.vue
src/pages/myInfo/my-info.vue
+6
-4
1e37fad1fce0ebb3e0e5.worker.js
www/1e37fad1fce0ebb3e0e5.worker.js
+8
-0
1e37fad1fce0ebb3e0e5.worker.js.map
www/1e37fad1fce0ebb3e0e5.worker.js.map
+1
-0
index.html
www/index.html
+1
-1
No files found.
config/uat.env.js
View file @
c9b25214
...
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
appId
:
'"com.xcmg.app"'
,
currentVersion
:
'"1.3.
4
"'
currentVersion
:
'"1.3.
7
"'
}
src/pages/contractCreate/sales-info.vue
View file @
c9b25214
...
...
@@ -74,15 +74,18 @@
</item>
<item
v-if=
"user_bp_type === 'AGENT'"
>
<div
slot=
"name"
class=
"font-color required"
>
授信额度
</div>
<CurrencyInput
slot=
"content"
v-model=
"inflow_line"
readonly
placeholder=
"授信额度"
/>
<!--
<CurrencyInput
slot=
"content"
v-model=
"inflow_line"
readonly
placeholder=
"授信额度"
/>
-->
<span
slot=
"content"
>
{{
inflow_line
|
currency
}}
</span>
</item>
<item
v-if=
"user_bp_type === 'AGENT'"
>
<div
slot=
"name"
class=
"font-color required"
>
已使用授信额度
</div>
<CurrencyInput
slot=
"content"
v-model=
"inflow_used"
readonly
placeholder=
"已使用授信额度"
/>
<span
slot=
"content"
>
{{
inflow_used
|
currency
}}
</span>
<!--
<CurrencyInput
slot=
"content"
v-model=
"inflow_used"
readonly
placeholder=
"已使用授信额度"
/>
-->
</item>
<item
v-if=
"user_bp_type === 'AGENT'"
>
<div
slot=
"name"
class=
"font-color required"
>
剩余授信额度
</div>
<CurrencyInput
slot=
"content"
v-model=
"inflow_reset"
readonly
placeholder=
"剩余授信额度"
/>
<span
slot=
"content"
>
{{
inflow_reset
|
currency
}}
</span>
<!--
<CurrencyInput
slot=
"content"
v-model=
"inflow_reset"
readonly
placeholder=
"剩余授信额度"
/>
-->
</item>
<item
@
click
.
native=
"showTime('YYYY-MM-DD')"
>
<div
slot=
"name"
class=
"font-color required"
>
签约日期
</div>
...
...
src/pages/contractInquire/repay-detail.vue
View file @
c9b25214
...
...
@@ -158,7 +158,10 @@ export default {
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
vm
.
fileArray
=
res
.
info
vm
.
pdfDownload
()
vm
.
fileArray
.
forEach
(
i
=>
{
cordova
.
InAppBrowser
.
open
(
i
.
fileUrl
,
'_system'
,
'location=yes,hideurlbar=no,toolbarposition=top'
)
})
// vm.pdfDownload()
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
}
...
...
src/pages/invoice/invoice.vue
View file @
c9b25214
...
...
@@ -19,9 +19,9 @@
<span
class=
"number-left"
>
发票号码
{{
list
.
invoice_no
}}
</span>
<div
class=
"number-right"
>
<img
src=
"@/assets/invoice/download.png"
>
<
!--
<span
class=
"invoice-download"
@
click=
"downLoad(list.file_url)"
>
发票下载
</span>
--
>
<
span
class=
"invoice-download"
@
click=
"downLoad(list.file_url)"
>
发票下载
</span
>
<!--
<a
href=
"http://180.104.121.66:8090/dump_dir/032001700611_84582415.pdf"
download=
"http://180.104.121.66:8090/dump_dir/032001700611_84582415.pdf"
>
pdf
</a>
-->
<
a
:href=
"list.file_url"
download=
"电子发票.pdf"
>
发票下载
</a
>
<
!--
<a
:href=
"list.file_url"
target=
"_blank"
>
发票下载
</a>
--
>
</div>
</div>
</div>
...
...
@@ -67,7 +67,7 @@ export default {
this
.
getList
()
},
downLoad
(
a
)
{
cordova
.
InAppBrowser
.
open
(
a
,
'_
blank'
,
'location=yes
'
)
cordova
.
InAppBrowser
.
open
(
a
,
'_
system'
,
'location=yes,hideurlbar=no,toolbarposition=top
'
)
},
getList
()
{
let
vm
=
this
...
...
src/pages/myInfo/my-info.vue
View file @
c9b25214
...
...
@@ -64,10 +64,10 @@
<div
class=
"userInfo"
>
我的合同
</div>
<div
class=
"my-contract"
>
<div
v-if=
"(user_bp_type === 'AGENT'&&multipleRole==='AGENT') || user_bp_type === 'OFFICE'||multipleRole==='AGENT'||(user_bp_type === 'AGENT'&&!multipleRole)"
class=
"content-wrap"
@
click=
"goCreate"
>
<
!--
<
span
v-if=
"
signCoun
t > 0"
:class=
"
{'content-wrap-class-width':
signCount>99, 'content-wrap-class':signCoun
t
<99
}"
>
{{
signCount
>
99
?
'99+'
:
signCount
}}
</span>
--
>
<span
v-if=
"
prjSubmi
t > 0"
:class=
"
{'content-wrap-class-width':
prjSubmit>99, 'content-wrap-class':prjSubmi
t
<99
}"
>
{{
prjSubmit
>
99
?
'99+'
:
prjSubmit
}}
</span
>
<img
src=
"@/assets/myInfo/contractCreate.png"
>
<p>
合同创建
</p>
</div>
...
...
@@ -197,6 +197,7 @@ export default {
signCount
:
'0'
,
carNum
:
'0'
,
faceSign
:
'0'
,
prjSubmit
:
'0'
,
confirmCount
:
'0'
,
productCount
:
'0'
,
carCount
:
'0'
,
...
...
@@ -958,6 +959,7 @@ export default {
vm
.
productCount
=
res
.
info
.
collect_num
||
0
vm
.
carCount
=
res
.
info
.
car_confirm_num
||
0
vm
.
faceSign
=
res
.
info
.
face_sign_num
||
0
vm
.
prjSubmit
=
res
.
info
.
prj_submit_num
||
0
}
}
else
{
this
.
hlsPopup
.
showLongCenter
(
res
.
message
)
...
...
www/1e37fad1fce0ebb3e0e5.worker.js
0 → 100644
View file @
c9b25214
This diff is collapsed.
Click to expand it.
www/1e37fad1fce0ebb3e0e5.worker.js.map
0 → 100644
View file @
c9b25214
This diff is collapsed.
Click to expand it.
www/index.html
View file @
c9b25214
<!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=Eoo0EtfjYCdAy7r8D19gZ0vMojdZpHqU"
></script><title>
徐工金服
</title><link
href=
./static/css/app.
813fb585b434370087b9bd24247694c0.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.5b23605dc2d9cfefc737.js
></script><script
type=
text/javascript
src=
./static/js/vendor.9516a64f4eb2c109f0d8.js
></script><script
type=
text/javascript
src=
./static/js/app.d1f3d6a5cac3e638d10
1.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=Eoo0EtfjYCdAy7r8D19gZ0vMojdZpHqU"
></script><title>
徐工金服
</title><link
href=
./static/css/app.
c48e3248ece1212b45ae37f8feae0ca9.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.5b23605dc2d9cfefc737.js
></script><script
type=
text/javascript
src=
./static/js/vendor.9516a64f4eb2c109f0d8.js
></script><script
type=
text/javascript
src=
./static/js/app.f8ddf463f428ce7e482
1.js
></script></body></html>
\ No newline at end of file
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