|
|
|
@ -6,14 +6,17 @@
|
|
|
|
|
企业名称 |
|
|
|
|
</view> |
|
|
|
|
<view class="value"> |
|
|
|
|
<input |
|
|
|
|
class="input-value" |
|
|
|
|
<uni-easyinput |
|
|
|
|
type="text" |
|
|
|
|
placeholder-class="txt" |
|
|
|
|
placeholder="请输入企业名称" |
|
|
|
|
v-model="form.enterpriseName" |
|
|
|
|
:inputBorder="false" |
|
|
|
|
style="text-align: center" |
|
|
|
|
:value="form.enterprisesName" |
|
|
|
|
@blur="proofName" |
|
|
|
|
/> |
|
|
|
|
:clearable="false" |
|
|
|
|
:autoHeight="true" |
|
|
|
|
ref="nameRef" |
|
|
|
|
></uni-easyinput> |
|
|
|
|
<u-icon name="arrow-right"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -42,8 +45,8 @@
|
|
|
|
|
企业介绍 |
|
|
|
|
</view> |
|
|
|
|
<view class="value" @tap="goIntruduce"> |
|
|
|
|
<view class="input-textarea" v-if="form.introduce"> |
|
|
|
|
{{ form.introduce }} |
|
|
|
|
<view class="input-textarea" v-if="form.introduction"> |
|
|
|
|
{{ form.introduction }} |
|
|
|
|
</view> |
|
|
|
|
<view class="input-textarea" style="color: #808080" v-else> |
|
|
|
|
请输入企业介绍 |
|
|
|
@ -84,8 +87,12 @@
|
|
|
|
|
企业标签 |
|
|
|
|
</view> |
|
|
|
|
<view class="value" @tap="goTags"> |
|
|
|
|
<view class="input-textarea" v-if="form.introduce"> |
|
|
|
|
{{ form.tags }} |
|
|
|
|
<view class="input-textarea" v-if="Object.keys(form.tags).length"> |
|
|
|
|
{{ |
|
|
|
|
Object.values(form.tags) |
|
|
|
|
.map(tag => tag.name) |
|
|
|
|
.join('、') |
|
|
|
|
}} |
|
|
|
|
</view> |
|
|
|
|
<view class="input-textarea" style="color: #808080" v-else> |
|
|
|
|
请选择企业标签 |
|
|
|
@ -100,13 +107,14 @@
|
|
|
|
|
企业负责人 |
|
|
|
|
</view> |
|
|
|
|
<view class="value"> |
|
|
|
|
<input |
|
|
|
|
class="input-value" |
|
|
|
|
<uni-easyinput |
|
|
|
|
type="text" |
|
|
|
|
placeholder-class="txt" |
|
|
|
|
placeholder="请输入企业负责人" |
|
|
|
|
:inputBorder="false" |
|
|
|
|
v-model="form.contactName" |
|
|
|
|
/> |
|
|
|
|
:clearable="false" |
|
|
|
|
:autoHeight="true" |
|
|
|
|
></uni-easyinput> |
|
|
|
|
<u-icon name="arrow-right"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -117,14 +125,16 @@
|
|
|
|
|
负责人电话 |
|
|
|
|
</view> |
|
|
|
|
<view class="value"> |
|
|
|
|
<input |
|
|
|
|
class="input-value" |
|
|
|
|
<uni-easyinput |
|
|
|
|
type="text" |
|
|
|
|
placeholder-class="txt" |
|
|
|
|
placeholder="请输入负责人电话" |
|
|
|
|
v-model="form.environmentalContactPhone" |
|
|
|
|
@blur="proofName" |
|
|
|
|
/> |
|
|
|
|
:inputBorder="false" |
|
|
|
|
style="text-align: center" |
|
|
|
|
:value="form.environmentalContactPhone" |
|
|
|
|
@blur="proofphone" |
|
|
|
|
:clearable="false" |
|
|
|
|
:autoHeight="true" |
|
|
|
|
></uni-easyinput> |
|
|
|
|
<u-icon name="arrow-right"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -150,44 +160,41 @@
|
|
|
|
|
<u-icon name="plus-circle" color="#17C653" size="14"></u-icon> |
|
|
|
|
<text style="line-height: 1rem">新增资质</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view |
|
|
|
|
class="wd-flex" |
|
|
|
|
style="justify-content: space-between" |
|
|
|
|
class="prove" |
|
|
|
|
v-for="(p, index) in prove" |
|
|
|
|
:key="index" |
|
|
|
|
v-if="prove.length > 0" |
|
|
|
|
@tap="editProve(p)" |
|
|
|
|
> |
|
|
|
|
<image |
|
|
|
|
src="@/static/images/enterprise/zz.png" |
|
|
|
|
:src="p.photo[0].url" |
|
|
|
|
style="width: 90px; height: 70px" |
|
|
|
|
mode="widthFix" |
|
|
|
|
></image> |
|
|
|
|
<view |
|
|
|
|
style="flex: 1; justify-content: space-between" |
|
|
|
|
class="wd-flex wd-flex-col" |
|
|
|
|
> |
|
|
|
|
<view class="info"> |
|
|
|
|
<view class="wd-flex" style="gap: 8px; align-items: center"> |
|
|
|
|
<text class="label">资质名称</text> |
|
|
|
|
<view> |
|
|
|
|
<view class="wd-font-800"> |
|
|
|
|
{{ |
|
|
|
|
$dict.echoDicValue( |
|
|
|
|
dictMap.enterprise_qua, |
|
|
|
|
prove.qualificationName.toString() |
|
|
|
|
p.qualificationName.toString() |
|
|
|
|
) |
|
|
|
|
}} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="wd-flex" style="gap: 8px; align-items: center"> |
|
|
|
|
<text class="label">资质编号</text> |
|
|
|
|
<view> |
|
|
|
|
{{ prove.enterpriseAuth }} |
|
|
|
|
<view class="wd-font-800"> |
|
|
|
|
{{ p.enterpriseAuth }} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="wd-flex" style="gap: 8px; align-items: center"> |
|
|
|
|
<text class="label">资质到期</text> |
|
|
|
|
<view> |
|
|
|
|
{{ $util.formatDate(prove.expiryDate, 'YYYY/M/D') }} |
|
|
|
|
</view> |
|
|
|
|
<view class="wd-font-800"> |
|
|
|
|
{{ $util.formatDate(p.expiryDate, 'YYYY/M/D') }} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -196,7 +203,7 @@
|
|
|
|
|
|
|
|
|
|
<cs-bottom-wrapper> |
|
|
|
|
<view class="operation"> |
|
|
|
|
<button class="btn green">提交审核</button> |
|
|
|
|
<button class="btn green" @tap="submit">提交审核</button> |
|
|
|
|
</view> |
|
|
|
|
</cs-bottom-wrapper> |
|
|
|
|
</view> |
|
|
|
@ -205,20 +212,28 @@
|
|
|
|
|
<script> |
|
|
|
|
import { uploadFile } from '@/api/system/file.js' |
|
|
|
|
import { getDictBatchByType } from '@/api/system/dict.js' |
|
|
|
|
import { |
|
|
|
|
createEnterPrise, |
|
|
|
|
vertifyName, |
|
|
|
|
c |
|
|
|
|
} from '@/api/enterprise/index.js' |
|
|
|
|
export default { |
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
|
form: { |
|
|
|
|
enterpiseName: undefined, |
|
|
|
|
address: undefined, |
|
|
|
|
gpsLocation: undefined, |
|
|
|
|
introduce: '', |
|
|
|
|
enterprisesName: '', |
|
|
|
|
address: '', |
|
|
|
|
gpsLocation: '', |
|
|
|
|
introduction: '', |
|
|
|
|
photo: [], |
|
|
|
|
tags: {} |
|
|
|
|
tags: {}, |
|
|
|
|
environmentalContactPhone: '', |
|
|
|
|
contactName: '', |
|
|
|
|
id: '' |
|
|
|
|
}, |
|
|
|
|
dictMap: {}, |
|
|
|
|
prove: [], |
|
|
|
|
inviteId: undefined |
|
|
|
|
inviteId: '' |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
onLoad(res) { |
|
|
|
@ -227,7 +242,7 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
onShow() { |
|
|
|
|
uni.$on('enterpriseIntroduce', data => { |
|
|
|
|
this.form.introduce = data.introduce |
|
|
|
|
this.form.introduction = data.introduce |
|
|
|
|
}) |
|
|
|
|
uni.$on('enterpriseTag', data => { |
|
|
|
|
this.form.tags = data |
|
|
|
@ -238,7 +253,39 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
proofName(v) { |
|
|
|
|
console.log(v.detail.value) |
|
|
|
|
if (v.detail.value == '') return |
|
|
|
|
uni.showLoading({ |
|
|
|
|
title: '加载中' |
|
|
|
|
}) |
|
|
|
|
vertifyName({ |
|
|
|
|
pageSize: -1, |
|
|
|
|
pageNo: 1, |
|
|
|
|
onlyEnterprisesName: v.detail.value |
|
|
|
|
}).then(res => { |
|
|
|
|
if (res.data.total > 0) { |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: '企业名已存在', |
|
|
|
|
icon: 'none' |
|
|
|
|
}) |
|
|
|
|
this.form.enterprisesName = '' |
|
|
|
|
} else { |
|
|
|
|
this.form.enterprisesName = v.detail.value |
|
|
|
|
} |
|
|
|
|
uni.hideLoading() |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
proofphone(v) { |
|
|
|
|
// 校验手机号 |
|
|
|
|
const mobilePattern = /^1[3-9]\d{9}$/ // 中国手机号正则表达式 |
|
|
|
|
if (!mobilePattern.test(v.detail.value)) { |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: '请输入有效的手机号', |
|
|
|
|
icon: 'none' |
|
|
|
|
}) |
|
|
|
|
this.form.environmentalContactPhone = '' |
|
|
|
|
} else { |
|
|
|
|
this.form.environmentalContactPhone = v.detail.value |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
/** |
|
|
|
|
* 获取字典 |
|
|
|
@ -261,12 +308,14 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
goIntruduce() { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: `/sub/invite/enterpriseIntroduce?introduce=${this.form.introduce}` |
|
|
|
|
url: `/sub/invite/enterpriseIntroduce?introduce=${this.form.introduction}` |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
goTags() { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: `/sub/invite/enterpriseTags?tags=${this.form.tags}` |
|
|
|
|
url: `/sub/invite/enterpriseTags?tags=${JSON.stringify( |
|
|
|
|
this.form.tags |
|
|
|
|
)}` |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
/** |
|
|
|
@ -274,6 +323,9 @@ export default {
|
|
|
|
|
* @param {Object} e |
|
|
|
|
*/ |
|
|
|
|
async addEnterprisePhoto(e) { |
|
|
|
|
uni.showLoading({ |
|
|
|
|
title: '上传中...' |
|
|
|
|
}) |
|
|
|
|
e.file.forEach(p => { |
|
|
|
|
this.form.photo.push({ |
|
|
|
|
...p, |
|
|
|
@ -296,6 +348,7 @@ export default {
|
|
|
|
|
}) |
|
|
|
|
).then(res => { |
|
|
|
|
this.form.photo = res |
|
|
|
|
uni.hideLoading() |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
/** |
|
|
|
@ -309,6 +362,73 @@ export default {
|
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/sub/invite/prove' |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
editProve(prove) { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: `/sub/invite/prove?prove=${JSON.stringify(prove)}` |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
async submit() { |
|
|
|
|
const valide = await this.verifyForm() |
|
|
|
|
if (!valide) return |
|
|
|
|
const data = { ...this.form } |
|
|
|
|
data.region = data.tags.qy.id |
|
|
|
|
// data.type = data.tags.qy.id |
|
|
|
|
data.tagIds = [data.tags.hy.id, data.tags.st.id, data.tags.wr.id] |
|
|
|
|
data.fileIds = data.photo.map(i => i.id) |
|
|
|
|
// data.userId = this.inviteId |
|
|
|
|
data.userId = 162 |
|
|
|
|
data.qualis = this.prove.map(i => { |
|
|
|
|
return { |
|
|
|
|
...i, |
|
|
|
|
expiryDate: new Date(i.expiryDate).getTime(), |
|
|
|
|
files: i.photo.map(f => f.id) |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
if (this.form.id) { |
|
|
|
|
} else { |
|
|
|
|
console.log(data) |
|
|
|
|
createEnterPrise(data).then(res => { |
|
|
|
|
uni.showToast({ |
|
|
|
|
icon: 'none', |
|
|
|
|
title: '操作成功' |
|
|
|
|
}) |
|
|
|
|
uni.navigateBack() |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
async verifyForm() { |
|
|
|
|
const msgMap = { |
|
|
|
|
enterprisesName: '请输入企业名', |
|
|
|
|
address: '请选择企业地址', |
|
|
|
|
gpsLocation: '请选择企业地址', |
|
|
|
|
introduction: '请填写企业介绍', |
|
|
|
|
photo: '最少上传一张企业照片', |
|
|
|
|
tags: '请选择企业标签', |
|
|
|
|
prove: '请填写企业资质', |
|
|
|
|
environmentalContactPhone: '请输入企业负责人', |
|
|
|
|
contactName: '请输入负责人电话' |
|
|
|
|
} |
|
|
|
|
const msg = [] |
|
|
|
|
Object.keys(this.form).forEach(i => { |
|
|
|
|
if (!this.form[i] && i != 'id') { |
|
|
|
|
msg.push(msgMap[i]) |
|
|
|
|
} |
|
|
|
|
if (typeof this.form[i] == 'Object' && this.form[i].length == 0) { |
|
|
|
|
msg.push(msgMap[i]) |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
if (this.prove.length == 0) { |
|
|
|
|
msg.push(msgMap.prove) |
|
|
|
|
} |
|
|
|
|
if (msg.length > 0) { |
|
|
|
|
uni.showToast({ |
|
|
|
|
icon: 'none', |
|
|
|
|
title: msg.join('\n') |
|
|
|
|
}) |
|
|
|
|
return false |
|
|
|
|
} |
|
|
|
|
return true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -345,6 +465,12 @@ export default {
|
|
|
|
|
text-align: right; |
|
|
|
|
white-space: nowrap; |
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
cursor: auto; |
|
|
|
|
display: block; |
|
|
|
|
font-family: UICTFontTextStyleBody; |
|
|
|
|
height: 1.4rem; |
|
|
|
|
min-height: 1.4rem; |
|
|
|
|
overflow: hidden; |
|
|
|
|
} |
|
|
|
|
.input-textarea { |
|
|
|
|
flex: 1; |
|
|
|
@ -352,15 +478,38 @@ export default {
|
|
|
|
|
overflow: hidden; |
|
|
|
|
text-align: right; |
|
|
|
|
max-height: 3rem; |
|
|
|
|
line-height: 1rem; |
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
-webkit-line-clamp: 3; |
|
|
|
|
-webkit-box-orient: vertical; |
|
|
|
|
word-break: break-all; |
|
|
|
|
cursor: auto; |
|
|
|
|
display: block; |
|
|
|
|
font-family: UICTFontTextStyleBody; |
|
|
|
|
height: 1.4rem; |
|
|
|
|
min-height: 1.4rem; |
|
|
|
|
overflow: hidden; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.prove { |
|
|
|
|
border-radius: var(--Number-12px, 12px); |
|
|
|
|
border: 1px solid var(--LightMode-Grey-Grey-100, #f9f9f9); |
|
|
|
|
background: var(--LightMode-Light-Light, #fff); |
|
|
|
|
display: flex; |
|
|
|
|
padding: var(--Number-12px, 12px); |
|
|
|
|
align-items: center; |
|
|
|
|
gap: var(--Number-12px, 12px); |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
flex-flow: row nowrap; |
|
|
|
|
.info { |
|
|
|
|
height: 72px; |
|
|
|
|
display: flex; |
|
|
|
|
flex-flow: column nowrap; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.upload-wrapper { |
|
|
|
|
display: flex; |
|
|
|
|
flex-flow: column nowrap; |
|
|
|
@ -370,6 +519,32 @@ export default {
|
|
|
|
|
gap: 12px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::v-deep .uni-easyinput__content-input { |
|
|
|
|
flex: 1; |
|
|
|
|
text-align: right; |
|
|
|
|
white-space: nowrap; |
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
cursor: auto; |
|
|
|
|
display: block; |
|
|
|
|
font-family: UICTFontTextStyleBody; |
|
|
|
|
height: 1.4rem; |
|
|
|
|
min-height: 1.4rem; |
|
|
|
|
overflow: hidden; |
|
|
|
|
padding-right: 0; |
|
|
|
|
} |
|
|
|
|
::v-deep .uni-easyinput__placeholder-class { |
|
|
|
|
flex: 1; |
|
|
|
|
text-align: right; |
|
|
|
|
white-space: nowrap; |
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
cursor: auto; |
|
|
|
|
display: block; |
|
|
|
|
font-family: UICTFontTextStyleBody; |
|
|
|
|
height: 1.4rem; |
|
|
|
|
min-height: 1.4rem; |
|
|
|
|
font-size: 14px; |
|
|
|
|
overflow: hidden; |
|
|
|
|
} |
|
|
|
|
.operation { |
|
|
|
|
padding: 12px; |
|
|
|
|
display: flex; |
|
|
|
|