Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
2ec12447
Commit
2ec12447
authored
Sep 15, 2021
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
组织架构相关调整&产品描述
parent
313e2db8
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
2 deletions
+15
-2
src/app/my/product-data/product-data.component.html
+8
-0
src/app/my/product-data/product-data.component.ts
+2
-0
src/app/my/recruiting-detail/recruiting-detail.component.html
+1
-1
src/app/my/recruiting-detail/recruiting-detail.component.ts
+4
-1
No files found.
src/app/my/product-data/product-data.component.html
View file @
2ec12447
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
</div>
</div>
</div>
</div>
<div
style=
"width: calc(100% + 30px); height: 8px;background: #f6f6f6;margin-left: -15px;"
></div>
<div
style=
"width: calc(100% + 30px); height: 8px;background: #f6f6f6;margin-left: -15px;"
></div>
<div
class=
"productDataContent"
>
<div
class=
"productDataContent"
>
<h3>
产品资料
</h3>
<h3>
产品资料
</h3>
<div>
<div>
...
@@ -26,4 +27,11 @@
...
@@ -26,4 +27,11 @@
</ul>
</ul>
</div>
</div>
</div>
</div>
<div
style=
"width: calc(100% + 30px); height: 8px;background: #f6f6f6;margin-left: -15px;"
></div>
<div>
<h3>
卖点描述
</h3>
<div
[
innerHTML
]="
sellingPointDescList
[
0
]['
fileDescription
']
|
safeHtml
"
*
ngIf=
"sellingPointDescList?.length"
></div>
<div
*
ngIf=
"!sellingPointDescList?.length"
>
该产品暂无卖点描述!
</div>
</div>
</div>
</div>
src/app/my/product-data/product-data.component.ts
View file @
2ec12447
...
@@ -14,6 +14,7 @@ export class ProductDataComponent implements OnInit {
...
@@ -14,6 +14,7 @@ export class ProductDataComponent implements OnInit {
planId
:
any
;
planId
:
any
;
posterUrl
:
any
;
posterUrl
:
any
;
posterInfo
:
any
;
posterInfo
:
any
;
sellingPointDescList
:
Array
<
any
>
;
constructor
(
private
router
:
Router
,
private
myService
:
MyService
,
private
activatedRoute
:
ActivatedRoute
,
private
_toast
:
ToastService
)
{
constructor
(
private
router
:
Router
,
private
myService
:
MyService
,
private
activatedRoute
:
ActivatedRoute
,
private
_toast
:
ToastService
)
{
}
}
...
@@ -35,6 +36,7 @@ export class ProductDataComponent implements OnInit {
...
@@ -35,6 +36,7 @@ export class ProductDataComponent implements OnInit {
if
(
this
.
posterInfo
[
0
]
&&
this
.
posterInfo
[
0
][
'fileInfos'
]){
if
(
this
.
posterInfo
[
0
]
&&
this
.
posterInfo
[
0
][
'fileInfos'
]){
this
.
posterUrl
=
this
.
posterInfo
[
0
][
'fileInfos'
][
'0'
][
'ossFilePath'
];
this
.
posterUrl
=
this
.
posterInfo
[
0
][
'fileInfos'
][
'0'
][
'ossFilePath'
];
}
}
this
.
sellingPointDescList
=
res
[
'data'
][
'sellingPointDescList'
];
}
else
{
}
else
{
const
toast
=
ToastService
.
show
(
`
${
res
[
'message'
]}
`
,
0
);
const
toast
=
ToastService
.
show
(
`
${
res
[
'message'
]}
`
,
0
);
setTimeout
(()
=>
{
setTimeout
(()
=>
{
...
...
src/app/my/recruiting-detail/recruiting-detail.component.html
View file @
2ec12447
...
@@ -174,7 +174,7 @@
...
@@ -174,7 +174,7 @@
[
disabled
]="
approveStatus
!=
null
&&
approveStatus
!=
-1
"
>
[
disabled
]="
approveStatus
!=
null
&&
approveStatus
!=
-1
"
>
<option
[
value
]=
null
>
请选择
</option>
<option
[
value
]=
null
>
请选择
</option>
<option
[
value
]="
branchItem
.
insurerBranchId
"
*
ngFor=
"let branchItem of branchList"
>
<option
[
value
]="
branchItem
.
insurerBranchId
"
*
ngFor=
"let branchItem of branchList"
>
{{branchItem.
branchN
ame}}
{{branchItem.
n
ame}}
</option>
</option>
</select>
</select>
</div>
</div>
...
...
src/app/my/recruiting-detail/recruiting-detail.component.ts
View file @
2ec12447
...
@@ -702,7 +702,10 @@ export class RecruitingDetailComponent implements OnInit {
...
@@ -702,7 +702,10 @@ export class RecruitingDetailComponent implements OnInit {
organizationQuery
(){
organizationQuery
(){
this
.
myService
.
organizationQuery
({
insurerId
:
888
}).
subscribe
((
res
)
=>
{
this
.
myService
.
organizationQuery
({
insurerId
:
888
}).
subscribe
((
res
)
=>
{
if
(
res
[
'success'
]){
if
(
res
[
'success'
]){
this
.
branchList
=
res
[
'data'
][
'insurerInfoList'
][
0
][
'insurerBranchInfoList'
];
const
reponse
=
res
[
'data'
][
'insurerInfoList'
]
this
.
branchList
=
reponse
[
0
][
'insurerBranchInfoList'
].
filter
((
item
)
=>
{
return
item
.
systemFlag
==
1
;
});
}
}
})
})
}
}
...
...
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