Commit b4494084 by 尹亚亭

Merge branch 'channel-access' of gitlab.gongsibao.com:jiangyong/zhichan into channel-access

parents 983da745 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;
}
}
......@@ -6,24 +6,23 @@
<el-dialog title="公司注册方案" :visible.sync="companyAddDialog" width="60%" center>
<companysub />
</el-dialog>
<div class="company-find">
<div class="box">
<div>方案编号:</div>
<div>
<el-input v-model="input" placeholder="请输入内容"></el-input>
<el-input v-model="schemeNo" placeholder="请输入内容"></el-input>
</div>
</div>
<div class="box">
<div>服务单号:</div>
<div>
<el-input v-model="input" placeholder="请输入内容"></el-input>
<el-input v-model="serviceNo" placeholder="请输入内容"></el-input>
</div>
</div>
<div class="box">
<div>公司名称:</div>
<div>
<el-input v-model="input" placeholder="请输入内容"></el-input>
<el-input v-model="entName" placeholder="请输入内容"></el-input>
</div>
</div>
<div class="box">
......@@ -122,16 +121,17 @@
<Companydetail />
</el-dialog>
</div>
<!-- <div class="block">
<div class="block">
<el-pagination
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page.sync="currentPage3"
:current-page.sync="currentPage2"
:page-size="100"
background
layout="prev, pager, next, jumper"
:total="1000"
></el-pagination>
</div>-->
</div>
</el-tab-pane>
<el-tab-pane label="云上公司注册" name="2">
<el-dialog title="云上公司注册方案" :visible.sync="cloudCompanyAddDialog" width="60%" center>
......@@ -141,19 +141,19 @@
<div class="box">
<div>方案编号:</div>
<div>
<el-input v-model="input" placeholder="请输入内容"></el-input>
<el-input v-model="cSchemeNo" placeholder="请输入内容"></el-input>
</div>
</div>
<div class="box">
<div>服务单号:</div>
<div>
<el-input v-model="input" placeholder="请输入内容"></el-input>
<el-input v-model="cServiceNo" placeholder="请输入内容"></el-input>
</div>
</div>
<div class="box">
<div>公司名称:</div>
<div>
<el-input v-model="input" placeholder="请输入内容"></el-input>
<el-input v-model="cEntName" placeholder="请输入内容"></el-input>
</div>
</div>
<!-- <div class="box">
......@@ -174,9 +174,9 @@
<div class="box">
<div>注册园区:</div>
<div>
<el-select v-model="taxpayer" placeholder="请选择">
<el-select v-model="regPark" placeholder="请选择">
<el-option
v-for="item in taxpayerOptions"
v-for="item in regParkOptions"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -187,9 +187,9 @@
<div class="box">
<div>产品类型:</div>
<div>
<el-select v-model="city" placeholder="请选择">
<el-select v-model="pType" placeholder="请选择">
<el-option
v-for="item in cityOptions"
v-for="item in pTypeOptions"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -200,9 +200,9 @@
<div class="box">
<div>方案状态:</div>
<div>
<el-select v-model="scheme" placeholder="请选择">
<el-select v-model="cScheme" placeholder="请选择">
<el-option
v-for="item in schemeOptions"
v-for="item in cSchemeOptions"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -250,16 +250,17 @@
<Clouddetails />
</el-dialog>
</div>
<!-- <div class="block">
<div class="block">
<el-pagination
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page.sync="currentPage3"
:current-page.sync="currentPage2"
:page-size="100"
background
layout="prev, pager, next, jumper"
:total="1000"
></el-pagination>
</div>-->
</div>
</el-tab-pane>
</el-tabs>
</div>
......@@ -285,11 +286,12 @@ export default {
companyDetailDialog: false, // 公司详情对话框
cloudDetailDialog: false, // 云公司详情对话框
activeName: "1",
input: "",
schemeNo: "",
serviceNo: "",
entName: "",
tissue: "",
taxpayer: "",
city: "",
scheme: "",
tissueOptions: [
{
value: "个人独资",
......@@ -344,6 +346,7 @@ export default {
label: "河北"
}
],
scheme: "",
schemeOptions: [
{
value: "待确认",
......@@ -364,10 +367,30 @@ export default {
}
],
// 云*******************
currentPage1: 5,
currentPage2: 5,
currentPage3: 5,
currentPage4: 4
regParkOptions: [],
regPark: "",
cSchemeNo: "",
cServiceNo: "",
cEntName: "",
cScheme: "",
cSchemeOptions: [
{
value: "待确认",
label: "待确认"
},
{
value: "已完成",
label: "已完成"
},
{
value: "已作废",
label: "已作废"
}
],
pType: "",
pTypeOptions: [],
currentPage1: 1,
currentPage2: 1
};
},
methods: {
......@@ -424,13 +447,53 @@ export default {
}
},
created() {
req.post(
"123",
{
params: { abc: "4444" }
},
{ headers: { asd: "123" } }
);
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"
}
}
)
.then(res => {
console.log(res);
});
}
};
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment