61 行
2.7 KiB
Plaintext
61 行
2.7 KiB
Plaintext
${Styles.htmlOverflowHidden()}
|
|
${Scripts.src("/zinc/js/global_2019010801.js")}
|
|
${yangcai_calc_Left_width_height(400, 70)}
|
|
|
|
<#var data="data=copy,userText,CustomFile,DesginFile,EndFile,WorkFile,AftersaleFile,ThumFile,userNotice,TbzFile"/>
|
|
<#var addRule="addRule=CustomFile,TemplateFile,DesginFile,EndFile,WorkFile,TbzFile"/>
|
|
<#var delRule="delRule=CustomFile,TemplateFile,DesginFile,EndFile,WorkFile,TbzFile"/>
|
|
${zhiqim_manager_breadcrumb("旺旺订单")}
|
|
${zhiqim_manager_content()}
|
|
|
|
<#-- 导航栏 -->
|
|
<div class="z-tabnav-main z-blue z-mg-b20">
|
|
<nav>
|
|
<ul>
|
|
<li onclick="Z.Location.href('designOrder.htm');">未完成订单</li>
|
|
<li onclick="Z.Location.href('designOrderFinish.htm');">已完结订单</li>
|
|
<li class="z-active">旺旺订单</li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
|
|
<#-- 左侧功能 -->
|
|
<div id="left" class="z-relative-left z-overflow-y-auto">
|
|
<#-- 分页列表-->
|
|
<table class="z-table z-bordered z-bg-white z-pd6">
|
|
${zhiqim_manager_tr_title(7, "旺旺订单列表")}
|
|
<tr class="z-text-center z-h40" bgcolor="${zmr_thead_bgcolor}" >
|
|
<td width="40">选择</td>
|
|
<td width="100">订单号</td>
|
|
<td width="100">稿件类型</td>
|
|
<td width="80">设计师</td>
|
|
<td width="100">订单状态</td>
|
|
<td width="100">旺旺号</td>
|
|
<td width="60">产品类型</td>
|
|
<td width="150">特殊工艺</td>
|
|
<td width="80">收货人</td>
|
|
<td width="250">收件地址</td>
|
|
</tr>
|
|
<#for item : orderList>
|
|
<tr align="center" class="z-h40" ${zhiqim_manager_tr_onmouse()} ${zhiqim_manager_tr_click_radio()}>
|
|
<td><input type="radio" name="designId" data-role="z-radio" data-class="${zmr_color_class} z-large" value="${item.getDesignId()}" onclick="Z.L.href('attaFileList.htm?designId=${item.getDesignId()}&${data}&${addRule}&${delRule}', attaFileList);"></td>
|
|
<td>${item.getDesignId()}</td>
|
|
<td>${DraftConstants.get(item.getDraftType())}</td>
|
|
<td>${item.getDesigner()}</td>
|
|
<td>${StatusConstants.getStatus(item.getStatus())}</td>
|
|
<td>${item.getBuyerNick()}</td>
|
|
<td>${Global.get(DesignTypeCache.class).getName(item.getTypeId())}</td>
|
|
<td>${item.getPrintSpecial()}</td>
|
|
<td>${item.getReceiverName()}</td>
|
|
<td align="left">${item.getReceiverState()} ${item.getReceiverCity()} ${item.getReceiverDistrict()} ${item.getReceiverAddress()}</td>
|
|
</tr>
|
|
</#for>
|
|
</table>
|
|
</div>
|
|
${zhiqim_manager_content_end()}
|
|
|
|
<#--右侧文件信息-->
|
|
<div class="z-fixed z-pd10 z-bd-l z-bg-white z-h100p" style="top:${fmr_topnav_height}px;right:0;width:400px;z-index:50;">
|
|
<iframe name="attaFileList" src="attaFileList.htm?${data}&${addRule}&${delRule}" frameborder="0" scrolling="auto" height="100%" width="100%"></iframe>
|
|
</div>
|