b56a13f0 by 杨炀

人员导入-实名不通过-错误提示

1 parent d7948e5b
......@@ -124,7 +124,7 @@ const goHelpZH = () => {
.kf{width: 45px;margin: auto;height: auto;
//animation: pop 2s infinite;
}
.fixed-right{position: fixed;right: 0;bottom: 200px;
.fixed-right{position: fixed;right: 0;bottom: 200px;z-index: 9;
.mlb{background: #fff;border-radius: 10px 0 0 10px;box-shadow: 0 2px 8px #aaa;
padding: 10px 8px;text-align: center;cursor: pointer;
div:first-child{border-bottom: 0.5px solid #eee;padding: 0 0 10px;margin-bottom: 10px}
......
......@@ -61,10 +61,13 @@ function submit(res) {
if(res.data.repeatInFileColumn.length>0){
proxy.$modal.msgError(`${res.data.repeatInFileColumn}${language.value == 0? '文件内重复' : 'Repeat In File'}`)
}
if(res.data.noRealNameColumn.length>0){
proxy.$modal.msgError(`${res.data.noRealNameColumn}${language.value == 0? '实名未通过' : 'No real name'}`)
}
if(res.data.errIdcTypeColumn.length==0&&res.data.errSexColumn.length==0&&
res.data.incompleteColumn.length==0&&res.data.repeatInFileColumn.length==0&&
res.data.repeatInSystemColumn.length==0
res.data.repeatInSystemColumn.length==0&&res.data.noRealNameColumn.length==0
){
proxy.$modal.msgSuccess(res.msg)
}
......
......@@ -9,9 +9,6 @@
<match-info-row v-if="matchId" :match-id="matchId"/>
<group-info-row v-if="matchId&&groupId!=0" :match-id="matchId" :group-id="groupId"/>
<coach-info-row v-if="matchId&&user.utype=='2'" :match-id="matchId" :language="language"/>
<div style="margin: 20px">
<div class="leftboderTT" v-if="user.utype=='1'&&myMemberTable.length>0">{{ language==0?'随行人员清单':'List of accompanying personnel' }}
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!