This commit is contained in:
2025-02-20 14:58:55 +08:00
والد 687bda5ead
کامیت d7be84fac6
1158فایلهای تغییر یافته به همراه127232 افزوده شده و 0 حذف شده
@@ -0,0 +1,10 @@
<#if Validates.isEqual(text, "BLOCK")>
<div class="z-float-left z-px16 z-mg-l30" style="line-height:50px;">
今日定稿目标数:<span class="z-color-blue z-bold z-px20">${goalNum}单</span>,已完成定稿数:<span class="z-color-green z-bold z-bold z-px20">${comNum}单</span>
</div>
</#if>
<#if Validates.isEqual(text, "HIDDEN")>
<div class="z-float-left z-px16 z-mg-l30" style="line-height:50px;">
<span class="z-color-red z-bold z-px18">今日未设置定稿目标数</span>
</div>
</#if>
@@ -0,0 +1,29 @@
<script></script>
<#-- 列表 -->
<table class="z-table z-bordered z-h40-tr z-pd5 z-bg-white z-text-center">
<tr bgcolor="${zmr_thead_bgcolor}">
<td width="140">订单号</td>
<td width="130">旺旺号</td>
<td width="80">订单金额</td>
<td width="80">退回时间</td>
<td width="250">产品描述</td>
<td width="150">退回原因</td>
</tr>
${zhiqim_manager_tr_no_record(pageResult, 8, "没有历史退回记录")}
<#for item : models>
<tr class="z-pointer ${zhiqim_manager_tr_onmouse()} ${zhiqim_manager_tr_click_radio()}>
<td>${item.getDesignId()}</td>
<td>${item.getBuyerNick()}</td>
<td>${Amounts.toYuanMustRadix(item.getAmount())}</td>
<td>${Sqls.toDateTimeString(item.getBackTime())}</td>
<td align="left">${item.getOrderText()}</td>
<td align="left">${item.getCheckBackReason()}</td>
</tr>
</#for>
</table>
<div class="z-h60">
</div>
<div class="z-fixed z-w100p z-bg-gray z-text-center z-pd-t10 z-h60" style="bottom:0;left:0">
<button type="button" class="z-button z-large z-mg-l10 z-w100" onclick="parent.Z.Dialog.close();">关闭</button>
</div>
@@ -0,0 +1,25 @@
<table class="z-table z-bordered z-pd6 z-bg-white z-text-left">
<#for item : modelList>
<tr class="z-h40">
<td align="center" style="background-color:#f3fdfc;" width="16%">主行业:</td>
<td width="16%">${item.getMainIndustryName()}</td>
<td align="center" style="background-color:#f3fdfc;" width="16%">子行业:</td>
<td width="16%">${item.getSonIndustryName()}</td>
<td align="center" style="background-color:#f3fdfc;" width="16%">应用场景:</td>
<td width="16%">${item.getAppScenarios()}</td>
</tr>
<tr class="z-h40">
<td align="center" style="background-color:#f3fdfc;">客户类型:</td>
<td>${item.getCustomerType()}</td>
<td align="center" style="background-color:#f3fdfc;">未匹配关键字:</td>
<td>${item.getUnmatchKeyword()}</td>
<td align="center" style="background-color:#f3fdfc;">设计风格:</td>
<td>${item.getDesignStyle()}</td>
</tr>
<tr class="z-h40" style="background-color:#f3fdfc;">
<td colspan="3" align="center">标签编辑人:${item.getOperatorCode()}</td>
<td colspan="3" align="center">标签编辑时间:${Sqls.toDateTimeString(item.getOperatorTime())}</td>
</tr>
<tr class="z-h20"><td colspan="6"></td></tr>
</#for>
</table>
@@ -0,0 +1,115 @@
<script>
function showLargeImg(url)
{
var hostUrl = Z.l.protocol+'//'+Z.l.host;
var dialog = new parent.Z.Dialog();
dialog.shadow = true;
dialog.title = "服务群二维码图片";
dialog.fixed = true;
dialog.url = hostUrl+"/showLargeImg.htm?imgpath="+url;
dialog.width = parent.Z.D.clientWidth()-1200;
dialog.height = parent.Z.D.clientHeight()-400;
dialog.execute();
dialog.$background.remove();
}
</script>
<!--标题部分-->
<div id="title_content" class="z-hide">
<div class="z-bold">
<div class="z-float-left z-pd10 z-mg-t3">订单【${order.getDesignId()}】快捷联系方式</div>
</div>
</div>
<div class="z-pd20">
<div class="z-w100p zi-pd20">
<!--扬彩服务渠道-->
<#if order.getMerchantId() == "2019491431057">
<#if order.getShopNick() == "领淘">
<div class="z-h40 z-mg-t-20" style="border-bottom:rgb(211, 211, 211) 1px dashed;">
<div class="z-float-left zi-mg-t18 " style="width:200px">
<span class="z-bold">售前客服:</span>玉米
</div>
<div class="z-float-left zi-mg-t18" style="width:200px">
<span class="z-bold">联系电话:</span>15200463922
</div>
<div class="z-float-left zi-mg-t18" style="width:200px">
<span class="z-bold">个人微信:</span>15200463922
</div>
</div>
<#else>
<div class="z-h40 z-mg-t-20" style="border-bottom:rgb(211, 211, 211) 1px dashed;">
<div class="z-float-left zi-mg-t18 " style="width:200px">
<span class="z-bold">售前客服:</span>玲珑
</div>
<div class="z-float-left zi-mg-t18" style="width:200px">
<span class="z-bold">联系电话:</span>13667316513
</div>
<div class="z-float-left zi-mg-t18" style="width:200px">
<span class="z-bold">个人微信:</span>13667316513
</div>
</div>
</#if>
<!--淘印通渠道-->
<#elseif order.getMerchantId() == "1920862616055">
<div class="z-h40 z-mg-t-20" style="border-bottom:rgb(211, 211, 211) 1px dashed;">
<div class="z-float-left zi-mg-t18 " style="width:200px">
<span class="z-bold">售前客服:</span>木易
</div>
<div class="z-float-left zi-mg-t18" style="width:200px">
<span class="z-bold">联系电话:</span>15874971979
</div>
<div class="z-float-left zi-mg-t18" style="width:200px">
<span class="z-bold">个人微信:</span>15874971979
</div>
</div>
<!--小程序渠道-->
<#elseif order.getMerchantId() == "2000922684001">
<div class="z-h40 z-mg-t-20" style="border-bottom:rgb(211, 211, 211) 1px dashed;">
<div class="z-float-left zi-mg-t18 " style="width:200px">
<span class="z-bold">售前客服:</span>崔崔
</div>
<div class="z-float-left zi-mg-t18" style="width:200px">
<span class="z-bold">联系电话:</span>13786298968
</div>
<div class="z-float-left zi-mg-t18" style="width:200px">
<span class="z-bold">个人微信:</span>13786298968
</div>
</div>
<#else>
<div class="z-h40 z-mg-t-20" style="border-bottom:rgb(211, 211, 211) 1px dashed;">
<div class="z-float-left zi-mg-t18" style="width:200px">
<span class="z-bold">售前客服:</span>${createrDesigner.getOperatorCode()}
</div>
<div class="z-float-left zi-mg-t18 z-mg-l20 " style="width:200px">
<span class="z-bold">联系电话:</span>${createrDesigner.getOperatorMobile()}
</div>
<div class="z-float-left zi-mg-t18 z-mg-l20 " style="width:200px">
<span class="z-bold">个人微信:</span>${createrDesigner.getOperatorWxcode()}
</div>
</div>
</#if>
</div>
</div>
<div class="z-pd20">
<div class="z-w100p zi-pd20">
<div class="z-h140 z-mg-t-20" style="border-bottom:rgb(211, 211, 211) 1px dashed;">
<div class="z-float-left zi-mg-t18" style="width:360px">
<#if Validates.isNotEmptyBlank(order.getCustomerQrcodeUrl())>
<span class="z-bold">对稿沟通群服务二维码:</span>
<img src="${order.getCustomerQrcodeUrl()}" onclick="showLargeImg('${order.getCustomerQrcodeUrl()}')" width="130px" height="130px" style="cursor: pointer;">
<#else>
<#if order.getShopNick() == "领淘">
<span class="z-bold">对稿沟通:</span> 企业微信搜索:${order.getUserContact()}&nbsp;&nbsp;${order.getUserMobile()}
<#else>
对稿沟通请联系售前客服
</#if>
</#if>
</div>
</div>
</div>
</div>
<#-- 操作 -->
<div class="z-absolute z-w100p z-h80 z-text-center z-bg-gray" style="bottom:0;left:0">
<button class="z-button z-w150 z-h50 z-mg-t15 z-mg-l5 z-mg-l20 zi-px22" type="button" onclick="Z.Dialog.close();">关闭</button>
</div>