Files
2026-09-16 23:20:08 +07:00

42 lines
4.0 KiB
PHP

<div id="tab-ipd-adjrw" class="tab-content hidden space-y-4 md:space-y-6">
<?= $ipd_filter_html ?>
<div class="grid grid-cols-2 lg:grid-cols-4 gap-3 md:gap-4 mb-6 mt-4">
<div class="card-premium p-4 border-l-4 border-l-blue-500 flex flex-col justify-center">
<p class="text-[10px] md:text-xs font-bold text-slate-500">สะสมรับ Refer (Adj RW < 0.5)</p>
<h3 class="text-xl md:text-2xl font-black text-blue-600 mt-1 adjrw-in-low">-</h3>
</div>
<div class="card-premium p-4 border-l-4 border-l-indigo-500 flex flex-col justify-center">
<p class="text-[10px] md:text-xs font-bold text-slate-500">สะสมรับ Refer (Adj RW >= 0.5)</p>
<h3 class="text-xl md:text-2xl font-black text-indigo-600 mt-1 adjrw-in-high">-</h3>
</div>
<div class="card-premium p-4 border-l-4 border-l-rose-500 flex flex-col justify-center">
<p class="text-[10px] md:text-xs font-bold text-slate-500">สะสมส่ง Refer (Adj RW < 0.5)</p>
<h3 class="text-xl md:text-2xl font-black text-rose-600 mt-1 adjrw-out-low">-</h3>
</div>
<div class="card-premium p-4 border-l-4 border-l-orange-500 flex flex-col justify-center">
<p class="text-[10px] md:text-xs font-bold text-slate-500">สะสมส่ง Refer (Adj RW >= 0.5)</p>
<h3 class="text-xl md:text-2xl font-black text-orange-600 mt-1 adjrw-out-high">-</h3>
</div>
</div>
<h3 class="font-extrabold text-slate-800 text-base md:text-lg mt-6 mb-4 border-l-4 border-indigo-500 pl-3">สถิติ Sum AdjRW (แนวโน้มรายเดือน)</h3>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-4 md:gap-6 mb-6">
<div class="card-premium p-4 md:p-6 flex flex-col">
<h4 class="font-bold text-slate-700 text-xs md:text-sm mb-4"><i class="fa-solid fa-chart-column text-blue-500 mr-2"></i> จำนวนรับ Refer In (Adj RW < 0.5) รายเดือน</h4>
<div class="h-[250px] w-full flex items-center justify-center bg-slate-50 rounded-lg border border-dashed border-slate-200" id="adjrwInLowTrend_container"><span class="text-slate-400 font-medium">รอการค้นหาข้อมูล...</span></div>
</div>
<div class="card-premium p-4 md:p-6 flex flex-col">
<h4 class="font-bold text-slate-700 text-xs md:text-sm mb-4"><i class="fa-solid fa-chart-column text-indigo-500 mr-2"></i> จำนวนรับ Refer In (Adj RW >= 0.5) รายเดือน</h4>
<div class="h-[250px] w-full flex items-center justify-center bg-slate-50 rounded-lg border border-dashed border-slate-200" id="adjrwInHighTrend_container"><span class="text-slate-400 font-medium">รอการค้นหาข้อมูล...</span></div>
</div>
<div class="card-premium p-4 md:p-6 flex flex-col">
<h4 class="font-bold text-slate-700 text-xs md:text-sm mb-4"><i class="fa-solid fa-chart-column text-rose-500 mr-2"></i> จำนวนส่ง Refer Out (Adj RW < 0.5) รายเดือน</h4>
<div class="h-[250px] w-full flex items-center justify-center bg-slate-50 rounded-lg border border-dashed border-slate-200" id="adjrwOutLowTrend_container"><span class="text-slate-400 font-medium">รอการค้นหาข้อมูล...</span></div>
</div>
<div class="card-premium p-4 md:p-6 flex flex-col">
<h4 class="font-bold text-slate-700 text-xs md:text-sm mb-4"><i class="fa-solid fa-chart-column text-orange-500 mr-2"></i> จำนวนส่ง Refer Out (Adj RW >= 0.5) รายเดือน</h4>
<div class="h-[250px] w-full flex items-center justify-center bg-slate-50 rounded-lg border border-dashed border-slate-200" id="adjrwOutHighTrend_container"><span class="text-slate-400 font-medium">รอการค้นหาข้อมูล...</span></div>
</div>
</div>
</div>