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
3a83d728
Commit
3a83d728
authored
Feb 07, 2020
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
1a505a02
Pipeline
#4767
canceled with stages
Changes
6
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
4 deletions
+15
-4
dev.env.js
config/dev.env.js
+2
-2
uat.env.js
config/uat.env.js
+1
-1
creat-rent-info.vue
src/pages/contractCreate/creat-rent-info.vue
+2
-1
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
-0
No files found.
config/dev.env.js
View file @
3a83d728
...
@@ -8,9 +8,9 @@ module.exports = merge(prodEnv, {
...
@@ -8,9 +8,9 @@ module.exports = merge(prodEnv, {
debug
:
true
,
debug
:
true
,
isMobilePlatform
:
false
,
isMobilePlatform
:
false
,
loginPath
:
'"http://180.104.121.66:8088/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=appadmin&password=" '
,
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"'
,
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"'
,
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
appId
:
'"com.xcmg.app.dev"'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"1.8.1"'
,
currentVersion
:
'"1.8.1"'
,
...
...
config/uat.env.js
View file @
3a83d728
...
@@ -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_UAT&apiName="'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
appId
:
'"com.xcmg.app"'
,
appId
:
'"com.xcmg.app"'
,
currentVersion
:
'"1.
3.8
"'
currentVersion
:
'"1.
4.0
"'
}
}
src/pages/contractCreate/creat-rent-info.vue
View file @
3a83d728
...
@@ -426,6 +426,7 @@ export default {
...
@@ -426,6 +426,7 @@ export default {
vm
.
pagenumSearchPolicy
=
1
vm
.
pagenumSearchPolicy
=
1
vm
.
policyKeyWord
=
''
vm
.
policyKeyWord
=
''
vm
.
keyWordProduct
=
''
vm
.
keyWordProduct
=
''
vm
.
saveInfo
.
lease_start_date
=
''
vm
.
businessLists
=
[]
vm
.
businessLists
=
[]
vm
.
divisionLists
=
[]
vm
.
divisionLists
=
[]
vm
.
pagenum
=
1
vm
.
pagenum
=
1
...
@@ -804,7 +805,7 @@ export default {
...
@@ -804,7 +805,7 @@ export default {
let
iToMon
=
signDate
.
getMonth
()
let
iToMon
=
signDate
.
getMonth
()
let
iToYear
=
signDate
.
getFullYear
()
let
iToYear
=
signDate
.
getFullYear
()
let
newDay
=
new
Date
(
iToYear
,
iToMon
,
(
iToDay
+
30
))
let
newDay
=
new
Date
(
iToYear
,
iToMon
,
(
iToDay
+
30
))
this
.
saveInfo
.
lease_start_date
=
`
${
newDay
.
getFullYear
()}
-
${(
newDay
.
getMonth
()).
length
===
2
?
newDay
.
getMonth
()
:
'0'
+
newDay
.
getMonth
(
)}
-
${(
newDay
.
getDate
()).
length
===
2
?
newDay
.
getDate
()
:
'0'
+
newDay
.
getDate
()}
`
this
.
saveInfo
.
lease_start_date
=
`
${
newDay
.
getFullYear
()}
-
${(
newDay
.
getMonth
()).
length
===
2
?
newDay
.
getMonth
()
:
'0'
+
(
newDay
.
getMonth
()
+
1
)}
-
${(
newDay
.
getDate
()).
length
===
2
?
newDay
.
getDate
()
:
'0'
+
newDay
.
getDate
()}
`
}
}
},
},
showTime
(
format
)
{
// 预计付款日
showTime
(
format
)
{
// 预计付款日
...
...
www/1e37fad1fce0ebb3e0e5.worker.js
0 → 100644
View file @
3a83d728
This diff is collapsed.
Click to expand it.
www/1e37fad1fce0ebb3e0e5.worker.js.map
0 → 100644
View file @
3a83d728
This diff is collapsed.
Click to expand it.
www/index.html
0 → 100644
View file @
3a83d728
<!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.f4fc45aa8d942bedccf35daa90220ef6.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.44ead88b7c7def5b7699.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