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
0bbdd0a2
Commit
0bbdd0a2
authored
Mar 17, 2020
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
e61e7724
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
64 additions
and
37 deletions
+64
-37
channel-access/src/assets/css/company.scss
+18
-6
channel-access/src/views/fqembed/comapnylist.vue
+46
-31
No files found.
channel-access/src/assets/css/company.scss
View file @
0bbdd0a2
...
...
@@ -13,7 +13,7 @@
}
.el-tabs__item.is-active
{
color
:
#dfb76b
;
background
:
#
FAFAFA
;
background
:
#
fafafa
;
border-top
:
2px
solid
#dfb76b
;
}
...
...
@@ -22,10 +22,10 @@
width
:
140px
;
text-align
:
center
;
}
.el-table--enable-row-transition
.el-table__body
td
{
text-align
:
center
;
.el-table--enable-row-transition
.el-table__body
td
{
text-align
:
center
;
}
.el-tabs__item
:nth-child
(
1
)
{
.el-tabs__item
:nth-child
(
1
)
{
}
.el-tabs__item
:hover
{
color
:
#565656
;
...
...
@@ -37,7 +37,19 @@
font-weight
:
500
;
color
:
rgba
(
0
,
0
,
0
,
0
.85
);
}
.el-table
th
.is-leaf
{
background
:
#FAFAFA
;
.el-table
th
.is-leaf
{
background
:
#fafafa
;
}
.el-pagination.is-background
.el-pager
li
{
border-radius
:
2px
;
background
:
#fff
;
border
:
1px
solid
rgba
(
198
,
203
,
212
,
1
);
}
.el-pagination.is-background
.el-pager
li
:not
(
.disabled
)
.active
{
background
:
#DFB76B
;
color
:
#fff
;
}
.el-pagination.is-background
.el-pager
li
:not
(
.active
)
:hover
{
color
:
#DFB76B
;
}
}
channel-access/src/views/fqembed/comapnylist.vue
View file @
0bbdd0a2
...
...
@@ -127,6 +127,7 @@
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"currentPage2"
:page-size=
"100"
background
layout=
"prev, pager, next, jumper"
:total=
"1000"
></el-pagination>
...
...
@@ -255,6 +256,7 @@
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"currentPage2"
:page-size=
"100"
background
layout=
"prev, pager, next, jumper"
:total=
"1000"
></el-pagination>
...
...
@@ -445,40 +447,53 @@ export default {
}
},
created
()
{
req
.
post
(
"/api/web/action/icapi/springBoard"
,
{
actionType
:
"submitProgramme"
,
actionBody
:
{
needNo
:
"N202002141324bupnr8L"
,
solutionContent
:
{
bizType
:
"companyreg"
,
notes
:
"方案备注"
,
solution
:
{
//公司注册方案
entName
:
"公司名称"
,
province
:
"省"
,
city
:
"市"
,
taxpayerType
:
"纳税人类型"
,
entNature
:
"公司性质"
,
organizationType
:
"组织类型"
,
industry
:
"行业"
,
businessScope
:
"经营范围"
,
//云上公司注册方案
regPark
:
"注册园区"
,
regType
:
"注册类型"
,
productType
:
"产品类型"
let
baseURL
=
""
;
if
(
process
.
env
.
NODE_ENV
==
"development"
)
{
//开发环境
baseURL
=
"/api/web/action/icapi/springBoard"
;
}
else
if
(
process
.
env
.
NODE_ENV
==
"production"
)
{
//生产环境
baseURL
=
"/web/action/icapi/springBoard"
;
}
req
.
post
(
baseURL
,
{
actionType
:
"getProgrammeInfoByNeedNo"
,
actionBody
:
{
needNo
:
"N202002141324bupnr8L"
,
solutionContent
:
{
bizType
:
"companyreg"
,
notes
:
"方案备注"
,
solution
:
{
//公司注册方案
entName
:
"公司名称"
,
province
:
"省"
,
city
:
"市"
,
taxpayerType
:
"纳税人类型"
,
entNature
:
"公司性质"
,
organizationType
:
"组织类型"
,
industry
:
"行业"
,
businessScope
:
"经营范围"
,
//云上公司注册方案
regPark
:
"注册园区"
,
regType
:
"注册类型"
,
productType
:
"产品类型"
}
}
}
},
{
headers
:
{
token
:
"3260d5a2452441dd93ecc7ecb35f6dc0"
,
userpin
:
"39fcf7bc5f6c4e55a1f85d750e37316b"
}
}
},
{
headers
:
{
token
:
"3260d5a2452441dd93ecc7ecb35f6dc0"
,
userpin
:
"39fcf7bc5f6c4e55a1f85d750e37316b"
}
}
);
)
.
then
(
res
=>
{
console
.
log
(
res
);
});
}
};
</
script
>
...
...
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