sub-department-four.component.html 15.4 KB
Newer Older
1
<div class="flex justify-end pt-2rem">
2
    <div class="px-1">
3 4 5 6 7 8
        <div class="relative shadow-md">
            <input type="text" id="hs-leading-icon" name="hs-leading-icon"
                class="ti-form-input ltr:pl-11 rtl:pr-11 focus:z-10 " placeholder="Search by No. or Name">
            <div
                class="absolute inset-y-0 ltr:left-0 rtl:right-0 flex items-center pointer-events-none z-20 ltr:pl-4 rtl:pr-4">
                <i class="ri-search-line text-gray"></i>
9 10 11 12
            </div>
        </div>
    </div>
    <div class="px-1">
13 14 15 16 17
        <button type="button" class="ti-btn ti-btn-soft-secondary h-45px m-0 shadow-md"
            data-hs-overlay="#sub-department-four-modal-add">
            <i class="ri-add-line"></i>
            Add
        </button>
18 19
    </div>
    <div class="px-1">
20 21 22 23
        <button href="javascript:void(0);" class="ti-btn ti-btn-soft-info h-45px m-0 shadow-md">
            <i class="ri-printer-line"></i>
            Print
        </button>
24 25
    </div>
    <div class="px-1">
26 27 28
        <button href="javascript:void(0);" class="ti-btn ti-btn-soft-warning h-45px m-0 shadow-md">
            <i class="ti ti-book fs-l"></i>
            Help
29 30 31 32
        </button>
    </div>
</div>

33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
<div class="page px-rem">
    <div class="border-b border-gray-200 dark:border-white/10">
        <nav class="flex space-x-2 rtl:space-x-reverse">
            <a class="justify-center rounded-t-sm hs-tab-active:!bg-primary hs-tab-active:border-primary hs-tab-active:!text-white -mb-px py-2 px-3 inline-flex items-center gap-2 text-sm font-medium text-center border-2 text-gray-600 hover:text-gray-900 dark:bg-black/20 dark:border-white/10 dark:text-white/70 dark:hover:text-gray-300 active"
                href="javascript:void(0);" id="card-type-item-1" data-hs-tab="#card-type-1" aria-controls="card-type-1">
                นำเข้าข้อมูล
            </a>
            <a class="justify-center  -mb-px  inline-flex items-center gap-2 text-sm font-medium text-center text-secondary border-secondary border-b-2 dark:bg-black/20 dark:border-white/10 dark:text-white/70 dark:hover:text-gray-300 align-items-end"
                href="javascript:void(0);">
                ดาวโหลดตัวอย่างไฟล์
            </a>
        </nav>
    </div>
    <div id="card-type-1" role="tabpanel" aria-labelledby="card-type-item-1">
        <div class="overflow-auto shadow-md">
48
            <table class="ti-custom-table ti-custom-table-head">
49
                <thead>
50 51
                    <tr>
                        <ng-container
52 53 54 55
                            *ngFor="let item of ['ลำดับ','รหัสส่วนย่อยที่4','รายละเอียดส่วนย่อยที่4 (ไทย)','รายละเอียดส่วนย่อยที่4 (อังกฤษ)','การจัดการ']; let f = first; let l = last">
                            <th scope="col" class="relative px-10px py-10px bg-soft-secondary text-primary"
                                [class.!text-center]="f||l">
                                <span class="text-sm">{{ item }}</span>
56
                                <div class="absolute top-1/2 transform -translate-y-1/2 right-0" *ngIf="!l">
57
                                    <i class="ti ti-dots-vertical fs-l"></i>
58 59 60 61 62 63 64
                                </div>
                            </th>
                        </ng-container>
                    </tr>
                </thead>
                <tbody>
                    <tr *ngFor="let item of[
65 66 67 68 69
                    ['ACC', 'งานบัญชีเเละการเงิน', 'Accounting and Finance'],
                    ['ACC', 'งานบัญชีเเละการเงิน', 'Accounting and Finance'],
                    ['ACC', 'งานบัญชีเเละการเงิน', 'Accounting and Finance'],
                    ['ACC', 'งานบัญชีเเละการเงิน', 'Accounting and Finance'],
                    ['ACC', 'งานบัญชีเเละการเงิน', 'Accounting and Finance']];let i = index">
70 71 72 73
                        <td class="flex justify-center" style="font-size: 12px;">{{0+""+(i+1)}}</td>
                        <td style="font-size: 12px;">{{item[0]}}</td>
                        <td style="font-size: 12px;">{{item[1]}}</td>
                        <td style="font-size: 12px;">{{item[2]}}</td>
