Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
蒋勇
zhichan
Commits
a903c932
Commit
a903c932
authored
Mar 18, 2020
by
刘泽奇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'channel-access' of gitlab.gongsibao.com:jiangyong/zhichan into channel-access
parents
9cb743b9
15c12b42
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
13 deletions
+9
-13
channel-access/src/views/fqembed/companylist.vue
+9
-13
No files found.
channel-access/src/views/fqembed/companylist.vue
View file @
a903c932
...
@@ -7,9 +7,9 @@
...
@@ -7,9 +7,9 @@
<companysub
/>
<companysub
/>
</el-dialog>
</el-dialog>
<el-dialog
title=
"公司注册方案"
:visible
.
sync=
"companyDetailDialog"
width=
"60%"
center
>
<el-dialog
title=
"公司注册方案"
:visible
.
sync=
"companyDetailDialog"
width=
"60%"
center
>
<Companydetail
:no=
"detailsNeedNo"
@
companyAddDone=
"closeCompanyAddDialog"
/>
<Companydetail
:no=
"detailsNeedNo"
@
companyAddDone=
"closeCompanyAddDialog"
/>
</el-dialog>
</el-dialog>
<div
class=
"company-find"
>
<div
class=
"company-find"
>
<div
class=
"box"
>
<div
class=
"box"
>
<div>
方案编号:
</div>
<div>
方案编号:
</div>
...
@@ -125,7 +125,6 @@
...
@@ -125,7 +125,6 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
</div>
</div>
<div
class=
"block"
>
<div
class=
"block"
>
<el-pagination
<el-pagination
...
@@ -140,10 +139,7 @@
...
@@ -140,10 +139,7 @@
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"云上公司注册"
name=
"2"
>
<el-tab-pane
label=
"云上公司注册"
name=
"2"
>
<el-dialog
title=
"云上公司注册方案"
:visible
.
sync=
"cloudCompanyAddDialog"
width=
"60%"
center
>
<el-dialog
title=
"云上公司注册方案"
:visible
.
sync=
"cloudCompanyAddDialog"
width=
"60%"
center
>
<Cloudcompany
@
cloudAddDone=
"closeCloudCompanyAddDialog"
></Cloudcompany>
<Cloudcompany
@
cloudAddDone=
"closeCloudCompanyAddDialog"
:no=
"detailsNeedNo"
></Cloudcompany>
</el-dialog>
<el-dialog
title=
"云上公司注册方案"
:visible
.
sync=
"cloudDetailDialog"
width=
"60%"
center
>
<Clouddetails
:no=
"detailsNeedNo"
></Clouddetails>
</el-dialog>
</el-dialog>
<div
class=
"company-find"
>
<div
class=
"company-find"
>
<div
class=
"box"
>
<div
class=
"box"
>
...
@@ -486,7 +482,7 @@ export default {
...
@@ -486,7 +482,7 @@ export default {
}
}
this
.
getListData
();
this
.
getListData
();
},
},
toDetails
(
idx
,
row
)
{
toDetails
(
idx
,
row
)
{
console
.
log
(
row
,
"////////////////////////////"
);
console
.
log
(
row
,
"////////////////////////////"
);
this
.
detailsNeedNo
=
row
.
needNo
;
this
.
detailsNeedNo
=
row
.
needNo
;
...
@@ -534,13 +530,13 @@ export default {
...
@@ -534,13 +530,13 @@ export default {
},
},
dotColor
(
status
)
{
dotColor
(
status
)
{
switch
(
status
)
{
switch
(
status
)
{
case
'dqr'
:
case
"dqr"
:
return
`hold`
;
return
`hold`
;
break
;
break
;
case
'ywc'
:
case
"ywc"
:
return
`done`
;
return
`done`
;
break
;
break
;
case
'yzf'
:
case
"yzf"
:
return
`cancellation`
;
return
`cancellation`
;
break
;
break
;
}
}
...
@@ -670,7 +666,7 @@ export default {
...
@@ -670,7 +666,7 @@ export default {
//生产环境
//生产环境
this
.
baseURL
=
"/web/action/icapi/springBoard"
;
this
.
baseURL
=
"/web/action/icapi/springBoard"
;
}
}
console
.
log
(
JSON
.
parse
(
this
.
$route
.
query
.
data
));
//
console.log(JSON.parse(this.$route.query.data));
},
},
mounted
()
{
mounted
()
{
this
.
getListData
();
this
.
getListData
();
...
...
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