designStandard.zml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. ${Styles.htmlOverflowHidden()}
  2. ${Scripts.src("/zinc/js/global_2019010801.js")}
  3. ${yangcai_calc_Left_width_height(400, 70)}
  4. <style>
  5. .search-box{ border:1px solid #d3d3d3; margin:0 10px 0 0; width:210px; float:left; border-radius:20px; padding:0 14px; background:#fff;}
  6. .search-box span{ float:left; line-height:32px; color:#282c2f;}
  7. .search-box input{ border:none; box-shadow:none; width:130px; height:32px; padding:0 0 0 10px; line-height:32px;}
  8. .search-box select{ float:right; width:100px;}
  9. .design-order{ background: #fff;}
  10. .clear:after{content:'';display:block;clear:both;height:0;overflow:hidden;visibility:hidden;}
  11. .clear{zoom:1;}
  12. .z-select{ height:32px; padding:0;}
  13. .z-dropdown>.z-default{ color:#999;}
  14. .z-dropdown{ border:none; }
  15. .z-dropdown>i{ padding:4px 0 0 0;}
  16. .z-dropdown.z-blue.z-active, .z-dropdown.z-blue>.z-list{ border:none;}
  17. .z-operater{ padding:4px 4px;}
  18. .z-text-ellipsis {text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: inline; }
  19. .z-floater .z-content {
  20. position: absolute;
  21. top: 0;
  22. left: 0;
  23. min-width: 30px;
  24. min-height: 25px;
  25. padding: 6px;
  26. font-size: 12px;
  27. border: 1px solid #c6c6c6;
  28. line-height: 25px;
  29. text-align: center;
  30. background: #fff;
  31. }
  32. .z-table.z-bordered>thead>tr>th,.z-table.z-bordered>thead>tr>td,.z-table.z-bordered>tbody>tr>th,.z-table.z-bordered>tbody>tr>td{
  33. border:none; border-bottom: 1px solid #e4e4e4; font-size:13px; color:#999; height:52px;
  34. }
  35. .z-table.z-bordered{ border:none;}
  36. .z-bd-r{ border:none;}
  37. .z-tabnav-main>nav li{ border-right:none; font-size:15px; height:50px; line-height:50px;}
  38. .z-tabnav-main.z-blue>nav li.z-active { color:#28a3ef; background: #fff; position: relative; font-weight: bold; }
  39. .z-tabnav-main.z-blue>nav li.z-active:hover{ background: #fff;}
  40. .z-tabnav-main.z-blue>nav li.z-active::before{content:''; bottom:0; left:50%; margin:0 0 0 -18px; position: absolute; width:36px; height:2px; background:#28a3ef;}
  41. .screen{ background: #e4e5ea; height:70px; padding:20px 0 0 24px; box-sizing: border-box;}
  42. .z-tabnav-main{ border:none;}
  43. .btn-search{ border-radius:32px; height:32px; float:left; margin:0 10px 0 0;}
  44. .z-text-left td{ color:#363940!important; font-weight: bold;}
  45. .z-button.z-red { background: #1681f5; border: 1px solid #1681f5;}
  46. .z-readonly{ border:none!important; background: #edeeef!important;}
  47. .z-text-red{color:#1681f5;}
  48. .z-red:hover{ background: #1681f5!important;}
  49. .schedule a{ color:#999;}
  50. .color-orange{ color:#ff6600;}
  51. .schedule a p{ line-height:28px;}
  52. .goDetail{ cursor: pointer; height:30px; background:#1182fc; color:#fff!important; font-size:12px; width:70px; border-radius:4px; line-height:30px; display:block; text-align: center;}
  53. </style>
  54. <script>
  55. Z.onload(function(){
  56. refreshEffectiveTime();
  57. Z.timer(10000, -1, null, refreshEffectiveTime);
  58. var height=Z("#operation").offsetHeight();
  59. if(height>55){
  60. Z("#fixedSpan").style("margin-top: -30px;");
  61. }
  62. })
  63. function doModifyIndustry()
  64. {//修改行业
  65. var designId = Z.FM.getChecked("designId");
  66. if(Z.V.isEmpty(designId))
  67. {
  68. Z.alert("请选择一条订单");
  69. return;
  70. }
  71. var dialog = new Z.Dialog();
  72. dialog.title = "修改行业";
  73. dialog.url = "/modifyIndustry.htm?designId="+designId+"&flag=0";
  74. dialog.width = 500;
  75. dialog.height = 300;
  76. dialog.execute();
  77. }
  78. </script>
  79. <#var data="data=copy,userText,userNotice,CustomFile,DesginFile,EndFile,WorkFile,FristThumFile,TbzFile"/>
  80. <#var addRule="addRule=CustomFile"/>
  81. <#var delRule="delRule=CustomFile"/>
  82. ${zhiqim_manager_breadcrumb("未完成订单")}
  83. ${zhiqim_manager_content()}
  84. <div class="design-order clear">
  85. <#-- 导航栏 -->
  86. <div class="z-tabnav-main z-blue">
  87. <nav>
  88. <ul>
  89. <#for item : catList>
  90. <li onclick="Z.L.href('designStandardList.htm?reasonId=${item.getStandardId()}', attaFileList);">${item.getStandardTitle()}</li>
  91. </#for>
  92. </ul>
  93. </nav>
  94. </div>
  95. <#-- 左侧功能 -->
  96. <div class="z-overflow-y-auto z-overflow-x-hidden z-relative-left" style="width:100%;">
  97. <#-- 查询条件 -->
  98. <#-- 分页列表-->
  99. </div>
  100. </div>
  101. ${zhiqim_manager_content_end()}
  102. <div class="z-overflow-auto z-bd-r" style="width:100%;height: 800px">
  103. <iframe name="attaFileList" src="designStandardList.htm" frameborder="0" scrolling="auto" height="100%" width="100%"></iframe>
  104. </div>
  105. <#-- 联系旺旺&联系QQ弹窗框 -->
  106. <iframe id="openFrm" class="z-hide" src="about:blank"></iframe>