fix เงินเดือน สำนักปลัด

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-03 15:54:25 +07:00
parent 9a76465f78
commit 2276b2022c
4 changed files with 65 additions and 46 deletions

View file

@ -379,11 +379,11 @@ onMounted(() => {
</div>
</q-card-section>
<q-separator />
<q-card-actions align="right">
<div>
<!-- <q-separator /> -->
<!-- <q-card-actions align="right"> -->
<!-- <div> -->
<!-- การเจาหนาทของหนวยงานสงเอกสารให ผอ. หนวยงานตรวจสอบ -->
<q-btn
<!-- <q-btn
v-if="
store.statusQuota == 'PENDING' &&
checkPermission($route)?.attrIsUpdate
@ -392,10 +392,10 @@ onMounted(() => {
color="public"
label="ส่งเอกสารให้ ผอ. ตรวจสอบ"
@click="sendToDirector('ส่งเอกสารให้ ผอ. ตรวจสอบ', 'officer')"
/>
/> -->
<!-- ผอ. หนวยงานทำการยนยนและสงให สกจ. -->
<q-btn
<!-- <q-btn
v-if="
store.statusQuota == 'WAITHEAD1' &&
checkPermission($route)?.attrIsUpdate
@ -404,10 +404,10 @@ onMounted(() => {
color="public"
label="ยืนยันและส่งเอกสารให้ สกจ."
@click="sendToDirector('ยืนยันและส่งเอกสารให้ สกจ.', 'head')"
/>
/> -->
<!-- สกจ. ตรวจสอบเอกสารและขอมลรายการเงนเดอนทแตละหนวยงานสงมา ไมปรบโควต -->
<q-btn
<!-- <q-btn
v-if="
store.statusQuota == 'WAITOWNER1' &&
checkPermission($route)?.attrIsUpdate
@ -416,10 +416,10 @@ onMounted(() => {
color="green"
label="ยืนยันการตรวจสอบ"
@click="sendToDirector('ยืนยันการตรวจสอบ', 'owner')"
/>
/> -->
<!-- สกจ. ตรวจสอบเอกสารและขอมลรายการเงนเดอนทแตละหนวยงานสงมา ปรบโควต -->
<q-btn
<!-- <q-btn
v-if="
store.statusQuota == 'WAITOWNER1' &&
checkPermission($route)?.attrIsUpdate
@ -429,10 +429,10 @@ onMounted(() => {
color="warning"
label="ส่งคำแนะนำให้ ผอ. ตรวจสอบ"
@click="sendAndRecommend('ส่งคำแนะนำให้ ผอ. ตรวจสอบ', 'owner')"
/>
/> -->
<!-- ผอ.หนวยงานสงคำแนะนำใหการเจาหนาทหนวยงาน -->
<q-btn
<!-- <q-btn
v-if="
store.statusQuota == 'WAITHEAD2' &&
checkPermission($route)?.attrIsUpdate
@ -443,10 +443,10 @@ onMounted(() => {
@click="
sendAndRecommend('ส่งคำแนะนำให้การเจ้าหน้าที่หน่วยงาน', 'head')
"
/>
/> -->
<!-- งไปออกคำส -->
<q-btn
<!-- <q-btn
v-if="
store.statusQuota == 'WAITOFFICER2' &&
checkPermission($route)?.attrIsUpdate
@ -454,10 +454,10 @@ onMounted(() => {
unelevated
color="public"
label="ส่งไปออกคำสั่ง"
/>
/> -->
<!-- รอออกคำส -->
<q-btn
<!-- <q-btn
v-if="
store.statusQuota == 'REPORT' &&
checkPermission($route)?.attrIsUpdate
@ -466,9 +466,9 @@ onMounted(() => {
color="public"
disable
label="รอออกคำสั่ง"
/>
</div>
</q-card-actions>
/> -->
<!-- </div> -->
<!-- </q-card-actions> -->
</q-card>
<DialogPopupReason

View file

@ -355,11 +355,11 @@ onMounted(() => {
</div>
</q-card-section>
<q-separator />
<q-card-actions align="right">
<div>
<!-- การเจาหนาทของหนวยงานสงเอกสารให ผอ. หนวยงานตรวจสอบ -->
<q-btn
<!-- <q-separator /> -->
<!-- <q-card-actions align="right"> -->
<!-- <div> -->
<!-- การเจาหนาทของหนวยงานสงเอกสารให ผอ. หนวยงานตรวจสอบ -->
<!-- <q-btn
v-if="
store.statusQuota == 'PENDING' &&
checkPermission($route)?.attrIsUpdate
@ -368,10 +368,10 @@ onMounted(() => {
color="public"
label="ส่งเอกสารให้ ผอ. ตรวจสอบ"
@click="sendToDirector('ส่งเอกสารให้ ผอ. ตรวจสอบ', 'officer')"
/>
/> -->
<!-- ผอ. หนวยงานทำการยนยนและสงให สกจ. -->
<q-btn
<!-- ผอ. หนวยงานทำการยนยนและสงให สกจ. -->
<!-- <q-btn
v-if="
store.statusQuota == 'WAITHEAD1' &&
checkPermission($route)?.attrIsUpdate
@ -380,10 +380,10 @@ onMounted(() => {
color="public"
label="ยืนยันและส่งเอกสารให้ สกจ."
@click="sendToDirector('ยืนยันและส่งเอกสารให้ สกจ.', 'head')"
/>
/> -->
<!-- สกจ. ตรวจสอบเอกสารและขอมลรายการเงนเดอนทแตละหนวยงานสงมา ไมปรบโควต -->
<q-btn
<!-- สกจ. ตรวจสอบเอกสารและขอมลรายการเงนเดอนทแตละหนวยงานสงมา ไมปรบโควต -->
<!-- <q-btn
v-if="
store.statusQuota == 'WAITOWNER1' &&
checkPermission($route)?.attrIsUpdate
@ -392,10 +392,10 @@ onMounted(() => {
color="green"
label="ยืนยันการตรวจสอบ"
@click="sendToDirector('ยืนยันการตรวจสอบ', 'owner')"
/>
/> -->
<!-- สกจ. ตรวจสอบเอกสารและขอมลรายการเงนเดอนทแตละหนวยงานสงมา ปรบโควต -->
<q-btn
<!-- สกจ. ตรวจสอบเอกสารและขอมลรายการเงนเดอนทแตละหนวยงานสงมา ปรบโควต -->
<!-- <q-btn
v-if="
store.statusQuota == 'WAITOWNER1' &&
checkPermission($route)?.attrIsUpdate
@ -405,10 +405,10 @@ onMounted(() => {
color="warning"
label="ส่งคำแนะนำให้ ผอ. ตรวจสอบ"
@click="sendAndRecommend('ส่งคำแนะนำให้ ผอ. ตรวจสอบ', 'owner')"
/>
/> -->
<!-- ผอ.หนวยงานสงคำแนะนำใหการเจาหนาทหนวยงาน -->
<q-btn
<!-- ผอ.หนวยงานสงคำแนะนำใหการเจาหนาทหนวยงาน -->
<!-- <q-btn
v-if="
store.statusQuota == 'WAITHEAD2' &&
checkPermission($route)?.attrIsUpdate
@ -419,9 +419,10 @@ onMounted(() => {
@click="
sendAndRecommend('ส่งคำแนะนำให้การเจ้าหน้าที่หน่วยงาน', 'head')
"
/>
/> -->
<q-btn
<!-- งไปออกคำส -->
<!-- <q-btn
v-if="
store.statusQuota == 'WAITOFFICER2' &&
checkPermission($route)?.attrIsUpdate
@ -429,8 +430,10 @@ onMounted(() => {
unelevated
color="public"
label="ส่งไปออกคำสั่ง"
/>
<q-btn
/> -->
<!-- รอออกคำส -->
<!-- <q-btn
v-if="
store.statusQuota == 'REPORT' &&
checkPermission($route)?.attrIsUpdate
@ -439,9 +442,9 @@ onMounted(() => {
color="public"
disable
label="รอออกคำสั่ง"
/>
</div>
</q-card-actions>
/> -->
<!-- </div> -->
<!-- </q-card-actions> -->
</q-card>
<DialogPopupReason