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
93362a6a
Commit
93362a6a
authored
Jan 02, 2020
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'liuxin' into develop
parents
7a3048af
511725c0
Pipeline
#4419
canceled with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
80 additions
and
30 deletions
+80
-30
creat-rent-info.vue
src/pages/contractCreate/creat-rent-info.vue
+1
-0
create-base-info.vue
src/pages/contractCreate/create-base-info.vue
+59
-23
create-enclosure-info.vue
src/pages/contractCreate/create-enclosure-info.vue
+18
-5
add-car.vue
src/pages/contractStart/add-car.vue
+2
-2
No files found.
src/pages/contractCreate/creat-rent-info.vue
View file @
93362a6a
...
...
@@ -322,6 +322,7 @@ export default {
if
(
window
.
localStorage
.
contractReadonly
===
'true'
&&
this
.
fromPage
===
'list'
)
{
return
true
}
else
{
debugger
return
false
}
},
...
...
src/pages/contractCreate/create-base-info.vue
View file @
93362a6a
...
...
@@ -276,24 +276,39 @@
<img
v-if=
"!fromPutted"
src=
"@/assets/contractCreate/add.png"
@
click=
"addPerson"
>
</div>
</div>
<item-option
v-for=
"(item,index) in selectUdertake"
:key=
"index"
class=
"mySlider"
>
<list-item
:item-height=
"68"
>
<item>
<span
slot=
"left-icon"
class=
"left-icon"
>
{{
index
+
1
}}
</span>
<div
slot=
"name"
>
担保人
{{
index
+
1
}}
姓名
<br
>
证件号
</div>
<div
slot=
"content"
>
<input
v-model=
"item.bp_name"
placeholder=
"暂无信息"
readonly
>
<input
v-model=
"item.id_card_no"
placeholder=
"暂无信息"
readonly
>
</div>
</item>
</list-item>
<div
slot=
"buttons"
>
<option-button
type=
"warn"
text
@
click
.
native=
"deleteFun(item)"
/>
</div>
</item-option>
<div
v-if=
"!fromPutted"
>
<item-option
v-for=
"(item,index) in selectUdertake"
:key=
"index"
class=
"mySlider"
>
<list-item
:item-height=
"68"
>
<item>
<span
slot=
"left-icon"
class=
"left-icon"
>
{{
index
+
1
}}
</span>
<div
slot=
"name"
>
担保人
{{
index
+
1
}}
姓名
<br
>
证件号
</div>
<div
slot=
"content"
>
<input
v-model=
"item.bp_guta_name"
placeholder=
"暂无信息"
readonly
>
<input
v-model=
"item.id_card_no"
placeholder=
"暂无信息"
readonly
>
</div>
</item>
</list-item>
<div
slot=
"buttons"
>
<option-button
type=
"warn"
text
@
click
.
native=
"deleteFun(item)"
/>
</div>
</item-option>
</div>
<list-item
v-if=
"fromPutted"
:item-height=
"68"
>
<item
v-for=
"(item,index) in selectUdertake"
:key=
"index"
>
<span
slot=
"left-icon"
class=
"left-icon"
>
{{
index
+
1
}}
</span>
<div
slot=
"name"
>
担保人
{{
index
+
1
}}
姓名
<br
>
证件号
</div>
<div
slot=
"content"
>
<input
v-model=
"item.bp_guta_name"
placeholder=
"暂无信息"
readonly
>
<input
v-model=
"item.id_card_no"
placeholder=
"暂无信息"
readonly
>
</div>
</item>
</list-item>
</h-content>
<bottom-tab
class=
"add-box"
>
<tab-button
class=
"before"
@
click
.
native=
"$routeGo()"
>
上一步
</tab-button>
...
...
@@ -321,7 +336,7 @@ export default {
bp_agent_id
:
''
,
pageNum
:
1
,
pageNumSearch
:
1
,
status
:
window
.
localStorage
.
contractReadonly
,
status
:
''
,
// 是否为已提交
BussinessSituationList
:
[],
// 行业情况
jobSituationList
:
[],
// 职业情况
houseInfonList
:
[],
// 房产信息
...
...
@@ -365,6 +380,26 @@ export default {
},
immediate
:
true
,
},
'saveInfo.abc_deduction_flag'
:
{
handler
(
newVal
,
oldVal
)
{
if
(
newVal
===
'N'
)
{
this
.
checked
=
false
}
else
if
(
newVal
===
'Y'
)
{
this
.
checked
=
true
}
},
immediate
:
true
,
},
'saveInfo.special_flag'
:
{
handler
(
newVal
,
oldVal
)
{
if
(
newVal
===
'N'
)
{
this
.
checkedApproved
=
false
}
else
if
(
newVal
===
'Y'
)
{
this
.
checkedApproved
=
true
}
},
immediate
:
true
,
},
'checkedApproved'
:
{
handler
(
newVal
,
oldVal
)
{
if
(
newVal
===
false
)
{
...
...
@@ -384,20 +419,21 @@ export default {
vm
.
salesEnter
=
''
vm
.
saveTed
=
false
vm
.
showModalValue
=
false
vm
.
checked
=
false
// 农行代扣
vm
.
checkedApproved
=
false
// 是否特批
vm
.
pageNum
=
1
vm
.
pageNumSearch
=
1
vm
.
undertakeList
=
[]
vm
.
bp_class
=
window
.
localStorage
.
bp_class_tenant
vm
.
status
=
window
.
localStorage
.
contractReadonly
vm
.
saveInfo
[
'project_id'
]
=
window
.
localStorage
.
project_id
// 重新赋值,防止缓存
if
(
from
.
name
===
'SalesInfo'
)
{
vm
.
salesEnter
=
'SalesInfo'
vm
.
fromPutted
=
false
vm
.
checked
=
false
// 农行代扣
vm
.
checkedApproved
=
false
// 是否特批
Object
.
keys
(
vm
.
saveInfo
).
forEach
(
i
=>
{
if
(
i
!==
'project_id'
&&
i
!==
'bp_id'
&&
i
!==
'bp_class'
&&
i
!==
'abc_deduction_flag'
&&
i
!==
'special_flag'
)
{
vm
.
saveInfo
[
i
]
=
''
}
else
if
(
i
===
'abc_deduction_flag'
&&
i
===
'special_flag'
)
{
}
else
if
(
i
===
'abc_deduction_flag'
||
i
===
'special_flag'
)
{
vm
.
saveInfo
[
i
]
=
'N'
}
else
if
(
i
===
'bp_id'
)
{
vm
.
saveInfo
[
i
]
=
window
.
localStorage
.
bp_id_tenant
...
...
@@ -823,7 +859,7 @@ export default {
deleteFun
(
e
)
{
let
deleteIndex
this
.
selectUdertake
.
forEach
((
i
,
index
,
arr
)
=>
{
if
(
arr
[
index
].
bp_name
.
indexOf
(
e
.
bp_name
)
!==
-
1
)
{
if
(
arr
[
index
].
bp_name
.
indexOf
(
e
.
bp_
guta_
name
)
!==
-
1
)
{
deleteIndex
=
index
}
})
...
...
src/pages/contractCreate/create-enclosure-info.vue
View file @
93362a6a
...
...
@@ -101,7 +101,7 @@
</h-content>
<bottom-tab
class=
"add-box"
>
<tab-button
class=
"before"
@
click
.
native=
"handSave"
>
保存
</tab-button>
<tab-button
class=
"next"
@
click
.
native=
"
handle
Submit"
>
提交
</tab-button>
<tab-button
class=
"next"
@
click
.
native=
"
is
Submit"
>
提交
</tab-button>
</bottom-tab>
</h-view>
</
template
>
...
...
@@ -500,23 +500,36 @@ export default {
handSave
()
{
hlsPopup
.
showLongCenter
(
'保存成功!'
)
},
isSubmit
()
{
let
vm
=
this
this
.
hlsPopup
.
showConfirm
({
title
:
'提示'
,
content
:
'您确定提交吗?'
,
onConfirm
:
data
=>
{
if
(
data
===
1
)
{
this
.
handleSubmit
()
}
},
})
},
// 项目提交审批
handleSubmit
()
{
let
vm
=
this
let
url
=
process
.
env
.
basePath
+
'prj_project_submit'
let
param
=
{
project_id
:
window
.
localStorage
.
project_id
,
phone
:
window
.
localStorage
.
getItem
(
'user_phone'
),
phone
:
window
.
localStorage
.
getItem
(
'user_phone'
),
}
vm
.
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
console
.
log
(
'项目提交审批'
,
res
)
if
(
res
.
result
===
'S'
)
{
vm
.
hlsPopup
.
showSuccess
(
'提交成功'
)
vm
.
$router
.
push
({
name
:
'
MyInfo
'
,
name
:
'
ContractCreateList
'
,
})
// vm.showLists = res.lists
}
else
{
vm
.
hlsPopup
.
showLongCenter
(
res
.
message
)
}
})
},
...
...
src/pages/contractStart/add-car.vue
View file @
93362a6a
...
...
@@ -472,11 +472,11 @@ export default {
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S
'
)
{
if
(
res
.
code
===
'00
'
)
{
vm
.
hlsPopup
.
showSuccess
(
'保存成功'
)
vm
.
getEquipment
()
setTimeout
(()
=>
{
vm
.
downNum
=
false
vm
.
getEquipment
()
},
2000
)
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
...
...
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