| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- ${Styles.htmlOverflowHidden()}
- ${Scripts.src("/zinc/js/global_2019010801.js")}
- ${yangcai_calc_Left_width_height(400, 70)}
- <script>
- 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;
- dialog.width = 500;
- dialog.height = 300;
- dialog.execute();
- }
- </script>
- <#var data="data=copy,userText,CustomFile,TemplateFile,DesginFile,EndFile,WorkFile,AftersaleFile,ThumFile,userNotice"/>
- <#var addRule="addRule=DesginFile,EndFile,WorkFile,AftersaleFile"/>
- <#var delRule="delRule=DesginFile,EndFile,WorkFile,AftersaleFile"/>
- ${zhiqim_manager_breadcrumb("资料上传")}
- ${zhiqim_manager_content()}
- <#-- 导航栏 -->
- <div class="z-tabnav-main z-blue z-mg-b20">
- <nav>
- <ul>
- <li class="z-active">资料上传</li>
- </ul>
- </nav>
- </div>
- <#-- 左侧功能 -->
- <div id="left" class="z-overflow-y-auto z-overflow-x-hidden z-relative-left">
-
- <#-- 查询条件 -->
- ${zhiqim_manager_title("查询条件")}
- <form action="uploadData.htm" method="post">
- <table class="z-table z-bordered z-pd6 z-bg-white">
- <tr class="z-h40">
- <td width="30%">订单号:<input name="designId" class="${zmr_color_class} z-input z-w160 z-mg-l4" value="${designId}" maxlength="64" placeholder="订单号"></td>
- <td width="34%">产品类型:<select name="typeId" class="z-select z-w180" data-role="z-select" data-class="${zmr_color_class}">
- <option value="">全部</option>
- <#for item : DesignTypeDao.list()>
- <option value="${item.getTypeId()}" <#if typeId == item.getTypeId()>selected</#if>>${item.getTypeName()}</option>
- </#for>
- </select>
- </td>
- <td width="*">其他信息:<input class="${zmr_color_class} z-input z-w200" id="otherInfo" name="otherInfo" maxlength="64" value="${otherInfo}" placeholder="收件人、电话、QQ、对稿手机"></td>
- </tr>
- <tr class="z-h40">
- <td>旺旺号:<input name="buyerNick" class="${zmr_color_class} z-input z-w160 z-mg-l4" value="${buyerNick}" maxlength="64" placeholder="旺旺号"></td>
- <td>淘宝单号:<input name="tid" class="${zmr_color_class} z-input z-w180" value="${tid}" maxlength="64" placeholder="淘宝单号"></td>
- <td>录单时间:<input id="startDate" name="startDate" class="z-input z-w90 ${zmr_color_class}" readonly="true" onfocus="Z.date(this);" value="${startDate}"> -
- <input id="endDate" name="endDate" class="z-input z-mg-l3 z-w90 ${zmr_color_class}" readonly="true" onfocus="Z.date(this);" value="${endDate}">
- </td>
- </tr>
- <tr class="z-h40">
- <td>
- <span class="z-px12">稿件类型:</span><select name="draftType" class="z-select z-w160" data-role="z-select" data-class="${zmr_color_class}">
- <option value="">全部</option>
- <#for item : DraftConstants.getList()>
- <option value="${item.value()}" <#if draftType == item.value()>selected</#if>>${item.desc()}</option>
- </#for>
- </select>
- </td>
- <td>是否印刷:<select name="isOnlyDesign" class="z-select z-w180" data-role="z-select" data-class="${zmr_color_class}">
- <option value="">全部</option>
- <option value="0" <#if isOnlyDesign == 0>selected</#if>>是</option>
- <option value="1" <#if isOnlyDesign == 1>selected</#if>>否</option>
- </select>
- </td>
- <td>添加行业:<select name="havaIndustry" class="z-select z-w200" data-role="z-select" data-class="${zmr_color_class}">
- <option value="">全部</option>
- <option value="0" <#if havaIndustry == 0>selected</#if>>已添加</option>
- <option value="1" <#if havaIndustry == 1>selected</#if>>未添加</option>
- </select>
- </td>
- </tr>
- <tr class="z-h40">
- <td colspan="3" class="z-text-center"><button class="z-button z-large z-w120 z-mg-r15 ${zmr_color_class}">查询</button><button class="z-button z-large" type="button" onclick="Z.FM.clearForm(this.form);">清空</button></td>
- </tr>
- </table>
- </form>
-
- <#-- 操作功能 -->
- <div class="z-w100p z-mg-t20 z-mg-b3">
- <button type="button" class="z-button ${zmr_color_class} z-mg-r6" onclick="doModifyIndustry();"><i class="z-font z-modify"></i>修改行业</button>
- <#if ZmrPathRule.check(request, "openWangWang")><button type="button" class="z-button z-mg-r6 ${zmr_color_class}" onclick="Global.openWangWang();"><img src="/zinc/images/wangwang.png">旺旺联系</button></#if>
- <#if ZmrPathRule.check(request, "openQQ")><button type="button" class="z-button z-mg-r6 ${zmr_color_class}" onclick="Global.openQQ();"><img src="/zinc/images/qq.png">QQ联系</button></#if>
- </div>
-
- <#-- 分页列表-->
- <div class="z-overflow-auto z-bd-r">
- <table class="z-table z-bordered zi-bd-r-none z-bg-white z-text-center" style="width:2220px">
- ${zhiqim_manager_tr_title(30, "订单列表")}
- <tr class="z-h40" bgcolor="${zmr_thead_bgcolor}">
- <td width="60">选择</td>
- <td width="120">订单号</td>
- <td width="120">店铺</td>
- <td width="120">设计</td>
- <td width="140">旺旺号</td>
- <td width="90">状态</td>
- <td width="100">行业</td>
- <td width="*">产品</td>
- <td width="80">印刷金额</td>
- <td width="160">特殊工艺</td>
- <td width="160">录单时间</td>
- <td width="160">完稿时间</td>
- <td width="100">设计师</td>
- <td width="100">审核人</td>
- <td width="100">联系人</td>
- <td width="120">对稿手机</td>
- <td width="120">对稿QQ</td>
- <td width="120">对稿微信</td>
- </tr>
- <#if pageResult.total() == 0>
- ${zhiqim_manager_no_record(30, "暂时没有订单信息")}
- </#if>
- <#for item : pageResult.list()>
- <input type="hidden" id="buyerNick_${item.getDesignId()}" value="${item.getBuyerNick()}">
- <input type="hidden" id="userQq_${item.getDesignId()}" value="${item.getUserQq()}">
- <tr class="z-h40 z-pointer" ${zhiqim_manager_tr_onmouse()} ${zhiqim_manager_tr_click_radio()}>
- <td><input type="radio" name="designId" data-role="z-radio" data-class="${zmr_color_class}" value="${item.getDesignId()}" onclick="Z.L.href('attaFileList.htm?designId=${item.getDesignId()}&${data}&${addRule}&${delRule}', attaFileList);"></td>
- <td>${item.getDesignId()}</td>
- <td>${item.getShopNick()}</td>
- <td>${DraftConstants.get(item.getDraftType())}</td>
- <td>${item.getBuyerNick()}</td>
- <td>${StatusConstants.getStatus(item.getStatus())}</td>
- <td>${Global.get(DesignIndustryCache.class).getIndustryName(item.getIndustryId())}</td>
- <td>${item.getOrderText()}</td>
- <td>${Amounts.toYuanMustRadix(item.getAmount())}</td>
- <td>${item.getPrintSpecial()}</td>
- <td>${Sqls.toDateTimeString(item.getCreateTime())}</td>
- <td>${Sqls.toDateTimeString(item.getDesignEndTime())}</td>
- <td>${item.getDesigner()}</td>
- <td>${item.getChecker()}</td>
- <td>${item.getUserContact()}</td>
- <td>${item.getUserMobile()}</td>
- <td>${item.getUserQq()}</td>
- <td>${item.getUserWx()}</td>
- </tr>
- </#for>
- </table>
- </div>
- ${zhiqim_manager_paging(pageResult, "uploadData.htm")}
- </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>
- <#-- 联系旺旺&联系QQ弹窗框 -->
- <iframe id="openFrm" class="z-hide" src="about:blank"></iframe>
|