|
@@ -109,7 +109,7 @@
|
|
|
<el-table-column prop="score" label="考核得分">
|
|
|
<template slot-scope="scope">
|
|
|
<span
|
|
|
- v-if="dialogTitle == '新建工单' || fromList.taskName == '起草' || (fromList.taskName == '发起考核' && fromList.assessmentTemplate == '1')">
|
|
|
+ v-if="dialogTitle == '新建工单' || fromList.taskName == '起草' || fromList.taskName == '发起考核'">
|
|
|
<el-input size="mini" type="text" :precision="0" v-model="scope.row.score"
|
|
|
oninput="value=value.replace(/[^\d.]/g,'')"
|
|
|
@blur="onInputFocus1(scope.$index, scope.row.score)"></el-input>
|
|
@@ -191,7 +191,7 @@
|
|
|
<el-table-column prop="score" label="考核得分">
|
|
|
<template slot-scope="scope">
|
|
|
<span
|
|
|
- v-if="dialogTitle == '新建工单' || fromList.taskName == '起草' || (fromList.taskName == '发起考核' && fromList.assessmentTemplate == '1')">
|
|
|
+ v-if="dialogTitle == '新建工单' || fromList.taskName == '起草' || fromList.taskName == '发起考核'">
|
|
|
<el-input size="mini" type="text" :precision="0" v-model="scope.row.score"
|
|
|
@input="numDxsCheck(fromList.content1.tableData1[scope.$index], 1, 'score')"
|
|
|
@blur="onInputFocus1(scope.$index, scope.row.score)"></el-input>
|
|
@@ -273,7 +273,7 @@
|
|
|
<el-table-column prop="score" label="考核得分">
|
|
|
<template slot-scope="scope">
|
|
|
<span
|
|
|
- v-if="dialogTitle == '新建工单' || fromList.taskName == '起草' || (fromList.taskName == '发起考核' && fromList.assessmentTemplate == '1')">
|
|
|
+ v-if="dialogTitle == '新建工单' || fromList.taskName == '起草' || fromList.taskName == '发起考核'">
|
|
|
<el-input size="mini" type="text" :precision="0" v-model="scope.row.score"
|
|
|
@input="numDxsCheck(fromList.content1.tableData2[scope.$index], 1, 'score')"
|
|
|
@blur="onInputFocus2(scope.$index, scope.row.score)"></el-input>
|
|
@@ -307,7 +307,7 @@
|
|
|
<el-table-column label="考核得分">
|
|
|
<template slot-scope="scope">
|
|
|
<span
|
|
|
- v-if="dialogTitle == '新建工单' || fromList.taskName == '起草' || (fromList.taskName == '发起考核' && fromList.assessmentTemplate == '1')">
|
|
|
+ v-if="dialogTitle == '新建工单' || fromList.taskName == '起草' || fromList.taskName == '发起考核'">
|
|
|
<el-input size="mini" type="text" :precision="0" v-model="scope.row.score"
|
|
|
@input="numDxsCheck(fromList.content1.tableData3[scope.$index], 1, 'score')"
|
|
|
@blur="onInputFocus3(scope.$index, scope.row.score)"></el-input>
|
|
@@ -329,7 +329,7 @@
|
|
|
<el-table-column label="考核得分">
|
|
|
<template slot-scope="scope">
|
|
|
<span
|
|
|
- v-if="dialogTitle == '新建工单' || fromList.taskName == '起草' || (fromList.taskName == '发起考核' && fromList.assessmentTemplate == '1')">
|
|
|
+ v-if="dialogTitle == '新建工单' || fromList.taskName == '起草' || fromList.taskName == '发起考核'">
|
|
|
<el-input size="mini" type="text" :precision="0" v-model="scope.row.score"
|
|
|
@input="numDxsCheck(fromList.content1.tableData4[scope.$index], 1, 'score')"
|
|
|
@blur="onInputFocus4(scope.$index, scope.row.score)"></el-input>
|
|
@@ -351,7 +351,7 @@
|
|
|
<el-table-column label="考核得分">
|
|
|
<template slot-scope="scope">
|
|
|
<span
|
|
|
- v-if="dialogTitle == '新建工单' || fromList.taskName == '起草' || (fromList.taskName == '发起考核' && fromList.assessmentTemplate == '1')">
|
|
|
+ v-if="dialogTitle == '新建工单' || fromList.taskName == '起草' || fromList.taskName == '发起考核'">
|
|
|
<el-input size="mini" type="text" :precision="0" v-model="scope.row.score"
|
|
|
@input="numDxsCheck(fromList.content1.tableData5[scope.$index], 1, 'score')"
|
|
|
@blur="onInputFocus5(scope.$index, scope.row.score)"></el-input>
|