| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- ${Styles.htmlOverflowHidden()}
- ${Scripts.src("/zinc/js/global_2019010801.js")}
- ${yangcai_calc_Left_width_height(400, 70)}
- <style>
- .search-box{ border:1px solid #d3d3d3; margin:0 10px 0 0; width:210px; float:left; border-radius:20px; padding:0 14px; background:#fff;}
- .search-box span{ float:left; line-height:32px; color:#282c2f;}
- .search-box input{ border:none; box-shadow:none; width:130px; height:32px; padding:0 0 0 10px; line-height:32px;}
- .search-box select{ float:right; width:100px;}
- .design-order{ background: #fff;}
- .clear:after{content:'';display:block;clear:both;height:0;overflow:hidden;visibility:hidden;}
- .clear{zoom:1;}
- .z-select{ height:32px; padding:0;}
- .z-dropdown>.z-default{ color:#999;}
- .z-dropdown{ border:none; }
- .z-dropdown>i{ padding:4px 0 0 0;}
- .z-dropdown.z-blue.z-active, .z-dropdown.z-blue>.z-list{ border:none;}
- .z-operater{ padding:4px 4px;}
- .z-text-ellipsis {text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: inline; }
- .z-floater .z-content {
- position: absolute;
- top: 0;
- left: 0;
- min-width: 30px;
- min-height: 25px;
- padding: 6px;
- font-size: 12px;
- border: 1px solid #c6c6c6;
- line-height: 25px;
- text-align: center;
- background: #fff;
- }
- .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{
- border:none; border-bottom: 1px solid #e4e4e4; font-size:13px; color:#999; height:52px;
- }
- .z-table.z-bordered{ border:none;}
- .z-bd-r{ border:none;}
- .z-tabnav-main>nav li{ border-right:none; font-size:15px; height:50px; line-height:50px;}
- .z-tabnav-main.z-blue>nav li.z-active { color:#28a3ef; background: #fff; position: relative; font-weight: bold; }
- .z-tabnav-main.z-blue>nav li.z-active:hover{ background: #fff;}
- .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;}
- .screen{ background: #e4e5ea; height:70px; padding:20px 0 0 24px; box-sizing: border-box;}
- .z-tabnav-main{ border:none;}
- .btn-search{ border-radius:32px; height:32px; float:left; margin:0 10px 0 0;}
- .z-text-left td{ color:#363940!important; font-weight: bold;}
- .z-button.z-red { background: #1681f5; border: 1px solid #1681f5;}
- .z-readonly{ border:none!important; background: #edeeef!important;}
- .z-text-red{color:#1681f5;}
- .z-red:hover{ background: #1681f5!important;}
- .schedule a{ color:#999;}
- .color-orange{ color:#ff6600;}
- .schedule a p{ line-height:28px;}
- .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;}
- </style>
- <script>
- Z.onload(function(){
- refreshEffectiveTime();
- Z.timer(10000, -1, null, refreshEffectiveTime);
-
- var height=Z("#operation").offsetHeight();
- if(height>55){
- Z("#fixedSpan").style("margin-top: -30px;");
- }
- })
- function doModifyIndustry()
- {//修改行业
- var designId = Z.FM.getChecked("designId");
- if(Z.V.isEmpty(designId))
- {
- Z.alert("请选择一条订单");
- return;
- }
-
- var dialog = new Z.Dialog();
- dialog.title = "修改行业";
- dialog.url = "/modifyIndustry.htm?designId="+designId+"&flag=0";
- dialog.width = 500;
- dialog.height = 300;
- dialog.execute();
- }
- </script>
- <#var data="data=copy,userText,userNotice,CustomFile,DesginFile,EndFile,WorkFile,FristThumFile,TbzFile"/>
- <#var addRule="addRule=CustomFile"/>
- <#var delRule="delRule=CustomFile"/>
- ${zhiqim_manager_breadcrumb("未完成订单")}
- ${zhiqim_manager_content()}
- <div class="design-order clear">
- <#-- 导航栏 -->
- <div class="z-tabnav-main z-blue">
- <nav>
- <ul>
-
-
- <#for item : catList>
- <li onclick="Z.L.href('designStandardList.htm?reasonId=${item.getStandardId()}', attaFileList);">${item.getStandardTitle()}</li>
- </#for>
- </ul>
- </nav>
- </div>
- <#-- 左侧功能 -->
- <div class="z-overflow-y-auto z-overflow-x-hidden z-relative-left" style="width:100%;">
- <#-- 查询条件 -->
-
-
-
- <#-- 分页列表-->
- </div>
- </div>
- ${zhiqim_manager_content_end()}
- <div class="z-overflow-auto z-bd-r" style="width:100%;height: 800px">
- <iframe name="attaFileList" src="designStandardList.htm" frameborder="0" scrolling="auto" height="100%" width="100%"></iframe>
- </div>
- <#-- 联系旺旺&联系QQ弹窗框 -->
- <iframe id="openFrm" class="z-hide" src="about:blank"></iframe>
|