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
d3bf0337
Commit
d3bf0337
authored
Sep 29, 2020
by
jiacheng.mao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG修复
parent
4775b06a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
prod.env.js
config/prod.env.js
+1
-1
uat.env.js
config/uat.env.js
+1
-1
creat-rent-info.vue
src/pages/contractCreate/creat-rent-info.vue
+1
-1
sales-info.vue
src/pages/contractCreate/sales-info.vue
+2
-0
No files found.
config/prod.env.js
View file @
d3bf0337
...
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://www.xcmgfs.com:8087/r/api"'
,
fileUploadSvcPath
:
'"http://www.xcmgfs.com:8087/r/api/app/fileUploadSvc?sysName=XCMG_PROD&apiName="'
,
appId
:
'"com.xcmg.app"'
,
currentVersion
:
'"0.1.
8
"'
currentVersion
:
'"0.1.
9
"'
}
config/uat.env.js
View file @
d3bf0337
...
...
@@ -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.dev"'
,
currentVersion
:
'"2.3.
2
"'
currentVersion
:
'"2.3.
4
"'
}
src/pages/contractCreate/creat-rent-info.vue
View file @
d3bf0337
...
...
@@ -852,7 +852,7 @@ export default {
let
iToMon
=
signDate
.
getMonth
()
let
iToYear
=
signDate
.
getFullYear
()
let
newDay
=
new
Date
(
iToYear
,
iToMon
,
(
iToDay
+
30
))
this
.
saveInfo
.
lease_start_date
=
`
${
newDay
.
getFullYear
()}
-
${(
newDay
.
getMonth
()
).
toString
().
length
===
2
?
newDay
.
getMonth
()
:
'0'
+
(
newDay
.
getMonth
()
+
1
)}
-
${(
newDay
.
getDate
()).
toString
().
length
===
2
?
newDay
.
getDate
()
:
'0'
+
newDay
.
getDate
()}
`
this
.
saveInfo
.
lease_start_date
=
`
${
newDay
.
getFullYear
()}
-
${(
newDay
.
getMonth
()
+
1
).
toString
().
length
===
2
?
newDay
.
getMonth
()
+
1
:
'0'
+
(
newDay
.
getMonth
()
+
1
)}
-
${(
newDay
.
getDate
()).
toString
().
length
===
2
?
newDay
.
getDate
()
:
'0'
+
newDay
.
getDate
()}
`
}
},
showTime
(
format
)
{
// 预计付款日
...
...
src/pages/contractCreate/sales-info.vue
View file @
d3bf0337
...
...
@@ -526,6 +526,8 @@ export default {
vm
.
$router
.
push
({
name
:
'CreateBaseInfo'
,
})
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
}
})
}
...
...
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