|
@@ -163,7 +163,7 @@
|
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
|
|
|
|
|
|
<el-descriptions-item label="首次会议时间" :span="1">
|
|
<el-descriptions-item label="首次会议时间" :span="1">
|
|
|
- <span class="required-star">*</span>
|
|
|
|
|
|
|
+ <!-- <span class="required-star">*</span> -->
|
|
|
<el-date-picker
|
|
<el-date-picker
|
|
|
v-model="infoFxssbData.hui_yi_shi_jian_"
|
|
v-model="infoFxssbData.hui_yi_shi_jian_"
|
|
|
type="datetime"
|
|
type="datetime"
|
|
@@ -177,7 +177,7 @@
|
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item label="参会人员" :span="4">
|
|
<el-descriptions-item label="参会人员" :span="4">
|
|
|
<div style="display:flex">
|
|
<div style="display:flex">
|
|
|
- <span class="required-star">*</span>
|
|
|
|
|
|
|
+ <!-- <span class="required-star">*</span> -->
|
|
|
<ibps-user-selector
|
|
<ibps-user-selector
|
|
|
v-model="infoFxssbData.can_hui_ren_yuan_"
|
|
v-model="infoFxssbData.can_hui_ren_yuan_"
|
|
|
style="width:100%"
|
|
style="width:100%"
|
|
@@ -662,12 +662,12 @@ export default {
|
|
|
if (!this.infoFxssbData.bao_gao_shi_jian_) {
|
|
if (!this.infoFxssbData.bao_gao_shi_jian_) {
|
|
|
throw new Error('请填写报告完成时间!')
|
|
throw new Error('请填写报告完成时间!')
|
|
|
}
|
|
}
|
|
|
- if (!this.infoFxssbData.hui_yi_shi_jian_) {
|
|
|
|
|
- throw new Error('请填写首次会议时间!')
|
|
|
|
|
- }
|
|
|
|
|
- if (!this.infoFxssbData.can_hui_ren_yuan_) {
|
|
|
|
|
- throw new Error('请填写参会人员!')
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (!this.infoFxssbData.hui_yi_shi_jian_) {
|
|
|
|
|
+ // throw new Error('请填写首次会议时间!')
|
|
|
|
|
+ // }
|
|
|
|
|
+ // if (!this.infoFxssbData.can_hui_ren_yuan_) {
|
|
|
|
|
+ // throw new Error('请填写参会人员!')
|
|
|
|
|
+ // }
|
|
|
if (!this.infoFxssbData.ping_gu_ren_yuan_) {
|
|
if (!this.infoFxssbData.ping_gu_ren_yuan_) {
|
|
|
throw new Error('请填写评估人员!')
|
|
throw new Error('请填写评估人员!')
|
|
|
}
|
|
}
|