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
c623bff6
Commit
c623bff6
authored
Jan 02, 2020
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
4e5feb6b
Pipeline
#4423
canceled with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
contract-create-list.vue
src/pages/contractCreate/contract-create-list.vue
+1
-0
creat-rent-info.vue
src/pages/contractCreate/creat-rent-info.vue
+3
-2
sales-info.vue
src/pages/contractCreate/sales-info.vue
+1
-0
No files found.
src/pages/contractCreate/contract-create-list.vue
View file @
c623bff6
...
...
@@ -321,6 +321,7 @@ export default {
})
},
changeBase
(
item
)
{
window
.
localStorage
.
setItem
(
'bp_name_tenant'
,
item
.
bp_name
)
if
(
this
.
num
===
1
)
{
window
.
localStorage
.
setItem
(
'contractReadonly'
,
false
)
window
.
localStorage
.
setItem
(
'fromPage'
,
'list'
)
...
...
src/pages/contractCreate/creat-rent-info.vue
View file @
c623bff6
...
...
@@ -281,6 +281,7 @@ export default {
}, */
saveInfo
:
{
project_id
:
window
.
localStorage
.
project_id
,
bp_name
:
''
,
product_id
:
''
,
product_id_n
:
''
,
product_num
:
''
,
...
...
@@ -322,7 +323,6 @@ export default {
if
(
window
.
localStorage
.
contractReadonly
===
'true'
&&
this
.
fromPage
===
'list'
)
{
return
true
}
else
{
debugger
return
false
}
},
...
...
@@ -368,6 +368,7 @@ export default {
vm
.
calculeFlag
=
false
vm
.
salesEnter
=
vm
.
$route
.
params
.
salesEnter
vm
.
bp_agent_id
=
vm
.
$route
.
params
.
bp_agent_id
vm
.
saveInfo
.
bp_name
=
window
.
localStorage
.
bp_name_tenant
vm
.
saveTed
=
false
if
(
vm
.
fromPage
===
'sale'
)
{
vm
.
fromList
=
false
...
...
@@ -376,7 +377,7 @@ export default {
vm
.
rentInfoQuery
()
}
Object
.
keys
(
vm
.
saveInfo
).
forEach
(
i
=>
{
// 置空saveInfo
if
(
i
!==
'project_id'
)
{
if
(
i
!==
'project_id'
&&
i
!==
'bp_name'
)
{
vm
.
saveInfo
[
i
]
=
''
}
})
...
...
src/pages/contractCreate/sales-info.vue
View file @
c623bff6
...
...
@@ -447,6 +447,7 @@ export default {
this
.
showModal
=
false
window
.
localStorage
.
setItem
(
'bp_id_tenant'
,
this
.
salesInfo
.
bp_id_tenant
)
window
.
localStorage
.
setItem
(
'bp_class_tenant'
,
item
.
bp_class
)
window
.
localStorage
.
setItem
(
'bp_name_tenant'
,
item
.
bp_name
)
},
hideModal
()
{
this
.
showModal
=
false
...
...
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