[Edit SIT] แก้ไขช่วยราชการ และส่งตัวกลับ
This commit is contained in:
parent
3f02f9b53e
commit
1bfcdae54b
7 changed files with 136 additions and 9 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue