แก้ kpi
This commit is contained in:
parent
374e43032a
commit
f4d11d6686
2 changed files with 7 additions and 8 deletions
|
|
@ -514,13 +514,12 @@ onUnmounted(() => {
|
|||
!checkRoutePermisson
|
||||
"
|
||||
:disabled="
|
||||
(store.dataEvaluation.posTypeName != 'อำนวยการ' &&
|
||||
store.dataEvaluation.posTypeName != 'บริหาร' &&
|
||||
((store.dataEvaluation.posTypeName != 'อำนวยการ' ||
|
||||
store.dataEvaluation.posTypeName != 'บริหาร') &&
|
||||
store.indicatorWeightTotal != 100) ||
|
||||
(store.dataEvaluation.posTypeName == 'อำนวยการ' &&
|
||||
store.dataEvaluation.posTypeName == 'บริหาร' &&
|
||||
(store.indicatorWeight1Total != 100 ||
|
||||
store.indicatorWeight2Total != 20))
|
||||
((store.dataEvaluation.posTypeName == 'อำนวยการ' ||
|
||||
store.dataEvaluation.posTypeName == 'บริหาร') &&
|
||||
store.indicatorWeightTotal != 100)
|
||||
"
|
||||
unelevated
|
||||
round
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue