dispatch.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <style>
  2. /* 默认背景颜色 */
  3. .table tbody tr.selected {
  4. background-color: yellow !important; /* 选中行背景色为黄色 */
  5. }
  6. </style>
  7. <div class="panel panel-default panel-intro">
  8. <div class="panel-body">
  9. <div id="myTabContent" class="tab-content">
  10. <div class="tab-pane fade active in" id="one">
  11. <div class="widget-body no-padding">
  12. <div id="toolbar" class="toolbar clearfix">
  13. <div class="pull-left">
  14. <a href="javascript:;" class="btn btn-primary btn-refresh" title="{:__('Refresh')}">
  15. <i class="fa fa-refresh"></i>
  16. </a>
  17. <!-- <a href="javascript:;" class="btn btn-success btn-add {:$auth->check('samplecompany/add')?'':'hide'}" title="{:__('Add')}" ><i class="fa fa-plus"></i> {:__('Add')}</a>-->
  18. <!-- <a href="javascript:;" class="btn btn-success btn-edit btn-disabled disabled {:$auth->check('samplecompany/edit')?'':'hide'}" title="{:__('Edit')}" ><i class="fa fa-pencil"></i> {:__('Edit')}</a>-->
  19. <!-- 其他按钮可继续放这里 -->
  20. </div>
  21. <div class="pull-left" style="margin-left: 15px; display: flex; align-items: center;">
  22. <label for="customer-select" style="margin: 0 8px 0 0;width: 142px">选择客户名称:</label>
  23. <select id="customer-select" class="form-control selectpicker" data-live-search="true" name="customer_name" style="min-width: 320px;">
  24. <option value="河南中烟工业有限责任公司黄金叶生产制造中心">河南中烟工业有限责任公司黄金叶生产制造中心</option>
  25. <option value="河南中烟工业有限责任公司南阳卷烟厂">河南中烟工业有限责任公司南阳卷烟厂</option>
  26. <option value="河南中烟工业有限责任公司驻马店卷烟厂">河南中烟工业有限责任公司驻马店卷烟厂</option>
  27. <option value="河南中烟工业有限责任公司洛阳卷烟厂">河南中烟工业有限责任公司洛阳卷烟厂</option>
  28. <option value="河南中烟工业有限责任公司许昌卷烟厂">河南中烟工业有限责任公司许昌卷烟厂</option>
  29. <option value="河南中烟工业有限责任公司漯河卷烟厂">河南中烟工业有限责任公司漯河卷烟厂</option>
  30. <option value="河南中烟工业有限责任公司安阳卷烟厂">河南中烟工业有限责任公司安阳卷烟厂</option>
  31. </select>
  32. </div>
  33. </div>
  34. <table id="table3" class="table table-striped table-bordered table-hover table-nowrap"
  35. data-operate-edit=""
  36. data-operate-del="{:$auth->check('deliver/dispatch_del')}"
  37. width="100%">
  38. </table>
  39. </div>
  40. </div>
  41. </div>
  42. </div>
  43. </div>
  44. <div class="table" style="margin:0px 30px;">
  45. <div id="printcode">
  46. </div>
  47. </div>