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
2c90628c
Commit
2c90628c
authored
Dec 27, 2019
by
786817560
Browse files
Options
Browse Files
Download
Plain Diff
'冲突'
parents
747d0c6e
c2f132de
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
0 deletions
+31
-0
creat-rent-info.vue
src/pages/contractCreate/creat-rent-info.vue
+27
-0
create-base-info.vue
src/pages/contractCreate/create-base-info.vue
+1
-0
create-enclosure-info.vue
src/pages/contractCreate/create-enclosure-info.vue
+3
-0
No files found.
src/pages/contractCreate/creat-rent-info.vue
View file @
2c90628c
...
@@ -299,6 +299,7 @@ export default {
...
@@ -299,6 +299,7 @@ export default {
pay_type_n
:
''
,
pay_type_n
:
''
,
residual_value
:
''
,
residual_value
:
''
,
division_n
:
''
,
division_n
:
''
,
division
:
''
,
finance_amount
:
''
,
finance_amount
:
''
,
},
},
}
}
...
@@ -454,6 +455,30 @@ export default {
...
@@ -454,6 +455,30 @@ export default {
if
(
vm
.
isReadOnly
)
{
if
(
vm
.
isReadOnly
)
{
vm
.
$router
.
push
({
vm
.
$router
.
push
({
name
:
'CreateEnclosureInfo'
,
name
:
'CreateEnclosureInfo'
,
// vm.$router.push({
// name: 'CreateEnclosureInfo',
// })
})
}
if
(
vm
.
isComputed
)
{
let
url
=
process
.
env
.
basePath
+
'prj_product_info_save'
let
param
=
{
master
:
{
division_n
:
vm
.
saveInfo
.
division_n
,
bp_name
:
vm
.
$route
.
params
.
bp_name
,
...
vm
.
productInfo
,
},
}
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
vm
.
$router
.
push
({
name
:
'CreateEnclosureInfo'
,
})
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
}
})
})
}
else
{
}
else
{
if
(
vm
.
isComputed
)
{
if
(
vm
.
isComputed
)
{
...
@@ -660,6 +685,7 @@ export default {
...
@@ -660,6 +685,7 @@ export default {
'&index'
+
'&index'
+
`'
${
randomString
}
'`
`'
${
randomString
}
'`
let
param
=
{
let
param
=
{
division
:
vm
.
saveInfo
.
division
,
user_phone
:
window
.
localStorage
.
getItem
(
'user_phone'
),
user_phone
:
window
.
localStorage
.
getItem
(
'user_phone'
),
pagesize
:
10
,
pagesize
:
10
,
pagenum
:
vm
.
pagenumSearch
,
pagenum
:
vm
.
pagenumSearch
,
...
@@ -701,6 +727,7 @@ export default {
...
@@ -701,6 +727,7 @@ export default {
'&index'
+
'&index'
+
`'
${
randomString
}
'`
`'
${
randomString
}
'`
let
param
=
{
let
param
=
{
division
:
vm
.
saveInfo
.
division
,
user_phone
:
window
.
localStorage
.
getItem
(
'user_phone'
),
user_phone
:
window
.
localStorage
.
getItem
(
'user_phone'
),
pagesize
:
10
,
pagesize
:
10
,
pagenum
:
vm
.
pagenum
,
pagenum
:
vm
.
pagenum
,
...
...
src/pages/contractCreate/create-base-info.vue
View file @
2c90628c
...
@@ -487,6 +487,7 @@ export default {
...
@@ -487,6 +487,7 @@ export default {
name
:
'CreateRentInfo'
,
name
:
'CreateRentInfo'
,
params
:
{
params
:
{
bp_agent_id
:
vm
.
bp_agent_id
,
bp_agent_id
:
vm
.
bp_agent_id
,
bp_name
:
vm
.
NPBaseInfo
.
bp_name
,
},
},
})
})
}
else
{
}
else
{
...
...
src/pages/contractCreate/create-enclosure-info.vue
View file @
2c90628c
...
@@ -685,6 +685,9 @@ export default {
...
@@ -685,6 +685,9 @@ export default {
}
}
}
}
}
}
.house:nth-of-type(2) {
margin-top: 0
}
.house:last-child {
.house:last-child {
margin-top: 0
margin-top: 0
}
}
...
...
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