|
@@ -1,3 +1,4 @@
|
|
|
|
+<div id="mcp-phone-calls-memos">
|
|
@if(!$mcpClientMemos || !count($mcpClientMemos))
|
|
@if(!$mcpClientMemos || !count($mcpClientMemos))
|
|
<div class="px-2 py-3">No memos</div>
|
|
<div class="px-2 py-3">No memos</div>
|
|
@else
|
|
@else
|
|
@@ -18,7 +19,7 @@
|
|
</td>
|
|
</td>
|
|
<td class="width-70px px-2 text-right">
|
|
<td class="width-70px px-2 text-right">
|
|
<div moe relative class="ml-auto">
|
|
<div moe relative class="ml-auto">
|
|
- <form show url="/api/clientMemo/stamp">
|
|
|
|
|
|
+ <form show url="/api/clientMemo/stamp" target="#mcp-phone-calls-memos">
|
|
<input type="hidden" name="uid" value="{{$memo->uid}}">
|
|
<input type="hidden" name="uid" value="{{$memo->uid}}">
|
|
<button submit class="bg-transparent border-0 p-0 text-primary font-underline">Ack.</button>
|
|
<button submit class="bg-transparent border-0 p-0 text-primary font-underline">Ack.</button>
|
|
</form>
|
|
</form>
|
|
@@ -34,3 +35,4 @@
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
@endif
|
|
@endif
|
|
|
|
+</div>
|