|
@@ -489,9 +489,7 @@
|
|
// proxy.$modal.msg("工单已终止");
|
|
// proxy.$modal.msg("工单已终止");
|
|
// return;
|
|
// return;
|
|
// }
|
|
// }
|
|
- if (
|
|
|
|
- record != null &&
|
|
|
|
- (record.status === 3 || row.isStop == 1) &&
|
|
|
|
|
|
+ if ( row.isStop === 1 && (record.status === 3) &&
|
|
(editable || viewable)
|
|
(editable || viewable)
|
|
) {
|
|
) {
|
|
if (row.taskTypeId === "1") {
|
|
if (row.taskTypeId === "1") {
|