|
|
@ -225,7 +225,7 @@ |
|
|
|
</el-form> |
|
|
|
<div slot="footer" class="dialog-footer" style="text-align: center"> |
|
|
|
<el-button type="primary" size="small" @click="ReportConfirm">确定</el-button> |
|
|
|
<el-button size="small" @click="ReportClose">取消</el-button> |
|
|
|
<el-button size="small" @click="ReportColse">取消</el-button> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
</div> |
|
|
@ -463,7 +463,7 @@ export default { |
|
|
|
}, |
|
|
|
toReport() { |
|
|
|
if (this.sids.length === 1) { |
|
|
|
if (this.multipleSelection[0].reportFirstDate === '') { |
|
|
|
if (this.multipleSelection[0].reportFirstDate !== '' && this.multipleSelection[0].reportFirstDate !== null) { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '报告首次提报时间已存在,无法修改' }) |
|
|
|
return |
|
|
|
} |
|
|
@ -559,9 +559,9 @@ export default { |
|
|
|
</script> |
|
|
|
<style scoped> |
|
|
|
.span-sty { |
|
|
|
width: 100px !important; |
|
|
|
width: 120px !important; |
|
|
|
} |
|
|
|
.addinputInfo { |
|
|
|
margin-left: 90px !important; |
|
|
|
margin-left: 120px !important; |
|
|
|
} |
|
|
|
</style> |
|
|
|