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
81b7122f
Commit
81b7122f
authored
Dec 17, 2019
by
786817560
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'用户绑定通用文件修改,input框修改'
parent
d93c3caf
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
135 additions
and
31 deletions
+135
-31
contract-records.vue
src/pages/contractInquire/contract-records.vue
+16
-1
contract-signing.vue
src/pages/contractSigning/contract-signing.vue
+16
-2
contract-list.vue
src/pages/distributorSign/contract-list.vue
+14
-0
financing-trial.vue
src/pages/financingTrial/financing-trial.vue
+16
-2
my-product-list.Vue
src/pages/myProductCollection/my-product-list.Vue
+15
-1
product-list.vue
src/pages/productQuery/product-list.vue
+15
-1
query-home.vue
src/pages/productQuery/query-home.vue
+16
-2
enclosure.vue
src/pages/userBindNew/org/enclosure.vue
+27
-22
No files found.
src/pages/contractInquire/contract-records.vue
View file @
81b7122f
<!--
<!--
* @Author: your name
* @Author: your name
* @Date: 2019-10-31 09:49:57
* @Date: 2019-10-31 09:49:57
* @LastEditTime: 2019-12-
05 14:53:37
* @LastEditTime: 2019-12-
17 11:25:28
* @LastEditors: Please set LastEditors
* @LastEditors: Please set LastEditors
* @Description: 合同查询--记录
* @Description: 合同查询--记录
* @FilePath:
* @FilePath:
...
@@ -522,6 +522,7 @@ export default {
...
@@ -522,6 +522,7 @@ export default {
padding-left: 12px;
padding-left: 12px;
border-radius: 4px;
border-radius: 4px;
height: 36px;
height: 36px;
line-height: 36px;
width: 100%;
width: 100%;
font-family: PingFangSC-Regular;
font-family: PingFangSC-Regular;
font-size: 14px;
font-size: 14px;
...
@@ -766,6 +767,20 @@ export default {
...
@@ -766,6 +767,20 @@ export default {
.scrollContent {
.scrollContent {
padding-top: 3.8rem;
padding-top: 3.8rem;
}
}
.search {
input {
background: url("../../assets/contractStart/search1.png") 320px
no-repeat;
background-size: 16px 16px;
background-color: rgba(239, 239, 239, 0.55);
padding: 8px 12px;
border-radius: 4px;
width: 100%;
font-family: PingFangSC-Regular;
font-size: 14px;
color: #888c8f;
}
}
}
}
}
}
}
}
...
...
src/pages/contractSigning/contract-signing.vue
View file @
81b7122f
<!--
<!--
* @Author: your name
* @Author: your name
* @Date: 2019-09-29 10:02:11
* @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-12-
06 10:54:1
4
* @LastEditTime: 2019-12-
17 11:23:2
4
* @LastEditors: Please set LastEditors
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @Description: In User Settings Edit
-->
-->
...
@@ -405,7 +405,7 @@ export default {
...
@@ -405,7 +405,7 @@ export default {
font-family: PingFangSC-Regular;
font-family: PingFangSC-Regular;
font-size: 14px;
font-size: 14px;
color: #888C8F;
color: #888C8F;
//
line-height: 36px;
line-height: 36px;
background: url("../../assets/contractStart/search1.png") 320px no-repeat;
background: url("../../assets/contractStart/search1.png") 320px no-repeat;
background-size: 16px 16px;
background-size: 16px 16px;
background-color: rgba(239, 239, 239, 0.55);
background-color: rgba(239, 239, 239, 0.55);
...
@@ -531,6 +531,20 @@ export default {
...
@@ -531,6 +531,20 @@ export default {
.scrollContent {
.scrollContent {
padding-top: 4.2rem;
padding-top: 4.2rem;
}
}
.search {
input {
background: url("../../assets/contractStart/search1.png") 320px
no-repeat;
background-size: 16px 16px;
background-color: rgba(239, 239, 239, 0.55);
padding: 8px 12px;
border-radius: 4px;
width: 100%;
font-family: PingFangSC-Regular;
font-size: 14px;
color: #888c8f;
}
}
}
}
}
}
}
}
...
...
src/pages/distributorSign/contract-list.vue
View file @
81b7122f
...
@@ -508,6 +508,20 @@ export default {
...
@@ -508,6 +508,20 @@ export default {
.scrollContent {
.scrollContent {
padding-top: 4.08rem;
padding-top: 4.08rem;
}
}
.search {
input {
background: url("../../assets/contractStart/search1.png") 320px
no-repeat;
background-size: 16px 16px;
background-color: rgba(239, 239, 239, 0.55);
padding: 8px 12px;
border-radius: 4px;
width: 100%;
font-family: PingFangSC-Regular;
font-size: 14px;
color: #888c8f;
}
}
}
}
}
}
}
}
...
...
src/pages/financingTrial/financing-trial.vue
View file @
81b7122f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Descrip 融资试算
* @Descrip 融资试算
* @Author: your name
* @Author: your name
* @Date: 2019-09-29 17:09:49
* @Date: 2019-09-29 17:09:49
* @LastEditTime: 2019-12-
06 15:14:53
* @LastEditTime: 2019-12-
17 11:21:41
* @LastEditors: Please set LastEditors
* @LastEditors: Please set LastEditors
-->
-->
<
template
>
<
template
>
...
@@ -308,7 +308,7 @@ export default {
...
@@ -308,7 +308,7 @@ export default {
font-family: PingFangSC-Regular;
font-family: PingFangSC-Regular;
font-size: 14px;
font-size: 14px;
color: #888C8F;
color: #888C8F;
//
line-height: 36px;
line-height: 36px;
}
}
input::placeholder {
input::placeholder {
...
@@ -435,6 +435,20 @@ export default {
...
@@ -435,6 +435,20 @@ export default {
.scrollContent {
.scrollContent {
padding-top: 2.72rem;
padding-top: 2.72rem;
}
}
.search {
input {
background: url("../../assets/contractStart/search1.png") 320px
no-repeat;
background-size: 16px 16px;
background-color: rgba(239, 239, 239, 0.55);
padding: 8px 12px;
border-radius: 4px;
width: 100%;
font-family: PingFangSC-Regular;
font-size: 14px;
color: #888c8f;
}
}
}
}
}
}
}
}
...
...
src/pages/myProductCollection/my-product-list.Vue
View file @
81b7122f
...
@@ -226,7 +226,7 @@ export default {
...
@@ -226,7 +226,7 @@ export default {
font-family: PingFangSC-Regular;
font-family: PingFangSC-Regular;
font-size: 14px;
font-size: 14px;
color: #888C8F;
color: #888C8F;
//
line-height: 36px;
line-height: 36px;
}
}
input::placeholder {
input::placeholder {
...
@@ -341,6 +341,20 @@ export default {
...
@@ -341,6 +341,20 @@ export default {
.scrollContent {
.scrollContent {
padding-top: 3.1rem;
padding-top: 3.1rem;
}
}
.search {
input {
background: url("../../assets/contractStart/search1.png") 320px
no-repeat;
background-size: 16px 16px;
background-color: rgba(239, 239, 239, 0.55);
padding: 8px 12px;
border-radius: 4px;
width: 100%;
font-family: PingFangSC-Regular;
font-size: 14px;
color: #888c8f;
}
}
}
}
}
}
}
}
...
...
src/pages/productQuery/product-list.vue
View file @
81b7122f
...
@@ -219,7 +219,7 @@ export default {
...
@@ -219,7 +219,7 @@ export default {
font-family: PingFangSC-Regular;
font-family: PingFangSC-Regular;
font-size: 14px;
font-size: 14px;
color: #21254c;
color: #21254c;
//
line-height: 36px;
line-height: 36px;
border-radius: 4px;
border-radius: 4px;
background: url("../../assets/contractStart/search1.png") 320px no-repeat;
background: url("../../assets/contractStart/search1.png") 320px no-repeat;
background-size: 16px 16px;
background-size: 16px 16px;
...
@@ -339,6 +339,20 @@ export default {
...
@@ -339,6 +339,20 @@ export default {
.scrollContent {
.scrollContent {
padding-top: 2.72rem;
padding-top: 2.72rem;
}
}
.search {
input {
background: url("../../assets/contractStart/search1.png") 320px
no-repeat;
background-size: 16px 16px;
background-color: rgba(239, 239, 239, 0.55);
padding: 8px 12px;
border-radius: 4px;
width: 100%;
font-family: PingFangSC-Regular;
font-size: 14px;
color: #888c8f;
}
}
}
}
}
}
}
}
...
...
src/pages/productQuery/query-home.vue
View file @
81b7122f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Descrip: 查询首页
* @Descrip: 查询首页
* @Author: your name
* @Author: your name
* @Date: 2019-10-15 14:30:00
* @Date: 2019-10-15 14:30:00
* @LastEditTime: 2019-1
1-22 09:45:40
* @LastEditTime: 2019-1
2-17 11:27:19
* @LastEditors: Please set LastEditors
* @LastEditors: Please set LastEditors
-->
-->
<
template
>
<
template
>
...
@@ -231,7 +231,7 @@ export default {
...
@@ -231,7 +231,7 @@ export default {
font-family: PingFangSC-Regular;
font-family: PingFangSC-Regular;
font-size: 14px;
font-size: 14px;
color: #21254c;
color: #21254c;
//
line-height: 36px;
line-height: 36px;
border-radius: 4px;
border-radius: 4px;
background: url("../../assets/contractStart/search1.png") 320px no-repeat;
background: url("../../assets/contractStart/search1.png") 320px no-repeat;
background-size: 16px 16px;
background-size: 16px 16px;
...
@@ -378,6 +378,20 @@ export default {
...
@@ -378,6 +378,20 @@ export default {
.scrollContent {
.scrollContent {
padding-top: 2.72rem;
padding-top: 2.72rem;
}
}
.search {
input {
background: url("../../assets/contractStart/search1.png") 320px
no-repeat;
background-size: 16px 16px;
background-color: rgba(239, 239, 239, 0.55);
padding: 8px 12px;
border-radius: 4px;
width: 100%;
font-family: PingFangSC-Regular;
font-size: 14px;
color: #888c8f;
}
}
}
}
}
}
}
}
...
...
src/pages/userBindNew/org/enclosure.vue
View file @
81b7122f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Description: 附件信息
* @Description: 附件信息
* @Author: your name
* @Author: your name
* @Date: 2019-09-20 09:35:11
* @Date: 2019-09-20 09:35:11
* @LastEditTime: 2019-12-1
6 17:55:43
* @LastEditTime: 2019-12-1
7 14:24:15
* @LastEditors: Please set LastEditors
* @LastEditors: Please set LastEditors
-->
-->
<
template
>
<
template
>
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
</h-header>
</h-header>
<h-content>
<h-content>
<div
v-for=
"(list, index) in cddItemList"
:key=
"index"
class=
"card2"
>
<div
v-for=
"(list, index) in cddItemList"
:key=
"index"
class=
"card2"
>
<span>
{{
list
.
description
}}
</span>
<span
class=
"descript-color"
>
{{
list
.
description
}}
</span>
<div
class=
"img-content"
>
<div
class=
"img-content"
>
<!-- 房产 -->
<!-- 房产 -->
<div
v-if=
"list.cdd_item==='HOUSE_CARD'"
>
<div
v-if=
"list.cdd_item==='HOUSE_CARD'"
>
...
@@ -136,7 +136,7 @@
...
@@ -136,7 +136,7 @@
</list-item>
</list-item>
</div>
</div>
<!-- 不动产 -->
<!-- 不动产 -->
<
!--
<
div
v-if=
"list.cdd_item==='REAL_EST_CERTIFICATE'"
>
<div
v-if=
"list.cdd_item==='REAL_EST_CERTIFICATE'"
>
<div
v-if=
"!propertyImg"
class=
"card-upload plus"
@
click=
"ocrShow(list.cdd_item, '')"
>
<div
v-if=
"!propertyImg"
class=
"card-upload plus"
@
click=
"ocrShow(list.cdd_item, '')"
>
<img
src=
"@/assets/userBind/camera.png"
class=
"upload-btn"
>
<img
src=
"@/assets/userBind/camera.png"
class=
"upload-btn"
>
</div>
</div>
...
@@ -148,8 +148,8 @@
...
@@ -148,8 +148,8 @@
<div
v-if=
"propertyImg&&!isApproved"
class=
"card-upload"
>
<div
v-if=
"propertyImg&&!isApproved"
class=
"card-upload"
>
<img
:src=
"propertyImg"
@
click=
"ocrShow(list.cdd_item, '')"
>
<img
:src=
"propertyImg"
@
click=
"ocrShow(list.cdd_item, '')"
>
</div>
</div>
</div>
-->
</div>
<
!--
<
div
v-if=
"list.cdd_item==='REAL_EST_CERTIFICATE'"
>
<div
v-if=
"list.cdd_item==='REAL_EST_CERTIFICATE'"
>
<list-item
:item-height=
"44"
class=
"card-Info"
>
<list-item
:item-height=
"44"
class=
"card-Info"
>
<item>
<item>
<div
slot=
"name"
>
权利人
</div>
<div
slot=
"name"
>
权利人
</div>
...
@@ -228,7 +228,7 @@
...
@@ -228,7 +228,7 @@
<input
slot=
"content"
v-model=
"propertyInfo.right_others"
placeholder=
"识别不动产权证自动填充"
>
<input
slot=
"content"
v-model=
"propertyInfo.right_others"
placeholder=
"识别不动产权证自动填充"
>
</item>
</item>
</list-item>
</list-item>
</div>
-->
</div>
<!-- 车辆 -->
<!-- 车辆 -->
<div
v-if=
"list.cdd_item==='CAR_CARD'"
>
<div
v-if=
"list.cdd_item==='CAR_CARD'"
>
<div
v-if=
"!carImg"
class=
"card-upload plus"
@
click=
"ocrShow(list.cdd_item, '')"
>
<div
v-if=
"!carImg"
class=
"card-upload plus"
@
click=
"ocrShow(list.cdd_item, '')"
>
...
@@ -326,7 +326,7 @@
...
@@ -326,7 +326,7 @@
</div>
</div>
</div>
</div>
<!--从服务器上下载的图片-->
<!--从服务器上下载的图片-->
<div
v-for=
"(pic, index) in dowload_list
[0]
"
:key=
"index"
>
<div
v-for=
"(pic, index) in dowload_list"
:key=
"index"
>
<div
v-if=
"pic.check_id==list.check_id"
:key=
"index"
class=
"card-upload"
>
<div
v-if=
"pic.check_id==list.check_id"
:key=
"index"
class=
"card-upload"
>
<img
:src=
"pic.url"
@
click=
"showBigPicture(pic.url)"
>
<img
:src=
"pic.url"
@
click=
"showBigPicture(pic.url)"
>
<div
class=
"close"
@
click=
"delete_pic(pic.attachment_id)"
>
<div
class=
"close"
@
click=
"delete_pic(pic.attachment_id)"
>
...
@@ -759,6 +759,7 @@ export default {
...
@@ -759,6 +759,7 @@ export default {
})
})
vm
.
cddItemList
=
res
.
lists
.
filter
(
item
=>
{
return
item
.
cdd_item
===
'HOUSE_CARD'
||
item
.
cdd_item
===
'CAR_CARD'
||
item
.
cdd_item
===
'ASSETS_CARD'
||
item
.
cdd_item
===
'REAL_EST_CERTIFICATE'
})
vm
.
cddItemList
=
res
.
lists
.
filter
(
item
=>
{
return
item
.
cdd_item
===
'HOUSE_CARD'
||
item
.
cdd_item
===
'CAR_CARD'
||
item
.
cdd_item
===
'ASSETS_CARD'
||
item
.
cdd_item
===
'REAL_EST_CERTIFICATE'
})
// 查询图片
// 查询图片
console
.
log
(
'cddItemList.........'
,
vm
.
cddItemList
)
vm
.
cddItemList
.
forEach
((
item
,
index
)
=>
{
vm
.
cddItemList
.
forEach
((
item
,
index
)
=>
{
vm
.
load_picture
(
item
.
check_id
,
index
,
item
.
cdd_item
)
vm
.
load_picture
(
item
.
check_id
,
index
,
item
.
cdd_item
)
})
})
...
@@ -767,6 +768,7 @@ export default {
...
@@ -767,6 +768,7 @@ export default {
},
},
load_picture
(
check_id
,
index
,
cdd_item
)
{
load_picture
(
check_id
,
index
,
cdd_item
)
{
console
.
log
(
check_id
,
cdd_item
)
let
vm
=
this
let
vm
=
this
let
url
=
process
.
env
.
basePath
+
'attachment_list_query'
+
'&index'
+
index
// 附件查询
let
url
=
process
.
env
.
basePath
+
'attachment_list_query'
+
'&index'
+
index
// 附件查询
let
param
=
{
let
param
=
{
...
@@ -776,6 +778,7 @@ export default {
...
@@ -776,6 +778,7 @@ export default {
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
if
(
res
.
result
===
'S'
)
{
console
.
log
(
'load_picture....1111 '
,
res
.
lists
)
res
.
lists
.
forEach
(
item
=>
{
res
.
lists
.
forEach
(
item
=>
{
item
[
'url'
]
=
process
.
env
.
filePath
+
'attachment_id='
+
item
.
attachment_id
+
'&access_token='
+
window
.
localStorage
.
access_token
item
[
'url'
]
=
process
.
env
.
filePath
+
'attachment_id='
+
item
.
attachment_id
+
'&access_token='
+
window
.
localStorage
.
access_token
})
})
...
@@ -792,8 +795,13 @@ export default {
...
@@ -792,8 +795,13 @@ export default {
}
}
vm
.
carAttachmentId
=
res
.
lists
[
0
].
attachment_id
vm
.
carAttachmentId
=
res
.
lists
[
0
].
attachment_id
break
break
case
'ASSETS_CARD'
:
console
.
log
(
'ASSETS_CARD............'
,
res
.
lists
)
vm
.
dowload_list
=
[...
res
.
lists
]
break
default
:
default
:
vm
.
dowload_list
.
push
(
res
.
lists
)
// vm.dowload_list.push(res.lists[0])
// console.log('dowload_list.............', vm.dowload_list)
}
}
}
else
{
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
hlsPopup
.
showLongCenter
(
res
.
message
)
...
@@ -802,6 +810,7 @@ export default {
...
@@ -802,6 +810,7 @@ export default {
},
},
// 图片上传入口
// 图片上传入口
imgUploadShow
(
description
,
check_id
)
{
imgUploadShow
(
description
,
check_id
)
{
console
.
log
(
description
,
check_id
)
let
vm
=
this
let
vm
=
this
hlsPopup
.
showActionSheet
({
hlsPopup
.
showActionSheet
({
titleText
:
'请选择照片'
,
titleText
:
'请选择照片'
,
...
@@ -902,8 +911,9 @@ export default {
...
@@ -902,8 +911,9 @@ export default {
},
},
remove_upload_list
(
attachment_id
,
index
)
{
remove_upload_list
(
attachment_id
,
index
)
{
let
vm
=
this
let
vm
=
this
vm
.
upload_list
.
remove
(
index
)
vm
.
upload_list
=
vm
.
upload_list
.
filter
(
item
=>
{
return
item
.
attachment_id
!==
attachment_id
})
vm
.
upload_list
.
sort
()
// vm.upload_list.remove(index)
// vm.upload_list.sort()
},
},
// 删除图片
// 删除图片
delete_pic
(
attachment_id
)
{
delete_pic
(
attachment_id
)
{
...
@@ -927,18 +937,11 @@ export default {
...
@@ -927,18 +937,11 @@ export default {
})
})
},
},
remove_dowload_list
(
attachment_id
)
{
remove_dowload_list
(
attachment_id
)
{
console
.
log
(
'attachment_id'
,
attachment_id
)
let
vm
=
this
let
vm
=
this
for
(
let
i
=
0
;
i
<
vm
.
dowload_list
.
length
;
i
++
)
{
vm
.
dowload_list
=
vm
.
dowload_list
.
filter
(
item
=>
{
let
list
=
vm
.
dowload_list
[
i
]
return
item
.
attachment_id
!==
attachment_id
for
(
let
j
=
0
;
j
<
list
.
length
;
j
++
)
{
})
let
li
=
list
[
j
]
if
(
parseFloat
(
li
.
attachment_id
)
===
parseFloat
(
attachment_id
))
{
list
.
remove
(
j
)
break
}
}
}
vm
.
dowload_list
.
sort
()
},
},
// 图片保存
// 图片保存
save_picture
(
list
)
{
save_picture
(
list
)
{
...
@@ -1018,7 +1021,9 @@ export default {
...
@@ -1018,7 +1021,9 @@ export default {
background-color: #fff;
background-color: #fff;
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
.descript-color {
color: #1D3FFF
}
span {
span {
color: #656464;
color: #656464;
font-size: 13px;
font-size: 13px;
...
...
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