|
|
|
|
@ -805,14 +805,18 @@ export default { |
|
|
|
|
configListVOS = configListVOS.filter(item => item.detailList.length !== 0); |
|
|
|
|
values.configListVOS = configListVOS |
|
|
|
|
// } |
|
|
|
|
console.log(values) |
|
|
|
|
addExamProject(values).then(res => { |
|
|
|
|
if (res.data.code == 200) { |
|
|
|
|
this.$message.success('放号成功'); |
|
|
|
|
this.onLoad(this.page) |
|
|
|
|
this.isNumber = false |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
if(values.dayList.length == 0){ |
|
|
|
|
this.$message.error('请选择放号日期') |
|
|
|
|
}else{ |
|
|
|
|
addExamProject(values).then(res => { |
|
|
|
|
if (res.data.code == 200) { |
|
|
|
|
this.$message.success('放号成功'); |
|
|
|
|
this.onLoad(this.page) |
|
|
|
|
this.isNumber = false |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
goBefore() { |
|
|
|
|
this.isShow = true; |
|
|
|
|
@ -901,17 +905,23 @@ export default { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
|
|
&:hover{ |
|
|
|
|
cursor: default; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::v-deep .selected { |
|
|
|
|
background: #EBEEF5; |
|
|
|
|
cursor: not-allowed; |
|
|
|
|
pointer-events: none; |
|
|
|
|
// cursor: move; |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::v-deep .select { |
|
|
|
|
|