Commit b4494084 by 尹亚亭

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

parents 983da745 0bbdd0a2
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
} }
.el-tabs__item.is-active { .el-tabs__item.is-active {
color: #dfb76b; color: #dfb76b;
background: #FAFAFA; background: #fafafa;
border-top: 2px solid #dfb76b; border-top: 2px solid #dfb76b;
} }
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
width: 140px; width: 140px;
text-align: center; text-align: center;
} }
.el-table--enable-row-transition .el-table__body td{ .el-table--enable-row-transition .el-table__body td {
text-align: center; text-align: center;
} }
.el-tabs__item:nth-child(1){ .el-tabs__item:nth-child(1) {
} }
.el-tabs__item:hover { .el-tabs__item:hover {
color: #565656; color: #565656;
...@@ -37,7 +37,19 @@ ...@@ -37,7 +37,19 @@
font-weight: 500; font-weight: 500;
color: rgba(0, 0, 0, 0.85); color: rgba(0, 0, 0, 0.85);
} }
.el-table th.is-leaf{ .el-table th.is-leaf {
background: #FAFAFA; 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 @@ ...@@ -6,24 +6,23 @@
<el-dialog title="公司注册方案" :visible.sync="companyAddDialog" width="60%" center> <el-dialog title="公司注册方案" :visible.sync="companyAddDialog" width="60%" center>
<companysub /> <companysub />
</el-dialog> </el-dialog>
<div class="company-find"> <div class="company-find">
<div class="box"> <div class="box">
<div>方案编号:</div> <div>方案编号:</div>
<div> <div>
<el-input v-model="input" placeholder="请输入内容"></el-input> <el-input v-model="schemeNo" placeholder="请输入内容"></el-input>
</div> </div>
</div> </div>
<div class="box"> <div class="box">
<div>服务单号:</div> <div>服务单号:</div>
<div> <div>
<el-input v-model="input" placeholder="请输入内容"></el-input> <el-input v-model="serviceNo" placeholder="请输入内容"></el-input>
</div> </div>
</div> </div>
<div class="box"> <div class="box">
<div>公司名称:</div> <div>公司名称:</div>
<div> <div>
<el-input v-model="input" placeholder="请输入内容"></el-input> <el-input v-model="entName" placeholder="请输入内容"></el-input>
</div> </div>
</div> </div>
<div class="box"> <div class="box">
...@@ -122,16 +121,17 @@ ...@@ -122,16 +121,17 @@
<Companydetail /> <Companydetail />
</el-dialog> </el-dialog>
</div> </div>
<!-- <div class="block"> <div class="block">
<el-pagination <el-pagination
@size-change="handleSizeChange" @size-change="handleSizeChange"
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
:current-page.sync="currentPage3" :current-page.sync="currentPage2"
:page-size="100" :page-size="100"
background
layout="prev, pager, next, jumper" layout="prev, pager, next, jumper"
:total="1000" :total="1000"
></el-pagination> ></el-pagination>
</div>--> </div>
</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>
...@@ -141,19 +141,19 @@ ...@@ -141,19 +141,19 @@
<div class="box"> <div class="box">
<div>方案编号:</div> <div>方案编号:</div>
<div> <div>
<el-input v-model="input" placeholder="请输入内容"></el-input> <el-input v-model="cSchemeNo" placeholder="请输入内容"></el-input>
</div> </div>
</div> </div>
<div class="box"> <div class="box">
<div>服务单号:</div> <div>服务单号:</div>
<div> <div>
<el-input v-model="input" placeholder="请输入内容"></el-input> <el-input v-model="cServiceNo" placeholder="请输入内容"></el-input>
</div> </div>
</div> </div>
<div class="box"> <div class="box">
<div>公司名称:</div> <div>公司名称:</div>
<div> <div>
<el-input v-model="input" placeholder="请输入内容"></el-input> <el-input v-model="cEntName" placeholder="请输入内容"></el-input>
</div> </div>
</div> </div>
<!-- <div class="box"> <!-- <div class="box">
...@@ -174,9 +174,9 @@ ...@@ -174,9 +174,9 @@
<div class="box"> <div class="box">
<div>注册园区:</div> <div>注册园区:</div>
<div> <div>
<el-select v-model="taxpayer" placeholder="请选择"> <el-select v-model="regPark" placeholder="请选择">
<el-option <el-option
v-for="item in taxpayerOptions" v-for="item in regParkOptions"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
...@@ -187,9 +187,9 @@ ...@@ -187,9 +187,9 @@
<div class="box"> <div class="box">
<div>产品类型:</div> <div>产品类型:</div>
<div> <div>
<el-select v-model="city" placeholder="请选择"> <el-select v-model="pType" placeholder="请选择">
<el-option <el-option
v-for="item in cityOptions" v-for="item in pTypeOptions"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
...@@ -200,9 +200,9 @@ ...@@ -200,9 +200,9 @@
<div class="box"> <div class="box">
<div>方案状态:</div> <div>方案状态:</div>
<div> <div>
<el-select v-model="scheme" placeholder="请选择"> <el-select v-model="cScheme" placeholder="请选择">
<el-option <el-option
v-for="item in schemeOptions" v-for="item in cSchemeOptions"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
...@@ -250,16 +250,17 @@ ...@@ -250,16 +250,17 @@
<Clouddetails /> <Clouddetails />
</el-dialog> </el-dialog>
</div> </div>
<!-- <div class="block"> <div class="block">
<el-pagination <el-pagination
@size-change="handleSizeChange" @size-change="handleSizeChange"
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
:current-page.sync="currentPage3" :current-page.sync="currentPage2"
:page-size="100" :page-size="100"
background
layout="prev, pager, next, jumper" layout="prev, pager, next, jumper"
:total="1000" :total="1000"
></el-pagination> ></el-pagination>
</div>--> </div>
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>
</div> </div>
...@@ -285,11 +286,12 @@ export default { ...@@ -285,11 +286,12 @@ export default {
companyDetailDialog: false, // 公司详情对话框 companyDetailDialog: false, // 公司详情对话框
cloudDetailDialog: false, // 云公司详情对话框 cloudDetailDialog: false, // 云公司详情对话框
activeName: "1", activeName: "1",
input: "", schemeNo: "",
serviceNo: "",
entName: "",
tissue: "", tissue: "",
taxpayer: "", taxpayer: "",
city: "", city: "",
scheme: "",
tissueOptions: [ tissueOptions: [
{ {
value: "个人独资", value: "个人独资",
...@@ -344,6 +346,7 @@ export default { ...@@ -344,6 +346,7 @@ export default {
label: "河北" label: "河北"
} }
], ],
scheme: "",
schemeOptions: [ schemeOptions: [
{ {
value: "待确认", value: "待确认",
...@@ -364,10 +367,30 @@ export default { ...@@ -364,10 +367,30 @@ export default {
} }
], ],
// 云******************* // 云*******************
currentPage1: 5, regParkOptions: [],
currentPage2: 5, regPark: "",
currentPage3: 5, cSchemeNo: "",
currentPage4: 4 cServiceNo: "",
cEntName: "",
cScheme: "",
cSchemeOptions: [
{
value: "待确认",
label: "待确认"
},
{
value: "已完成",
label: "已完成"
},
{
value: "已作废",
label: "已作废"
}
],
pType: "",
pTypeOptions: [],
currentPage1: 1,
currentPage2: 1
}; };
}, },
methods: { methods: {
...@@ -424,13 +447,53 @@ export default { ...@@ -424,13 +447,53 @@ export default {
} }
}, },
created() { created() {
req.post( let baseURL = "";
"123", if (process.env.NODE_ENV == "development") {
{ //开发环境
params: { abc: "4444" } baseURL = "/api/web/action/icapi/springBoard";
}, } else if (process.env.NODE_ENV == "production") {
{ headers: { asd: "123" } } //生产环境
); 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> </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