74 75 76
                        <td class="flex justify-center">
                            <i class="ti ti-edit cursor-pointer i-gray fs-l px-1" data-hs-overlay="#sub-department-four-modal-edit"></i>
                            <i class="ti ti-trash cursor-pointer i-gray fs-l px-1"></i>
77 78 79 80 81 82
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>
    </div>
83 84 85 86 87 88 89 90 91

</div>


<div id="sub-department-four-modal-add" class="hs-overlay hidden ti-modal">
    <div class="hs-overlay-open:mt-7 ti-modal-box mt-0 ease-out h-[calc(100%-3.5rem)]">
        <div class="max-h-full overflow-hidden ti-modal-content">
            <div class="ti-modal-header">
                <h3 class="text-xxl font-bold text-primary">
92
                    เพิ่มข้อมูลทะเบียนส่วนย่อย 4
93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
                </h3>
                <div class="flex justify-end">
                    <div class="button-clear">
                        <button type="button" class="ti-btn ti-btn-soft-indigo h-45px m-0 shadow-md">
                            <svg class="svg-indigo" width="16" height="16" viewBox="0 0 64.00 64.00"
                                xmlns="http://www.w3.org/2000/svg" fill="none" stroke="#595BEA" stroke-width="3.84"
                                transform="rotate(45)matrix(-1, 0, 0, 1, 0, 0)">
                                <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
                                <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
                                <g id="SVGRepo_iconCarrier">
                                    <path d="M15 49A24 24 0 0 1 32 8"></path>
                                    <path d="M49 15a24 24 0 0 1-17 41"></path>
                                    <polyline points="15.03 40 15.03 48.97 8 48.97"></polyline>
                                    <polyline points="48.97 24 48.97 15.03 56 15.03"></polyline>
                                </g>
                            </svg>
                            Clear
                        </button>
                    </div>
                    <div class="button-help">
                        <button href="javascript:void(0);" class="ti-btn ti-btn-soft-warning h-45px m-0 shadow-md">
                            <i class="ti ti-book fs-l"></i>
                            Help
                        </button>
                    </div>
                    <button type="button" class="hs-dropdown-toggle ti-modal-clode-btn text-danger"
                        data-hs-overlay="#sub-department-four-modal-add">
                        <span class="sr-only">Close</span>
                        <i class="ti ti-circle-x fs-xxl"></i>
                    </button>
                </div>
            </div>
125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
            <div class="ti-modal-body" style="margin-top: 40px;">
                <label for="part" class="ti-form-label mt-2rem">อยู่ภายใต้หน่วยงาน</label>
                <div class="relative">
                    <div class="relative rounded-xl overflow-auto">
                        <div class="sm:grid grid-cols-2 gap-1">
                            <div class="relative w-full">
                                <input type="text" id="input-label" class="ti-form-input w-full pr-10" placeholder="">
                                <div class="absolute inset-y-0 right-0 flex items-center pr-3 space-x-2">
                                    <i class="ti ti-circle-x text-red-500 cursor-pointer"></i>
                                    <i class="ri-search-line text-gray-300 cursor-pointer"></i>
                                </div>
                            </div>
                            
                            <div class="flex flex-col-6">
                                <input type="text" id="part2" class="ti-form-input w-full" placeholder="" style="background-color: #B3B3B3; margin-left: 10px;" disabled>
                            </div>
                        </div>
                    </div>
                </div>
                <label for="part" class="ti-form-label mt-2rem">ส่วนย่อย4</label>
                <div class="relative w-1/2">
                    <input type="text" id="part" class="ti-form-input w-full pr-10" placeholder="">
                    <div class="absolute inset-y-0 right-0 flex items-center pr-3 space-x-2">
                        <i class="ti ti-circle-x text-red-500 cursor-pointer"></i>
                        <i class="ri-search-line text-gray-300 cursor-pointer"></i>
                    </div>
                </div>

                <label for="detail_th" class="ti-form-label mt-2rem">รายละเอียด (ไทย)</label>
                <input type="text" id="detail_th" class="ti-form-input h-16" placeholder="">
                
                <label for="detail_eng" class="ti-form-label mt-2rem">รายละเอียด (อังกฤษ)</label>
                <input type="text" id="detail_eng" class="ti-form-input h-16" placeholder="">
                <div class="flex justify-end mt-2rem mb-1rem space-x-4">
159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
                    <button type="button"
                        class="hs-dropdown-toggle ti-btn ti-border font-medium bg-white text-gray-700 shadow-sm align-middle hover:bg-gray-50 focus:ring-offset-white focus:ring-primary dark:bg-bgdark dark:hover:bg-black/20 dark:border-white/10 dark:text-white/70 dark:hover:text-white dark:focus:ring-offset-white/10"
                        data-hs-overlay="#sub-department-four-modal-add">
                        ย้อนกลับ
                    </button>
                    <a class="ti-btn ti-btn-success" href="javascript:void(0);">
                        บันทึกข้อมูล
                    </a>
                </div>
            </div>
        </div>
    </div>
