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
fc15b8e6
Commit
fc15b8e6
authored
Dec 23, 2023
by
王建文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
融资方案
parent
7d4a9700
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
3 deletions
+27
-3
prod.env.js
config/prod.env.js
+1
-1
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+24
-0
login.vue
src/pages/login.vue
+2
-2
No files found.
config/prod.env.js
View file @
fc15b8e6
...
@@ -11,5 +11,5 @@ module.exports = {
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://210.12.156.64:9090/r/api"'
,
ocrPath
:
'"http://210.12.156.64:9090/r/api"'
,
fileUploadSvcPath
:
'"http://210.12.156.64:9090/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
fileUploadSvcPath
:
'"http://210.12.156.64:9090/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
appId
:
'"com.xcmg.app.dev"'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"3.6.
1
"'
currentVersion
:
'"3.6.
2
"'
}
}
src/pages/contractSigning/contract-detail.vue
View file @
fc15b8e6
...
@@ -784,6 +784,30 @@ export default {
...
@@ -784,6 +784,30 @@ export default {
this
.
bp_flag
=
true
this
.
bp_flag
=
true
}
}
},
},
'quotationInfo.equip_price'
(
newVal
,
oldVal
)
{
debugger
console
.
log
(
'newVal'
+
newVal
)
if
(
this
.
quotationInfo
.
deposit_ratio
)
{
this
.
quotationInfo
.
deposit
=
newVal
*
this
.
quotationInfo
.
deposit_ratio
}
if
(
this
.
quotationInfo
.
lease_charge_ratio
)
{
this
.
quotationInfo
.
lease_charge
=
newVal
*
this
.
quotationInfo
.
lease_charge_ratio
}
},
'quotationInfo.deposit_ratio'
(
newVal
,
oldVal
)
{
debugger
console
.
log
(
'newVal'
+
newVal
)
if
(
this
.
quotationInfo
.
equip_price
)
{
this
.
quotationInfo
.
deposit
=
this
.
quotationInfo
.
equip_price
*
newVal
}
},
'quotationInfo.lease_charge_ratio'
(
newVal
,
oldVal
)
{
debugger
console
.
log
(
'newVal'
+
newVal
)
if
(
this
.
quotationInfo
.
equip_price
)
{
this
.
quotationInfo
.
lease_charge
=
this
.
quotationInfo
.
equip_price
*
newVal
}
},
},
},
beforeRouteEnter
(
to
,
from
,
next
)
{
beforeRouteEnter
(
to
,
from
,
next
)
{
next
(
vm
=>
{
next
(
vm
=>
{
...
...
src/pages/login.vue
View file @
fc15b8e6
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
</div>
</div>
</transition>
</transition>
<div
class=
"bird-icon"
>
<div
class=
"bird-icon"
>
<h2>
Hello!
</h2>
<h2>
欢迎使用
</h2>
<h3>
欢迎使用租赁通~
</h3>
<h3>
中煤科工金租租赁通
</h3>
</div>
</div>
<div
class=
"login-wrap"
>
<div
class=
"login-wrap"
>
<div
class=
"pwd"
>
<div
class=
"pwd"
>
...
...
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