wangmengwei 2 سال پیش
والد
کامیت
f422134613

+ 1 - 4
src/views/bdc/marriageIndividual/index.vue

@@ -32,10 +32,7 @@
 		</el-form>
 
 		<el-table v-loading="loading" :data="infoList" @selection-change="handleSelectionChange" stripe style="width: 100%" :height="tableMaxHeight">
-			<el-table-column type="selection" width="55" align="center" />
-			<el-table-column label="姓名" align="center" prop="userName" fixed width="100"/>
-			<el-table-column label="联系方式" align="center" prop="phoneNum" width="110" />
-			<el-table-column label="身份证号码" align="center" prop="idCard"  />
+			<el-table-column label="查询结果" align="center" prop="result" />
 		</el-table>
 
 		<pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" @pagination="getList" />

+ 11 - 11
src/views/bdc/social/index.vue

@@ -33,33 +33,33 @@
 
 
 		<el-table v-loading="loading" :data="infoList" @selection-change="handleSelectionChange" stripe style="width: 100%" :height="tableMaxHeight">
-			<el-table-column label="法定代表人姓名" align="center" prop="legal_name"  />
-      <el-table-column label="社会组织名称" align="center" prop="org_name"  />
-      <el-table-column label="社会组织登记日期" align="center" prop="registration_date"    />
-			<el-table-column label="唯一社会信用代码" align="center" prop="usc_code"   />
+			<el-table-column label="法定代表人姓名" align="center" prop="LEGAL_NAME"  />
+      <el-table-column label="社会组织名称" align="center" prop="ORG_NAME"  />
+      <el-table-column label="社会组织登记日期" align="center" prop="REGISTRATION_DATE"    />
+			<el-table-column label="唯一社会信用代码" align="center" prop="USC_CODE"   />
 			<el-table-column label="类型" align="center"  >
         <template slot-scope="scope">
-                 <div v-if="scope.row.org_type ==1">
+                 <div v-if="scope.row.ORG_TYPE ==1">
                    社团
                  </div>
-                 <div v-if="scope.row.org_type ==2">
+                 <div v-if="scope.row.ORG_TYPE ==2">
                    民办非企业单位
                  </div>
-                 <div v-if="scope.row.org_type ==3">
+                 <div v-if="scope.row.ORG_TYPE ==3">
                    基金会
                  </div>
-                 <div v-if="scope.row.org_type ==5">
+                 <div v-if="scope.row.ORG_TYPE ==5">
                    国际性组织
                  </div>
-                 <div v-if="scope.row.org_type ==6">
+                 <div v-if="scope.row.ORG_TYPE ==6">
                    外国商会
                  </div>
-                 <div v-if="scope.row.org_type ==7">
+                 <div v-if="scope.row.ORG_TYPE ==7">
                    涉外基金会
                  </div>
         </template>
       </el-table-column>
-      <el-table-column label="注册地址" align="center" prop="domicile_addres"  width="360"/>
+      <el-table-column label="注册地址" align="center" prop="DOMICILE_ADDRES"  width="360"/>
 		</el-table>
 
 		<pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" @pagination="getList" />

+ 15 - 3
src/views/bdc/unit/index.vue

@@ -33,9 +33,21 @@
 
 		<el-table  v-loading="loading" :data="infoList" @selection-change="handleSelectionChange" stripe style="width: 100%" :height="tableMaxHeight">
 			<el-table-column type="selection" width="55" align="center" />
-			<el-table-column label="姓名" align="center" prop="userName" fixed width="100"/>
-			<el-table-column label="联系方式" align="center" prop="phoneNum" width="110" />
-			<el-table-column label="身份证号码" align="center" prop="idCard"  />
+			<el-table-column label="社会组织名称" align="center" prop="ORG_NAME" />
+			<el-table-column label="唯一社会信用代码" align="center" prop="USC_CODE"  width="125" />
+			<el-table-column label="证书有效期止" align="center" prop="VALID_TO" width="102"/>
+      <el-table-column label="注册时间" align="center" prop="REGISTRATION_DATE" width="102"/>
+			<el-table-column label="法定代表人姓名" align="center" prop="LEGAL_NAME"  width="115"/>
+			<el-table-column label="发证机关" align="center" prop="ISSUE_CERTIFICATE_DEPT"  />
+      <el-table-column label="原始基金数额" align="center" prop="REGISTERED_CAPITAL"  />
+      <el-table-column label="业务范围" align="center" prop="BUSINESS_SCOPE" />
+      <el-table-column label="地址" align="center" prop="DOMICILE_ADDRES"  />
+      <el-table-column label="主管单位名称" align="center" prop="MANAGER_DEPT"  />
+      <el-table-column label="慈善组织标识" align="center" prop="IFCHARITY"  >
+        <template slot-scope="scope">
+                 <span >{{ scope.row.IFCHARITY == '1'? '慈善组织单位' : '不是慈善组织单位'}}</span>
+        </template>
+      </el-table-column>
 
 		</el-table>
 

+ 1 - 4
src/views/bdc/verification/index.vue

@@ -61,10 +61,7 @@
 		</el-row> -->
 
 		<el-table  v-loading="loading" :data="infoList" @selection-change="handleSelectionChange" stripe style="width: 100%" :height="tableMaxHeight">
-			<el-table-column type="selection" width="55" align="center" />
-			<el-table-column label="姓名" align="center" prop="userName" fixed width="100"/>
-			<el-table-column label="联系方式" align="center" prop="phoneNum" width="110" />
-			<el-table-column label="身份证号码" align="center" prop="idCard"  />
+			<el-table-column label="查询结果" align="center" prop="result" />
 		</el-table>
 
 		<pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" @pagination="getList" />

+ 7 - 4
src/views/bdc/verificationNew/index.vue

@@ -42,10 +42,13 @@
 
 
 		<el-table  v-loading="loading" :data="infoList" @selection-change="handleSelectionChange" stripe style="width: 100%" :height="tableMaxHeight">
-			<el-table-column type="selection" width="55" align="center" />
-			<el-table-column label="姓名" align="center" prop="userName" fixed width="100"/>
-			<el-table-column label="联系方式" align="center" prop="phoneNum" width="110" />
-			<el-table-column label="身份证号码" align="center" prop="idCard"  />
+			<el-table-column label="婚姻状态" align="center" prop="op_type"  >
+			  <template slot-scope="scope">
+			           <span :class="[scope.row.op_type == 'IA'? 'nju' : scope.row.op_type == 'IB'? 'njus' : 'njuss']"  >{{ scope.row.op_type == 'IA'? '结婚' : scope.row.op_type == 'IB'? '离婚' : '匹配不成功'}}</span>
+			  </template>
+			</el-table-column>
+			<el-table-column label="结婚时间" align="center" prop="op_date"  />
+			<el-table-column label="描述" align="center" prop="op_type_desc" />
 		</el-table>
 
 		<pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" @pagination="getList" />