รวมไฟล์แก้งานงวด2

This commit is contained in:
Kittapath 2023-07-10 10:10:46 +07:00
parent 79889c9464
commit 2249097b07
89 changed files with 11287 additions and 7048 deletions

View file

@ -1,4 +1,4 @@
<!-- tab หมายเลขโทรศพทภายใน หนาจดการขอมลหล/อมลโครงสรางหนวยงาน -->
<!-- tab หมายเลขโทรศพทดตอจากภายใน หนาจดการขอมลหล/อมลโครงสรางหนวยงาน -->
<template>
<div>
<q-form ref="myForm">
@ -213,7 +213,9 @@ const {
const rows = ref<RequestItemsHistoryObject[]>([]); //list data table
const rowsHistory = ref<RequestItemsHistoryObject[]>([]); //select data history
const rawHistory = ref<RequestItemsHistoryObject[]>([]); //raw data history
const tittleHistory = ref<string>("ประวัติแก้ไขหมายเลขโทรศัพท์ภายใน"); //
const tittleHistory = ref<string>(
"ประวัติแก้ไขหมายเลขโทรศัพท์ที่ติดต่อจากภายใน"
); //
const myForm = ref<any>(null); //ref
const filter = ref<string>(""); //search data table
const filterHistory = ref<string>(""); //search data table history
@ -229,7 +231,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "name",
align: "left",
label: "หมายเลขโทรศัพท์ภายใน",
label: "หมายเลขโทรศัพท์ที่ติดต่อจากภายใน",
sortable: true,
field: "name",
headerStyle: "font-size: 14px",
@ -298,7 +300,7 @@ const columnsHistory = ref<QTableProps["columns"]>([
{
name: "name",
align: "left",
label: "หมายเลขโทรศัพท์ภายใน",
label: "หมายเลขโทรศัพท์ที่ติดต่อจากภายใน",
sortable: true,
field: "name",
headerStyle: "font-size: 14px",