[Edit SIT] แก้ไขช่วยราชการ และส่งตัวกลับ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-03 18:00:14 +07:00
parent 3f02f9b53e
commit 1bfcdae54b
7 changed files with 136 additions and 9 deletions

View file

@ -206,6 +206,9 @@ const baseColumns = ref<QTableColumn[]>([
label: "ประเภทคำสั่ง",
sortable: true,
field: "commandCode",
format(val, row) {
return row.commandName;
},
headerStyle: "font-size: 14px",
style: "font-size: 14px",
sort: (a: string, b: string) =>
@ -794,7 +797,7 @@ const classInput = (val: boolean) => {
function onRefCommand(data: ResListSalary) {
modalCommand.value = true;
command.value = data.refCommandNo;
command.value = `${data.commandNo}/${Number(data.commandYear) + 543}`;
commandId.value = data.commandId;
}