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
c2f132de
Commit
c2f132de
authored
Dec 27, 2019
by
786817560
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'
parent
0d3c9681
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
creat-rent-info.vue
src/pages/contractCreate/creat-rent-info.vue
+8
-1
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 @
c2f132de
...
...
@@ -277,6 +277,7 @@ export default {
pay_type_n
:
''
,
residual_value
:
''
,
division_n
:
''
,
division
:
''
,
finance_amount
:
''
,
},
}
...
...
@@ -435,7 +436,11 @@ export default {
if
(
vm
.
isComputed
)
{
let
url
=
process
.
env
.
basePath
+
'prj_product_info_save'
let
param
=
{
master
:
vm
.
productInfo
,
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
)
{
...
...
@@ -635,6 +640,7 @@ export default {
'&index'
+
`'
${
randomString
}
'`
let
param
=
{
division
:
vm
.
saveInfo
.
division
,
user_phone
:
window
.
localStorage
.
getItem
(
'user_phone'
),
pagesize
:
10
,
pagenum
:
vm
.
pagenumSearch
,
...
...
@@ -676,6 +682,7 @@ export default {
'&index'
+
`'
${
randomString
}
'`
let
param
=
{
division
:
vm
.
saveInfo
.
division
,
user_phone
:
window
.
localStorage
.
getItem
(
'user_phone'
),
pagesize
:
10
,
pagenum
:
vm
.
pagenum
,
...
...
src/pages/contractCreate/create-base-info.vue
View file @
c2f132de
...
...
@@ -517,6 +517,7 @@ export default {
name
:
'CreateRentInfo'
,
params
:
{
bp_agent_id
:
vm
.
bp_agent_id
,
bp_name
:
vm
.
NPBaseInfo
.
bp_name
,
},
})
}
else
{
...
...
src/pages/contractCreate/create-enclosure-info.vue
View file @
c2f132de
...
...
@@ -685,6 +685,9 @@ export default {
}
}
}
.house:nth-of-type(2) {
margin-top: 0
}
.house:last-child {
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