| Line 687... |
Line 687... |
| 687 |
|
687 |
|
| 688 |
<!-- Route Tab Content -->
|
688 |
<!-- Route Tab Content -->
|
| 689 |
<div class="panel-content" id="panel-route">
|
689 |
<div class="panel-content" id="panel-route">
|
| 690 |
<!-- Pending Visit Requests for the loaded user. Populated by
|
690 |
<!-- Pending Visit Requests for the loaded user. Populated by
|
| 691 |
loadVisitRequests() after #bp-load. Hidden when empty. -->
|
691 |
loadVisitRequests() after #bp-load. Hidden when empty. -->
|
| 692 |
<div id="visit-request-panel"
|
- |
|
| 693 |
style="display:none;margin-bottom:10px;padding:10px;border:1px solid #475569;border-radius:6px;background:#1f2937;">
|
692 |
<div id="visit-request-panel" style="max-height:350px;overflow:auto;font-size:12px;display:none;margin-bottom:10px;padding:10px;border:1px solid #475569;border-radius:6px;background:#1f2937;">
|
| 694 |
<div style="display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;">
|
693 |
<div style="display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;">
|
| 695 |
<strong style="font-size:12px;color:#fbbf24;">
|
694 |
<strong id="vr-toggle" style="font-size:12px;color:#fbbf24;cursor:pointer;user-select:none;">
|
| - |
|
695 |
<span id="vr-caret" style="display:inline-block;width:10px;">▾</span>
|
| 696 |
<i class="icon_bell"></i> Pending Visit Requests <span id="vr-count">0</span>
|
696 |
<i class="icon_bell"></i> Pending Visit Requests <span id="vr-count">0</span>
|
| 697 |
</strong>
|
697 |
</strong>
|
| - |
|
698 |
<button id="vr-refresh" type="button" style="font-size:11px;padding:2px 8px;border:1px solid #475569;border-radius:4px;background:none;color:#94a3b8;cursor:pointer;">Refresh</button>
|
| - |
|
699 |
</div>
|
| - |
|
700 |
<div id="vr-body">
|
| - |
|
701 |
<div id="vr-list"></div>
|
| - |
|
702 |
</div>
|
| - |
|
703 |
</div>
|
| - |
|
704 |
<!-- Assigned leads for the loaded user. Populated by loadAssignedLeads()
|
| - |
|
705 |
after #bp-load. Hidden when empty. Each row schedules onto a beat
|
| - |
|
706 |
(calendar-chip handoff) or spins up a new 1-day beat. -->
|
| - |
|
707 |
<div id="assigned-leads-panel"
|
| - |
|
708 |
style="display:none;margin-bottom:10px;padding:10px;border:1px solid #475569;border-radius:6px;background:#1f2937;">
|
| - |
|
709 |
<div style="display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;">
|
| - |
|
710 |
<strong id="al-toggle" style="font-size:12px;color:#34d399;cursor:pointer;user-select:none;">
|
| - |
|
711 |
<span id="al-caret" style="display:inline-block;width:10px;">▾</span>
|
| - |
|
712 |
<i class="icon_profile"></i> Assigned Leads <span id="al-count">0</span>
|
| - |
|
713 |
</strong>
|
| 698 |
<button id="vr-refresh" type="button"
|
714 |
<button id="al-refresh" type="button"
|
| 699 |
style="font-size:11px;padding:2px 8px;border:1px solid #475569;border-radius:4px;background:none;color:#94a3b8;cursor:pointer;">
|
715 |
style="font-size:11px;padding:2px 8px;border:1px solid #475569;border-radius:4px;background:none;color:#94a3b8;cursor:pointer;">
|
| 700 |
Refresh
|
716 |
Refresh
|
| 701 |
</button>
|
717 |
</button>
|
| 702 |
</div>
|
718 |
</div>
|
| 703 |
<div id="vr-list"></div>
|
719 |
<div id="al-body">
|
| - |
|
720 |
<input type="text" id="al-search" placeholder="Filter leads by name, outlet, city or mobile..."
|
| - |
|
721 |
style="width:100%;margin-bottom:6px;padding:4px 8px;font-size:11px;height:28px;box-sizing:border-box;background:#0f172a;color:#e2e8f0;border:1px solid #334155;border-radius:4px;">
|
| - |
|
722 |
<div id="al-list" style="max-height:350px;overflow-y:auto;font-size:12px"></div>
|
| - |
|
723 |
</div>
|
| 704 |
</div>
|
724 |
</div>
|
| 705 |
<div id="route-list">
|
725 |
<div id="route-list">
|
| 706 |
<p style="color:#64748b;font-size:12px;text-align:center;padding:40px 10px;">
|
726 |
<p style="color:#64748b;font-size:12px;text-align:center;padding:40px 10px;">
|
| 707 |
Select a user and click Load to start planning.
|
727 |
Select a user and click Load to start planning.
|
| 708 |
</p>
|
728 |
</p>
|