|
@@ -131,7 +131,7 @@ emitter.on(EventsNames.PROCESS_REDER, () => {
|
|
|
// }
|
|
|
// };
|
|
|
const boxClick = (item, index) => {
|
|
|
- if (item.exists != true) return;
|
|
|
+ //if (item.exists != true) return;
|
|
|
store.odersData.operationType = item.operationType;
|
|
|
selectSeqArray.value =
|
|
|
ordersDataArray.value[selectOrderIndex.value].ops[index].seqs;
|
|
@@ -220,12 +220,12 @@ onBeforeUnmount(() => {
|
|
|
background-color: grey;
|
|
|
animation-name: stepHover;
|
|
|
animation-duration: $animation-duration;
|
|
|
- cursor: not-allowed;
|
|
|
+ /*cursor: not-allowed;*/
|
|
|
}
|
|
|
|
|
|
.stepBoxDisabled {
|
|
|
background-color: green;
|
|
|
- cursor: not-allowed;
|
|
|
+ /*cursor: not-allowed;*/
|
|
|
}
|
|
|
|
|
|
.stepIndexHover {
|