first commit

This commit is contained in:
2025-02-20 14:59:35 +08:00
parent d7be84fac6
commit d4a3bb8ffc
2541 changed files with 336536 additions and 0 deletions
@@ -0,0 +1,47 @@
<#if pageResult.total() != 0>
<div id="mediaList" class="srcFileList">
<#for item : pageResult.list()>
<#if item_index!=0 && item_index%5==0></div></#if>
<#if item_index%5==0><div class="z-clearfix"></#if>
<div id="item_${item.getMediaId()}" class="item" title="${DesignTypeDao.name(item.getTypeId())}&nbsp;${Global.get(DesignIndustryCache.class).getIndustryName(item.getIndustryId())}&nbsp;${item.getIndustrySubName()}&nbsp;${item.getAttributeName()}&nbsp;${item.getKeywordName()}">
<div class="z-bg-white z-pointer
<#if item.getTemplateType() = 110>bestItem</#if>
<#if item.getTemplateType() = 100>modelItem</#if>
<#if item.getTemplateType() = 80>orderItem</#if>
<#if item.getTemplateType() = 10 || item.getTemplateType() = 20>myItem</#if>
<#if item.getTemplateType() = 0>temporaryItem</#if>
">
<img style="max-width:300px;" src="
<#if Validates.isEmpty(item.getMediaUrl())>/zinc/images/nopic.png
<#else>
<#if media.getMediaUrl().indexOf(",") == -1>
${item.getMediaUrl()}
<#else>
<#for path : Arrays.toStringArray(item.getMediaUrl())>
<#if path_index lt 1>
${path}
</#if>
</#for>
</#if>
</#if>
" onclick="Design.doTemplateShow('${item.getMediaId()}');" />
<span class="allItem-info z-absolute" onclick="Design.doTemplateShow('${item.getMediaId()}');">${item.getMediaId()}</span>
<span class="itemCtrBar z-absolute">
<button class="z-button modelCheckBtn z-small z-blue z-float-left" onclick="<#if item.getTemplateType() == 20>templateConfirmItemAdd<#else>bestConfirmItemAdd</#if>(event, '${item.getMediaId()}', 'yes');"><i class="z-font z-px12 z-success"></i>同意</button>
<button class="z-button modelCheckBtn z-small z-red z-float-right" onclick="<#if item.getTemplateType() == 20>templateCancelItemAdd<#else>bestCancelItemAdd</#if>(event, '${item.getMediaId()}', 'no');"><i class="z-font z-px12 z-error"></i>拒绝</button>
</span>
</div>
</div>
<#if item_index == (pageResult.list().size() - 1)></div></#if>
</#for>
</div>
<div style="width:100%;text-align:center;margin-bottom:35px;">
<table class="z-table z-bordered zi-bd-t-none z-bg-white">
<tr class="z-h50">
<td><div class="z-float-right z-mg-r10">${PagingGo.toHtmlClick(pageResult, "doTemplateSearch")}</div></td>
</tr>
</table>
</div>
<#else>
<div class="z-float-left z-color-gray z-w100p z-text-center z-px20 z-mg-t20">暂无模板信息</div>
</#if>
@@ -0,0 +1,41 @@
<#if pageResult.total() != 0>
<div id="mediaList" class="srcFileList">
<#for item : pageResult.list()>
<#if item_index!=0 && item_index%5==0></div></#if>
<#if item_index%5==0><div class="z-clearfix"></#if>
<div id="item_${item.getMediaId()}" class="item" title="${DesignTypeDao.name(item.getTypeId())}&nbsp;${Global.get(DesignIndustryCache.class).getIndustryName(item.getIndustryId())}&nbsp;${item.getIndustrySubName()}&nbsp;${item.getAttributeName()}&nbsp;${item.getKeywordName()}">
<div class="z-bg-white z-pointer
<#if item.getTemplateType() = 100>modelItem</#if>
<#if item.getTemplateType() = 110>bestItem</#if>
">
<img style="max-width:300px;" src="
<#if Validates.isEmpty(item.getMediaUrl())>/zinc/images/nopic.png
<#else>
<#if media.getMediaUrl().indexOf(",") == -1>
${item.getMediaUrl()}
<#else>
<#for path : Arrays.toStringArray(item.getMediaUrl())>
<#if path_index lt 1>
${path}
</#if>
</#for>
</#if>
</#if>
" onclick="Design.doTemplateShow('${item.getMediaId()}');" />
<span class="allItem-info z-absolute" onclick="Design.doTemplateShow('${item.getMediaId()}');">${item.getMediaId()}</span>
</div>
</div>
<#if item_index == (pageResult.list().size() - 1)></div></#if>
</#for>
</div>
<div style="width:100%;text-align:center;margin-bottom:35px;">
<table class="z-table z-bordered zi-bd-t-none z-bg-white">
<tr class="z-h50">
<td><div class="z-float-right z-mg-r10">${PagingGo.toHtmlClick(pageResult, "doSearchAjax")}</div></td>
</tr>
</table>
</div>
<#else>
<div class="z-float-left z-color-gray z-w100p z-text-center z-px20 z-mg-t20">暂无模板信息,请重新搜索</div>
</#if>
@@ -0,0 +1,28 @@
<#if pageResult.total() != 0>
<div id="mediaList" class="srcFileList">
<#for item : pageResult.list()>
<#if item_index!=0 && item_index%5==0></div></#if>
<#if item_index%5==0><div class="z-clearfix"></#if>
<div id="item_${item.getMediaId()}" class="item">
<div class="z-bg-white z-pointer
<#if item.getTemplateType() = 80>orderItem</#if>
<#if item.getTemplateType() = 0>temporaryItem</#if>
">
<img style="max-width:300px;" src="<#if Validates.isEmpty(item.getMediaUrl())>/zinc/images/nopic.png<#else>${item.getMediaUrl()}</#if>" onclick="Design.doTemplateShow('${item.getMediaId()}');"/>
<span class="allItem-info z-absolute" onclick="Design.doTemplateShow('${item.getMediaId()}');">${item.getDesignId()}</span>
</div>
</div>
<#if item_index == (pageResult.list().size() - 1)></div></#if>
</#for>
</div>
<div style="width:100%;text-align:center;margin-bottom:35px;">
<table class="z-table z-bordered zi-bd-t-none z-bg-white">
<tr class="z-h50">
<td><div class="z-float-right z-mg-r10">${PagingGo.toHtmlClick(pageResult, "doTemplateSearch")}</div></td>
</tr>
</table>
</div>
<#else>
<div class="z-float-left z-color-gray z-w100p z-text-center z-px20 z-mg-t20">暂无模板信息</div>
</#if>
@@ -0,0 +1,46 @@
<#include "/ztmpl/zhiqim_manager/"+themeMain+"/define.htm"/>
<input id="creater" type="hidden" value="${creater}">
<input id="productTypeId" type="hidden" value="${productTypeId}">
<#-- 列表 -->
<table class="z-table z-bordered z-h40-tr z-pd5 z-bg-white z-text-center" style="height:auto;">
<tr bgcolor="${zmr_thead_bgcolor}">
<td width="140">订单号</td>
<td width="100">订单类型</td>
<td width="150">所属组织</td>
<td width="130">旺旺号</td>
<td width="120">店铺</td>
<td width="110">设计师</td>
<td width="90">录单时间</td>
<td width="110">倒计时</td>
<td width="90">领单时间</td>
<td width="110">订单状态</td>
<td width="160">进度备注</td>
<td width="*" style="min-width:220px">产品</td>
<td width="80">订单金额</td>
</tr>
${zhiqim_manager_tr_no_record(pageResult, 12, "暂时没有滞留单")}
<#for item : pageResult.list()>
<#var isCountDown=CalculationUtil.retentDealCountDownCal(request,item.getDesignId())/>
<input id="buyerNick_${item.getDesignId()}" type="hidden" value="${item.getBuyerNick()}">
<input id="userQq_${item.getDesignId()}" type="hidden" value="${item.getUserQq()}">
<tr class="z-pointer <#if isCountDown == "">z-text-red</#if>" ${zhiqim_manager_tr_onmouse()} ${zhiqim_manager_tr_click_radio()}>
<td>${item.getDesignId()}</td>
<td>${DraftConstants.get(item.getDraftType())}</td>
<td>${ZmrOrgDao.getOrgName(request,item.getOrgId())}</td>
<td>${item.getBuyerNick()}</td>
<td>${item.getShopNick()}</td>
<td>${item.getDesigner()}</td>
<td>${Sqls.toDateTimeString(item.getCreateTime())}</td>
<td>
<#var effectiveTime = typeMap.get(item.getTypeId()).getEffectiveTime()/>
<span id="time_${item.getDesignId()}" data-effectiveTime="${effectiveTime}" data-createTime="${item.getCreateTime()}"></span>
</td>
<td>${Sqls.toDateTimeString(item.getDesignReceiveTime())}</td>
<td>${StatusConstants.getStatus(item.getStatus())}</td>
<td>${progressNoteMap.get(item.getDesignId())}</td>
<td>${item.getOrderText()}</td>
<td>${Amounts.toYuanMustRadix(item.getAmount())}</td>
</tr>
</#for>
</table>
${zhiqim_manager_paging_jsMethod(pageResult, "doQueryRetentionDealOrder")}
@@ -0,0 +1,44 @@
<#if pageResult.total() != 0>
<div id="mediaList" class="srcFileList">
<#for item : pageResult.list()>
<#if item_index!=0 && item_index%5==0></div></#if>
<#if item_index%5==0><div class="z-clearfix"></#if>
<div id="item_${item.getMediaId()}" class="item" title="${DesignTypeDao.name(item.getTypeId())}&nbsp;${Global.get(DesignIndustryCache.class).getIndustryName(item.getIndustryId())}&nbsp;${item.getIndustrySubName()}&nbsp;${item.getAttributeName()}&nbsp;${item.getKeywordName()}">
<div class="z-bg-white z-pointer
<#if item.getTemplateType() = 110>bestItem</#if>
<#if item.getTemplateType() = 100>modelItem</#if>
<#if item.getTemplateType() = 80>orderItem</#if>
<#if item.getTemplateType() = 10 || item.getTemplateType() = 20>myItem</#if>
<#if item.getTemplateType() = 0>temporaryItem</#if>
">
<img style="max-width:300px;" src="
<#if Validates.isEmpty(item.getMediaUrl())>/zinc/images/nopic.png
<#else>
<#if media.getMediaUrl().indexOf(",") == -1>
${item.getMediaUrl()}
<#else>
<#for path : Arrays.toStringArray(item.getMediaUrl())>
<#if path_index lt 1>
${path}
</#if>
</#for>
</#if>
</#if>
" onclick="Design.doTemplateShow('${item.getMediaId()}','${urlParam}');" />
<span class="allItem-info z-absolute" onclick="Design.doTemplateShow('${item.getMediaId()}','${urlParam}');">${item.getMediaId()}</span>
</div>
</div>
<#if item_index == (pageResult.list().size() - 1)></div></#if>
</#for>
</div>
<div style="width:100%;text-align:center;margin-bottom:35px;">
<table class="z-table z-bordered zi-bd-t-none z-bg-white">
<tr class="z-h50">
<td><div class="z-float-right z-mg-r10">${PagingGo.toHtmlClick(pageResult, "doTemplateSearch")}</div></td>
</tr>
</table>
</div>
<#else>
<div class="z-float-left z-color-gray z-w100p z-text-center z-px20 z-mg-t20">暂无模板信息,请重新搜索</div>
</#if>