|
|
@@ -34,11 +34,11 @@
|
|
|
<td><input class="checkItem" type="checkbox" :value="detail.id"></td>
|
|
|
<td>@{{ i+1 }}</td>
|
|
|
<td>@{{ detail.owner_fee_detail.worked_at }}</td>
|
|
|
- <td>@{{ detail.owner_price_operation.name }}</td>
|
|
|
+ <td>@{{ detail.owner_price_operation?detail.owner_price_operation.name:'' }}</td>
|
|
|
<td>@{{ detail.source_bill }}</td>
|
|
|
<td>@{{ detail.owner_fee_detail.operation_bill }}</td>
|
|
|
<td>@{{ detail.commodity.sku }}</td>
|
|
|
- <td>@{{ detail.commodity.name }}</td>
|
|
|
+ <td>@{{ detail.commodity?detail.commodity.name:'' }}</td>
|
|
|
<td>@{{ detail.amount}}</td>
|
|
|
<td>@{{ detail.price_remark}}</td>
|
|
|
<td>@{{ detail.owner_fee_detail.work_fee }}</td>
|
|
|
@@ -61,7 +61,6 @@
|
|
|
owner: {!! $owner !!},
|
|
|
details: [@foreach($details as $detail){!! $detail !!}, @endforeach],
|
|
|
owners: [@foreach($owners as $owner){name: '{{ $owner->id }}', value: '{{ $owner->name}}'},@endforeach],
|
|
|
- isArchived: {!! $isArchived !!},
|
|
|
request: {!! $request !!},
|
|
|
selectTr: 0,
|
|
|
},
|