|
@@ -361,6 +361,7 @@ export default {
|
|
|
switch (index) {
|
|
switch (index) {
|
|
|
// 提交审核
|
|
// 提交审核
|
|
|
case 0:
|
|
case 0:
|
|
|
|
|
+ this.onSeaveBigAdd();
|
|
|
this.$refs['submitpopup'].dialogVisibleCom = true
|
|
this.$refs['submitpopup'].dialogVisibleCom = true
|
|
|
console.log(this.$refs['submitpopup'].dialogVisibleCom, this.$refs.submitpopup.dialogVisibleCom, 'dialogVisibleCom')
|
|
console.log(this.$refs['submitpopup'].dialogVisibleCom, this.$refs.submitpopup.dialogVisibleCom, 'dialogVisibleCom')
|
|
|
break
|
|
break
|
|
@@ -396,7 +397,6 @@ export default {
|
|
|
}
|
|
}
|
|
|
// 获取第一列评价格式
|
|
// 获取第一列评价格式
|
|
|
var list = this.evaluation_list
|
|
var list = this.evaluation_list
|
|
|
- console.log('1111111111111111111111111111111111111111111')
|
|
|
|
|
for (var i = 0; i < list.length; i++) {
|
|
for (var i = 0; i < list.length; i++) {
|
|
|
if (Number(list[i].Score) > Number(list[i].NormalScore)) {
|
|
if (Number(list[i].Score) > Number(list[i].NormalScore)) {
|
|
|
this.$message.error('业绩评价填写的分数不能大于标准分值')
|
|
this.$message.error('业绩评价填写的分数不能大于标准分值')
|
|
@@ -417,7 +417,6 @@ export default {
|
|
|
} else { // 专业处室评价
|
|
} else { // 专业处室评价
|
|
|
this.evaluation_list = this.$refs.evaluation_list_two.entityListData.entityList
|
|
this.evaluation_list = this.$refs.evaluation_list_two.entityListData.entityList
|
|
|
let list = this.evaluation_list
|
|
let list = this.evaluation_list
|
|
|
- console.log('2222222222222222222222222222222')
|
|
|
|
|
for (let i = 0; i < list.length; i++) {
|
|
for (let i = 0; i < list.length; i++) {
|
|
|
if (Number(list[i].Score) > Number(list[i].NormalScore)) {
|
|
if (Number(list[i].Score) > Number(list[i].NormalScore)) {
|
|
|
this.$message.error('业绩评价填写的分数不能大于标准分值')
|
|
this.$message.error('业绩评价填写的分数不能大于标准分值')
|