</div>

<div id="sub-department-four-modal-edit" class="hs-overlay hidden ti-modal">
    <div class="hs-overlay-open:mt-7 ti-modal-box mt-0 ease-out h-[calc(100%-3.5rem)]">
        <div class="max-h-full overflow-hidden ti-modal-content">
            <div class="ti-modal-header">
                <h3 class="text-xxl font-bold text-primary">
178
                    แก้ไขข้อมูลทะเบียนส่วนย่อย 4
179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210
                </h3>
                <div class="flex justify-end">
                    <div class="button-clear">
                        <button type="button" class="ti-btn ti-btn-soft-indigo h-45px m-0 shadow-md">
                            <svg class="svg-indigo" width="16" height="16" viewBox="0 0 64.00 64.00"
                                xmlns="http://www.w3.org/2000/svg" fill="none" stroke="#595BEA" stroke-width="3.84"
                                transform="rotate(45)matrix(-1, 0, 0, 1, 0, 0)">
                                <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
                                <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
                                <g id="SVGRepo_iconCarrier">
                                    <path d="M15 49A24 24 0 0 1 32 8"></path>W
                                    <path d="M49 15a24 24 0 0 1-17 41"></path>
                                    <polyline points="15.03 40 15.03 48.97 8 48.97"></polyline>
                                    <polyline points="48.97 24 48.97 15.03 56 15.03"></polyline>
                                </g>
                            </svg>
                            Clear
                        </button>
                    </div>
                    <div class="button-help">
                        <button href="javascript:void(0);" class="ti-btn ti-btn-soft-warning h-45px m-0 shadow-md">
                            <i class="ti ti-book fs-l"></i>
                            Help
                        </button>
                    </div>
                    <button type="button" class="hs-dropdown-toggle ti-modal-clode-btn text-danger"
                        data-hs-overlay="#sub-department-four-modal-edit">
                        <span class="sr-only">Close</span>
                        <i class="ti ti-circle-x fs-xxl"></i>
                    </button>
                </div>
            </div>
211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
            <div class="ti-modal-body" style="margin-top: 40px;">
                <label for="part" class="ti-form-label mt-2rem">อยู่ภายใต้หน่วยงาน</label>
                <div class="relative">
                    <div class="relative rounded-xl overflow-auto">
                        <div class="sm:grid grid-cols-2 gap-1">
                            <div class="relative w-full">
                                <input type="text" id="input-label" class="ti-form-input w-full pr-10" placeholder="" value="01">
                                <div class="absolute inset-y-0 right-0 flex items-center pr-3 space-x-2">
                                    <i class="ti ti-circle-x text-red-500 cursor-pointer"></i>
                                    <i class="ri-search-line text-gray-300 cursor-pointer"></i>
                                </div>
                            </div>
                            
                            <div class="flex flex-col-6">
                                <input type="text" id="part2" class="ti-form-input w-full" placeholder="" style="background-color: #B3B3B3; margin-left: 10px;" disabled value="ส่วนย่อย 3">
                            </div>
                        </div>
                    </div>
                </div>
                <label for="part" class="ti-form-label mt-2rem">ส่วนย่อย4</label>
                <input type="text" id="part" class="ti-form-input w-1/2 pr-10" placeholder="" style="background-color: #B3B3B3;" disabled value="01">

                <label for="detail_th" class="ti-form-label mt-2rem">รายละเอียด (ไทย)</label>
                <input type="text" id="detail_th" class="ti-form-input h-16" placeholder="" value="ส่วนย่อย 4">
                
                <label for="detail_eng" class="ti-form-label mt-2rem">รายละเอียด (อังกฤษ)</label>
                <input type="text" id="detail_eng" class="ti-form-input h-16" placeholder="">
                <div class="flex justify-end mt-2rem mb-1rem space-x-4">
239 240
                    <button type="button"
                        class="hs-dropdown-toggle ti-btn ti-border font-medium bg-white text-gray-700 shadow-sm align-middle hover:bg-gray-50 focus:ring-offset-white focus:ring-primary dark:bg-bgdark dark:hover:bg-black/20 dark:border-white/10 dark:text-white/70 dark:hover:text-white dark:focus:ring-offset-white/10"
241
                        data-hs-overlay="#sub-department-four-modal-add">
242 243 244 245 246 247 248 249 250
                        ย้อนกลับ
                    </button>
                    <a class="ti-btn ti-btn-success" href="javascript:void(0);">
                        บันทึกข้อมูล
                    </a>
                </div>
            </div>
        </div>
    </div>
251
</div>