diff --git a/anrui-base/anrui-base-ui/src/api/business/faRen.js b/anrui-base/anrui-base-ui/src/api/business/faRen.js
index 6a32bfa6ea..02d17bd9f4 100644
--- a/anrui-base/anrui-base-ui/src/api/business/faRen.js
+++ b/anrui-base/anrui-base-ui/src/api/business/faRen.js
@@ -7,27 +7,47 @@ return request({
url: '/base/v1/basevehiclebrand/pagerList',
method: 'post',
data: data,
- headers: { 'Content-Type': 'application/json' }
+ headers: { 'Content-Type': 'application/json' }
})
}
// 添加法人
export function SaveListFaRen(data) {
return request({
- url: '/base/v1/basedistributorlegal/save', data,
+ url: '/base/v1/basedistributorlegal/save',
method: 'post',
data: data,
- headers: { 'Content-Type': 'application/json' }
+ headers: { 'Content-Type': 'application/json' }
})
}
// 修改法人
export function UpdateFaRen(data) {
return request({
- url: `/base/v1/basedistributorlegal/update/${data.sid}`,
+ url: '/base/v1/basedistributorlegal/update/' + data.sid,
method: 'post',
data: data,
- headers: { 'Content-Type': 'application/json' }
+ headers: { 'Content-Type': 'application/json' }
})
}
+
+// 添加个人
+export function SaveListGeRen(data) {
+ return request({
+ url: '/base/v1/basedistributorperson/save',
+ method: 'post',
+ data: data,
+ headers: { 'Content-Type': 'application/json' }
+ })
+}
+// 修改个人
+export function UpdateGeRen(data) {
+ return request({
+ url: '/base/v1/basedistributorperson/update/' + data.sid,
+ method: 'post',
+ data: data,
+ headers: { 'Content-Type': 'application/json' }
+ })
+}
+
// 删除
export function deleteBySids(data) {
return request({
@@ -48,8 +68,8 @@ export function brandLike(data) {
// 回显/base/v1/basedistributor/details/{sid}
export function detailsFaRen(data) {
return request({
- url: '/base/v1/basedistributor/details/'+ data,
- method: 'get',
+ url: '/base/v1/basedistributor/details/' + data,
+ method: 'get'
})
}
diff --git a/anrui-base/anrui-base-ui/src/api/business/geRen.js b/anrui-base/anrui-base-ui/src/api/business/geRen.js
index 39733b91a1..6f61b15d81 100644
--- a/anrui-base/anrui-base-ui/src/api/business/geRen.js
+++ b/anrui-base/anrui-base-ui/src/api/business/geRen.js
@@ -1,14 +1,12 @@
import request from '@/utils/request'
-import qs from 'qs'
-
// 添加个人
export function SaveListGeRen(data) {
return request({
- url: '/base/v1/basedistributorperson/save', data,
+ url: '/base/v1/basedistributorperson/save',
method: 'post',
data: data,
- headers: { 'Content-Type': 'application/json' }
+ headers: { 'Content-Type': 'application/json' }
})
}
// 修改个人
@@ -17,6 +15,6 @@ export function UpdateGeRen(data) {
url: `/base/v1/basedistributorperson/update/${data.sid}`,
method: 'post',
data: data,
- headers: { 'Content-Type': 'application/json' }
+ headers: { 'Content-Type': 'application/json' }
})
}
diff --git a/anrui-base/anrui-base-ui/src/views/jingxiaoshang/jingxiaoshangguanli/jingxiaoshangAdd.vue b/anrui-base/anrui-base-ui/src/views/jingxiaoshang/jingxiaoshangguanli/jingxiaoshangAdd.vue
index a725573362..eaf7dc9fff 100644
--- a/anrui-base/anrui-base-ui/src/views/jingxiaoshang/jingxiaoshangguanli/jingxiaoshangAdd.vue
+++ b/anrui-base/anrui-base-ui/src/views/jingxiaoshang/jingxiaoshangguanli/jingxiaoshangAdd.vue
@@ -1,119 +1,1364 @@
-
-
- 基本信息
-
-
-
- 备案资料
-
-
-
- 备案账号
-
-
-
- 相关项目
-
-
-
+
+
+
+
+
+
+
+
+ 姓名*
+
+
+
+
+
+
+
+ 身份证号*
+
+
+
+
+
+
+
+
+
+ 经销商类型*
+
+
+
+
+
+
+
+
+
+ 联系电话*
+
+
+
+
+
+
+
+
+
+ 通讯地址
+
+
+
+
+
+
+
+ 通讯地址邮编
+
+
+
+
+
+
+
+
+
+ 项目类型
+
+
+
+
+
+
+
+
+
+ 所属厂商*
+
+
+
+
+
+
+
+
+
+
+
+ 区域
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 经销品牌*
+
+
+
+
+
+
+
+
+
+
+
+ 其他区信息
+
+
+
+
+
+
+
+
+
+
+
+ 经销商名称*
+
+
+
+
+
+
+
+ 经销商类型*
+
+
+
+
+
+
+
+
+
+
+
+ 经销商等级*
+
+
+
+
+
+
+
+
+
+ 企业性质*
+
+
+
+
+
+
+
+
+
+
+
+ 统一社会信用代码*
+
+
+
+
+
+
+
+ 注册资本*
+
+
+
+
+
+
+
+
+
+
+
+
+ 成立日期*
+
+
+
+
+
+
+
+ 使用组织*
+
+
+
+
+
+
+
+
+
+
+ 营业期限开始时间*
+
+
+
+
+
+
+
+ 营业期限结束时间*
+
+
+
+
+
+
+
+
+
+ 登记机关*
+
+
+
+
+
+
+
+ 核准日期*
+
+
+
+
+
+
+
+
+
+ 登记状态*
+
+
+
+
+
+
+
+
+
+ 是否担保回购*
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+ 业务联系人*
+
+
+
+
+
+
+
+ 联系电话*
+
+
+
+
+
+
+
+
+
+ 企业负责人*
+
+
+
+
+
+
+
+ 联系方式*
+
+
+
+
+
+
+
+
+
+ 通讯地址*
+
+
+
+
+
+
+
+ 通讯地址邮编*
+
+
+
+
+
+
+
+
+
+ 备注
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.fileName }}
+
+
+
+
+ {{ scope.row.fileType }}
+
+
+
+
+ {{ scope.row.name }}
+
+
+
+
+ {{ scope.row.createTime }}
+
+
+
+
+ 下载
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+ {{ scope.row.a }}
+
+
+
+
+ {{ scope.row.code }}
+
+
+
+
+ {{ scope.row.code }}
+
+
+
+
+ {{ scope.row.code }}
+
+
+
+
+ {{ scope.row.code }}
+
+
+
+
+ {{ scope.row.code }}
+
+
+
+
+ {{ scope.row.code }}
+
+
+
+
+ {{ scope.row.code }}
+
+
+
+
+ {{ scope.row.telephone }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/anrui-base/anrui-base-ui/src/views/jingxiaoshang/jingxiaoshangguanli/jingxiaoshangInfo.vue b/anrui-base/anrui-base-ui/src/views/jingxiaoshang/jingxiaoshangguanli/jingxiaoshangInfo.vue
index 6aca6b678c..2c583d17e0 100644
--- a/anrui-base/anrui-base-ui/src/views/jingxiaoshang/jingxiaoshangguanli/jingxiaoshangInfo.vue
+++ b/anrui-base/anrui-base-ui/src/views/jingxiaoshang/jingxiaoshangguanli/jingxiaoshangInfo.vue
@@ -1,113 +1,409 @@
-
-
- 基本信息
-
-
-
- 备案资料
-
-
-
- 备案账号
-
-
-
- 相关项目
-
-
-
+
+
+
+
+
+
+
+ 经销商名称
+ {{ templook.distributorName }}
+ 经销商类型
+ {{ templook.distributorTypeValue }}
+
+
+ 经销商等级
+ {{ templook.distributorLevelValue }}
+ 企业性质
+ {{ templook.enterpriseNature }}
+
+
+ 统一社会信用代码
+ {{ templook.numCode }}
+ 注册资本
+ {{ templook.registeredCapital }}
+
+
+ 注册资本单位
+ {{ templook.registeredCapitalOrg }}
+ 成立日期
+ {{ templook.setUpTime }}
+
+
+ 营业期限开始时间
+ {{ templook.businessTermStartTime }}
+ 营业期限结束时间
+ {{ templook.businessTermEndTime }}
+
+
+ 登记机关
+ {{ templook.registAuthority }}
+ 核准日期
+ {{ templook.approvalDate }}
+
+
+ 登记状态
+ {{ templook.registState }}
+ 是否担保回购
+ {{ templook.guaranteeOrNot == '1' ? '是' : '否' }}
+
+
+ 业务联系人
+ {{ templook.businessContact }}
+ 联系方式
+ {{ templook.businessMobile }}
+
+
+ 企业负责人
+ {{ templook.enterpriseContact }}
+ 联系方式
+ {{ templook.enterpriseMobile }}
+
+
+ 通讯地址
+ {{ templook.address }}
+ 通讯地址邮编
+ {{ templook.zipCode }}
+
+
+ 使用组织
+ {{ templook.useOrgName }}
+ 备注
+ {{ templook.remarks }}
+
+
+
+
+
+
+
+ {{ scope.row.name }}
+
+
+
+
+ {{ scope.row.linkType }}
+
+
+
+
+ {{ scope.row.mobile }}
+
+
+
+
+ {{ scope.row.remarks }}
+
+
+
+
+
+
+
+
+ 姓名
+ {{ templook.distributorName }}
+ 身份证号
+ {{ templook.numCode }}
+
+
+ 经销商类型
+ {{ templook.distributorTypeValue }}
+ 联系电话
+ {{ templook.businessMobile }}
+
+
+ 通讯地址
+ {{ templook.address }}
+ 通讯地址邮编
+ {{ templook.zipCode }}
+
+
+ 项目类型
+ {{ templook.projectType }}
+ 区域
+
+ {{ templook.province }}{{ templook.city }}{{ templook.county }}{{ templook.address }}
+
+
+
+ 所属厂商
+ {{ templook.belongsToVendor }}
+ 经销品牌
+ {{ templook.distributorBrand }}
+
+
+ 其他区信息
+ {{ templook.remarks }}
+
+
+
+
+
+
+
+ {{ scope.row.fileName }}
+
+
+
+
+ {{ scope.row.fileType }}
+
+
+
+
+ {{ scope.row.name }}
+
+
+
+
+ {{ scope.row.createTime }}
+
+
+
+
+ 下载
+
+
+
+
+
+
+
+
+ {{ scope.row.receivingUnit }}
+
+
+
+
+ {{ scope.row.bank }}
+
+
+
+
+ {{ scope.row.receivingAccount }}
+
+
+
+
+ {{ scope.row.openingBranch }}
+
+
+
+
+ {{ scope.row.bankNo }}
+
+
+
+
+ {{ scope.row.bankLocation }}
+
+
+
+
+ {{ scope.row.accountType }}
+
+
+
+
+ {{ scope.row.accountUse }}
+
+
+
+
+ {{ scope.row.reviewState }}
+
+
+
+
+ {{ scope.row.mention }}
+
+
+
+
+
+
+
+ {{ scope.row.a }}
+
+
+
+
+ {{ scope.row.code }}
+
+
+
+
+ {{ scope.row.code }}
+
+
+
+
+ {{ scope.row.code }}
+
+
+
+
+ {{ scope.row.code }}
+
+
+
+
+ {{ scope.row.code }}
+
+
+
+
+ {{ scope.row.code }}
+
+
+
+
+ {{ scope.row.code }}
+
+
+
+
+ {{ scope.row.telephone }}
+
+
+
+
diff --git a/anrui-base/anrui-base-ui/src/views/jingxiaoshang/jingxiaoshangguanli/jingxiaoshangguanli.vue b/anrui-base/anrui-base-ui/src/views/jingxiaoshang/jingxiaoshangguanli/jingxiaoshangguanli.vue
index 0e056022c0..5d63696849 100644
--- a/anrui-base/anrui-base-ui/src/views/jingxiaoshang/jingxiaoshangguanli/jingxiaoshangguanli.vue
+++ b/anrui-base/anrui-base-ui/src/views/jingxiaoshang/jingxiaoshangguanli/jingxiaoshangguanli.vue
@@ -1,247 +1,122 @@
-