| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- @extends('vip.layouts')
- @section('content')
- <script type="text/html" id="systemuser_ordertype">
- @{{ d.sysetem_user}}<br>
- @{{#if(d.trade_type==1){ }}
- {{ trans('status.money_details.trade_type')[1]}}
- @{{#} }}
- @{{#if(d.trade_type==2){ }}
- {{ trans('status.money_details.trade_type')[2]}}
- @{{#} }}
- @{{#if(d.trade_type==3){ }}
- {{ trans('status.money_details.trade_type')[3]}}
- @{{#} }}
- @{{#if(d.trade_type==4){ }}
- {{ trans('status.money_details.trade_type')[4]}}
- @{{#} }}
- @{{#if(d.trade_type==5){ }}
- @{{#if(d.status==1){ }}
- <font color="green">{{ trans('status.money_details.take_status')[1]}}</font>
- @{{#}else{ }}
- <font color="green">{{ trans('status.money_details.take_status')[2]}}</font>
- @{{#} }}
- @{{#} }}
- @{{#if(d.trade_type==6){ }}
- {{ trans('status.money_details.trade_type')[6]}}
- @{{#} }}
- @{{#if(d.trade_type==7){ }}
- {{ trans('status.money_details.trade_type')[7]}}
- @{{#} }}
- @{{#if(d.trade_type==8){ }}
- {{ trans('status.money_details.trade_type')[8]}}
- @{{#} }}
- @{{#if(d.trade_type==9){ }}
- {{ trans('status.money_details.trade_type')[9]}}
- @{{#} }}
- @{{#if(d.trade_type==10){ }}
- {{ trans('status.money_details.trade_type')[10]}}
- @{{#} }}
- @{{#if(d.trade_type==11){ }}
- {{ trans('status.money_details.trade_type')[11]}}
- @{{#} }}
- @{{#if(d.trade_type==12){ }}
- {{ trans('status.money_details.trade_type')[12]}}
- @{{#} }}
- @{{#if(d.trade_type==13){ }}
- {{ trans('status.money_details.trade_type')[13]}}
- @{{#} }}
- @{{#if(d.trade_type==14){ }}
- {{--{{ trans('status.money_details.trade_type')[14]}}--}}
- @{{#if(d.status==1){ }}
- <font>汇款(成功)</font>
- @{{#}else{ }}
- <font color="green">汇款(失败)</font>
- @{{#} }}
- @{{#} }}
- @{{#if(d.trade_type==15){ }}
- {{ trans('status.money_details.trade_type')[15]}}
- @{{#} }}
- </script>
- @include('vip.datatable')
- @endsection
|