提交 b77c2629 编写于 作者: zhentian.jia's avatar zhentian.jia

通知展示

上级 bffc585d
......@@ -73,7 +73,7 @@
value-format="yyyy-MM-dd HH:mm:ss"
:picker-options="pickerOptions0"
style="width: 100%;"
:disabled="showTimeType()"
:disabled="peopleLevel == 'L3'"
></el-date-picker>
</el-form-item>
</el-col>
......@@ -89,7 +89,7 @@
:picker-options="pickerOptions1"
default-time="23:59:59"
style="width: 100%;"
:disabled="showTimeType()"
:disabled="peopleLevel == 'L3'"
></el-date-picker>
</el-form-item>
</el-col>
......@@ -207,7 +207,7 @@
<el-radio-group
size="small"
v-model="formData.sendOption"
:disabled="peopleLevel == 'L3'"
:disabled="showNoticeType()"
>
<el-radio :label="1">通知</el-radio>
<el-radio :label="2">不通知</el-radio>
......@@ -217,7 +217,7 @@
<el-radio-group
size="small"
v-model="formData.receiveOption"
:disabled="peopleLevel == 'L3'"
:disabled="showNoticeType()"
>
<el-radio :label="1">次级负责人</el-radio>
<el-radio :label="2">所有人</el-radio>
......@@ -2954,8 +2954,8 @@ export default {
}
return true;
},
//判断项目时间展示问题
showTimeType() {
//判断通知展示问题
showNoticeType() {
if(this.projectStatus == '' || this.projectStatus == 1 || this.projectStatus == 2) {
if(this.peopleLevel != 'L3') {
return false;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册