This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-02-03 10:57:32 +07:00
parent e1969db62e
commit a8c3b77bce
4 changed files with 16 additions and 16 deletions

View file

@ -130,7 +130,7 @@ async function fectFormfull() {
evaluate_expenct_level.value = await probationStore.assignOutput.map(
(e: any) => ({
id: e.id,
labal: e.output_desc,
label: e.output_desc,
})
);
evaluate_ouptut.value = await probationStore.assignOutput.map((e: any) => ({

View file

@ -122,7 +122,7 @@ const variablesToWatch = [
competency_level,
learn_level,
apply_level,
success_level,
// success_level,
];
const ArrayCountbotton = [orientation, self_learning, training_seminar];
@ -158,7 +158,7 @@ async function fecthFormdata(id: string) {
evaluate_expenct_level.value = res.data.result.assign_output.map(
(e: any) => ({
id: e.id,
labal: e.output_desc,
label: e.output_desc,
})
);
evaluate_ouptut.value = res.data.result.assign_output.map((e: any) => ({
@ -186,7 +186,7 @@ function savaForm() {
competency_level.value === 0 ||
learn_level.value === 0 ||
apply_level.value === 0 ||
success_level.value === 0 ||
// success_level.value === 0 ||
achievement_strength_desc.value === "" ||
lengthconduct.value !== 4 ||
lengthmoral_level.value !== 3 ||
@ -260,7 +260,7 @@ function putformData() {
competency_level: competency_level.value,
learn_level: learn_level.value,
apply_level: apply_level.value,
success_level: success_level.value,
// success_level: success_level.value,
achievement_other: achievement_other.value,
achievement_strength_desc: achievement_strength_desc.value,
achievement_improve_desc: achievement_improve_desc.value,
@ -809,7 +809,7 @@ onMounted(async () => {
</q-list>
</q-card>
<q-card class="text-top0 col-xs-12 col-sm-11 q-pa-sm q-pl-sm">
<!-- <q-card class="text-top0 col-xs-12 col-sm-11 q-pa-sm q-pl-sm">
<q-list dense>
<q-item
dense
@ -843,7 +843,7 @@ onMounted(async () => {
</q-item-section>
</q-item>
</q-list>
</q-card>
</q-card> -->
<q-card class="text-top0 col-xs-12 col-sm-11 q-pa-sm q-pl-sm">
<q-list dense>
@ -851,7 +851,7 @@ onMounted(async () => {
<q-item-section>
<q-item-label>
<q-icon name="mdi-label" color="grey-4" class="q-pr-sm" />
1.8
1.7
<q-checkbox
class="q-ml-sm"
dense

View file

@ -130,7 +130,7 @@ const variablesToWatch = [
competency_level,
learn_level,
apply_level,
success_level,
// success_level,
];
const ArrayCountbotton = [orientation, self_learning, training_seminar];
@ -157,7 +157,7 @@ function savaForm() {
competency_level.value === 0 ||
learn_level.value === 0 ||
apply_level.value === 0 ||
success_level.value === 0 ||
// success_level.value === 0 ||
achievement_strength_desc.value === "" ||
lengthconduct.value !== 4 ||
lengthmoral_level.value !== 3 ||
@ -242,7 +242,7 @@ async function fecthFormdata(id: string) {
evaluate_expenct_level.value = res.data.result.assign_output.map(
(e: any) => ({
id: e.id,
labal: e.output_desc,
label: e.output_desc,
})
);
evaluate_ouptut.value = res.data.result.assign_output.map((e: any) => ({
@ -267,7 +267,7 @@ function putformData() {
competency_level: competency_level.value,
learn_level: learn_level.value,
apply_level: apply_level.value,
success_level: success_level.value,
// success_level: success_level.value,
achievement_other: achievement_other.value,
achievement_strength_desc: achievement_strength_desc.value,
achievement_improve_desc: achievement_improve_desc.value,
@ -814,7 +814,7 @@ onMounted(async () => {
</q-list>
</q-card>
<q-card class="text-top0 col-xs-12 col-sm-11 q-pa-sm q-pl-sm">
<!-- <q-card class="text-top0 col-xs-12 col-sm-11 q-pa-sm q-pl-sm">
<q-list dense>
<q-item
dense
@ -848,7 +848,7 @@ onMounted(async () => {
</q-item-section>
</q-item>
</q-list>
</q-card>
</q-card> -->
<q-card class="text-top0 col-xs-12 col-sm-11 q-pa-sm q-pl-sm">
<q-list dense>
@ -856,7 +856,7 @@ onMounted(async () => {
<q-item-section>
<q-item-label>
<q-icon name="mdi-label" color="grey-4" class="q-pr-sm" />
1.8
1.7
<q-checkbox
class="q-ml-sm"
dense

View file

@ -170,7 +170,7 @@ async function fectFormfull() {
evaluate_expenct_level.value = await probationStore.assignOutput.map(
(e: any) => ({
id: e.id,
labal: e.output_desc,
label: e.output_desc,
})
);
evaluate_ouptut.value = await probationStore.assignOutput.map((e: any) => ({