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
22a5400f
Commit
22a5400f
authored
Feb 07, 2020
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
c9b25214
Pipeline
#4760
canceled with stages
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
5 deletions
+17
-5
uat.env.js
config/uat.env.js
+1
-1
contract-create-list.vue
src/pages/contractCreate/contract-create-list.vue
+2
-0
creat-rent-info.vue
src/pages/contractCreate/creat-rent-info.vue
+6
-1
create-enclosure-info.vue
src/pages/contractCreate/create-enclosure-info.vue
+1
-1
sales-info.vue
src/pages/contractCreate/sales-info.vue
+6
-1
index.html
www/index.html
+1
-1
No files found.
config/uat.env.js
View file @
22a5400f
...
...
@@ -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.
7
"'
currentVersion
:
'"1.3.
8
"'
}
src/pages/contractCreate/contract-create-list.vue
View file @
22a5400f
...
...
@@ -327,8 +327,10 @@ export default {
})
},
changeBase
(
item
)
{
let
time
=
(
item
.
project_start_date
).
replace
(
/
\/
/g
,
'-'
)
window
.
localStorage
.
setItem
(
'bp_name_tenant'
,
item
.
bp_name
)
window
.
localStorage
.
setItem
(
'credit_id'
,
item
.
credit_id
)
window
.
localStorage
.
setItem
(
'signDate'
,
time
)
if
(
this
.
num
===
1
)
{
window
.
localStorage
.
setItem
(
'contractReadonly'
,
false
)
window
.
localStorage
.
setItem
(
'fromPage'
,
'list'
)
...
...
src/pages/contractCreate/creat-rent-info.vue
View file @
22a5400f
...
...
@@ -798,8 +798,13 @@ export default {
}, */
showTime
(
format
)
{
// 预计付款日
let
vm
=
this
let
signDate
=
new
Date
(
window
.
localStorage
.
getItem
(
'signDate'
).
replace
(
/-/
,
'/'
))
var
iToDay
=
signDate
.
getDate
()
var
iToMon
=
signDate
.
getMonth
()
var
iToYear
=
signDate
.
getFullYear
()
var
newDay
=
new
Date
(
iToYear
,
iToMon
,
(
iToDay
+
30
))
hlsPopup
.
showTime
({
nowDate
:
(
new
Date
())
.
format
(
'yyyy-MM-dd'
),
nowDate
:
newDay
.
format
(
'yyyy-MM-dd'
),
format
:
format
,
callback
:
(
date
)
=>
{
vm
.
saveInfo
.
lease_start_date
=
date
...
...
src/pages/contractCreate/create-enclosure-info.vue
View file @
22a5400f
...
...
@@ -129,7 +129,7 @@
</h-content>
<bottom-tab
class=
"add-box"
>
<tab-button
v-if=
"!isReadOnly"
class=
"before"
@
click
.
native=
"
handSave"
>
保存
</tab-button>
<tab-button
v-if=
"!isReadOnly"
class=
"before"
@
click
.
native=
"
$routeGo()"
>
上一步
</tab-button>
<tab-button
v-if=
"!isReadOnly"
class=
"next"
@
click
.
native=
"isSubmit"
>
提交
</tab-button>
<tab-button
v-if=
"isReadOnly"
class=
"before"
@
click
.
native=
"$routeGo()"
>
上一步
</tab-button>
</bottom-tab>
...
...
src/pages/contractCreate/sales-info.vue
View file @
22a5400f
...
...
@@ -251,7 +251,12 @@ export default {
nowDate
:
(
new
Date
()).
format
(
'yyyy-MM-dd'
),
format
:
format
,
callback
:
(
date
)
=>
{
vm
.
salesInfo
.
sale_date
=
date
if
(
date
>=
(
new
Date
()).
format
(
'yyyy-MM-dd'
))
{
vm
.
salesInfo
.
sale_date
=
date
window
.
localStorage
.
setItem
(
'signDate'
,
vm
.
salesInfo
.
sale_date
)
}
else
{
hlsPopup
.
showLongCenter
(
`签约日期不能小于
${(
new
Date
()).
format
(
'yyyy-MM-dd'
)}
`
)
}
},
})
},
...
...
www/index.html
View file @
22a5400f
<!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.f8ddf463f428ce7e4821.js
></script></body></html>
\ 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=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.6d5bf8e7ca915f0ca540.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