Commit ec148147 by 尹亚亭

111

parent 15c12b42
...@@ -194,8 +194,8 @@ export default { ...@@ -194,8 +194,8 @@ export default {
{ {
actionType: "submitProgramme", actionType: "submitProgramme",
actionBody: { actionBody: {
// needNo: "N202002141324bupnr8L", needNo: "N202002141324bupnr8L",
needNo: this.$route.query.needNo, // needNo: this.$route.query.needNo,
solutionContent: { solutionContent: {
bizType: "companyreg_cloud", // 注册类型: bizType: "companyreg_cloud", // 注册类型:
solution: { solution: {
...@@ -226,9 +226,9 @@ export default { ...@@ -226,9 +226,9 @@ export default {
}, },
{ {
headers: { headers: {
// token: "3260d5a2452441dd93ecc7ecb35f6dc0", token: "3260d5a2452441dd93ecc7ecb35f6dc0",
token: this.$route.query.token, // token: this.$route.query.token,
userpin: "39fcf7bc5f6c4e55a1f85d750e37316b" userpin: "417c247bc8664999a508fd710cc25567"
} }
} }
) )
......
...@@ -292,7 +292,7 @@ export default { ...@@ -292,7 +292,7 @@ export default {
{ {
headers: { headers: {
token: "3260d5a2452441dd93ecc7ecb35f6dc0", token: "3260d5a2452441dd93ecc7ecb35f6dc0",
userpin: "39fcf7bc5f6c4e55a1f85d750e37316b" userpin: "417c247bc8664999a508fd710cc25567"
} }
} }
) )
......
...@@ -423,7 +423,7 @@ export default { ...@@ -423,7 +423,7 @@ export default {
"方案备注:", "方案备注:",
this.notes this.notes
); );
this.$emit("companyAddDone", this.passCompanyDialog); // this.$emit("companyAddDone", this.passCompanyDialog);
req req
.post( .post(
...@@ -431,8 +431,8 @@ export default { ...@@ -431,8 +431,8 @@ export default {
{ {
actionType: "submitProgramme", actionType: "submitProgramme",
actionBody: { actionBody: {
// needNo: "N202002141324bupnr8L", needNo: "N202002141324bupnr8L",
needNo: this.$route.query.needNo, // needNo: this.$route.query.needNo,
solutionContent: { solutionContent: {
bizType: "companyreg", // 注册类型: bizType: "companyreg", // 注册类型:
solution: { solution: {
...@@ -456,9 +456,9 @@ export default { ...@@ -456,9 +456,9 @@ export default {
}, },
{ {
headers: { headers: {
// token: "3260d5a2452441dd93ecc7ecb35f6dc0", token: "3260d5a2452441dd93ecc7ecb35f6dc0",
token: this.$route.query.token, // token: this.$route.query.token,
userpin: "39fcf7bc5f6c4e55a1f85d750e37316b" userpin: "417c247bc8664999a508fd710cc25567"
} }
} }
) )
...@@ -476,7 +476,7 @@ export default { ...@@ -476,7 +476,7 @@ export default {
this.industryValue = ""; this.industryValue = "";
this.scope = ""; this.scope = "";
this.notes = ""; this.notes = "";
// this.$emit("companyAddDone", this.passCompanyDialog); this.$emit("companyAddDone", this.passCompanyDialog);
} else { } else {
this.$message("公司注册方案提交失败"); this.$message("公司注册方案提交失败");
} }
......
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
<el-tabs v-model="activeName" type="card" @tab-click="handleClick"> <el-tabs v-model="activeName" type="card" @tab-click="handleClick">
<el-tab-pane label="公司注册" name="1"> <el-tab-pane label="公司注册" name="1">
<el-dialog title="公司注册方案" :visible.sync="companyAddDialog" width="60%" center> <el-dialog title="公司注册方案" :visible.sync="companyAddDialog" width="60%" center>
<companysub /> <companysub @companyAddDone="closeCompanyAddDialog" />
</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" />
</el-dialog> </el-dialog>
<div class="company-find"> <div class="company-find">
...@@ -141,6 +141,9 @@ ...@@ -141,6 +141,9 @@
<el-dialog title="云上公司注册方案" :visible.sync="cloudCompanyAddDialog" width="60%" center> <el-dialog title="云上公司注册方案" :visible.sync="cloudCompanyAddDialog" width="60%" center>
<Cloudcompany @cloudAddDone="closeCloudCompanyAddDialog" :no="detailsNeedNo"></Cloudcompany> <Cloudcompany @cloudAddDone="closeCloudCompanyAddDialog" :no="detailsNeedNo"></Cloudcompany>
</el-dialog> </el-dialog>
<el-dialog title="云上公司注册方案" :visible.sync="cloudDetailDialog" width="60%" center>
<clouddetails :no="detailsNeedNo"></clouddetails>
</el-dialog>
<div class="company-find"> <div class="company-find">
<div class="box"> <div class="box">
<div>方案编号:</div> <div>方案编号:</div>
......
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