提交 44ebd2fa 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

Merge branch 'dev-followUp-20190312' of...

Merge branch 'dev-followUp-20190312' of http://192.168.110.53/com.pica.cloud.education.frontend/pica.cloud.web-education-admin into dev-followUp-20190312
......@@ -184,6 +184,7 @@
.form-box {
padding: 20px 0px;
.sec-title{
font-size: 18px;
float: none;
font-weight: bold;
margin-left: 0;
......@@ -233,6 +234,10 @@
}
.obj-form-title2{
margin-left: 15px;
.el-checkbox__label{
font-size: 18px;
}
}
.obj-form-title3{
margin-left: 25px;
......
......@@ -462,8 +462,9 @@
const startDays = len ? pushData[0].startDays : null;
const resourceId = len ? pushData[0].resourceId : null;
// console.log(pushData)
// debugger
if(len && (startDays!=='' && startDays >= 0) && !resourceId){
// 如果选了推送时间,没选漫画
if(len && (startDays!==''&&startDays >= 0) && !resourceId){
this.errMsg = '请选择推送的患教漫画';
this.$message({
message: this.errMsg,
......@@ -477,7 +478,7 @@
})
}
return false;
}else if(len && (startDays === '' || !startDays) && startDays!=0 && resourceId){
}else if(len && (!startDays && startDays !== 0) && resourceId){
//如果选了漫画,没选推送时间
this.errMsg = '请选择推送时间';
this.$message({
......
......@@ -14,8 +14,8 @@
社区、乡镇人群随访表
</el-col>
<el-col :span="4" v-if="showBtn=='1'">
<el-button class="button-white" size="small" plain @click="formSubmit(2)">暂存</el-button>
<el-button type="primary" size="small" @click="formSubmit(1)">提交</el-button>
<el-button type="primary" size="small" class="formSubmit" @click="formSubmit(1)">提交</el-button>
<el-button class="button-white formTempSave" size="small" plain @click="formSubmit(2)">暂存</el-button>
</el-col>
</el-row>
......@@ -130,6 +130,13 @@
margin-top: 15px;
}
}
.formSubmit{
float: right;
margin-left: 10px;
}
.formTempSave{
float: right;
}
.form-container{
padding: 0 10px;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册