|
@@ -21,9 +21,73 @@
|
|
<!-- <div class="line" />-->
|
|
<!-- <div class="line" />-->
|
|
|
|
|
|
<el-main>
|
|
<el-main>
|
|
-
|
|
|
|
<div class="output_view">
|
|
<div class="output_view">
|
|
- <el-row>
|
|
|
|
|
|
+ <el-form label-position="labelPosition" class="model_add_button" label-width="150px">
|
|
|
|
+
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col span="12" >
|
|
|
|
+ <el-form-item label="合作方名称: " width="100px">
|
|
|
|
+ <span>{{cooperatorName}}</span>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col span="12" >
|
|
|
|
+ <el-form-item label="合作方证件类型: " width="100px">
|
|
|
|
+ <span>{{corpCertificateType}}</span>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col span="12" >
|
|
|
|
+ <el-form-item label="合作方编号: " width="100px">
|
|
|
|
+ <span>{{cooperatorId}}</span>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col span="12" >
|
|
|
|
+ <el-form-item label="合作方证件编号: " width="100px">
|
|
|
|
+ <span>{{corpCertificateNum}}</span>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col span="4">
|
|
|
|
+
|
|
|
|
+ <el-button type="primary" round @click="onButtonClickApply()" size="medium" >合作方产品申请</el-button>
|
|
|
|
+
|
|
|
|
+ </el-col>
|
|
|
|
+
|
|
|
|
+ <el-col span="4" >
|
|
|
|
+
|
|
|
|
+ <el-button type="primary" round @click="onButtonClickEdit()" size="medium" >编辑合作方信息</el-button>
|
|
|
|
+
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col span="6" >
|
|
|
|
+ <el-form-item label="模板名称:" width="100px">
|
|
|
|
+ <span>{{templateName}}</span>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col span="7" >
|
|
|
|
+ <el-form-item label="创建时间:" width="100px">
|
|
|
|
+ <span>{{createTime}}</span>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+
|
|
|
|
+ </el-row>
|
|
|
|
+ <!-- <el-row>
|
|
|
|
+ <el-col span="8" :offset="2">
|
|
|
|
+
|
|
|
|
+ <el-button type="primary" round @click="onButtonClickApply()" size="medium" >合作方产品申请</el-button>
|
|
|
|
+
|
|
|
|
+ </el-col>
|
|
|
|
+
|
|
|
|
+ <el-col span="8" :offset="4" >
|
|
|
|
+
|
|
|
|
+ <el-button type="primary" round @click="onButtonClickEdit()" size="medium" >编辑合作方信息</el-button>
|
|
|
|
+
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row> -->
|
|
|
|
+ </el-form>
|
|
|
|
+ <!-- <el-row>
|
|
<el-col >
|
|
<el-col >
|
|
<el-form label-position="labelPosition" class="model_add_button" label-width="150px">
|
|
<el-form label-position="labelPosition" class="model_add_button" label-width="150px">
|
|
|
|
|
|
@@ -43,18 +107,26 @@
|
|
</el-form>
|
|
</el-form>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
-<!--
|
|
|
|
<el-row>
|
|
<el-row>
|
|
- <el-col span="20">
|
|
|
|
- <el-form label-position="labelPosition" class="model_add_button" label-width="120px">
|
|
|
|
|
|
+ <el-col >
|
|
|
|
+ <el-form label-position="labelPosition" class="model_add_button" label-width="150px">
|
|
|
|
|
|
<el-row>
|
|
<el-row>
|
|
-
|
|
|
|
|
|
+ <el-col span="10" offset="0">
|
|
|
|
+ <el-form-item label="合作方证件类型" width="100px">
|
|
|
|
+ <span>{{corpCertificateType}}</span>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col span="10" :offset="4">
|
|
|
|
+ <el-form-item label="合作方证件编号" width="100px">
|
|
|
|
+ <span>{{corpCertificateNum}}</span>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
|
|
</el-row>
|
|
</el-row>
|
|
</el-form>
|
|
</el-form>
|
|
</el-col>
|
|
</el-col>
|
|
- </el-row> -->
|
|
|
|
|
|
+ </el-row>
|
|
|
|
|
|
<el-row>
|
|
<el-row>
|
|
<el-col>
|
|
<el-col>
|
|
@@ -72,6 +144,11 @@
|
|
<el-button type="primary" round @click="onButtonClickEdit()" size="mini" >编辑合作方信息</el-button>
|
|
<el-button type="primary" round @click="onButtonClickEdit()" size="mini" >编辑合作方信息</el-button>
|
|
|
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+ <el-col span="10" :offset="1">
|
|
|
|
+ <el-form-item label="模板名称" width="100px">
|
|
|
|
+ <span>{{templateName}}</span>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
|
|
<el-col span="10" :offset="4">
|
|
<el-col span="10" :offset="4">
|
|
<el-form-item label="创建时间" width="100px">
|
|
<el-form-item label="创建时间" width="100px">
|
|
@@ -81,7 +158,7 @@
|
|
</el-row>
|
|
</el-row>
|
|
</el-form>
|
|
</el-form>
|
|
</el-col>
|
|
</el-col>
|
|
- </el-row>
|
|
|
|
|
|
+ </el-row> -->
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<el-divider></el-divider>
|
|
<el-divider></el-divider>
|
|
@@ -225,7 +302,9 @@ export default {
|
|
cooperatorName : this.$route.query.cooperatorName,
|
|
cooperatorName : this.$route.query.cooperatorName,
|
|
cooperatorNum : this.$route.query.cooperatorNum,
|
|
cooperatorNum : this.$route.query.cooperatorNum,
|
|
corpCertificateType:this.$route.query.corpCertificateType,
|
|
corpCertificateType:this.$route.query.corpCertificateType,
|
|
|
|
+ corpCertificateNum:this.$route.query.corpCertificateNum,
|
|
createTime : this.$route.query.createTime,
|
|
createTime : this.$route.query.createTime,
|
|
|
|
+ templateName : this.$route.query.templateName,
|
|
cooperatorData : [],
|
|
cooperatorData : [],
|
|
selected1: true,
|
|
selected1: true,
|
|
selected2: false,
|
|
selected2: false,
|