|
@@ -4,7 +4,7 @@
|
|
|
<input type="hidden" name="category" value="{{@$category ?: strtoupper($label)}}">
|
|
|
<input type="hidden" name="dataJson">
|
|
|
|
|
|
- <table class="table table-sm table-bordered stag-sheet allow-row-addition bg-white mb-2 point-table read">
|
|
|
+ <table class="table table-sm table-bordered stag-sheet allow-row-addition bg-white mb-2 point-table read" style="table-layout: fixed">
|
|
|
<thead>
|
|
|
<tr class="bg-light">
|
|
|
<th class="border-bottom-0 text-secondary text-nowrap">{{ucwords($label)}}</th>
|
|
@@ -14,10 +14,10 @@
|
|
|
<th class="border-bottom-0 text-secondary">Specialty</th>
|
|
|
<th class="border-bottom-0 text-secondary">Organization</th>
|
|
|
@endif
|
|
|
- <th class="border-bottom-0 text-secondary width-100px">Start Date</th>
|
|
|
- <th class="border-bottom-0 text-secondary width-100px text-nowrap">{{$adder}}</th>
|
|
|
<th class="border-bottom-0 text-secondary width-150px">Subjective</th>
|
|
|
<th class="border-bottom-0 text-secondary width-150px">Plan</th>
|
|
|
+ <th class="border-bottom-0 text-secondary width-150px">Start Date</th>
|
|
|
+ <th class="border-bottom-0 text-secondary width-100px text-nowrap">{{$adder}}</th>
|
|
|
<th class="border-bottom-0 text-secondary width-40px"></th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -65,16 +65,16 @@
|
|
|
</td>
|
|
|
@endif
|
|
|
<td class="p-0">
|
|
|
- <input type="date" key="start_date" bucket="data">
|
|
|
+ <textarea rows="1" key="value" bucket="childReviewData"></textarea>
|
|
|
</td>
|
|
|
<td class="p-0">
|
|
|
- <input type="text" key="prescriber" bucket="data">
|
|
|
+ <textarea rows="1" key="value" bucket="childPlanData"></textarea>
|
|
|
</td>
|
|
|
<td class="p-0">
|
|
|
- <textarea rows="1" key="value" bucket="childReviewData"></textarea>
|
|
|
+ <input type="date" key="start_date" bucket="data">
|
|
|
</td>
|
|
|
<td class="p-0">
|
|
|
- <textarea rows="1" key="value" bucket="childPlanData"></textarea>
|
|
|
+ <input type="text" key="prescriber" bucket="data">
|
|
|
</td>
|
|
|
<td class="px-2 align-middle text-center text-nowrap">
|
|
|
<a href="#" class="delete-line mr-2"><i class="fa fa-trash-alt text-danger on-hover-opaque"></i></a>
|