| | |
| | | </div> |
| | | <div> |
| | | <div style="display: flex;justify-content: space-between;align-items: center;"> |
| | | <div class="layui-progress" style="background-color: #BBB; width: 88%;" :id="'progress_'+item.code_info[0]"> |
| | | <div style="color: red;" :style="{'visibility': item.pay_attention?'visible':'hidden' }">***</div> |
| | | <div class="layui-progress" style="background-color: #BBB; width: 75%;" :id="'progress_'+item.code_info[0]"> |
| | | <div class="layui-progress-bar" lay-percent="{{item.percent+'%'}}" ></div> |
| | | </div> |
| | | <button class="layui-btn layui-btn-xs" v-on:click="cancel_order(item.code_info[0])">撤单</button> |
| | | <div> |
| | | <button class="layui-btn layui-btn-xs layui-btn-danger" v-on:click="cancel_order(item.code_info[0])">撤单</button> |
| | | <button class="layui-btn layui-btn-xs" v-on:click="view_details(item.code_info[0])">查看</button> |
| | | </div> |
| | | |
| | | </div> |
| | | |
| | | |
| | | <div> |
| | | 还有<span :class="{'red':item.left_count <=4}">{{item.left_count}}</span>笔,还有<span>{{item.left_money}}(封单:{{item.buy1_money}})</span>成交到我们 |
| | | 大单成交:{{item.big_num_count}}笔/{{item.big_num_money}} |
| | | 剩<span :class="{'red':item.left_count <=4}">{{item.left_count}}</span>笔<span>{{item.left_money}}/封单{{item.buy1_money}}</span>,已成大单 |
| | | {{item.big_num_count}}笔{{item.big_num_money}} 待成大单{{item.not_deal_big_num_count}}笔{{item.not_deal_big_num_money}} |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | <div class="column-space"></div> |
| | | <span style="width: 120px;">{{l2_code_name}}</span> |
| | | <div class="column-space"></div> |
| | | |
| | | <button class="btn" v-on:click="refresh_h_cancel_data">加载H撤</button> |
| | | <div class="column-space"></div> |
| | | <button class="btn" v-on:click="refresh_l_cancel_data(0)">加载L前撤</button> |
| | |
| | | <div style="line-height: 20px;margin-top: 5px;"><input type="checkbox" value="1" checked |
| | | v-on:click="hidden_sell_check($event)" /> <label>隐藏卖</label> </div> |
| | | <div class="column-space"></div> |
| | | <div style="line-height: 20px;margin-top: 5px;"><input type="checkbox" value="1" |
| | | <div style="line-height: 20px;margin-top: 5px;"><input type="checkbox" value="1" checked |
| | | v-on:click="hidden_canceled_check($event)" /> <label>隐藏已撤</label> </div> |
| | | <div style="line-height: 20px;margin-top: 5px;margin-left: 5px;"><input type="checkbox" value="1" |
| | | <div style="line-height: 20px;margin-top: 5px;margin-left: 5px;"><input type="checkbox" value="1" checked |
| | | v-on:click="hidden_little_money_check($event)" /> <label>隐藏小金额</label> </div> |
| | | </div> |
| | | </div> |