|
@@ -319,11 +319,12 @@
|
|
|
(scope.row.Status == 3 && FinishClass == 2)
|
|
(scope.row.Status == 3 && FinishClass == 2)
|
|
|
"
|
|
"
|
|
|
size="mini"
|
|
size="mini"
|
|
|
- :disabled="scope.row.HrSubmitFlag == 1"
|
|
|
|
|
|
|
+ :disabled="scope.row.BindId == 0 && scope.row.IsOnline == 0"
|
|
|
@click="getClassDetailAndSnAdd(scope.row)"
|
|
@click="getClassDetailAndSnAdd(scope.row)"
|
|
|
>提交</el-button
|
|
>提交</el-button
|
|
|
>
|
|
>
|
|
|
</em>
|
|
</em>
|
|
|
|
|
+ <!-- :disabled="scope.row.HrSubmitFlag == 0 && scope.row.IsOnline == 0" -->
|
|
|
</div>
|
|
</div>
|
|
|
<div v-if="scope.row.IsTmpUser == 1">
|
|
<div v-if="scope.row.IsTmpUser == 1">
|
|
|
<el-button
|
|
<el-button
|
|
@@ -343,7 +344,7 @@
|
|
|
(scope.row.Status == 3 && FinishClass == 2)
|
|
(scope.row.Status == 3 && FinishClass == 2)
|
|
|
"
|
|
"
|
|
|
size="mini"
|
|
size="mini"
|
|
|
- :disabled="scope.row.HrSubmitFlag == 1"
|
|
|
|
|
|
|
+ :disabled="scope.row.Sn == '' && scope.row.IsOnline == 0"
|
|
|
@click="getClassDetailAndSnAdd(scope.row)"
|
|
@click="getClassDetailAndSnAdd(scope.row)"
|
|
|
>提交</el-button
|
|
>提交</el-button
|
|
|
>
|
|
>
|