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
d96a3ff1
Commit
d96a3ff1
authored
Feb 11, 2020
by
Jennie Shi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jeshi
parent
7caf201b
Pipeline
#4810
canceled with stages
Changes
7
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
23 additions
and
6 deletions
+23
-6
dev.env.js
config/dev.env.js
+2
-2
uat.env.js
config/uat.env.js
+1
-1
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+3
-1
previewPdf.vue
src/pages/contractSigning/previewPdf.vue
+13
-0
financing-details.vue
src/pages/financingTrial/financing-details.vue
+2
-1
index.js
src/router/index.js
+1
-1
index.html
www/index.html
+1
-0
No files found.
config/dev.env.js
View file @
d96a3ff1
...
...
@@ -8,9 +8,9 @@ module.exports = merge(prodEnv, {
debug
:
true
,
isMobilePlatform
:
false
,
loginPath
:
'"http://180.104.121.66:8088/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=appadmin&password=" '
,
basePath
:
'"http://180.104.121.66:8088/r/api/interface?sysName=XCMG_
UAT
&apiName="'
,
basePath
:
'"http://180.104.121.66:8088/r/api/interface?sysName=XCMG_
DEV
&apiName="'
,
rootPath
:
'"http://180.104.121.66:8088/r/api"'
,
filePath
:
'"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_
UAT
&apiName=file_view&"'
,
filePath
:
'"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_
DEV
&apiName=file_view&"'
,
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"1.8.4"'
,
...
...
config/uat.env.js
View file @
d96a3ff1
...
...
@@ -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.4.
4
"'
currentVersion
:
'"1.4.
7
"'
}
src/pages/contractSigning/contract-detail.vue
View file @
d96a3ff1
...
...
@@ -469,12 +469,14 @@ export default {
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
let
temp
=
vm
.
attachArray
[
index
]
// let item = temp
temp
.
read_status
=
'Y'
vm
.
$router
.
push
({
name
:
'previewPdf'
,
params
:
{
attachUrl
:
vm
.
attachUrl
},
})
vm
.
attachArray
.
splice
(
vm
.
attachArray
[
index
],
1
,
temp
)
vm
.
attachArray
.
splice
(
index
,
1
,
temp
)
// debugger
}
else
{
vm
.
hlsPopup
.
showLongCenter
(
res
.
message
)
}
...
...
src/pages/contractSigning/previewPdf.vue
View file @
d96a3ff1
...
...
@@ -23,12 +23,25 @@ export default {
pdfDoc
:
null
,
}
},
// beforeRouteEnter (to, from, next) {
// next(vm => {
// // let attachUrl = vm.attachUrl.substr(vm.attachUrl.indexOf('/xcmg_file'))
// vm.hlsPopup.showLoading('请稍候...')
// // debugger
// // let url = Base64.decode(vm.attachUrl)
// vm.attachUrl = vm.$route.params.attachUrl
// console.log('vm.attachUrl === ' + vm.attachUrl)
// vm._loadFile(vm.attachUrl)
// vm.hlsPopup.hideLoading()
// })
// },
mounted
()
{
let
vm
=
this
// let attachUrl = vm.attachUrl.substr(vm.attachUrl.indexOf('/xcmg_file'))
vm
.
hlsPopup
.
showLoading
(
'请稍候...'
)
// debugger
// let url = Base64.decode(vm.attachUrl)
vm
.
attachUrl
=
vm
.
$route
.
params
.
attachUrl
console
.
log
(
'vm.attachUrl === '
+
vm
.
attachUrl
)
vm
.
_loadFile
(
vm
.
attachUrl
)
vm
.
hlsPopup
.
hideLoading
()
...
...
src/pages/financingTrial/financing-details.vue
View file @
d96a3ff1
...
...
@@ -85,7 +85,8 @@
</item>
<item>
<div
slot=
"name"
class=
"font-color"
>
年利率
</div>
<span
slot=
"content"
>
{{
info
.
int_rate_n
}}
</span>
<!--
<span
slot=
"content"
>
{{
info
.
int_rate_n
}}
</span>
-->
<input
slot=
"content"
v-model=
"info.int_rate_n"
placeholder=
"请输入年利率"
>
</item>
<!--
<item>
<div
slot=
"name"
class=
"font-color"
>
产品数量
</div>
...
...
src/router/index.js
View file @
d96a3ff1
...
...
@@ -301,7 +301,7 @@ export default new Router({
{
path
:
'/create-base-info'
,
component
:
CreateBaseInfo
,
name
:
'CreateBaseInfo'
,
meta
:
{
keepAlive
:
true
}},
{
path
:
'/create-rent-info'
,
component
:
CreateRentInfo
,
name
:
'CreateRentInfo'
,
meta
:
{
keepAlive
:
true
}},
{
path
:
'/create-enclosure-info'
,
component
:
CreateEnclosureInfo
,
name
:
'CreateEnclosureInfo'
,
meta
:
{
keepAlive
:
true
}},
{
path
:
'/previewPdf'
,
component
:
previewPdf
,
name
:
'previewPdf'
,
meta
:
{
keepAlive
:
tru
e
}},
{
path
:
'/previewPdf'
,
component
:
previewPdf
,
name
:
'previewPdf'
,
meta
:
{
keepAlive
:
fals
e
}},
// 我的发票
{
path
:
'/invoice'
,
component
:
MyInvoice
,
name
:
'MyInvoice'
,
meta
:
{
keepAlive
:
false
}},
{
...
...
www/index.html
0 → 100644
View file @
d96a3ff1
<!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.6ed09a9b8830409a6d0d659a65aa17e3.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.6a178e8d77c32e3c385d.js
></script><script
type=
text/javascript
src=
./static/js/vendor.0a4e11017ea45af58444.js
></script><script
type=
text/javascript
src=
./static/js/app.70c610632c6efa113f4d.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