first commit
This commit is contained in:
@@ -0,0 +1,618 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE ZHIQIM-CONTEXT PUBLIC "-//ZHIQIM //DTD Zhiqim-Context Configuration 1.5.0//EN" "http://zhiqim.org/xmldtds/zhiqim_context_1_5_0.dtd">
|
||||
<zhiqim-context>
|
||||
|
||||
<!-- 组件配置 -->
|
||||
<component name="管理台" path="/org/zhiqim/manager/resource"/>
|
||||
<component name="大文件上传组件" path="/org/zhiqim/uploadlarge/resource"/>
|
||||
<component name="媒体编辑" path="/com/zhiqim/media/manage/resource"/>
|
||||
<component name="富文本编辑器" path="/org/zhiqim/texteditor/resource"/>
|
||||
|
||||
<!-- 属性配置 -->
|
||||
<attribute name="系统名称" key="name" value="设计运营后台"/>
|
||||
<attribute name="系统版本" key="version" value="V1.0"/>
|
||||
|
||||
<!-- 会话用户 -->
|
||||
<sessionUser name="会话用户" path="*" class="org.zhiqim.manager.ZmrSessionUser"/>
|
||||
|
||||
<!-- 接口调用 -->
|
||||
<action name="接口地址" path="/designRest.htm" class="com.zhiqim.yangcai.design.action.DesignRestAction"/>
|
||||
<action name="退款接口地址" path="/designRefund.htm" class="com.zhiqim.yangcai.design.action.DesignRefundAction"/>
|
||||
<action name="快捷联系" path="/quickContact.htm" class="com.zhiqim.yangcai.design.action.QuickContextAction"/>
|
||||
<action name="快捷联系(返回json)" path="/quickContactInfo.htm" class="com.zhiqim.yangcai.design.action.QuickContextInfoAction"/>
|
||||
<action name="组织选择对话框" interceptor="chkZmrLogin" path="/${zhiqim_manager}/orgSelector.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/zhiqim_manager/orgSelector.zml" class="com.zhiqim.yangcai.design.action.OrgSelectorAction"/>
|
||||
|
||||
<!-- 文件下载 -->
|
||||
<action name="文件下载" path="/downFile.htm" class="com.zhiqim.yangcai.design.action.DownloadFileAction"/>
|
||||
<action name="文件下载" path="/downQuestionsFile.htm" class="com.zhiqim.yangcai.design.action.DownloadQuestionsFileAction"/>
|
||||
<action name="文件右边列表" interceptor="chkZmrLogin" path="/attaFileList.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/attaFileList.zml" class="com.zhiqim.yangcai.design.action.AttaFileListAction" />
|
||||
<action name="标签右边列表" interceptor="chkZmrLogin" path="/tagAttaInfoList.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/tagAttaInfoList.zml" class="com.zhiqim.yangcai.design.action.TagAttaInfoListAction" />
|
||||
|
||||
<action name="初稿缩略图" path="/*-FristThumFile.png" class="com.zhiqim.yangcai.design.action.PNGAction"/>
|
||||
<action name="读取成品文件显示缩略图" path="*-endFile" class="com.zhiqim.yangcai.design.action.ThumImgAction"/>
|
||||
<action name="申诉显示图片" path="/*-img" class="com.zhiqim.yangcai.design.action.ThumImgAction"/>
|
||||
<action name="质检违规证据图" path="/*-qcImg" class="com.zhiqim.yangcai.design.action.ThumImgAction"/>
|
||||
<action name="放大图片" path="/showLargeImg.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/showLargeImg.zml"/>
|
||||
|
||||
<!-- ******************************编辑器 start****************************************** -->
|
||||
<!-- 品类管理 -->
|
||||
<action name="列表" interceptor="chkZmrLogin" path="/designPinleiList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/editor/designPinleiList.zml" class="com.zhiqim.yangcai.design.action.editor.DesignPinleiAction" method="list"/>
|
||||
<action name="绑定产品类型" interceptor="chkZmrLogin" path="/bindingType.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/editor/bindingType.zml" class="com.zhiqim.yangcai.design.action.editor.BindingTypeAction"/>
|
||||
<action name="开放产品类型查询" path="/getBindingType.htm" class="com.zhiqim.yangcai.design.action.editor.GetDesignTypeAction"/>
|
||||
<!-- ******************************编辑器end****************************************** -->
|
||||
<!-- ******************************20230824后加页面 start****************************************** -->
|
||||
<action name="设计师组接单管理" interceptor="chkZmrLogin" path="/designerGroupDispatch2.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/designerGroupDispatch2.zml" class="com.zhiqim.yangcai.design.action.sys.DesignerGroupDispatch2Action" method="list"/>
|
||||
<action name="设计师组修改配置页面" interceptor="chkZmrLogin" path="/designerGroupDispatchModify2.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/designerGroupDispatchModify2.zml" class="com.zhiqim.yangcai.design.action.sys.DesignerGroupDispatch2Action" method="modify"/>
|
||||
<action name="设计师组修改配置处理" interceptor="chkZmrLogin" path="/designerGroupDispatchUpdate2.htm" redirect="/designerGroupDispatch2.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.sys.DesignerGroupDispatch2Action" method="update"/>
|
||||
|
||||
<action name="设计师绩效统计导出" interceptor="chkZmrLogin" path="/exportPerformance.htm" class="com.zhiqim.yangcai.design.action.stat.design.ExportPerformanceSchedule" />
|
||||
<action name="点三推送订单数据" path="/diansanOrderData.htm" class="com.zhiqim.yangcai.design.action.editor.DiansanOrderDataAction"/>
|
||||
|
||||
<!-- ******************************20230824后加页面 end****************************************** -->
|
||||
<!-- ******************************基础配置****************************************** -->
|
||||
|
||||
<!-- 设计类型管理 -->
|
||||
<action name="列表" interceptor="chkZmrLogin" path="/designTypeList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/designTypeList.zml" class="com.zhiqim.yangcai.design.action.sys.DesignTypeAction" method="list"/>
|
||||
<action name="添加页面" interceptor="chkZmrLogin" path="/designTypeAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/designTypeAdd.zml" class="com.zhiqim.yangcai.design.action.sys.DesignTypeAction" method="add"/>
|
||||
<action name="增加处理" interceptor="chkZmrLogin" path="/designTypeInsert.htm" redirect="/designTypeList.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.sys.DesignTypeAction" method="insert"/>
|
||||
<action name="修改页面" interceptor="chkZmrLogin" path="/designTypeModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/designTypeModify.zml" class="com.zhiqim.yangcai.design.action.sys.DesignTypeAction" method="modify"/>
|
||||
<action name="修改处理" interceptor="chkZmrLogin" path="/designTypeUpdate.htm" redirect="/designTypeList.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.sys.DesignTypeAction" method="update"/>
|
||||
<action name="设计规范" interceptor="chkZmrLogin" path="/designTypeDetails.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/designTypeDetails.zml" class="com.zhiqim.yangcai.design.action.sys.DesignTypeAction"/>
|
||||
<!-- 行业管理 -->
|
||||
<action name="行业管理" interceptor="chkZmrLogin" path="/industryList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/industryList.zml" class="com.zhiqim.yangcai.design.action.sys.IndustryListAction"/>
|
||||
<action name="增加行业页面" interceptor="chkZmrLogin" path="/industryAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/industryAdd.zml" class="com.zhiqim.yangcai.design.action.sys.IndustryListAction" method="add"/>
|
||||
<action name="增加行业处理" interceptor="chkZmrLogin" path="/industryInsert.htm" redirect="/industryList.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.sys.IndustryListAction" method="insert"/>
|
||||
<action name="修改行业页面" interceptor="chkZmrLogin" path="/industryModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/industryModify.zml" class="com.zhiqim.yangcai.design.action.sys.IndustryListAction" method="modify"/>
|
||||
<action name="修改行业处理" interceptor="chkZmrLogin" path="/industryUpdate.htm" redirect="/industryList.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.sys.IndustryListAction" method="update"/>
|
||||
<action name="删除行业处理" interceptor="chkZmrLogin" path="/industryDelete.htm" redirect="/industryList.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.sys.IndustryListAction" method="delete"/>
|
||||
|
||||
<action name="业务公共参数配置" interceptor="chkZmrLogin" path="/businessParam.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/businessParam.zml" redirect="/businessParam.htm"/>
|
||||
|
||||
<!-- 印前审核退回原因预录 -->
|
||||
<action name="印前原因预录列表" interceptor="chkZmrLogin" path="/checkBackReasonList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/checkBackReasonList.zml" class="com.zhiqim.yangcai.design.action.sys.CheckBackReasonAction" method="list"/>
|
||||
|
||||
<!--退款原因配置 -->
|
||||
<action name="退款原因配置页面" interceptor="chkZmrLogin" path="/designOrderRefundReason.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/designOrderRefundReason.zml" class="com.zhiqim.yangcai.design.action.order.DesignOrderRefundReasonAction" />
|
||||
<action name="退款原因配置页面" interceptor="chkZmrLogin" path="/designOrderRefundReasonAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/designOrderRefundReasonAdd.zml"/>
|
||||
<action name="退款原因配置页面" interceptor="chkZmrLogin" path="/designOrderRefundReasonModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/designOrderRefundModify.zml" class="com.zhiqim.yangcai.design.action.order.DesignOrderRefundModifyAction"/>
|
||||
|
||||
<!-- ******************************基础配置****************************************** -->
|
||||
<!-- 印前审核退回原因预录 -->
|
||||
<action name="行为规范" interceptor="chkZmrLogin" path="/designStandardList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/designStandardList.zml" class="com.zhiqim.yangcai.design.action.sys.DesignStandardAction" method="list"/>
|
||||
<action name="行为规范详情" interceptor="chkZmrLogin" path="/designStandardDetails.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/designStandardDetails.zml" class="com.zhiqim.yangcai.design.action.sys.DesignStandardDetailsAction" />
|
||||
|
||||
<!-- 组织派单属性管理 -->
|
||||
<action name="商户接单管理列表" interceptor="chkZmrLogin" path="/receiveMerManage.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/receiveMerManage.zml" class="com.zhiqim.yangcai.design.action.sys.ReceiveMerManage"/>
|
||||
<action name="增加接单商户" interceptor="chkZmrLogin" path="/receiveMerAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/receiveMerAdd.zml" class="com.zhiqim.yangcai.design.action.sys.ReceiveMerManage" method="add"/>
|
||||
<action name="增加接单商户处理" interceptor="chkZmrLogin" path="/receiveMerInsert.htm" redirect="/receiveMerManage.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.sys.ReceiveMerManage" method="insert"/>
|
||||
<action name="修改接单商户" interceptor="chkZmrLogin" path="/receiveMerModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/receiveMerModify.zml" class="com.zhiqim.yangcai.design.action.sys.ReceiveMerManage" method="modify"/>
|
||||
<action name="修改接单商户处理" interceptor="chkZmrLogin" path="/receiveMerUpdate.htm" redirect="/receiveMerManage.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.sys.ReceiveMerManage" method="update"/>
|
||||
<action name="删除接单商户" interceptor="chkZmrLogin" path="/receiveMerDelete.htm" redirect="/receiveMerManage.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.sys.ReceiveMerManage" method="delete"/>
|
||||
<action name="接单商户信息修改" interceptor="chkZmrLogin" path="/receiveMerModifyInfo.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/sys/receiveMerModifyInfo.zml" class="com.zhiqim.yangcai.design.action.sys.ReceiveMerModifyAction"/>
|
||||
|
||||
<!-- 订单折算参数管理 -->
|
||||
<action name="订单折算参数列表" interceptor="chkZmrLogin" path="/orderConvertList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/orderConvertList.zml" class="com.zhiqim.yangcai.design.action.sys.OrderConvertAction"/>
|
||||
<action name="增加订单折算参数" interceptor="chkZmrLogin" path="/orderConvertAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/orderConvertAdd.zml" class="com.zhiqim.yangcai.design.action.sys.OrderConvertAction" method="add"/>
|
||||
<action name="增加订单折算参数处理" interceptor="chkZmrLogin" path="/orderConvertInsert.htm" redirect="/orderConvertList.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.sys.OrderConvertAction" method="insert"/>
|
||||
<action name="修改订单折算参数" interceptor="chkZmrLogin" path="/orderConvertModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/orderConvertModify.zml" class="com.zhiqim.yangcai.design.action.sys.OrderConvertAction" method="modify"/>
|
||||
<action name="修改订单折算参数处理" interceptor="chkZmrLogin" path="/orderConvertUpdate.htm" redirect="/orderConvertList.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.sys.OrderConvertAction" method="update"/>
|
||||
<action name="删除订单折算参数" interceptor="chkZmrLogin" path="/orderConvertDelete.htm" redirect="/orderConvertList.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.sys.OrderConvertAction" method="delete"/>
|
||||
|
||||
<!-- 产品绩效单价 -->
|
||||
<action name="产品单价列表" interceptor="chkZmrLogin" path="/productConvert.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/productConvert.zml" class="com.zhiqim.yangcai.design.action.sys.ProductConvertAction"/>
|
||||
<action name="添加产品单价" interceptor="chkZmrLogin" path="/productConvertAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/productConvertAdd.zml" class="com.zhiqim.yangcai.design.action.sys.ProductConvertAction" method="add"/>
|
||||
<action name="添加产品单价处理" interceptor="chkZmrLogin" path="/productConvertInsert.htm" redirect="/productConvert.htm" success="操作成功" class="com.zhiqim.yangcai.design.action.sys.ProductConvertAction" method="insert"/>
|
||||
<action name="更新产品单价" interceptor="chkZmrLogin" path="/productConvertModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/productConvertModify.zml" class="com.zhiqim.yangcai.design.action.sys.ProductConvertAction" method="modify"/>
|
||||
<action name="更新产品单价处理" interceptor="chkZmrLogin" path="/productConvertUpdate.htm" redirect="/productConvert.htm" success="操作成功" class="com.zhiqim.yangcai.design.action.sys.ProductConvertAction" method="update"/>
|
||||
<action name="删除产品单价" interceptor="chkZmrLogin" path="/productConvertDelete.htm" redirect="/productConvert.htm" success="操作成功" class="com.zhiqim.yangcai.design.action.sys.ProductConvertAction" method="delete"/>
|
||||
|
||||
<!-- 质检参数 -->
|
||||
<action name="质检参数列表" interceptor="chkZmrLogin" path="/qcParameter.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/qcParameter.zml" class="com.zhiqim.yangcai.design.action.sys.QcParameterAction" method="list"/>
|
||||
<action name="质检参数增加页面" interceptor="chkZmrLogin" path="/qcParameterAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/qcParameterAdd.zml" class="com.zhiqim.yangcai.design.action.sys.QcParameterAction" method="add"/>
|
||||
<action name="质检参数增加处理" interceptor="chkZmrLogin" path="/qcParameterInsert.htm" redirect="qcParameter.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.sys.QcParameterAction" method="insert"/>
|
||||
<action name="质检参数修改页面" interceptor="chkZmrLogin" path="/qcParameterModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/qcParameterModify.zml" class="com.zhiqim.yangcai.design.action.sys.QcParameterAction" method="modify"/>
|
||||
<action name="质检参数修改处理" interceptor="chkZmrLogin" path="/qcParameterUpdate.htm" redirect="qcParameter.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.sys.QcParameterAction" method="update"/>
|
||||
<action name="质检参数删除处理" interceptor="chkZmrLogin" path="/qcParameterDelete.htm" redirect="qcParameter.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.sys.QcParameterAction" method="delete"/>
|
||||
|
||||
<!-- 质检加分类型 -->
|
||||
<action name="质检加分类型列表" interceptor="chkZmrLogin" path="/qcAwardedType.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/qcAwardedType.zml" class="com.zhiqim.yangcai.design.action.sys.QcAwardedTypeAction" method="list"/>
|
||||
<action name="质检加分类型增加页面" interceptor="chkZmrLogin" path="/qcAwardedTypeAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/qcAwardedTypeAdd.zml" class="com.zhiqim.yangcai.design.action.sys.QcAwardedTypeAction" method="add"/>
|
||||
<action name="质检加分类型增加处理" interceptor="chkZmrLogin" path="/qcAwardedTypeInsert.htm" redirect="/qcAwardedType.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.sys.QcAwardedTypeAction" method="insert"/>
|
||||
<action name="质检加分类型修改页面" interceptor="chkZmrLogin" path="/qcAwardedTypeModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/qcAwardedTypeModify.zml" class="com.zhiqim.yangcai.design.action.sys.QcAwardedTypeAction" method="modify"/>
|
||||
<action name="质检加分类型修改处理" interceptor="chkZmrLogin" path="/qcAwardedTypeUpdate.htm" redirect="/qcAwardedType.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.sys.QcAwardedTypeAction" method="update"/>
|
||||
<action name="质检加分类型删除处理" interceptor="chkZmrLogin" path="/qcAwardedTypeDelete.htm" redirect="/qcAwardedType.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.sys.QcAwardedTypeAction" method="delete"/>
|
||||
|
||||
<!-- 质检绩效参数 -->
|
||||
<action name="质检绩效参数列表" interceptor="chkZmrLogin" path="/qcPerformanceParam.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/qcPerformanceParam.zml" class="com.zhiqim.yangcai.design.action.sys.QcPerformanceParamAction" method="list"/>
|
||||
<action name="质检绩效参数增加" interceptor="chkZmrLogin" path="/qcPerformanceParamAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/qcPerformanceParamAdd.zml" class="com.zhiqim.yangcai.design.action.sys.QcPerformanceParamAction" method="add"/>
|
||||
<action name="质检绩效参数增加处理" interceptor="chkZmrLogin" path="/qcPerformanceParamInsert.htm" redirect="/qcPerformanceParam.htm" success="插入成功" class="com.zhiqim.yangcai.design.action.sys.QcPerformanceParamAction" method="insert"/>
|
||||
<action name="质检绩效参数修改" interceptor="chkZmrLogin" path="/qcPerformanceParamModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/qcPerformanceParamModify.zml" class="com.zhiqim.yangcai.design.action.sys.QcPerformanceParamAction" method="modify"/>
|
||||
<action name="质检绩效参数修改处理" interceptor="chkZmrLogin" path="/qcPerformanceParamUpdate.htm" redirect="/qcPerformanceParam.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.sys.QcPerformanceParamAction" method="update"/>
|
||||
|
||||
<!-- 时效绩效参数管理 -->
|
||||
<action name="时效绩效参数列表" interceptor="chkZmrLogin" path="/timelinessParameterList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/timelinessParameterList.zml" class="com.zhiqim.yangcai.design.action.sys.TimelinessParameterAction" method="list"/>
|
||||
<action name="增加时效绩效参数" interceptor="chkZmrLogin" path="/timelinessParameterAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/timelinessParameterAdd.zml" class="com.zhiqim.yangcai.design.action.sys.TimelinessParameterAction" method="add"/>
|
||||
<action name="增加时效绩效参数处理" interceptor="chkZmrLogin" path="/timelinessParameterInsert.htm" redirect="/timelinessParameterList.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.sys.TimelinessParameterAction" method="insert"/>
|
||||
<action name="修改时效绩效参数" interceptor="chkZmrLogin" path="/timelinessParameterModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/timelinessParameterModify.zml" class="com.zhiqim.yangcai.design.action.sys.TimelinessParameterAction" method="modify"/>
|
||||
<action name="修改时效绩效参数处理" interceptor="chkZmrLogin" path="/timelinessParameterUpdate.htm" redirect="/timelinessParameterList.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.sys.TimelinessParameterAction" method="update"/>
|
||||
<action name="删除时效绩效参数" interceptor="chkZmrLogin" path="/timelinessParameterDelete.htm" redirect="/timelinessParameterList.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.sys.TimelinessParameterAction" method="delete"/>
|
||||
|
||||
<!-- 商户管理 -->
|
||||
<action name="订单商户列表" interceptor="chkZmrLogin" path="/orderMerchantList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/orderMerchantList.zml" class="com.zhiqim.yangcai.design.action.sys.OrderMerchantAction"/>
|
||||
<action name="增加商户" interceptor="chkZmrLogin" path="/orderMerchantAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/orderMerchantAdd.zml" class="com.zhiqim.yangcai.design.action.sys.OrderMerchantAction" method="add"/>
|
||||
<action name="增加处理" interceptor="chkZmrLogin" path="/orderMerchantInsert.htm" redirect="/orderMerchantList.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.sys.OrderMerchantAction" method="insert"/>
|
||||
<action name="修改商户" interceptor="chkZmrLogin" path="/orderMerchantModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/orderMerchantModify.zml" class="com.zhiqim.yangcai.design.action.sys.OrderMerchantAction" method="modify"/>
|
||||
<action name="修改处理" interceptor="chkZmrLogin" path="/orderMerchantUpdate.htm" redirect="/orderMerchantList.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.sys.OrderMerchantAction" method="update"/>
|
||||
|
||||
<!-- 团队管理 -->
|
||||
<action name="团队管理列表" interceptor="chkZmrLogin" path="/teamManagement.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/teamManagement.zml" class="com.zhiqim.yangcai.design.action.sys.TeamManagementAction"/>
|
||||
<action name="增加团队" interceptor="chkZmrLogin" path="/teamManagementAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/teamManagementAdd.zml" class="com.zhiqim.yangcai.design.action.sys.TeamManagementAction" />
|
||||
<action name="增加团队处理" interceptor="chkZmrLogin" path="/teamManagementAddTeam.htm" redirect="/teamManagement.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.sys.TeamManagementAction" method="insert"/>
|
||||
<action name="修改团队" interceptor="chkZmrLogin" path="/teamManagementUpdate.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/teamManagementUpdate.zml" class="com.zhiqim.yangcai.design.action.sys.TeamManagementAction" method="modify"/>
|
||||
<action name="设计师管理" interceptor="chkZmrLogin" path="/teamDesignerManage.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/designer/teamDesignerManage.zml" class="com.zhiqim.yangcai.design.action.designer.TeamManageAction" />
|
||||
<action name="订单商户列表" interceptor="chkZmrLogin" path="/teamMerchantList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/teamMerchantList.zml" class="com.zhiqim.yangcai.design.action.sys.OrderMerchantAction"/>
|
||||
<action name="修改处理" interceptor="chkZmrLogin" path="/orderMerchantUpdateTeam.htm" redirect="/teamManagement.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.sys.TeamManagementAction" method="update"/>
|
||||
<action name="部门增加操作员" interceptor="chkZmrLogin" path="/deptTeam.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/deptTeam.zml" class="com.zhiqim.yangcai.design.action.sys.DeptTeamAction"/>
|
||||
<action name="增加组织" interceptor="chkZmrLogin" path="/deptOrg.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/deptOrg.zml" class="com.zhiqim.yangcai.design.action.sys.deptOrgAction"/>
|
||||
|
||||
<!-- 接口管理 -->
|
||||
<action name="接口日志列表" interceptor="chkZmrLogin" path="/apiInvokeLog.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/apiInvokeLog.zml" class="com.zhiqim.yangcai.design.action.sys.ApiInvokeLogAction" method="list"/>
|
||||
<action name="接口日志删除" interceptor="chkZmrLogin" path="/apiInvokeLogDelete.htm" redirect="/apiInvokeLog.htm" tips="删除成功" class="com.zhiqim.yangcai.design.action.sys.ApiInvokeLogAction" method="delete"/>
|
||||
|
||||
<!-- 售后参数管理 -->
|
||||
<action name="售后责任类型" interceptor="chkZmrLogin" path="/afterPicType.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/afterPicType.zml" class="com.zhiqim.yangcai.design.action.sys.AfterPicTypeAction"/>
|
||||
<action name="售后责任类型增加页面" interceptor="chkZmrLogin" path="/afterPicTypeAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/afterPicTypeAdd.zml" class="com.zhiqim.yangcai.design.action.sys.AfterPicTypeAction" method="add"/>
|
||||
<action name="售后责任类型增加处理" interceptor="chkZmrLogin" path="/afterPicTypeInsert.htm" redirect="/afterPicType.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.sys.AfterPicTypeAction" method="insert"/>
|
||||
<action name="售后责任类型修改页面" interceptor="chkZmrLogin" path="/afterPicTypeModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/afterPicTypeModify.zml" class="com.zhiqim.yangcai.design.action.sys.AfterPicTypeAction" method="modify"/>
|
||||
<action name="售后责任类型修改处理" interceptor="chkZmrLogin" path="/afterPicTypeUpdate.htm" redirect="/afterPicType.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.sys.AfterPicTypeAction" method="update"/>
|
||||
<action name="售后责任类型删除" interceptor="chkZmrLogin" path="/afterPicTypeDelete.htm" redirect="/afterPicType.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.sys.AfterPicTypeAction" method="delete"/>
|
||||
|
||||
<action name="售后问题类型" interceptor="chkZmrLogin" path="/afterProblemType.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/afterProblemType.zml" class="com.zhiqim.yangcai.design.action.sys.AfterProblemTypeAction"/>
|
||||
<action name="售后问题类型增加页面" interceptor="chkZmrLogin" path="/afterProblemTypeAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/afterProblemTypeAdd.zml" class="com.zhiqim.yangcai.design.action.sys.AfterProblemTypeAction" method="add"/>
|
||||
<action name="售后问题类型增加处理" interceptor="chkZmrLogin" path="/afterProblemTypeInsert.htm" redirect="/afterProblemType.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.sys.AfterProblemTypeAction" method="insert"/>
|
||||
<action name="售后问题类型修改页面" interceptor="chkZmrLogin" path="/afterProblemTypeModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sys/afterProblemTypeModify.zml" class="com.zhiqim.yangcai.design.action.sys.AfterProblemTypeAction" method="modify"/>
|
||||
<action name="售后问题类型修改处理" interceptor="chkZmrLogin" path="/afterProblemTypeUpdate.htm" redirect="/afterProblemType.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.sys.AfterProblemTypeAction" method="update"/>
|
||||
<action name="售后问题类型删除" interceptor="chkZmrLogin" path="/afterProblemTypeDelete.htm" redirect="/afterProblemType.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.sys.AfterProblemTypeAction" method="delete"/>
|
||||
|
||||
<!-- 订单管理 -->
|
||||
<action name="历史标签日志" interceptor="chkZmrLogin" path="/historyOrderTagLog.htm" redirect="/orderTagList.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/presenter/historyOrderTagLog.zml" class="com.zhiqim.yangcai.design.action.order.HistoryOrderTagLogAction"/>
|
||||
<action name="订单标签列表" interceptor="chkZmrLogin" path="/orderTagList.htm" redirect="/orderTagList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/orderTagList.zml" class="com.zhiqim.yangcai.design.action.order.OrderTagListAction"/>
|
||||
<action name="订单列表" interceptor="chkZmrLogin" path="/orderList.htm" redirect="/orderList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/orderList.zml" class="com.zhiqim.yangcai.design.action.order.OrderListAction"/>
|
||||
<action name="订单日志" interceptor="chkZmrLogin" path="/orderLogList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/orderLogList.zml" class="com.zhiqim.yangcai.design.action.order.OrderLogListAction"/>
|
||||
<action name="退款列表" interceptor="chkZmrLogin" path="/orderRefundList.htm" redirect="/orderRefundList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/orderRefundList.zml" class="com.zhiqim.yangcai.design.action.order.OrderRefundListAction"/>
|
||||
<action name="退款截图" interceptor="chkZmrLogin" path="/selectRefundOrderImg.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/selectRefundOrderImg.zml" class="com.zhiqim.yangcai.design.action.order.SelectRefundOrderImgAction"/>
|
||||
<action name="待办列表" interceptor="chkZmrLogin" path="/orderBacklog.htm" redirect="/orderBacklog.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/orderBacklog.zml" class="com.zhiqim.yangcai.design.action.order.OrderBackLogAction"/>
|
||||
|
||||
|
||||
<!-- 订单设计审核 -->
|
||||
<action name="初稿待审列表" interceptor="chkZmrLogin" path="/orderDraftCheckWait.htm" redirect="/orderDraftCheckWait.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/orderDraftCheckWait.zml" class="com.zhiqim.yangcai.design.action.order.OrderDraftCheckWaitAction"/>
|
||||
<action name="定稿待审列表" interceptor="chkZmrLogin" path="/orderEndCheckWait.htm" redirect="/orderEndCheckWait.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/orderEndCheckWait.zml" class="com.zhiqim.yangcai.design.action.order.OrderEndCheckWaitAction"/>
|
||||
|
||||
<!-- 订单印前审核 -->
|
||||
<action name="待审列表" interceptor="chkZmrLogin" path="/orderCheckWait.htm" redirect="/orderCheckWait.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/orderCheckWait.zml" class="com.zhiqim.yangcai.design.action.order.OrderCheckWaitAction"/>
|
||||
<action name="审核退回原因" interceptor="chkZmrLogin" path="/orderCheckBackInfo.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/presenter/orderCheckBackInfo.zml"/>
|
||||
<action name="已审列表" interceptor="chkZmrLogin" path="/orderCheckFinish.htm" redirect="/orderCheckFinish.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/orderCheckFinish.zml" class="com.zhiqim.yangcai.design.action.order.OrderCheckFinishAction"/>
|
||||
<action name="审核退回列表" interceptor="chkZmrLogin" path="/orderCheckBackList.htm" redirect="/orderCheckBackList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/orderCheckBackList.zml" class="com.zhiqim.yangcai.design.action.order.OrderCheckBackListAction"/>
|
||||
<action name="订单审核退回详情" interceptor="chkZmrLogin" path="/historyBackDetails.htm" redirect="/orderCheckBackList.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/presenter/historyBackDetails.zml" class="com.zhiqim.yangcai.design.action.order.HistoryBackDetailsAction"/>
|
||||
<action name="设计份数修改" interceptor="chkZmrLogin" path="/designCopiesr.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/designCopiesr.zml" class="com.zhiqim.yangcai.design.action.order.DesignCopiesrAction"/>
|
||||
|
||||
<!-- 进度备注 -->
|
||||
<action name="已审列表" interceptor="chkZmrLogin" path="/progressNote.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/progressNote.zml" class="com.zhiqim.yangcai.design.action.order.ProgressNoteAction"/>
|
||||
|
||||
<action name="退款申诉审核" interceptor="chkZmrLogin" path="/complaintOrder.htm" redirect="/complaintOrder.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/complaintOrder.zml" class="com.zhiqim.yangcai.design.action.order.ComplaintOrderAction"/>
|
||||
<action name="申诉详情预览" interceptor="chkZmrLogin" path="/complaintView.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/complaintView.zml" class="com.zhiqim.yangcai.design.action.order.ComplaintViewAction"/>
|
||||
|
||||
<action name="我的质检" interceptor="chkZmrLogin" path="/qcPersonal.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/qcPersonal.zml" class="com.zhiqim.yangcai.design.action.order.QcPersonalAction"/>
|
||||
<action name="申请加分" interceptor="chkZmrLogin" path="/qcApplyScore.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/qcApplyScore.zml" class="com.zhiqim.yangcai.design.action.order.QcApplyScoreAction" />
|
||||
<action name="质检加分列表" interceptor="chkZmrLogin" path="/qcApplyScoreList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/qcApplyScoreList.zml" class="com.zhiqim.yangcai.design.action.order.QcApplyScoreListAction"/>
|
||||
<action name="质检加分详情" interceptor="chkZmrLogin" path="/qcApplyDetail.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/qcApplyDetail.zml" class="com.zhiqim.yangcai.design.action.order.QcApplyDetailAction"/>
|
||||
|
||||
<action name="质检订单列表" interceptor="chkZmrLogin" path="/qcOrderList.htm" redirect="/qcOrderList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/qcOrderList.zml" class="com.zhiqim.yangcai.design.action.order.QcOrderListAction"/>
|
||||
<action name="质检判定页面" interceptor="chkZmrLogin" path="/qcJudge.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/qcJudge.zml" class="com.zhiqim.yangcai.design.action.order.QcJudgeAction"/>
|
||||
<action name="质检违规列表" interceptor="chkZmrLogin" path="/qcViolationsList.htm" redirect="/qcViolationsList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/qcViolationsList.zml" class="com.zhiqim.yangcai.design.action.order.QcViolationsListAction"/>
|
||||
<action name="质检违规详情" interceptor="chkZmrLogin" path="/qcViolationsDetail.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/qcViolationsDetail.zml" class="com.zhiqim.yangcai.design.action.order.QcViolationsDetailAction"/>
|
||||
|
||||
<!-- 投诉订单 -->
|
||||
<action name="投诉单列表" interceptor="chkZmrLogin" path="/complainTotalOrderList.htm" redirect="/complainTotalOrderList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/complain/complainTotalOrderList.zml" class="com.zhiqim.yangcai.design.action.complain.ComplainTotalOrderListAction"/>
|
||||
<action name="待处理投诉单" interceptor="chkZmrLogin" path="/complainWantDealList.htm" redirect="/complainWantDealList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/complain/complainWantDealList.zml" class="com.zhiqim.yangcai.design.action.complain.ComplainWantDealListAction"/>
|
||||
<action name="投诉统计" interceptor="chkZmrLogin" path="/complainFinishList.htm" redirect="/complainFinishList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/complain/complainFinishList.zml" class="com.zhiqim.yangcai.design.action.complain.ComplainFinishlListAction"/>
|
||||
<action name="投诉单详情" interceptor="chkZmrLogin" path="/complainDetail.htm" redirect="/complainTotalOrderList.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/complain/complainDetail.zml" class="com.zhiqim.yangcai.design.action.complain.ComplainDetailAction"/>
|
||||
<action name="投诉单处理" interceptor="chkZmrLogin" path="/complainDeal.htm" redirect="/complainWantDealList.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/complain/complainDeal.zml" class="com.zhiqim.yangcai.design.action.complain.ComplainDealAction"/>
|
||||
|
||||
<action name="指定设计师" interceptor="chkZmrLogin" path="/assignDesigner.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/assignDesigner.zml" class="com.zhiqim.yangcai.design.action.order.AssignDesignerAction"/>
|
||||
<action name="多选指定设计师" interceptor="chkZmrLogin" path="/assignDesigners.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/assignDesigners.zml" class="com.zhiqim.yangcai.design.action.order.AssignDesignerActions"/>
|
||||
<action name="放弃订单" interceptor="chkZmrLogin" path="/waiveOrder.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/waiveOrder.zml" class="com.zhiqim.yangcai.design.action.order.WaiveOrderAction"/>
|
||||
<action name="修改单价" interceptor="chkZmrLogin" path="/doEditDesignPrice.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/doEditDesignPrice.zml"/>
|
||||
<action name="修改单价" interceptor="chkZmrLogin" path="/doEditDesignPriceDZ.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/doEditDesignPriceDZ.zml"/>
|
||||
<action name="修改加急费" interceptor="chkZmrLogin" path="/doEditUrgentPrice.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/doEditUrgentPrice.zml"/>
|
||||
<action name="修改稿件类型" interceptor="chkZmrLogin" path="/doEditDraftType.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/doEditDraftType.zml"/>
|
||||
<action name="修改订单状态" interceptor="chkZmrLogin" path="/doEditStatus.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/doEditStatus.zml"/>
|
||||
<action name="修改订单" interceptor="chkZmrLogin" path="/doEditDesignOrder.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/doEditDesignOrder.zml" class="com.zhiqim.yangcai.design.action.order.DoEditDesignOrderAction"/>
|
||||
<action name="指定组织" interceptor="chkZmrLogin" path="/assignOrg.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/assignOrg.zml" class="com.zhiqim.yangcai.design.action.order.AssignOrgAction"/>
|
||||
|
||||
<!-- 抢单大厅 -->
|
||||
<action name="抢单大厅" interceptor="chkZmrLogin" path="/receiveOrder.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/receiveOrder.zml" class="com.zhiqim.yangcai.design.action.order.ReceiveOrderAction"/>
|
||||
<action name="抢单功能" interceptor="chkZmrLogin" path="/contendOrder.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/contendOrder.zml" class="com.zhiqim.yangcai.design.action.order.ContendOrderAction"/>
|
||||
<action name="资料上传" interceptor="chkZmrLogin" path="/uploadData.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/uploadData.zml" class="com.zhiqim.yangcai.design.action.order.UploadDataAction"/>
|
||||
<action name="修改行业" interceptor="chkZmrLogin" path="/modifyIndustry.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/modifyIndustry.zml" class="com.zhiqim.yangcai.design.action.order.ModifyIndustryAction"/>
|
||||
<action name="审稿详情" interceptor="chkZmrLogin" path="/checkBackDetail.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/checkBackDetail.zml" class="com.zhiqim.yangcai.design.action.order.CheckBackDetailAction"/>
|
||||
<action name="修改状态" interceptor="chkZmrLogin" path="/changeStatus.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/order/changeStatus.zml" class="com.zhiqim.yangcai.design.action.order.ChangeStatusAction"/>
|
||||
|
||||
<action name="快超时订单" interceptor="chkZmrLogin" path="/timeoutOrderNear.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/timeoutOrderNear.zml" class="com.zhiqim.yangcai.design.action.order.TimeoutOrderNearAction"/>
|
||||
<action name="当日超时订单" interceptor="chkZmrLogin" path="/timeoutOrderToday.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/timeoutOrderToday.zml" class="com.zhiqim.yangcai.design.action.order.TimeoutOrderTodayAction"/>
|
||||
<action name="历史超时订单" interceptor="chkZmrLogin" path="/timeoutOrderHistory.htm" redirect="/timeoutOrderHistory.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/timeoutOrderHistory.zml" class="com.zhiqim.yangcai.design.action.order.TimeoutOrderHistoryAction"/>
|
||||
<action name="定稿未超时订单" interceptor="chkZmrLogin" path="/notTimeoutCompleteOrderHistory.htm" redirect="/notTimeoutCompleteOrderHistory.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/notTimeoutCompleteOrderHistory.zml" class="com.zhiqim.yangcai.design.action.order.NotTimeoutCompleteOrderHistoryAction"/>
|
||||
<action name="定稿超时订单" interceptor="chkZmrLogin" path="/timeoutCompleteOrderHistory.htm" redirect="/timeoutCompleteOrderHistory.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/timeoutCompleteOrderHistory.zml" class="com.zhiqim.yangcai.design.action.order.TimeoutCompleteOrderHistoryAction"/>
|
||||
<action name="初稿超时折线图" interceptor="chkZmrLogin" path="/timeoutOrderHistoryStat.htm" redirect="/timeoutOrderHistoryStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/timeoutOrderHistoryStat.zml" class="com.zhiqim.yangcai.design.action.order.TimeoutOrderHistoryStatAction"/>
|
||||
<action name="组织初稿时效统计" interceptor="chkZmrLogin" path="/timelinessOrgStat.htm" redirect="/timelinessOrgStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/timelinessOrgStat.zml" class="com.zhiqim.yangcai.design.action.order.TimelinessOrgStatAction"/>
|
||||
|
||||
<action name="旺旺订单" interceptor="chkZmrLogin" path="/wangwangOrder.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/wangwangOrder.zml" class="com.zhiqim.yangcai.design.action.order.WangwangOrderAction"/>
|
||||
|
||||
<!-- 分拣、派单超时 -->
|
||||
<action name="分拣超时" interceptor="chkZmrLogin" path="/timeoutMerDispatch.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/timeoutMerDispatch.zml" class="com.zhiqim.yangcai.design.action.order.TimeoutMerDispatchAction"/>
|
||||
<action name="派单超时" interceptor="chkZmrLogin" path="/timeoutDispatchOrder.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/timeoutDispatchOrder.zml" class="com.zhiqim.yangcai.design.action.order.TimeoutDispatchOrderAction"/>
|
||||
<action name="初稿超时" interceptor="chkZmrLogin" path="/timeoutDraftOrder.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/timeoutDraftOrder.zml" class="com.zhiqim.yangcai.design.action.order.TimeoutDraftOrderAction"/>
|
||||
|
||||
|
||||
<!-- 标签管理 -->
|
||||
<action name="标签行业" interceptor="chkZmrLogin" path="/labelIndustry.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/label/labelIndustry.zml" class="com.zhiqim.yangcai.design.action.label.LabelIndustryAction"/>
|
||||
<action name="增加标签行业页面" interceptor="chkZmrLogin" path="/labelIndustryAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/label/labelIndustryAdd.zml" class="com.zhiqim.yangcai.design.action.label.LabelIndustryAction" method="add"/>
|
||||
<action name="增加标签行业处理" interceptor="chkZmrLogin" path="/labelIndustryInsert.htm" view="/ztmpl/zhiqim_manager/template.htm" redirect="/labelIndustry.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.label.LabelIndustryAction" method="insert"/>
|
||||
<action name="修改标签行业页面" interceptor="chkZmrLogin" path="/labelIndustryModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/label/labelIndustryModify.zml" class="com.zhiqim.yangcai.design.action.label.LabelIndustryAction" method="modify"/>
|
||||
<action name="修改标签行业处理" interceptor="chkZmrLogin" path="/labelIndustryUpdate.htm" view="/ztmpl/zhiqim_manager/template.htm" redirect="/labelIndustry.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.label.LabelIndustryAction" method="update"/>
|
||||
<action name="删除标签行业处理" interceptor="chkZmrLogin" path="/labelIndustryDelete.htm" view="/ztmpl/zhiqim_manager/template.htm" redirect="/labelIndustry.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.label.LabelIndustryAction" method="delete"/>
|
||||
|
||||
<action name="标签属性" interceptor="chkZmrLogin" path="/labelAttributeCat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/label/labelAttributeCat.zml" class="com.zhiqim.yangcai.design.action.label.LabelAttributeCatAction"/>
|
||||
<action name="增加标签属性页面" interceptor="chkZmrLogin" path="/labelAttributeCatAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/label/labelAttributeCatAdd.zml" class="com.zhiqim.yangcai.design.action.label.LabelAttributeCatAction" method="add"/>
|
||||
<action name="增加标签属性处理" interceptor="chkZmrLogin" path="/labelAttributeCatInsert.htm" view="/ztmpl/zhiqim_manager/template.htm" redirect="/labelAttributeCat.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.label.LabelAttributeCatAction" method="insert"/>
|
||||
<action name="修改标签属性页面" interceptor="chkZmrLogin" path="/labelAttributeCatModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/label/labelAttributeCatModify.zml" class="com.zhiqim.yangcai.design.action.label.LabelAttributeCatAction" method="modify"/>
|
||||
<action name="修改标签属性处理" interceptor="chkZmrLogin" path="/labelAttributeCatUpdate.htm" view="/ztmpl/zhiqim_manager/template.htm" redirect="/labelAttributeCat.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.label.LabelAttributeCatAction" method="update"/>
|
||||
<action name="删除标签属性处理" interceptor="chkZmrLogin" path="/labelAttributeCatDelete.htm" view="/ztmpl/zhiqim_manager/template.htm" redirect="/labelAttributeCat.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.label.LabelAttributeCatAction" method="delete"/>
|
||||
|
||||
<action name="标签属性值" interceptor="chkZmrLogin" path="/labelAttribute.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/label/labelAttribute.zml" class="com.zhiqim.yangcai.design.action.label.LabelAttributeAction"/>
|
||||
<action name="添加标签属性值页面" interceptor="chkZmrLogin" path="/labelAttributeAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/label/labelAttributeAdd.zml" class="com.zhiqim.yangcai.design.action.label.LabelAttributeAction" method="add"/>
|
||||
<action name="添加标签属性值处理" interceptor="chkZmrLogin" path="/labelAttributeInsert.htm" redirect="/labelAttribute.htm" success="添加成功" class="com.zhiqim.yangcai.design.action.label.LabelAttributeAction" method="insert"/>
|
||||
<action name="修改标签属性值值页面" interceptor="chkZmrLogin" path="/labelAttributeModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/label/labelAttributeModify.zml" class="com.zhiqim.yangcai.design.action.label.LabelAttributeAction" method="modify"/>
|
||||
<action name="修改标签属性值处理" interceptor="chkZmrLogin" path="/labelAttributeUpdate.htm" redirect="/labelAttribute.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.label.LabelAttributeAction" method="update"/>
|
||||
<action name="删除标签属性值处理" interceptor="chkZmrLogin" path="/labelAttributeDelete.htm" redirect="/labelAttribute.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.label.LabelAttributeAction" method="delete"/>
|
||||
|
||||
<!-- 我的模板 -->
|
||||
<action name="我的草稿模板" interceptor="chkZmrLogin" path="/templateDraftMy.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/template/templateDraftMy.zml" />
|
||||
<action name="我的订单模板" interceptor="chkZmrLogin" path="/templateOrderMy.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/template/templateOrderMy.zml" />
|
||||
|
||||
<action name="我的模板" interceptor="chkZmrLogin" path="/templateMy.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/template/templateMy.zml"/>
|
||||
<action name="我收藏的" interceptor="chkZmrLogin" path="/templateCollect.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/template/templateCollect.zml"/>
|
||||
<action name="分享给我的" interceptor="chkZmrLogin" path="/templateShare.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/template/templateShare.zml"/>
|
||||
|
||||
<action name="所有模板" interceptor="chkZmrLogin" path="/allTemplate.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/template/allTemplate.zml" />
|
||||
<action name="精品模板" interceptor="chkZmrLogin" path="/bestTemplate.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/template/bestTemplate.zml" />
|
||||
|
||||
<action name="模板审核" interceptor="chkZmrLogin" path="/templateAudit.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/template/templateAudit.zml" />
|
||||
<action name="精品审核" interceptor="chkZmrLogin" path="/templateBestAudit.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/template/templateBestAudit.zml" />
|
||||
<action name="模版审核日志" interceptor="chkZmrLogin" path="/desTemplateLogList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/template/desTemplateLogList.zml" class="com.zhiqim.yangcai.design.action.template.DesTemplateLogAction"/>
|
||||
|
||||
<action name="模板关联标签" interceptor="chkZmrLogin" path="/templateLabel.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/template/templateLabel.zml" class="com.zhiqim.yangcai.design.action.template.TemplateLabelAction"/>
|
||||
<action name="模板详情" interceptor="chkZmrLogin" path="/templateShow.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/template/templateShow.zml" class="com.zhiqim.yangcai.design.action.template.TemplateShowAction"/>
|
||||
<action name="模板下载" interceptor="chkZmrLogin" path="/templateDownload.htm" class="com.zhiqim.yangcai.design.action.template.TemplateDownloadAction"/>
|
||||
|
||||
<action name="新建我的模板" path="/newMyTemplate.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/template/inner/newMyTemplate.zml" class="com.zhiqim.yangcai.design.action.template.NewMyTemplateAction"/>
|
||||
|
||||
<action name="用户素材管理" path="/userMaterialList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/template/userMaterialList.zml" class="com.zhiqim.yangcai.design.action.template.UserMaterialAction" method="list"/>
|
||||
<action name="添加系统素材" path="/addSysMaterial.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/template/addSysMaterial.zml" class="com.zhiqim.yangcai.design.action.template.UserMaterialAction" method="add"/>
|
||||
|
||||
<action name="外部稿件上传" interceptor="chkZmrLogin" path="/externalDraftUpload.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/template/externalDraftUpload.zml"/>
|
||||
<action name="外部稿件下载" interceptor="chkZmrLogin" path="/externalDraftDownload.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/template/externalDraftDownload.zml" class="com.zhiqim.yangcai.design.action.template.ExternalDraftDownloadAction"/>
|
||||
|
||||
|
||||
|
||||
<!-- 作品库 -->
|
||||
<action name="作品上传" interceptor="chkZmrLogin" path="/worksUpload.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/works/worksUpload.zml" class="com.zhiqim.yangcai.design.action.works.WorksUploadAction"/>
|
||||
<action name="标签关联" interceptor="chkZmrLogin" path="/labelRelation.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/works/labelRelation.zml" class="com.zhiqim.yangcai.design.action.works.LabelRelationAction"/>
|
||||
|
||||
<action name="我的作品" interceptor="chkZmrLogin" path="/worksMy.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/works/worksMy.zml" class="com.zhiqim.yangcai.design.action.works.WorksMyAction"/>
|
||||
<action name="我收藏的" interceptor="chkZmrLogin" path="/worksCollect.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/works/worksCollect.zml" class="com.zhiqim.yangcai.design.action.works.WorksCollectAction"/>
|
||||
<action name="我的精品" interceptor="chkZmrLogin" path="/worksBest.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/works/worksBest.zml" class="com.zhiqim.yangcai.design.action.works.WorksBestAction"/>
|
||||
<action name="分享给我的" interceptor="chkZmrLogin" path="/worksShare.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/works/worksShare.zml" class="com.zhiqim.yangcai.design.action.works.WorksShareAction"/>
|
||||
|
||||
<action name="小组作品" interceptor="chkZmrLogin" path="/groupWorks.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/works/groupWorks.zml" class="com.zhiqim.yangcai.design.action.works.GroupWorksAction"/>
|
||||
<action name="所有作品" interceptor="chkZmrLogin" path="/allWorks.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/works/allWorks.zml" class="com.zhiqim.yangcai.design.action.works.AllWorksAction"/>
|
||||
<action name="精品作品" interceptor="chkZmrLogin" path="/bestWorks.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/works/bestWorks.zml" class="com.zhiqim.yangcai.design.action.works.BestWorksAction"/>
|
||||
<action name="精品审核" interceptor="chkZmrLogin" path="/worksAudit.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/works/worksAudit.zml" class="com.zhiqim.yangcai.design.action.works.WorksAuditAction"/>
|
||||
|
||||
<action name="作品详情" interceptor="chkZmrLogin" path="/worksShow.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/works/worksShow.zml" class="com.zhiqim.yangcai.design.action.works.WorksShowAction"/>
|
||||
<action name="作品下载" interceptor="chkZmrLogin" path="/worksDownload.htm" class="com.zhiqim.yangcai.design.action.works.WorksDownloadAction"/>
|
||||
|
||||
<action name="外网下载" path="/cdrWorksDownload.htm" class="com.zhiqim.yangcai.design.action.works.CdrWorksDownloadAction"/>
|
||||
<action name="作品列表" interceptor="chkZmrLogin" path="/worksList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/works/worksList.zml" class="com.zhiqim.yangcai.design.action.works.WorksListAction"/>
|
||||
|
||||
<action name="对外所有作品" path="/pcWorks.htm" view="/zview/works/pcWorks.zml" class="com.zhiqim.yangcai.design.action.works.AllWorksAction"/>
|
||||
<action name="对外作品详情" path="/worksShowPC.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/works/worksShowPC.zml" class="com.zhiqim.yangcai.design.action.works.WorksShowPCAction"/>
|
||||
|
||||
<!-- 作品素材管理 -->
|
||||
<action name="分类列表" interceptor="chkZmrLogin" path="/works/materialCatList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/works/materialCatList.zml" class="com.zhiqim.yangcai.design.action.works.MaterialCatAction" method="list"/>
|
||||
<action name="分类增加" interceptor="chkZmrLogin" path="/works/materialCatAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/works/materialCatAdd.zml" class="com.zhiqim.yangcai.design.action.works.MaterialCatAction" method="add"/>
|
||||
<action name="分类增加处理" interceptor="chkZmrLogin" path="/works/materialCatInsert.htm" redirect="/works/materialCatList.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.works.MaterialCatAction" method="insert"/>
|
||||
<action name="分类修改" interceptor="chkZmrLogin" path="/works/materialCatModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/works/materialCatModify.zml" class="com.zhiqim.yangcai.design.action.works.MaterialCatAction" method="modify"/>
|
||||
<action name="分类修改处理" interceptor="chkZmrLogin" path="/works/materialCatUpdate.htm" redirect="/works/materialCatList.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.works.MaterialCatAction" method="update"/>
|
||||
<action name="分类删除处理" interceptor="chkZmrLogin" path="/works/materialCatDelete.htm" redirect="/works/materialCatList.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.works.MaterialCatAction" method="delete"/>
|
||||
|
||||
<action name="素材列表" interceptor="chkZmrLogin" path="/works/materialContList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/works/materialContList.zml" class="com.zhiqim.yangcai.design.action.works.MaterialContAction" method="list"/>
|
||||
<action name="素材增加" interceptor="chkZmrLogin" path="/works/materialContAdd.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/works/materialContAdd.zml" class="com.zhiqim.yangcai.design.action.works.MaterialContAction" method="add"/>
|
||||
<action name="素材修改" interceptor="chkZmrLogin" path="/works/materialContModify.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/works/materialContModify.zml" class="com.zhiqim.yangcai.design.action.works.MaterialContAction" method="modify"/>
|
||||
|
||||
<!-- 通用 -->
|
||||
<action name="选择行业" interceptor="chkZmrLogin" path="/industrySelect.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/template/inner/industrySelect.zml" class="com.zhiqim.yangcai.design.action.template.IndustrySelectAction"/>
|
||||
|
||||
<!-- 设计师搜索模板管理 -->
|
||||
<action name="模板预览" interceptor="chkZmrLogin" path="/templatePreview.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/des/templatePreview.zml" class="com.zhiqim.yangcai.design.action.des.TemplatePreviewAction"/>
|
||||
<action name="模板客户预览" path="/templateCustomerPreview.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/des/templateCustomerPreview.zml" class="com.zhiqim.yangcai.design.action.des.TemplateCustomerPreviewAction"/>
|
||||
<action name="弹框截图" interceptor="chkZmrLogin" path="/copyImage.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/des/inner/copyImage.zml" />
|
||||
<!-- 派单管理 -->
|
||||
<action name="派单属性" interceptor="chkZmrLogin" path="/dispatchProperty.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/dispatchProperty.zml" class="com.zhiqim.yangcai.design.action.dispatch.DispatchPropertyAction"/>
|
||||
<action name="增加派单属性页面" interceptor="chkZmrLogin" path="/dispatchPropertyAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/dispatchPropertyAdd.zml" class="com.zhiqim.yangcai.design.action.dispatch.DispatchPropertyAction" method="add"/>
|
||||
<action name="增加派单属性处理" interceptor="chkZmrLogin" path="/dispatchPropertyInsert.htm" redirect="/dispatchProperty.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.dispatch.DispatchPropertyAction" method="insert"/>
|
||||
<action name="修改派单属性页面" interceptor="chkZmrLogin" path="/dispatchPropertyModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/dispatchPropertyModify.zml" class="com.zhiqim.yangcai.design.action.dispatch.DispatchPropertyAction" method="modify"/>
|
||||
<action name="修改派单属性处理" interceptor="chkZmrLogin" path="/dispatchPropertyUpdate.htm" redirect="/dispatchProperty.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.dispatch.DispatchPropertyAction" method="update" />
|
||||
<action name="删除派单属性处理" interceptor="chkZmrLogin" path="/dispatchPropertyDelete.htm" redirect="/dispatchProperty.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.dispatch.DispatchPropertyAction" method="delete"/>
|
||||
|
||||
<action name="待派单订单" interceptor="chkZmrLogin" path="/waitDisOrder.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/waitDisOrder.zml" class="com.zhiqim.yangcai.design.action.dispatch.WaitDisOrderAction"/>
|
||||
<action name="派单日志" interceptor="chkZmrLogin" path="/dispatchLog.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/dispatchLog.zml" class="com.zhiqim.yangcai.design.action.dispatch.DispatchLogAction"/>
|
||||
<action name="待分拣订单" interceptor="chkZmrLogin" path="/waitDisMerOrder.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/waitDisMerOrder.zml" class="com.zhiqim.yangcai.design.action.dispatch.WaitDisMerOrderAction"/>
|
||||
<action name="商户分拣日志" interceptor="chkZmrLogin" path="/merDispatchLog.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/merDispatchLog.zml" class="com.zhiqim.yangcai.design.action.dispatch.MerDispatchLogAction"/>
|
||||
<action name="上班日志查询" interceptor="chkZmrLogin" path="/workSearchLog.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/workSearchLog.zml" class="com.zhiqim.yangcai.design.action.dispatch.WorkSearchLogAction"/>
|
||||
<action name="在线日志" interceptor="chkZmrLogin" path="/onlineLog.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/onlineLog.zml" class="com.zhiqim.yangcai.design.action.dispatch.OnlineLogAction"/>
|
||||
<action name="通知日志" interceptor="chkZmrLogin" path="/noticeLog.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/noticeLog.zml" class="com.zhiqim.yangcai.design.action.dispatch.NoticeLogAction"/>
|
||||
<action name="接单时长" interceptor="chkZmrLogin" path="/desOnlineTimeLog.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/desOnlineTimeLog.zml" class="com.zhiqim.yangcai.design.action.dispatch.DesOnliceTimeLogAction"/>
|
||||
<action name="分拣统计" interceptor="chkZmrLogin" path="/dispatchStat.htm" redirect="/dispatchStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/dispatchStat.zml" class="com.zhiqim.yangcai.design.action.dispatch.DispatchStatAction"/>
|
||||
<action name="待派统计" interceptor="chkZmrLogin" path="/dispatchWaitStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/dispatchWaitStat.zml" class="com.zhiqim.yangcai.design.action.dispatch.DispatchWaitStatAction"/>
|
||||
|
||||
<!--结算管理 -->
|
||||
<action name="结算管理" interceptor="chkZmrLogin" path="/accountsManage.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/accounts/accountsManage.zml" class="com.zhiqim.yangcai.design.action.accounts.accountsManageAction"/>
|
||||
<action name="结算管理导出" interceptor="chkZmrLogin" path="/accountsManageExport.htm" class="com.zhiqim.yangcai.design.action.accounts.accountsManageExportAction" />
|
||||
<!--短信管理 -->
|
||||
<action name="短信发送日志" interceptor="chkZmrLogin" path="/smsSendLog.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/sms/smsSendLog.zml" class="com.zhiqim.yangcai.design.action.sms.SmsSendLogAction"/>
|
||||
|
||||
<!--评分管理 -->
|
||||
<action name="模板权重" interceptor="chkZmrLogin" path="/templateWeight.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/score/templateWeight.zml" class="com.zhiqim.yangcai.design.action.score.TemplateWeightAction"/>
|
||||
<action name="增加模板权重页面" interceptor="chkZmrLogin" path="/templateWeightAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/score/templateWeightAdd.zml" class="com.zhiqim.yangcai.design.action.score.TemplateWeightAction" method="add"/>
|
||||
<action name="增加模板权重处理" interceptor="chkZmrLogin" path="/templateWeightInsert.htm" view="/ztmpl/zhiqim_manager/template.htm" redirect="/templateWeight.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.score.TemplateWeightAction" method="insert"/>
|
||||
<action name="修改模板权重页面" interceptor="chkZmrLogin" path="/templateWeightModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/score/templateWeightModify.zml" class="com.zhiqim.yangcai.design.action.score.TemplateWeightAction" method="modify"/>
|
||||
<action name="修改模板权重处理" interceptor="chkZmrLogin" path="/templateWeightUpdate.htm" view="/ztmpl/zhiqim_manager/template.htm" redirect="/templateWeight.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.score.TemplateWeightAction" method="update"/>
|
||||
<action name="删除模板权重处理" interceptor="chkZmrLogin" path="/templateWeightDelete.htm" view="/ztmpl/zhiqim_manager/template.htm" redirect="/templateWeight.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.score.TemplateWeightAction" method="delete"/>
|
||||
|
||||
<action name="模板评分类型" interceptor="chkZmrLogin" path="/templateScore.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/score/templateScore.zml" class="com.zhiqim.yangcai.design.action.score.TemplateScoreAction"/>
|
||||
<action name="增加模板评分类型页面" interceptor="chkZmrLogin" path="/templateScoreAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/score/templateScoreAdd.zml" class="com.zhiqim.yangcai.design.action.score.TemplateScoreAction" method="add"/>
|
||||
<action name="增加模板评分类型处理" interceptor="chkZmrLogin" path="/templateScoreInsert.htm" view="/ztmpl/zhiqim_manager/template.htm" redirect="/templateScore.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.score.TemplateScoreAction" method="insert"/>
|
||||
|
||||
<action name="关键词分数权重" interceptor="chkZmrLogin" path="/keywordWeight.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/score/keywordWeight.zml" class="com.zhiqim.yangcai.design.action.score.KeywordWeightAction"/>
|
||||
<action name="增加关键词分数权重页面" interceptor="chkZmrLogin" path="/keywordWeightAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/score/keywordWeightAdd.zml" class="com.zhiqim.yangcai.design.action.score.KeywordWeightAction" method="add"/>
|
||||
<action name="增加关键词分数权重处理" interceptor="chkZmrLogin" path="/keywordWeightInsert.htm" view="/ztmpl/zhiqim_manager/template.htm" redirect="/keywordWeight.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.score.KeywordWeightAction" method="insert"/>
|
||||
<action name="修改关键词分数权重页面" interceptor="chkZmrLogin" path="/keywordWeightModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/score/keywordWeightModify.zml" class="com.zhiqim.yangcai.design.action.score.KeywordWeightAction" method="modify"/>
|
||||
<action name="修改关键词分数权重处理" interceptor="chkZmrLogin" path="/keywordWeightUpdate.htm" view="/ztmpl/zhiqim_manager/template.htm" redirect="/keywordWeight.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.score.KeywordWeightAction" method="update"/>
|
||||
<action name="删除关键词分数权重处理" interceptor="chkZmrLogin" path="/keywordWeightDelete.htm" view="/ztmpl/zhiqim_manager/template.htm" redirect="/keywordWeight.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.score.KeywordWeightAction" method="delete"/>
|
||||
|
||||
<action name="关键词评分参数" interceptor="chkZmrLogin" path="/keywordScore.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/score/keywordScore.zml" class="com.zhiqim.yangcai.design.action.score.KeywordScoreAction"/>
|
||||
<action name="增加关键词评分参数页面" interceptor="chkZmrLogin" path="/keywordScoreAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/score/keywordScoreAdd.zml" class="com.zhiqim.yangcai.design.action.score.KeywordScoreAction" method="add"/>
|
||||
<action name="增加关键词评分参数处理" interceptor="chkZmrLogin" path="/keywordScoreInsert.htm" view="/ztmpl/zhiqim_manager/template.htm" redirect="/keywordScore.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.score.KeywordScoreAction" method="insert"/>
|
||||
|
||||
<!-- 考试题库 -->
|
||||
<action name="考试题库" interceptor="chkZmrLogin" path="/designOrderQuestions.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/designOrderQuestions.zml" class="com.zhiqim.yangcai.design.action.order.ConfigQuestionsAction"/>
|
||||
<action name="新增考试订单" interceptor="chkZmrLogin" path="/configQuestionsAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/configQuestionsAdd.zml"/>
|
||||
<action name="更新考试订单" interceptor="chkZmrLogin" path="/configQuestionsModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/configQuestionsModify.zml" class="com.zhiqim.yangcai.design.action.order.ConfigQuestionsModifyAciton"/>
|
||||
|
||||
<!--设计师评分配置 -->
|
||||
<action name="设计师等级配置" interceptor="chkZmrLogin" path="/scoreDesignerLever.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/score/scoreDesignerLever.zml" class="com.zhiqim.yangcai.design.action.score.ScoreDesignerLeverAction"/>
|
||||
<action name="增加设计师等级配置页面" interceptor="chkZmrLogin" path="/scoreDesignerLeverAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/score/scoreDesignerLeverAdd.zml" class="com.zhiqim.yangcai.design.action.score.ScoreDesignerLeverAction" method="add"/>
|
||||
<action name="增加设计师等级配置处理" interceptor="chkZmrLogin" path="/scoreDesignerLeverInsert.htm" view="/ztmpl/zhiqim_manager/template.htm" class="com.zhiqim.yangcai.design.action.score.ScoreDesignerLeverAction" method="insert"/>
|
||||
<action name="修改设计师等级配置页面" interceptor="chkZmrLogin" path="/scoreDesignerLeverModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/score/scoreDesignerLeverModify.zml" class="com.zhiqim.yangcai.design.action.score.ScoreDesignerLeverAction" method="modify"/>
|
||||
<action name="修改设计师等级配置处理" interceptor="chkZmrLogin" path="/scoreDesignerLeverUpdate.htm" view="/ztmpl/zhiqim_manager/template.htm" class="com.zhiqim.yangcai.design.action.score.ScoreDesignerLeverAction" method="update"/>
|
||||
<action name="删除设计师等级配置处理" interceptor="chkZmrLogin" path="/scoreDesignerLeverDelete.htm" view="/ztmpl/zhiqim_manager/template.htm" redirect="/scoreDesignerLever.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.score.ScoreDesignerLeverAction" method="delete"/>
|
||||
|
||||
<action name="积分细则" interceptor="chkZmrLogin" path="/scoreType.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/score/scoreType.zml" class="com.zhiqim.yangcai.design.action.score.ScoreTypeAction"/>
|
||||
|
||||
<action name="设计师积分数据" interceptor="chkZmrLogin" path="/scoreDesignerRecord.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/score/scoreDesignerRecord.zml" class="com.zhiqim.yangcai.design.action.score.ScoreDesignerRecordAction"/>
|
||||
<action name="积分详情" interceptor="chkZmrLogin" path="/scoreDesignerRecordDetail.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/score/scoreDesignerRecordDetail.zml" class="com.zhiqim.yangcai.design.action.score.ScoreDesignerRecordDetailAction"/>
|
||||
<action name="人工修正" interceptor="chkZmrLogin" path="/scoreDesignerRecordDetailAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/score/scoreDesignerRecordAdd.zml" class="com.zhiqim.yangcai.design.action.score.ScoreDesignerRecordDetailAction" method="add"/>
|
||||
<action name="人工修正处理" interceptor="chkZmrLogin" path="/scoreDesignerRecordDetailInsert.htm" view="/ztmpl/zhiqim_manager/template.htm" redirect="/scoreDesignerRecord.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.score.ScoreDesignerRecordDetailAction" method="insert"/>
|
||||
|
||||
|
||||
<!--关键词管理 -->
|
||||
<action name="关键词排行" interceptor="chkZmrLogin" path="/keywordTop.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/keyword/keywordTop.zml" class="com.zhiqim.yangcai.design.action.keyword.KeywordTopAction"/>
|
||||
<action name="行业关键词" interceptor="chkZmrLogin" path="/keywordIndustryTop.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/keyword/keywordIndustryTop.zml" class="com.zhiqim.yangcai.design.action.keyword.KeywordIndustryTopAction"/>
|
||||
|
||||
<!-- ************************************************************ -->
|
||||
<!-- ****************售后部分************************************* -->
|
||||
<!-- ************************************************************ -->
|
||||
<action name="售后单列表" interceptor="chkZmrLogin" path="/designAfterOrder.htm" redirect="/designAfterOrder.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/after/designAfterOrder.zml" class="com.zhiqim.yangcai.design.action.after.DesignAfterOrderAction"/>
|
||||
<action name="售后申诉单列表" interceptor="chkZmrLogin" path="/afterBlameReturn.htm" redirect="/afterBlameReturn.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/after/afterBlameReturn.zml" class="com.zhiqim.yangcai.design.action.after.AfterBlameReturnOrderAction"/>
|
||||
<action name="需处理的售后单" interceptor="chkZmrLogin" path="/waitHandleAfterOrder.htm" redirect="/waitHandleAfterOrder.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/after/waitHandleAfterOrder.zml" class="com.zhiqim.yangcai.design.action.after.WaitHandleAfterOrderAction"/>
|
||||
<action name="个人售后单列表" interceptor="chkZmrLogin" path="/personalAfterOrder.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/after/personalAfterOrder.zml" class="com.zhiqim.yangcai.design.action.after.PersonalAfterOrderAction"/>
|
||||
<action name="我导致的售后单" interceptor="chkZmrLogin" path="/handledAfterOrder.htm" redirect="/handledAfterOrder.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/after/handledAfterOrder.zml" class="com.zhiqim.yangcai.design.action.after.HandledAfterOrderAction"/>
|
||||
<action name="售后赔付比修改" interceptor="chkZmrLogin" path="/doEditDesignAfsId.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/after/doEditDesignAfsId.zml"/>
|
||||
|
||||
<!-- ************************************************************ -->
|
||||
<!-- ****************统计部分************************************* -->
|
||||
<!-- ************************************************************ -->
|
||||
<!-- 统计报表 -->
|
||||
<action name="已初稿状态订单统计" interceptor="chkZmrLogin" path="/draftStatusOrderStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/design/draftStatusOrderStat.zml" class="com.zhiqim.yangcai.design.action.stat.design.DraftStatusOrderStatAction"/>
|
||||
<action name="初稿订单统计" interceptor="chkZmrLogin" path="/draftOrderConvert.htm" redirect="/draftOrderConvert.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/design/draftOrderConvert.zml" class="com.zhiqim.yangcai.design.action.stat.design.DraftOrderConvertAction"/>
|
||||
<action name="设计师绩效统计" interceptor="chkZmrLogin" path="/designerPerformance.htm" redirect="/designerPerformance.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/design/designerPerformance.zml" class="com.zhiqim.yangcai.design.action.stat.design.DesignerPerformanceAction"/>
|
||||
<action name="设计师定稿率统计" interceptor="chkZmrLogin" path="/completeDesignRateStat.htm" redirect="/completeDesignRateStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/design/completeDesignRateStat.zml" class="com.zhiqim.yangcai.design.action.stat.design.CompleteDesignRateStatAction"/>
|
||||
<!-- <action name="组织定稿率统计" interceptor="chkZmrLogin" path="/completeOrgRateStat.htm" redirect="/completeOrgRateStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/design/completeOrgRateStat.zml" class="com.zhiqim.yangcai.design.action.stat.design.CompleteOrgRateStatAction"/>
|
||||
<action name="订单类型统计" interceptor="chkZmrLogin" path="/designOrderTypeStat.htm" redirect="/designOrderTypeStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/design/designOrderTypeStat.zml" class="com.zhiqim.yangcai.design.action.stat.design.DesignOrderTypeStatAction"/>
|
||||
<action name="组织定稿统计" interceptor="chkZmrLogin" path="/designFinalizeOrgCase.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/design/designFinalizeOrgCase.zml" class="com.zhiqim.yangcai.design.action.stat.design.DesignFinalizeOrgCaseAction"/>
|
||||
|
||||
<action name="初稿订单时效统计" interceptor="chkZmrLogin" path="/draftOrderTimeliness.htm" redirect="/draftOrderTimeliness.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/design/draftOrderTimeliness.zml" class="com.zhiqim.yangcai.design.action.stat.design.DraftOrderTimelinessAction"/>
|
||||
<action name="初稿订单时效统计清单" interceptor="chkZmrLogin" path="/draftOrderTimelinessInfo.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/stat/design/inner/draftOrderTimelinessInfo.zml" class="com.zhiqim.yangcai.design.action.stat.design.DraftOrderTimelinessInfoAction"/>
|
||||
<action name="初稿订单时效统计(组织)" interceptor="chkZmrLogin" path="/draftOrderOrgTimeliness.htm" redirect="/draftOrderOrgTimeliness.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/design/draftOrderOrgTimeliness.zml" class="com.zhiqim.yangcai.design.action.stat.design.DraftOrderOrgTimelinessAction"/>
|
||||
<action name="初稿订单时效统计清单(组织)" interceptor="chkZmrLogin" path="/draftOrderOrgTimelinessInfo.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/stat/design/inner/draftOrderOrgTimelinessInfo.zml" class="com.zhiqim.yangcai.design.action.stat.design.DraftOrderOrgTimelinessInfoAction"/>
|
||||
<action name="定稿订单时效统计" interceptor="chkZmrLogin" path="/completeOrderTimeliness.htm" redirect="/completeOrderTimeliness.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/design/completeOrderTimeliness.zml" class="com.zhiqim.yangcai.design.action.stat.design.CompleteOrderTimelinessAction"/>
|
||||
<action name="定稿订单时效统计清单" interceptor="chkZmrLogin" path="/completeOrderTimelinessInfo.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/stat/design/inner/completeOrderTimelinessInfo.zml" class="com.zhiqim.yangcai.design.action.stat.design.CompleteOrderTimelinessInfoAction"/>
|
||||
<action name="初稿产品时效统计" interceptor="chkZmrLogin" path="/draftOrderTypeTimeliness.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/design/draftOrderTypeTimeliness.zml" class="com.zhiqim.yangcai.design.action.stat.design.DraftOrderTypeTimelinessAction"/>
|
||||
<action name="定稿产品时效统计" interceptor="chkZmrLogin" path="/completeOrderTypeTimeliness.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/design/completeOrderTypeTimeliness.zml" class="com.zhiqim.yangcai.design.action.stat.design.CompleteOrderTypeTimelinessAction"/>
|
||||
<action name="设计总订单数量统计" interceptor="chkZmrLogin" path="/designOrderCountStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/design/designOrderCountStat.zml" class="com.zhiqim.yangcai.design.action.stat.design.DesignOrderCountStatAction"/>-->
|
||||
<!-- 修改绩效统计报表 -->
|
||||
<action name="设计师修改绩效统计" interceptor="chkZmrLogin" path="/meritsTotal.htm" redirect="/meritsTotal.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/merits/meritsTotal.zml" class="com.zhiqim.yangcai.design.action.stat.design.DesignOrderMeriysAction"/>
|
||||
|
||||
<!-- 超时统计 -->
|
||||
<action name="设计师定稿超时" interceptor="chkZmrLogin" path="/timeoutDesignerComplete.htm" redirect="/timeoutDesignerComplete.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/design/timeoutDesignerComplete.zml" class="com.zhiqim.yangcai.design.action.stat.design.TimeoutDesignerCompleteAction"/>
|
||||
<action name="组织定稿超时" interceptor="chkZmrLogin" path="/timeoutOrgComplete.htm" redirect="/timeoutOrgComplete.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/design/timeoutOrgComplete.zml" class="com.zhiqim.yangcai.design.action.stat.design.TimeoutOrgCompleteAction"/>
|
||||
|
||||
<action name="个人退款率统计" interceptor="chkZmrLogin" path="/personalRefundRateStat.htm" redirect="/personalRefundRateStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/refund/personalRefundRateStat.zml" class="com.zhiqim.yangcai.design.action.stat.design.PersonalRefundRateStatAction"/>
|
||||
<action name="个人退款申诉" interceptor="chkZmrLogin" path="/personalRefundComplaint.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/stat/refund/personalRefundComplaint.zml"/>
|
||||
<action name="设计退款率统计" interceptor="chkZmrLogin" path="/designOrderRefundRateStat.htm" redirect="/designOrderRefundRateStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/refund/designOrderRefundRateStat.zml" class="com.zhiqim.yangcai.design.action.stat.design.DesignOrderRefundRateStatAction"/>
|
||||
<action name="设计退款统计饼图" interceptor="chkZmrLogin" path="/designOrderRefundStat.htm" redirect="/designOrderRefundStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/refund/designOrderRefundStat.zml" class="com.zhiqim.yangcai.design.action.stat.design.DesignOrderRefundStatAction"/>
|
||||
<action name="组织退款统计" interceptor="chkZmrLogin" path="/designRefundOrgTotalStatistics.htm" redirect="/designRefundOrgTotalStatistics.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/refund/designRefundOrgTotalStatistics.zml" class="com.zhiqim.yangcai.design.action.stat.design.DesignRefundOrgTotalStatisticsAction"/>
|
||||
<action name="产品退款统计" interceptor="chkZmrLogin" path="/designRefundPrdTypeStatistics.htm" redirect="/designRefundPrdTypeStatistics.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/refund/designRefundPrdTypeStatistics.zml" class="com.zhiqim.yangcai.design.action.stat.design.DesignRefundPrdTypeStatisticsAction"/>
|
||||
|
||||
<action name="个人绩效统计" interceptor="chkZmrLogin" path="/personalPerformanceStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/performance/personalPerformanceStat.zml" class="com.zhiqim.yangcai.design.action.stat.design.PersonalPerformanceStatAction"/>
|
||||
<action name="设计师绩效统计" interceptor="chkZmrLogin" path="/designerPerformanceStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/performance/designerPerformanceStat.zml" class="com.zhiqim.yangcai.design.action.stat.design.DesignerPerformanceStatAction"/>
|
||||
<action name="设计组绩效统计" interceptor="chkZmrLogin" path="/designGroupPerformanceStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/performance/designGroupPerformanceStat.zml" class="com.zhiqim.yangcai.design.action.stat.design.DesignGroupPerformanceStatAction"/>
|
||||
|
||||
<action name="质检原因统计" interceptor="chkZmrLogin" path="/qcReasonStat.htm" redirect="/qcReasonStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/qc/qcReasonStat.zml" class="com.zhiqim.yangcai.design.action.stat.design.QcReasonStatAction"/>
|
||||
<action name="设计师质检统计" interceptor="chkZmrLogin" path="/qcDesignerStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/qc/qcDesignerStat.zml" class="com.zhiqim.yangcai.design.action.stat.design.QcDesignerStatAction"/>
|
||||
<action name="质检处理统计" interceptor="chkZmrLogin" path="/qcDisposeStat.htm" redirect="/qcDisposeStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/qc/qcDisposeStat.zml" class="com.zhiqim.yangcai.design.action.stat.design.QcDisposeStatAction"/>
|
||||
|
||||
<!-- 售后统计 -->
|
||||
<action name="个人售后统计" interceptor="chkZmrLogin" path="/personalAfterStatistics.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/after/personalAfterStatistics.zml" class="com.zhiqim.yangcai.design.action.stat.after.PersonalAfterStatisticsAction"/>
|
||||
<action name="售后订单统计" interceptor="chkZmrLogin" path="/designAfterStatistics.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/after/designAfterStatistics.zml" class="com.zhiqim.yangcai.design.action.stat.after.DesignAfterStatisticsAction"/>
|
||||
<action name="售后创建统计" interceptor="chkZmrLogin" path="/designAfterCreateStatistics.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/after/designAfterCreateStatistics.zml" class="com.zhiqim.yangcai.design.action.stat.after.DesignAfterCreateStatisticsAction"/>
|
||||
<action name="售后原因统计" interceptor="chkZmrLogin" path="/designAfterReasonStatistics.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/after/designAfterReasonStatistics.zml" class="com.zhiqim.yangcai.design.action.stat.after.DesignAfterReasonStatisticsAction"/>
|
||||
<action name="售后组织统计" interceptor="chkZmrLogin" path="/designAfterOrgStatistics.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/after/designAfterOrgStatistics.zml" class="com.zhiqim.yangcai.design.action.stat.after.DesignAfterOrgStatisticsAction"/>
|
||||
|
||||
<!-- 审核退回统计 -->
|
||||
<action name="印前审核退回统计" interceptor="chkZmrLogin" path="/orderBackEffectStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/back/orderBackEffectStat.zml" class="com.zhiqim.yangcai.design.action.stat.back.OrderBackEffectStatAction"/>
|
||||
<action name="印前原因退回统计" interceptor="chkZmrLogin" path="/beforecauseChart.htm" redirect="/beforecauseChart.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/back/beforecauseChart.zml" class="com.zhiqim.yangcai.design.action.stat.back.BeforeCauseChartAction"/>
|
||||
<action name="印前部门定稿统计" interceptor="chkZmrLogin" path="/sectionFinalizeCompleteStat.htm" redirect="/sectionFinalizeCompleteStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/back/sectionFinalizeCompleteStat.zml" class="com.zhiqim.yangcai.design.action.stat.back.SectionFinalizeCompleteStatAction"/>
|
||||
<action name="初稿审核退回统计" interceptor="chkZmrLogin" path="/draftOrderBackStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/back/draftOrderBackStat.zml" class="com.zhiqim.yangcai.design.action.stat.back.DraftOrderBackStatAction"/>
|
||||
<action name="定稿审核退回统计" interceptor="chkZmrLogin" path="/endOrderBackStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/back/endOrderBackStat.zml" class="com.zhiqim.yangcai.design.action.stat.back.EndOrderBackStatAction"/>
|
||||
|
||||
<!-- 消息盒子 -->
|
||||
<attribute name="系统引导" key="websocket" value="com.zhiqim.yangcai.design.messagebox.ZqmMessageBoxWS" />
|
||||
<action name="消息盒子(我接收的)" interceptor="chkZmrLogin" path="/${zhiqim_manager}/message.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/zhiqim_manager/message.zml" class="com.zhiqim.yangcai.design.messagebox.MessageAction"/>
|
||||
<action name="消息盒子(我发送的)" interceptor="chkZmrLogin" path="/${zhiqim_manager}/messageFromMe.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/zhiqim_manager/messageFromMe.zml" class="com.zhiqim.yangcai.design.messagebox.MessageFromMeAction"/>
|
||||
|
||||
<!-- 待办事项 -->
|
||||
<action name="我的待办事项" interceptor="chkZmrLogin" path="/${zhiqim_manager}/backLogWork.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/zhiqim_manager/backLogWork.zml" class="com.zhiqim.yangcai.design.messagebox.BackLogWorkAction"/>
|
||||
|
||||
<!-- 客户标签 -->
|
||||
<action name="补充标签" interceptor="chkZmrLogin" path="/fillLabelInfo.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/templateOrder/fillLabelInfo.zml" class="com.zhiqim.yangcai.design.action.template.FillLabelInfoAction" />
|
||||
|
||||
<!-- 移动端作品库部分 -->
|
||||
<action name="移动端作品库首页" path="/mobileWorksHome.htm" view="/ztmpl/zhiqim_manager/empty.htm" include="/zview/mobileWorks/mobileWorksHome.zml" class="com.zhiqim.yangcai.design.action.mobileworks.MobileWorksAction" />
|
||||
<action name="移动端单个作品详情页" path="/mobileWorkDetail.htm" view="/ztmpl/zhiqim_manager/empty.htm" include="/zview/mobileWorks/mobileWorkDetail.zml" class="com.zhiqim.yangcai.design.action.mobileworks.MobileWorksDetailAction" />
|
||||
|
||||
<!-- 移动端模板库部分 -->
|
||||
<action name="移动端模板库首页" path="/mobileTemplateHome.htm" view="/ztmpl/zhiqim_manager/empty.htm" include="/zview/mobileTemplate/mobileTemplateHome.zml" class="com.zhiqim.yangcai.design.action.mobiletemplate.MobileTemplateAction" />
|
||||
<action name="移动端单个模板详情页" path="/mobileTemplateDetail.htm" class="com.zhiqim.yangcai.design.action.mobiletemplate.MobileTemplateDetailAction" />
|
||||
|
||||
<!-- 秒绘电子名片支持接口 -->
|
||||
<action name="查询电子名片设计元素json字符串" path="/dzmpSupportList.htm" class="com.zhiqim.yangcai.design.action.dzmpsupport.DzmpSupportAction" method="list" />
|
||||
<action name="编辑电子名片设计元素json字符串" path="/dzmpSupportUpdate.htm" class="com.zhiqim.yangcai.design.action.dzmpsupport.DzmpSupportAction" method="update" />
|
||||
<action name="电子名片用户绑定设计平台名片" path="/dzmpUserBindingCard.htm" class="com.zhiqim.yangcai.design.action.dzmpsupport.DzmpUserBindCardAction" />
|
||||
|
||||
<!-- 微信公众号对接企业微信API的支持接口 -->
|
||||
<action name="获取设计师个人信息" path="/wkwechatSupportGetDesignerInfo.htm" class="com.zhiqim.yangcai.design.action.wkwechatsupport.WkwechatSupportAction" />
|
||||
|
||||
<action name="定稿线程池统计" interceptor="chkZmrLogin" path="/pdfQueue.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/pdfQueue.zml" class="com.zhiqim.yangcai.design.action.PdfQueueAction" />
|
||||
|
||||
<!-- 预约-组织临时额度配置管理 -->
|
||||
<action name="预约-组织临时额度配置" interceptor="chkZmrLogin" path="/subscribeOrgTempQuota.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/subscribe/subscribeOrgTempQuota.zml" class="com.zhiqim.yangcai.design.action.subscribe.SubscribeOrgTempQuotaAction"/>
|
||||
<action name="增加预约-组织临时额度配置" interceptor="chkZmrLogin" path="/subscribeOrgTempQuotaAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/subscribe/subscribeOrgTempQuotaAdd.zml" class="com.zhiqim.yangcai.design.action.subscribe.SubscribeOrgTempQuotaAction" method="add"/>
|
||||
<action name="增加预约-组织临时额度配置处理" interceptor="chkZmrLogin" path="/subscribeOrgTempQuotaInsert.htm" redirect="/subscribeOrgTempQuota.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.subscribe.SubscribeOrgTempQuotaAction" method="insert"/>
|
||||
<action name="修改预约-组织临时额度配置页面" interceptor="chkZmrLogin" path="/subscribeOrgTempQuotaModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/subscribe/subscribeOrgTempQuotaModify.zml" class="com.zhiqim.yangcai.design.action.subscribe.SubscribeOrgTempQuotaAction" method="modify"/>
|
||||
<action name="修改预约-组织临时额度配置处理" interceptor="chkZmrLogin" path="/subscribeOrgTempQuotaUpdate.htm" redirect="/subscribeOrgTempQuota.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.subscribe.SubscribeOrgTempQuotaAction" method="update" />
|
||||
<action name="删除预约-组织临时额度配置处理" interceptor="chkZmrLogin" path="/subscribeOrgTempQuotaDelete.htm" redirect="/subscribeOrgTempQuota.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.subscribe.SubscribeOrgTempQuotaAction" method="delete"/>
|
||||
<!-- 订单预约管理 -->
|
||||
<action name="订单预约管理" interceptor="chkZmrLogin" path="/designerSubscribe.htm" redirect="/designerSubscribe.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/subscribe/designerSubscribe.zml" class="com.zhiqim.yangcai.design.action.subscribe.DesignerSubscribeAction"/>
|
||||
|
||||
<!-- 订单分析 -->
|
||||
<action name="订单分析" interceptor="chkZmrLogin" path="/orderAnalysis.htm" redirect="/orderAnalysis.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/design/orderAnalysis.zml" class="com.zhiqim.yangcai.design.action.stat.design.OrderAnalysisAction"/>
|
||||
|
||||
<!-- 订单预约统计 -->
|
||||
<action name="订单预约统计(组员)" interceptor="chkZmrLogin" path="/subscribeStat.htm" redirect="/subscribeStat.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/subscribe/subscribeStat.zml" class="com.zhiqim.yangcai.design.action.stat.subscribe.SubscribeStatAction"/>
|
||||
<action name="订单预约统计(组织)" interceptor="chkZmrLogin" path="/subscribeStatAll.htm" redirect="/subscribeStatAll.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/stat/subscribe/subscribeStatAll.zml" class="com.zhiqim.yangcai.design.action.stat.subscribe.SubscribeStatAllAction"/>
|
||||
|
||||
<!-- 设计师个人信息 -->
|
||||
<action name="用户中心" interceptor="chkZmrLogin" path="/${zhiqim_manager}/profile.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/designerworks/profile.zml" class="com.zhiqim.yangcai.design.action.designerworks.ProfileAction" />
|
||||
<action name="设计师简介" interceptor="chkZmrLogin" path="/designerProfile.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/designerworks/designerProfile.zml" class="com.zhiqim.yangcai.design.action.designerworks.DesignerProfileAction" />
|
||||
<action name="设计师作品" interceptor="chkZmrLogin" path="/designerWorks.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/designerworks/designerWorks.zml" class="com.zhiqim.yangcai.design.action.designerworks.DesignerWorksAction" />
|
||||
<action name="设计师注册" interceptor="chkZmrLogin" path="/designerReg.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/designerworks/designerReg.zml" class="com.zhiqim.yangcai.design.action.designerworks.DesignerRegAction" />
|
||||
<action name="注册审核拒绝" interceptor="chkZmrLogin" path="/regCheckBack.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/designerworks/regCheckBack.zml" class="com.zhiqim.yangcai.design.action.designerworks.RegCheckBackAction" />
|
||||
<action name="注册审核通过" interceptor="chkZmrLogin" path="/checkApproved.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/designerworks/checkApproved.zml" class="com.zhiqim.yangcai.design.action.designerworks.RegCheckApprovedAction" />
|
||||
<action name="修改个人接单数量" interceptor="chkZmrLogin" path="/${zhiqim_manager}/modifyOrderNum.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/designerworks/modifyOrderNum.zml" />
|
||||
|
||||
<!-- 设计师虚拟账户 -->
|
||||
<action name="虚拟账户" interceptor="chkZmrLogin" path="/virtualAccount.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/account/virtualAccount.zml" class="com.zhiqim.yangcai.design.action.account.VirtualAccountAction"/>
|
||||
<action name="虚拟账交易明细" interceptor="chkZmrLogin" path="/virtualAccountTransactionDetails.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/account/virtualAccountTransactionDetails.zml" class="com.zhiqim.yangcai.design.action.account.VirtualAccountTransactionDetailsAction"/>
|
||||
<action name="虚拟账户明细" interceptor="chkZmrLogin" path="/virtualAccountDetails.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/account/virtualAccountDetails.zml" class="com.zhiqim.yangcai.design.action.account.VirtualAccountDetailsAction"/>
|
||||
<action name="发放工资" interceptor="chkZmrLogin" path="/sendSalary.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/account/sendSalary.zml" class="com.zhiqim.yangcai.design.action.account.VirtualAccountAction"/>
|
||||
<action name="冻结资金" interceptor="chkZmrLogin" path="/freezeSalary.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/account/freezeSalary.zml" class="com.zhiqim.yangcai.design.action.account.VirtualAccountAction"/>
|
||||
<action name="异常稽核" interceptor="chkZmrLogin" path="/abnormalAudit.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/account/abnormalAudit.zml" class="com.zhiqim.yangcai.design.action.account.VirtualAccountAction"/>
|
||||
<action name="设计师工资导出" interceptor="chkZmrLogin" path="/exportWageSchedule.htm" class="com.zhiqim.yangcai.design.action.account.ExportWageSchedule" />
|
||||
|
||||
<!-- 操作员未完成订单下载 -->
|
||||
<action name="操作员未完成订单下载" interceptor="chkZmrLogin" path="/downloadDesignOperatorOrder.htm" class="com.zhiqim.yangcai.design.action.DownloadDesignOperatorOrderAction"/>
|
||||
|
||||
<!-- 设计师组管理 -->
|
||||
<action name="设计师组管理" interceptor="chkZmrLogin" path="/designerGroup.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/designerGroup.zml" class="com.zhiqim.yangcai.design.action.sys.DesignerGroupAction" method="list"/>
|
||||
<action name="设计师组增加页面" interceptor="chkZmrLogin" path="/designerGroupAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/designerGroupAdd.zml" class="com.zhiqim.yangcai.design.action.sys.DesignerGroupAction" method="add"/>
|
||||
<action name="设计师组增加处理" interceptor="chkZmrLogin" path="/designerGroupInsert.htm" redirect="/designerGroup.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.sys.DesignerGroupAction" method="insert"/>
|
||||
<action name="设计师组修改页面" interceptor="chkZmrLogin" path="/designerGroupModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/designerGroupModify.zml" class="com.zhiqim.yangcai.design.action.sys.DesignerGroupAction" method="modify"/>
|
||||
<action name="设计师组修改处理" interceptor="chkZmrLogin" path="/designerGroupUpdate.htm" redirect="/designerGroup.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.sys.DesignerGroupAction" method="update"/>
|
||||
<action name="设计师组删除处理" interceptor="chkZmrLogin" path="/designerGroupDelete.htm" redirect="/designerGroup.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.sys.DesignerGroupAction" method="delete"/>
|
||||
<!-- 设计师组接单管理 -->
|
||||
<action name="设计师组接单管理" interceptor="chkZmrLogin" path="/designerGroupDispatch.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/designerGroupDispatch.zml" class="com.zhiqim.yangcai.design.action.sys.DesignerGroupDispatchAction" method="list"/>
|
||||
<action name="设计师组增加接单配置页面" interceptor="chkZmrLogin" path="/designerGroupDispatchAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/designerGroupDispatchAdd.zml" class="com.zhiqim.yangcai.design.action.sys.DesignerGroupDispatchAction" method="add"/>
|
||||
<action name="设计师组增加配置处理" interceptor="chkZmrLogin" path="/designerGroupDispatchInsert.htm" redirect="/designerGroupDispatch.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.sys.DesignerGroupDispatchAction" method="insert"/>
|
||||
<action name="设计师组修改配置页面" interceptor="chkZmrLogin" path="/designerGroupDispatchModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/designerGroupDispatchModify.zml" class="com.zhiqim.yangcai.design.action.sys.DesignerGroupDispatchAction" method="modify"/>
|
||||
<action name="设计师组修改配置处理" interceptor="chkZmrLogin" path="/designerGroupDispatchUpdate.htm" redirect="/designerGroupDispatch.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.sys.DesignerGroupDispatchAction" method="update"/>
|
||||
<action name="设计师组删除配置处理" interceptor="chkZmrLogin" path="/designerGroupDispatchDelete.htm" redirect="/designerGroupDispatch.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.sys.DesignerGroupDispatchAction" method="delete"/>
|
||||
|
||||
<action name="设计师组分拣日志" interceptor="chkZmrLogin" path="/designerGroupDispatchLog.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/designerGroupDispatchLog.zml" class="com.zhiqim.yangcai.design.action.dispatch.DesignerGroupDispatchLogAction"/>
|
||||
<action name="待分拣设计师组订单" interceptor="chkZmrLogin" path="/waitDisDesignerGroupOrder.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/dispatch/waitDisDesignerGroupOrder.zml" class="com.zhiqim.yangcai.design.action.dispatch.WaitDisDesignerGroupOrderAction"/>
|
||||
<action name="设计师管理" interceptor="chkZmrLogin" path="/designerManage.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/designer/designerManage.zml" class="com.zhiqim.yangcai.design.action.designer.DesignerManageAction" />
|
||||
<action name="设计师详情" interceptor="chkZmrLogin" path="/designerCourseDetail.htm" view="/ztmpl/zhiqim_manager/inner.htm" include="/zview/designer/designerCourseDetail.zml" class="com.zhiqim.yangcai.design.action.designer.DesignerCourseDetailAction" />
|
||||
<action name="设计师管理导出" interceptor="chkZmrLogin" path="/designerManageExport.htm" class="com.zhiqim.yangcai.design.action.designer.DesignerManageExportAction" />
|
||||
|
||||
<!--知识库文章管理 -->
|
||||
<action name="文章列表" interceptor="chkZmrLogin" path="/article.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/article/article.zml" class="com.zhiqim.yangcai.design.action.question.ArticleAction" method="list"/>
|
||||
<action name="增加文章页面" interceptor="chkZmrLogin" path="/articleAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/article/articleAdd.zml" class="com.zhiqim.yangcai.design.action.question.ArticleAction" method="add"/>
|
||||
<action name="增加文章处理" interceptor="chkZmrLogin" path="/articleInsert.htm" redirect="/article.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.question.ArticleAction" method="insert"/>
|
||||
<action name="修改文章页面" interceptor="chkZmrLogin" path="/articleModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/article/articleModify.zml" class="com.zhiqim.yangcai.design.action.question.ArticleAction" method="modify"/>
|
||||
<action name="修改文章处理" interceptor="chkZmrLogin" path="/articleUpdate.htm" redirect="/article.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.question.ArticleAction" method="update"/>
|
||||
<action name="删除文章处理" interceptor="chkZmrLogin" path="/articleDelete.htm" redirect="/article.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.question.ArticleAction" method="delete"/>
|
||||
|
||||
<!-- 分类管理 -->
|
||||
<action name="分类列表" interceptor="chkZmrLogin" path="/category.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/article/category.zml" class="com.zhiqim.yangcai.design.action.question.CategoryAction" method="list"/>
|
||||
<action name="增加分类页面" interceptor="chkZmrLogin" path="/categoryAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/article/categoryAdd.zml" class="com.zhiqim.yangcai.design.action.question.CategoryAction" method="add"/>
|
||||
<action name="增加分类处理" interceptor="chkZmrLogin" path="/categoryInsert.htm" redirect="/category.htm" success="增加成功" class="com.zhiqim.yangcai.design.action.question.CategoryAction" method="insert"/>
|
||||
<action name="修改分类页面" interceptor="chkZmrLogin" path="/categoryModify.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/article/categoryModify.zml" class="com.zhiqim.yangcai.design.action.question.CategoryAction" method="modify"/>
|
||||
<action name="修改分类处理" interceptor="chkZmrLogin" path="/categoryUpdate.htm" redirect="/category.htm" success="修改成功" class="com.zhiqim.yangcai.design.action.question.CategoryAction" method="update"/>
|
||||
<action name="删除分类处理" interceptor="chkZmrLogin" path="/categoryDelete.htm" redirect="/category.htm" success="删除成功" class="com.zhiqim.yangcai.design.action.question.CategoryAction" method="delete"/>
|
||||
|
||||
<!-- 前台展示 -->
|
||||
<action name="问题页" path="/question.htm" view="/zview/article/question.zml" class="com.zhiqim.yangcai.design.action.question.QuestionAction"/>
|
||||
<action name="搜索页" path="/search.htm" view="/zview/article/search.zml" class="com.zhiqim.yangcai.design.action.question.SearchAction"/>
|
||||
|
||||
<!--对外设计师官网帮助文档Api -->
|
||||
<action name="查询文章富文本内容" path="/categoryLevel2Content.htm" class="com.zhiqim.yangcai.design.action.question.api.CategoryLeval2ContentForUccnAction"/>
|
||||
<action name="查询二级分类下文章明细" path="/categoryLevel2Detail.htm" class="com.zhiqim.yangcai.design.action.question.api.CategoryLeval2DetailForUccnAction"/>
|
||||
<action name="模糊搜索" path="/searchForUccn.htm" class="com.zhiqim.yangcai.design.action.question.api.ArticleSearchForUccnAction"/>
|
||||
|
||||
<!--退款订单 -->
|
||||
<action name="同意退款" interceptor="chkZmrLogin" path="/designOrderAgreeRefund.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/order/designOrderAgreeRefund.zml"/>
|
||||
<action name="退款订单详情" interceptor="chkZmrLogin" path="/designOrderRefundInfo.htm" view="/ztmpl/zhiqim_manager/template.htm" redirect="/category.htm" include="/zview/order/designOrderRefundInfo.zml" class="com.zhiqim.yangcai.design.action.order.DesignOrderRefundInfoAction"/>
|
||||
|
||||
<!--公告 -->
|
||||
<action name="公告首页" interceptor="chkZmrLogin" path="/noticeList.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/notice/noticeList.zml" class="com.zhiqim.yangcai.design.action.notice.NoticeListAction" method="list"/>
|
||||
<action name="添加公告" interceptor="chkZmrLogin" path="/noticeAdd.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/notice/noticeAdd.zml"/>
|
||||
<action name="添加公告" interceptor="chkZmrLogin" redirect="/noticeList.htm" path="/noticeAddInfo.htm" success="操作成功" view="/ztmpl/zhiqim_manager/template.htm" class="com.zhiqim.yangcai.design.action.notice.NoticeListAction" method="insert"/>
|
||||
<action name="修改公告" interceptor="chkZmrLogin" redirect="/noticeList.htm" path="/noticeModify.htm" success="操作成功" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/notice/noticeModify.zml" class="com.zhiqim.yangcai.design.action.notice.NoticeListAction" method="modify"/>
|
||||
<action name="修改公告" interceptor="chkZmrLogin" redirect="/noticeList.htm" path="/noticeUpdate.htm" success="操作成功" view="/ztmpl/zhiqim_manager/template.htm" class="com.zhiqim.yangcai.design.action.notice.NoticeListAction" method="update"/>
|
||||
<action name="删除公告" interceptor="chkZmrLogin" redirect="/noticeList.htm" path="/noticeDelete.htm" success="操作成功" view="/ztmpl/zhiqim_manager/template.htm" class="com.zhiqim.yangcai.design.action.notice.NoticeListAction" method="delete"/>
|
||||
<action name="公告详情" interceptor="chkZmrLogin" path="/noticeInfo.htm" include="/zview/notice/noticeInfo.zml" view="/ztmpl/zhiqim_manager/template.htm"/>
|
||||
<action name="历史公告" interceptor="chkZmrLogin" path="/noticeHistory.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/notice/noticeHistory.zml" class="com.zhiqim.yangcai.design.action.notice.NoticeHistoryAction"/>
|
||||
|
||||
|
||||
</zhiqim-context>
|
||||
@@ -0,0 +1,921 @@
|
||||
<#---------------------------------------------------->
|
||||
<#-- 以下为变量定义 ------------------------>
|
||||
<#---------------------------------------------------->
|
||||
|
||||
<#--脚注标注-->
|
||||
<#var zmr_copyname="2021 秒绘科技"/>
|
||||
<#var zmr_copyright="Copyright © "+zmr_copyname+" All Rights Reserved"/>
|
||||
${Styles.src(zhiqim.css)}
|
||||
${Scripts.src(zhiqim.js)}
|
||||
${Styles.src(context.getRootPath("/zinc/css/yangcai_question_main_v1.4.0R2018031701.css"))}
|
||||
${Scripts.src(context.getRootPath("/zinc/css/zhiqim_search_auto_list_v1.4.0R2018031701.js"))}
|
||||
|
||||
<#--属性定义-->
|
||||
<#var name="设计运营后台"/>
|
||||
<#var version="V1.0"/>
|
||||
<#var zhiqim_uploadlarge.js = new ZmrCdnRuntime(context, "/service/res/zhiqim_upload_large_v1.5.0.r2018111001.js")/>
|
||||
|
||||
|
||||
<#--刷新左边区域自定义块-->
|
||||
<#function zhiqim_manager_topnav_left_defined()>
|
||||
<script>
|
||||
Z.onload(function()
|
||||
{
|
||||
|
||||
});
|
||||
</script>
|
||||
</#function>
|
||||
|
||||
<#-- 重写模板编辑版本号-->
|
||||
<#var media_editor_js_version="v1.5.0_r2020121101"/>
|
||||
|
||||
<#-- 重写模板定稿、预览-->
|
||||
<#function zhqim_media_edit_print(mediaId)>
|
||||
<script>
|
||||
|
||||
//提交初稿设计订单
|
||||
function doSubmitDraftOrderTempalte(mediaId)
|
||||
{
|
||||
var orderIsDzmpCardType = '${orderIsCardType}';
|
||||
if (orderIsDzmpCardType == 'true') {
|
||||
// 保存名片关联信息
|
||||
doUpdateCardInfo('${cardId}','${designId}', false);
|
||||
}
|
||||
|
||||
// 保存后的回调方法
|
||||
function callbackAfterSave(mediaId)
|
||||
{
|
||||
var ajax2 = new Z.Ajax();
|
||||
ajax2.setClassName("TemplateOrderPresenter");
|
||||
ajax2.setMethodName("doSubmitDraftOrderTempalte");
|
||||
ajax2.addParam("mediaId", mediaId);
|
||||
ajax2.setFailure(function(){
|
||||
setTimeout(function()
|
||||
{
|
||||
doDraftOrder_ajaxLoading.close()
|
||||
Z.failure(ajax2.responseText);
|
||||
},400);
|
||||
});
|
||||
ajax2.setSuccess(function(){
|
||||
setTimeout(function()
|
||||
{
|
||||
doDraftOrder_ajaxLoading.close();
|
||||
Z.success("初稿成功");
|
||||
},400);
|
||||
});
|
||||
ajax2.execute();
|
||||
}
|
||||
|
||||
// 1:定义加载框
|
||||
window.doDraftOrder_ajaxLoading = Z.loading({text:"正在提交初稿文件,请稍后...", shadow:true , width:400});
|
||||
|
||||
if (hasSvg2pdfAPI)
|
||||
{
|
||||
doSubmitDraftLocalSave(callbackAfterSave, mediaId);
|
||||
}
|
||||
else
|
||||
{
|
||||
doAutoSaveMedia(callbackAfterSave, mediaId, true);
|
||||
}
|
||||
}
|
||||
|
||||
//完成定稿,预览设计稿
|
||||
function doPreviewFinalOrderTempalte(mediaId)
|
||||
{
|
||||
//生成PDF文件并预览展示,保存后的回调方法
|
||||
function callbackAfterSave(mediaId)
|
||||
{
|
||||
var doHandle = (hasSvg2pdfAPI) ? 0 : 1;
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("TemplateOrderPresenter");
|
||||
ajax.setMethodName("doPreviewFinalOrderTempalte");
|
||||
ajax.addParam("mediaId", mediaId);
|
||||
ajax.addParam("doHandle", doHandle);
|
||||
ajax.setFailure(function(){
|
||||
previewFinal_ajaxLoading.close();
|
||||
Z.failure(ajax.responseText);
|
||||
});
|
||||
ajax.setSuccess(function(){
|
||||
doPreviewFinalOrderDialog(mediaId);
|
||||
});
|
||||
ajax.execute();
|
||||
}
|
||||
|
||||
//检测订单模板的版面数
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("TemplateOrderPresenter");
|
||||
ajax.setMethodName("doCheckTempatePage");
|
||||
ajax.addParam("mediaId", mediaId);
|
||||
ajax.setFailure(function(){
|
||||
Z.failure(ajax.responseText);
|
||||
});
|
||||
ajax.setSuccess(function()
|
||||
{
|
||||
//加载框
|
||||
window.previewFinal_ajaxLoading = Z.loading({shadow: true, text:"定稿预览处理中...", width:200});
|
||||
if (hasSvg2pdfAPI)
|
||||
{
|
||||
callbackAfterSave(mediaId);
|
||||
}
|
||||
else
|
||||
{
|
||||
doAutoSaveMedia(callbackAfterSave, mediaId, true);
|
||||
}
|
||||
});
|
||||
ajax.setLoading(document, true);
|
||||
ajax.execute();
|
||||
}
|
||||
|
||||
//预览定稿展示
|
||||
function doPreviewFinalOrderDialog(mediaId)
|
||||
{
|
||||
if (hasSvg2pdfAPI)
|
||||
{
|
||||
ServiceAPI.mediaId = mediaId;
|
||||
doPreviewFileLocalSave(previewFinal_ajaxLoading);
|
||||
}
|
||||
else
|
||||
{
|
||||
doPreviewDialogQuery(mediaId);
|
||||
}
|
||||
}
|
||||
|
||||
function previewPdfLocal()
|
||||
{//重写pdfMaker,预览pdf方法
|
||||
// ajax 查询订单金额
|
||||
var amount = 0;
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setSync();
|
||||
ajax.setClassName("TemplateOrderPresenter");
|
||||
ajax.setMethodName("doQueryOrderAmount");
|
||||
ajax.addParam("mediaId", media.canvas.mediaId);
|
||||
ajax.setFailure(function(){
|
||||
previewFinal_ajaxLoading.close();
|
||||
});
|
||||
ajax.setSuccess(function(){
|
||||
amount = parseFloat(this.responseText || 0);
|
||||
});
|
||||
ajax.execute();
|
||||
|
||||
if (amount <= 0)
|
||||
return doClearErrorLocalSave("订单金额查询有误!");
|
||||
|
||||
previewFinal_ajaxLoading.close();
|
||||
|
||||
var mediaId = ServiceAPI.mediaId;
|
||||
var height = Z.D.clientHeight() - 200;
|
||||
var html = '<div id="previewId" class="z-text-center" style="height:'+height+'px">';
|
||||
//html += ' <object type="text/html" width="100%" height="100%" data="'+objUrl+'"></object>';
|
||||
//html += ' <iframe width="100%" height="100%" src="'+objUrl.+'"></iframe>';
|
||||
//html += '<embed src="'+objUrl+'" type="application/pdf" width="100%" height="100%">';
|
||||
//html += '<embed src="'+objUrl+'" type="text/html" width="100%" height="100%">';
|
||||
//html += ' <object type="application/pdf" width="100%" height="100%" data="'+objUrl+'"></object>';
|
||||
html += '</div>';
|
||||
html += '<div class="z-absolute z-w100p z-h60 z-text-center z-bg-gray z-pd10" style="bottom:0;left:0">';
|
||||
html += ' <button id="save" type="button" class="z-button z-large z-w120 z-cyan"';
|
||||
html += 'onclick="confirmSubmitFinalOrderTempalte('+mediaId+','+amount+')">完成定稿</button> ';
|
||||
html += ' <button type="button" class="z-button z-large z-mg-l10" onclick="previewPdfDialogLocal.close();">关闭</button>';
|
||||
html += '</div>';
|
||||
top.previewPdfDialogLocal = new Z.Dialog();
|
||||
previewPdfDialogLocal.title = "预览定稿文件";
|
||||
previewPdfDialogLocal.text = html;
|
||||
previewPdfDialogLocal.width = parseInt(Z.D.clientWidth()/2);
|
||||
previewPdfDialogLocal.height = parseInt(height + 60);
|
||||
previewPdfDialogLocal.fixed = true;
|
||||
previewPdfDialogLocal.execute();
|
||||
|
||||
// 重写弹窗关闭方法
|
||||
var closeFun = previewPdfDialogLocal.close;
|
||||
previewPdfDialogLocal.close = function()
|
||||
{
|
||||
closeFun.call(previewPdfDialogLocal);
|
||||
previewPdfDialogLocal = null;
|
||||
doClearPreviewLocalSave();
|
||||
}
|
||||
previewPdfDialogLocal.$title.find(".z-font.z-error").hide();
|
||||
Z('<i class="z-font z-error"></i>').appendTo(previewPdfDialogLocal.$title).on("click",previewPdfDialogLocal.close);
|
||||
|
||||
// pdfJs显示效果
|
||||
pdfjsLib.renderAllFromData({node:"#previewId",scale:300/72},ServiceAPI.pdfFinaly.result).then(function()
|
||||
{
|
||||
// 样式校准
|
||||
var previewWidth = Z.D.id("previewId").getBoundingClientRect().width - 30;
|
||||
var $$canvas = Z("#previewId canvas");
|
||||
|
||||
$$canvas.each(function($canvas)
|
||||
{
|
||||
var canvasWidth = $canvas.width;
|
||||
if (previewWidth > canvasWidth)
|
||||
return;
|
||||
|
||||
var canvasHeight = $canvas.height;
|
||||
$canvas.style.width = previewWidth + "px";
|
||||
$canvas.style.height = previewWidth/canvasWidth*canvasHeight + "px";
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
//定稿预览显示
|
||||
function doPreviewDialogQuery(mediaId)
|
||||
{
|
||||
//ajax查询处理状态
|
||||
function doQueryPreviewProgressing(mediaId)
|
||||
{
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("TemplateOrderPresenter");
|
||||
ajax.setMethodName("doQueryPreviewFinalOrderTempalteProgressing");
|
||||
ajax.addParam("mediaId", mediaId);
|
||||
ajax.setFailure(function(){
|
||||
previewFinal_ajaxLoading.close();
|
||||
Z.failure(ajax.responseText);
|
||||
});
|
||||
ajax.setSuccess(function(){
|
||||
var obj = Z.J.toObject(ajax.responseText);
|
||||
var mediaHandlePdfModel = obj.mediaHandlePdfModel;
|
||||
if (mediaHandlePdfModel)
|
||||
{
|
||||
console.log("预览处理状态:"+mediaHandlePdfModel.handleStatus)
|
||||
if (mediaHandlePdfModel.handleStatus == 0 || mediaHandlePdfModel.handleStatus == 1)
|
||||
{// 待处理 // 处理中
|
||||
setTimeout(doQueryPreviewProgressing, 5000, mediaId);
|
||||
}
|
||||
else if (mediaHandlePdfModel.handleStatus == 3)
|
||||
{//处理失败
|
||||
previewFinal_ajaxLoading.close();
|
||||
Z.failure(mediaHandlePdfModel.errorMsg);
|
||||
}
|
||||
else if (mediaHandlePdfModel.handleStatus == 2)
|
||||
{// 处理完成
|
||||
previewFinal_ajaxLoading.close();
|
||||
var height = Z.D.clientHeight() - 200;
|
||||
var amount = obj.amount;
|
||||
var html = '<div id="previewId" style="height:'+height+'px">';
|
||||
html += window.pdfjsLib?'':'<object type="text/html" width="100%" height="100%" data="'+obj.url+'"></object>';
|
||||
html += '</div>';
|
||||
html += '<div class="z-absolute z-w100p z-h60 z-text-center z-bg-gray z-pd10" style="bottom:0;left:0">';
|
||||
html += ' <button id="save" type="button" class="z-button z-large z-w120 z-cyan" onclick="confirmSubmitFinalOrderTempalte('+mediaId+','+amount+')">完成定稿</button> ';
|
||||
html += ' <button type="button" class="z-button z-large z-mg-l10" onclick="Z.Dialog.close(location.hash);">关闭</button>';
|
||||
html += '</div>';
|
||||
var dialog = new Z.Dialog();
|
||||
dialog.title = "预览定稿文件";
|
||||
dialog.text = html;
|
||||
dialog.width = parseInt(Z.D.clientWidth()/2);
|
||||
dialog.height = parseInt(height + 60);
|
||||
dialog.fixed = true;
|
||||
dialog.execute();
|
||||
|
||||
window.pdfjsLib && pdfjsLib.renderAll("#previewId", obj.url);
|
||||
}
|
||||
else
|
||||
{
|
||||
previewFinal_ajaxLoading.close();
|
||||
console.log("定稿预览收到异常处理状态")
|
||||
}
|
||||
}
|
||||
else
|
||||
{//查不到处理对象
|
||||
previewFinal_ajaxLoading.close();
|
||||
console.log("定稿预览找不到处理对象")
|
||||
Z.failure("预览处理失败");
|
||||
}
|
||||
});
|
||||
ajax.execute();
|
||||
}
|
||||
|
||||
//延时处理 查询
|
||||
setTimeout(doQueryPreviewProgressing, 500, mediaId);
|
||||
}
|
||||
|
||||
//确认定稿操作
|
||||
function confirmSubmitFinalOrderTempalte(mediaId, amount)
|
||||
{
|
||||
//提交定稿确认弹窗
|
||||
var tips = "确定完成对稿吗?定稿后该订单模板不再支持修改!";
|
||||
if (amount >= 10000)
|
||||
{
|
||||
tips="此订单金额较大,请仔细核对无误再定稿,以免造成售后损失。定稿后该订单模板不再支持修改!"
|
||||
}
|
||||
|
||||
Z.confirm(tips, function()
|
||||
{
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("TemplateOrderPresenter");
|
||||
ajax.setMethodName("doCheckTempatePage");
|
||||
ajax.addParam("mediaId", mediaId);
|
||||
ajax.setFailure(function(){
|
||||
Z.failure(ajax.responseText);
|
||||
});
|
||||
ajax.setSuccess(function()
|
||||
{
|
||||
//加载筐
|
||||
window.submitFinal_ajaxLoading = Z.loading({shadow: true, text:"定稿处理中...", width:180});
|
||||
|
||||
var doHandle = (hasSvg2pdfAPI) ? 0 : 1;
|
||||
var ajax2 = new Z.Ajax();
|
||||
ajax2.setClassName("TemplateOrderPresenter");
|
||||
ajax2.setMethodName("doSubmitFinalOrderTempalte");
|
||||
ajax2.addParam("mediaId", mediaId);
|
||||
ajax2.addParam("doHandle", doHandle);
|
||||
ajax2.setFailure(function(){
|
||||
window.submitFinal_ajaxLoading.close();
|
||||
Z.failure(ajax2.responseText);
|
||||
});
|
||||
ajax2.setSuccess(function()
|
||||
{
|
||||
//直接使用预览的pdf文件来定稿
|
||||
var obj = Z.J.toObject(this.responseText ? this.responseText : "{}");
|
||||
if(obj.success == "true")
|
||||
{
|
||||
submitFinal_ajaxLoading.close();
|
||||
Z.success("定稿完成", function(){Z.L.reload()});
|
||||
}
|
||||
else
|
||||
{
|
||||
//重新生成pdf文件来定稿
|
||||
if (hasSvg2pdfAPI)
|
||||
{
|
||||
doSubmitFinalLocalSave(this.responseText);
|
||||
}
|
||||
else
|
||||
{
|
||||
doSubmitFinalAjaxSave(mediaId);
|
||||
}
|
||||
}
|
||||
});
|
||||
ajax2.setLoading(document, true);
|
||||
ajax2.execute();
|
||||
|
||||
});
|
||||
ajax.setLoading("save", '正在提交', {disabled:true});
|
||||
ajax.execute();
|
||||
});
|
||||
}
|
||||
|
||||
//客户端提交定稿,生成PDF
|
||||
function doSubmitFinalLocalSave(responseText)
|
||||
{
|
||||
var fileData = Z.J.toObject(responseText);
|
||||
// 上传完成,更新数据
|
||||
var callback = function()
|
||||
{
|
||||
submitFinal_ajaxLoading.close();
|
||||
Z.success("定稿完成", function(){Z.L.reload()});
|
||||
}
|
||||
//上传pdf
|
||||
doUploadPdfLocal(fileData.fileName, fileData.uploadPath, callback, {
|
||||
className: "TemplateOrderPresenter",
|
||||
methodName: "doSubmitFinalLocalSave",
|
||||
mediaId: mediaId, // mediaID
|
||||
mediaUrl: ServiceAPI.imgPath, // 缩略图
|
||||
pdfPath: fileData.pdfPath, // pdf成品
|
||||
});
|
||||
}
|
||||
//ajax提交定稿,生成PDF
|
||||
function doSubmitFinalAjaxSave(mediaId)
|
||||
{//发送异步处理成功
|
||||
|
||||
function queryProgressing(mediaId)
|
||||
{
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("TemplateOrderPresenter");
|
||||
ajax.setMethodName("doQueryFinalOrderTemplateProgressing");
|
||||
ajax.addParam("mediaId", mediaId);
|
||||
ajax.setFailure(function(){
|
||||
submitFinal_ajaxLoading.close();
|
||||
Z.failure(ajax.responseText);
|
||||
});
|
||||
ajax.setSuccess(function()
|
||||
{
|
||||
var obj = Z.J.toObject(ajax.responseText);
|
||||
var mediaHandlePdfModel = obj.mediaHandlePdfModel;
|
||||
if (mediaHandlePdfModel)
|
||||
{
|
||||
var handleStatus = mediaHandlePdfModel.handleStatus;
|
||||
console.log("定稿处理状态:"+handleStatus);
|
||||
if (handleStatus == 0 || handleStatus == 1)
|
||||
{//待处理 处理中
|
||||
setTimeout(queryProgressing, 500, mediaId)
|
||||
}
|
||||
else if (handleStatus == 2)
|
||||
{//处理完成
|
||||
submitFinal_ajaxLoading.close();
|
||||
Z.success("定稿完成", function(){Z.L.reload()});
|
||||
}
|
||||
else if (handleStatus == 3)
|
||||
{//处理失败
|
||||
submitFinajaxaxLoading.close();
|
||||
Z.failure(mediaHandlePdfModel.errorMsg);
|
||||
}
|
||||
else
|
||||
{
|
||||
submitFinal_ajaxLoading.close();
|
||||
console.log("定稿预览收到异常处理状态")
|
||||
}
|
||||
}
|
||||
else
|
||||
{//查不到处理对象
|
||||
submitFinal_ajaxLoading.close();
|
||||
console.log("定稿处理找不到处理对象");
|
||||
Z.failure("定稿处理失败");
|
||||
}
|
||||
|
||||
});
|
||||
ajax.execute();
|
||||
}
|
||||
|
||||
setTimeout(queryProgressing, 500, mediaId);
|
||||
}
|
||||
</script>
|
||||
<#if !isTemplateEdit>
|
||||
<style>
|
||||
.topnav .topToolBar .topToolRight{flex-basis: 480px;}
|
||||
.topnav .topToolRight #draftBtn{background-color:#009049;}
|
||||
.topnav .topToolRight #finalBtn{background-color:#de1e08;}
|
||||
</style>
|
||||
<div id="draftBtn" class="nav topTool" onclick="doSubmitDraftOrderTempalte('${mediaId}');">提交初稿</div>
|
||||
<div id="finalBtn" class="nav topTool" onclick="doPreviewFinalOrderTempalteCheckLabel('${mediaId}');">完成定稿</div>
|
||||
</#if>
|
||||
</#function>
|
||||
|
||||
<#-- 重写模板左边订单选项-->
|
||||
<#function zhqim_media_edit_order_item_defined(mediaId)>
|
||||
<script>
|
||||
function openWangWang(buyerNick)
|
||||
{//打开旺旺
|
||||
Z("#openFrm").attr("src","http://amos.alicdn.com/msg.aw?v=2&uid="+buyerNick+"&site=cntaobao&s=2&charset=utz-8");
|
||||
}
|
||||
|
||||
function openQQ(userQq)
|
||||
{//打开QQ
|
||||
if (!Z.V.isInteger(userQq))
|
||||
{
|
||||
Z.alert("客户未提供QQ号,请旺旺联系");
|
||||
return;
|
||||
}
|
||||
|
||||
Z("#openFrm").attr("src","tencent://message/?uin="+userQq);
|
||||
}
|
||||
|
||||
function doTemplateOrderEdit(mediaId)
|
||||
{//编辑
|
||||
Z.l.href ="/zhiqimMediaEditor/mediaDesign.htm?mediaId=" + mediaId;
|
||||
}
|
||||
|
||||
function doTemplateOrderDelete(mediaId, designId)
|
||||
{//删除
|
||||
if (Z.V.isEmpty(mediaId))
|
||||
{
|
||||
Z.alert("请选择模板");
|
||||
return;
|
||||
}
|
||||
|
||||
Z.confirm("你确定要删除该模板吗?", function(){
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("TemplatePresenter");
|
||||
ajax.setMethodName("doTemplateDelete");
|
||||
ajax.addParam("mediaId", mediaId);
|
||||
ajax.addParam("designId", designId);
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function(){
|
||||
Z.success("删除成功", function(){Z.L.reload();});
|
||||
});
|
||||
ajax.execute();
|
||||
});
|
||||
}
|
||||
|
||||
function doTabnavCss(value)
|
||||
{
|
||||
if (value == 1)
|
||||
{
|
||||
Z("#tabnav_user").addClass("z-active");
|
||||
Z("#tabnav_template").removeClass("z-active");
|
||||
Z("#tabnav_user_content").addClass("z-active");
|
||||
Z("#tabnav_template_content").removeClass("z-active");
|
||||
}
|
||||
else if (value == 2)
|
||||
{
|
||||
Z("#tabnav_user").removeClass("z-active");
|
||||
Z("#tabnav_template").addClass("z-active");
|
||||
Z("#tabnav_user_content").removeClass("z-active");
|
||||
Z("#tabnav_template_content").addClass("z-active");
|
||||
}
|
||||
else if (value == 3)
|
||||
{
|
||||
Z("#tabnav_userText").addClass("z-active");
|
||||
Z("#tabnav_paramText").removeClass("z-active");
|
||||
Z("#tabnav_userText_content").addClass("z-active");
|
||||
Z("#tabnav_paramText_content").removeClass("z-active");
|
||||
}
|
||||
else if (value == 4)
|
||||
{
|
||||
Z("#tabnav_userText").removeClass("z-active");
|
||||
Z("#tabnav_paramText").addClass("z-active");
|
||||
Z("#tabnav_userText_content").removeClass("z-active");
|
||||
Z("#tabnav_paramText_content").addClass("z-active");
|
||||
}
|
||||
}
|
||||
|
||||
function doQueryOrderInfo(mediaId)
|
||||
{//订单API
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("TemplateOrderPresenter");
|
||||
ajax.setMethodName("doTemplateOrderQuery");
|
||||
ajax.addParam("mediaId", mediaId);
|
||||
ajax.setCallback("side_order");
|
||||
ajax.setLoading("side_order");
|
||||
ajax.execute();
|
||||
}
|
||||
|
||||
function doCopyOtherPage(mediaSrcId, bid, mediaId)
|
||||
{//复制其它页
|
||||
Z.confirm("你确定要复制该版面?", function()
|
||||
{
|
||||
// 新建 coverMaterial,字符串传参
|
||||
var lastBgObj = media.bgList[media.bgList.length - 1];
|
||||
var newBid = lastBgObj.bid + 1;
|
||||
var bgObj = new Z.Bg();
|
||||
bgObj.bid = newBid;
|
||||
media.bgList.push(bgObj);
|
||||
var newCMList = setCoverMaterial(bgObj, media.canvas.widthMm, media.canvas.heightMm);
|
||||
|
||||
// ajax调用
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("MediaPresenter");
|
||||
ajax.setMethodName("doCopyOtherPage");
|
||||
ajax.addParam("mediaSrcId", mediaSrcId);
|
||||
ajax.addParam("bid", bid);
|
||||
ajax.addParam("newBid", newBid);
|
||||
ajax.addParam("mediaId", mediaId);
|
||||
ajax.addParam("coverMaterialList", Z.AR.toString(newCMList));
|
||||
ajax.setFailure(media.bgList.pop);
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function()
|
||||
{
|
||||
//定义 media
|
||||
var newMedia = Z.J.toObject(this.responseText);
|
||||
media = new Z.Media({canvas: newMedia.canvas, bgList: newMedia.bgList, materialList: newMedia.materialList, coverMaterialList: newMedia.coverMaterialList});
|
||||
|
||||
//刷新画布
|
||||
loadCanvas();
|
||||
|
||||
//刷新版面
|
||||
refreshPageList();
|
||||
Z.tips("复制成功");
|
||||
});
|
||||
ajax.setLoading(document);
|
||||
ajax.execute();
|
||||
});
|
||||
}
|
||||
|
||||
function doDownFile(attaId)
|
||||
{//下载
|
||||
Z.l.href ="/templateDownload.htm?attaId=" + attaId + "&type=orderFile";
|
||||
}
|
||||
|
||||
//标签选择客户类型
|
||||
function doSelectConsumerType(flag){
|
||||
Z("#consumerType_"+flag).addClass("z-blue").siblings("button").removeClass("z-blue");
|
||||
}
|
||||
|
||||
//通过关键词查主行业
|
||||
function doQueryIndustryByKey(){
|
||||
var industryKey=Z("#industryKey").val();
|
||||
var labelOid = Z("#labelOid").val();
|
||||
var unmatchkey=Z("#unmatchkey").val();
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("TemplateOrderPresenter");
|
||||
ajax.setMethodName("doQueryIndustryByKey");
|
||||
ajax.addParam("industryKey",industryKey);
|
||||
ajax.addParam("labelOid",labelOid);
|
||||
ajax.addParam("unmatchkey",unmatchkey);
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function(){
|
||||
var map=Z.J.toObject(this.responseText);
|
||||
var industrys=map.industrys;
|
||||
var newUnmatchkey=map.unmatchkey;
|
||||
var htmlstr="";
|
||||
Z.each(industrys, function(industry, i){
|
||||
htmlstr+='<button id="industry_'+industry.industryId+'" type="button" class="z-button z-mg3 main-industry" value="'+industry.industryId+'" onclick="doQueryIndustryLabel('+industry.industryId+')">'+industry.industryName+'</button>';
|
||||
});
|
||||
Z("#mainIndustry").html(htmlstr);
|
||||
Z("#subIndustry").html("");
|
||||
Z("#applicationScenario").html("");
|
||||
Z("#designStyle").html("");
|
||||
Z("#unmatchkey").val(newUnmatchkey);
|
||||
|
||||
// 推荐行业页面元素遍历拼接
|
||||
var recommendIndHtml = "";
|
||||
var recommendIndustrys = map.recommendIndustryList;
|
||||
Z.each(recommendIndustrys, function(industry, i){
|
||||
recommendIndHtml += '<button id="recommend_industry_'+industry.industryId+'" type="button" class="z-button z-mg3 recommend-industry" value="'+industry.industryId+'" onclick="doQueryIndustryLabel('+industry.industryId+', 1)">'+industry.industryName+'</button>';
|
||||
});
|
||||
Z("#recommendIndustry").html(recommendIndHtml);
|
||||
});
|
||||
ajax.setLoading("queryIndustryByKey", '<i class="z-font z-return"></i>正在处理',{disabled:true});
|
||||
ajax.execute();
|
||||
}
|
||||
|
||||
function doQueryOrderLabel(mediaId){
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("TemplateOrderPresenter");
|
||||
ajax.setMethodName("doTemplateOrderLabelQuery");
|
||||
ajax.addParam("mediaId", mediaId);
|
||||
ajax.setCallback("side_label");
|
||||
ajax.setLoading("side_label");
|
||||
ajax.execute();
|
||||
}
|
||||
|
||||
//查询标签
|
||||
function doQueryIndustryLabel(industryId, isRecommend){
|
||||
if(isRecommend)
|
||||
{
|
||||
Z("#recommend_industry_"+industryId).addClass("z-blue").siblings("button").removeClass("z-blue");
|
||||
Z(".main-industry").removeClass("z-blue");
|
||||
}
|
||||
else
|
||||
{
|
||||
Z("#industry_"+industryId).addClass("z-blue").siblings("button").removeClass("z-blue");
|
||||
Z(".recommend-industry").removeClass("z-blue");
|
||||
}
|
||||
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("TemplateOrderPresenter");
|
||||
ajax.setMethodName("doQueryIndustryLabel");
|
||||
ajax.addParam("industryId",industryId);
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function(){
|
||||
var map=Z.J.toObject(this.responseText);
|
||||
var htmlSI="";
|
||||
var htmlAS="";
|
||||
var htmlDS="";
|
||||
var labelList=map.labelList;
|
||||
var dimensionList=map.dimensionList;
|
||||
var dimensionMap=new Map();
|
||||
for (var i in dimensionList) {
|
||||
dimensionMap.set(dimensionList[i].dimensionId,dimensionList[i].dimensionName);
|
||||
}
|
||||
|
||||
Z.each(labelList, function(label, i){
|
||||
if("子行业"==dimensionMap.get(label.dimensionId)){
|
||||
htmlSI+='<button id="label_'+label.id+'" type="button" class="z-button z-mg3" value="'+label.id+'" onclick="doLabelSelected('+label.id+')">'+label.labelName+'</button>';
|
||||
}
|
||||
if("应用场景"==dimensionMap.get(label.dimensionId)){
|
||||
htmlAS+='<button id="label_'+label.id+'" type="button" class="z-button z-mg3" value="'+label.id+'" onclick="doLabelSelected('+label.id+')">'+label.labelName+'</button>';
|
||||
}
|
||||
if("设计风格"==dimensionMap.get(label.dimensionId)){
|
||||
htmlDS+='<button id="label_'+label.id+'" type="button" class="z-button z-mg3" value="'+label.id+'" onclick="doLabelSelected('+label.id+')">'+label.labelName+'</button>';
|
||||
}
|
||||
});
|
||||
Z("#subIndustry").html(htmlSI);
|
||||
Z("#applicationScenario").html(htmlAS);
|
||||
Z("#designStyle").html(htmlDS);
|
||||
});
|
||||
ajax.execute();
|
||||
}
|
||||
|
||||
//选择标签
|
||||
function doLabelSelected(id){
|
||||
Z("#label_"+id).addClass("z-blue").siblings("button").removeClass("z-blue");
|
||||
}
|
||||
|
||||
//保存标签
|
||||
function doSaveLabel(){
|
||||
var unmatchkey=Z("#unmatchkey").val();
|
||||
var labelOid = Z("#labelOid").val();
|
||||
var consumerType=Z("button[id^='consumerType'][class*='z-blue']").val();//客户类型
|
||||
var industryId=Z("div[id='mainIndustry'] button[class*='z-blue']").val();//主行业
|
||||
|
||||
// 如果选择了推荐行业则保存时替换为主行业id
|
||||
var recommendIndustryId = Z("div[id='recommendIndustry'] button[class*='z-blue']").val();// 推荐行业
|
||||
if (!industryId)
|
||||
{
|
||||
if (Z.V.isEmpty(recommendIndustryId))
|
||||
{
|
||||
Z.alert("请选择主行业或者推荐行业");
|
||||
return;
|
||||
}
|
||||
industryId = recommendIndustryId;
|
||||
}
|
||||
|
||||
var subIndustryId=Z("div[id='subIndustry'] button[class*='z-blue']").val();//子行业
|
||||
var applicationScenarioId=Z("div[id='applicationScenario'] button[class*='z-blue']").val();//应用场景
|
||||
var designStyleId=Z("div[id='designStyle'] button[class*='z-blue']").val();//设计风格
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("TemplateOrderPresenter");
|
||||
ajax.setMethodName("doSaveIndustryLabel");
|
||||
ajax.addParam("labelOid",labelOid);
|
||||
ajax.addParam("consumerType",consumerType);
|
||||
ajax.addParam("industryId",industryId);
|
||||
ajax.addParam("subIndustryId",subIndustryId);
|
||||
ajax.addParam("applicationScenarioId",applicationScenarioId);
|
||||
ajax.addParam("designStyleId",designStyleId);
|
||||
ajax.addParam("unmatchkey",unmatchkey);
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function(){
|
||||
Z("#unmatchkey").val("");
|
||||
Z.alert("保存成功");
|
||||
});
|
||||
ajax.setLoading("saveLabel", '<i class="z-font z-return"></i>正在处理',{disabled:true});
|
||||
ajax.execute();
|
||||
}
|
||||
|
||||
function doCancelLabel(){
|
||||
Z("button[id^='consumerType'][class*='z-blue']").removeClass("z-blue");
|
||||
Z("div[id='mainIndustry'] button[class*='z-blue']").removeClass("z-blue");
|
||||
Z("div[id='subIndustry'] button[class*='z-blue']").removeClass("z-blue");
|
||||
Z("div[id='applicationScenario'] button[class*='z-blue']").removeClass("z-blue");
|
||||
Z("div[id='designStyle'] button[class*='z-blue']").removeClass("z-blue");
|
||||
Z("#subIndustry").html("");
|
||||
Z("#applicationScenario").html("");
|
||||
Z("#designStyle").html("");
|
||||
}
|
||||
|
||||
function doPreviewFinalOrderTempalteCheckLabel(mediaId){
|
||||
/*
|
||||
if(orderIsCardType&&!curPageCardId){
|
||||
Z.alert("在定稿前请先生成电子名片二维码并保存");
|
||||
return;
|
||||
}
|
||||
*/
|
||||
|
||||
// 智能电子名片定稿时需要二次确认
|
||||
var orderIsDzmpCardType = '${orderIsCardType}';
|
||||
if (orderIsDzmpCardType == 'true') {
|
||||
beforeShowDzmpQrcode("endDraft");
|
||||
return;
|
||||
}
|
||||
|
||||
doPreviewFinalOrderTempalte(mediaId);
|
||||
/* var ajax = new Z.Ajax();
|
||||
ajax.setClassName("TemplateOrderPresenter");
|
||||
ajax.setMethodName("doPreviewFinalOrderTempalteCheckLabel");
|
||||
ajax.addParam("mediaId",mediaId);
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function(){
|
||||
var map=Z.J.toObject(this.responseText);
|
||||
if(map.flag==false){
|
||||
var dialog = new Z.Dialog();
|
||||
dialog.title = "补充订单【"+map.designId+"】的标签信息";
|
||||
dialog.url = "/fillLabelInfo.htm?designId="+map.designId+"&mediaId="+mediaId;
|
||||
dialog.width = 900;
|
||||
dialog.height = 360;
|
||||
dialog.execute();
|
||||
}else{
|
||||
|
||||
}
|
||||
});
|
||||
ajax.setLoading("finalBtn", '<i class="z-font z-return"></i>正在处理',{disabled:true});
|
||||
ajax.execute();
|
||||
*/
|
||||
}
|
||||
</script>
|
||||
|
||||
<li onclick="doChangeSidebar(this,'order');doQueryOrderInfo('${mediaId}');"><i class="z-font z-text zi-px24"></i><br>订单</li>
|
||||
<!-- <li id="label" onclick="doChangeSidebar(this,'label');doQueryOrderLabel('${mediaId}');"><i class="z-font z-add zi-px24"></i><br>标签</li> -->
|
||||
</#function>
|
||||
|
||||
<!-- 重写我的素材选项-->
|
||||
<#function zhqim_media_my_material_defined()>
|
||||
<script>
|
||||
var allMaterialCatList = Z.J.toObject('${Global.get(MaterialCatCache.class).list()}'); // 素材分类对象
|
||||
Z.onload(function(){
|
||||
doQueryUserMaterial("1");
|
||||
});
|
||||
function doQueryUserMaterial(page)
|
||||
{//查询我的素材
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("UserMaterialPresenter");
|
||||
ajax.setMethodName("doQueryUserMaterial");
|
||||
ajax.addParam("page", page);
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function()
|
||||
{
|
||||
var list = Z.J.toObject(this.responseText);
|
||||
var ulHtml = "<ul>";
|
||||
for(var i=0;i<list.length;i++)
|
||||
{
|
||||
var data = list[i];
|
||||
ulHtml += '<li class="userMaterialListItem" onclick=addSvgCodeFromMine("' + data.svgId + '",' + 'doUseUserMaterial); oncontextmenu=\'tagMenuShowMine(event, "' + data.svgId + '");\'>' + data.svgCode;
|
||||
ulHtml += '</li>';
|
||||
}
|
||||
ulHtml += "</ul>";
|
||||
Z("#collection_result>.result-ul").html("").append(Z(ulHtml));
|
||||
});
|
||||
ajax.execute();
|
||||
}
|
||||
|
||||
function doUseUserMaterial(svgId)
|
||||
{//使用素材
|
||||
// 主方法,ajax 调用
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("UserMaterialPresenter");
|
||||
ajax.setMethodName("getUserMaterialSvg");
|
||||
ajax.addParam(svgId);
|
||||
ajax.setFailure(function(){Z.failure(this.responseText);});
|
||||
ajax.setSuccess(function(){analysisOfResponseMine(this.responseText);});
|
||||
ajax.execute();
|
||||
}
|
||||
|
||||
function doAddUserMaterial(typeCode, catCode, keywords, svgCode)
|
||||
{//添加素材
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("UserMaterialPresenter");
|
||||
ajax.setMethodName("doAddUserMaterial");
|
||||
ajax.addParam("typeCode", typeCode);
|
||||
ajax.addParam("catCode", catCode);
|
||||
ajax.addParam("keywords", keywords);
|
||||
ajax.addParam("svgCode", svgCode);
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function()
|
||||
{
|
||||
Z.alert("添加成功", function(){doQueryUserMaterial("1");});
|
||||
});
|
||||
ajax.execute();
|
||||
}
|
||||
|
||||
function doDelUserMaterial(elem)
|
||||
{//删除个人素材
|
||||
var svgId = Z(elem).attr("data-svgid");
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("UserMaterialPresenter");
|
||||
ajax.setMethodName("doDelUserMaterial");
|
||||
ajax.addParam(svgId);
|
||||
ajax.setFailure(function(){Z.failure(this.responseText);});
|
||||
ajax.setSuccess(function(){doQueryUserMaterial("1");});
|
||||
ajax.execute();
|
||||
}
|
||||
|
||||
/** 标签右键菜单 **/
|
||||
function tagMenuShowMine(event, svgId)
|
||||
{
|
||||
Z.E.forbidden(event);
|
||||
createContextMenu({
|
||||
"event": event,
|
||||
"elemId": "tagUserMaterialMenu",
|
||||
"editItem": [
|
||||
["删除素材","doDelUserMaterial(this)"]
|
||||
]
|
||||
});
|
||||
|
||||
Z("#tagUserMaterialMenu ul:nth-child(1)>li:first-child").attr("data-svgid",svgId);
|
||||
}
|
||||
|
||||
</script>
|
||||
<style>
|
||||
.userMaterialListItem{padding:5px;}
|
||||
.userMaterialListItem > svg{height:auto;}
|
||||
.
|
||||
</style>
|
||||
<div class="side-btnList">
|
||||
<span class="side-btnSelect active" data-type="0">全部</span>
|
||||
<span class="side-btnSelect" data-type="1" style="pointer-events:none;opacity:.7;">文字</span>
|
||||
<span class="side-btnSelect" data-type="2" style="pointer-events:none;opacity:.7;">图片</span>
|
||||
<span class="side-btnSelect" data-type="3" style="pointer-events:none;opacity:.7;">形状</span>
|
||||
<span class="side-btnSelect" data-type="4" style="pointer-events:none;opacity:.7;">二维码</span>
|
||||
</div>
|
||||
<div class="bjbox">
|
||||
<div id="collection_result" class="bjimg materialListShow">
|
||||
<div class="result-ul"></div>
|
||||
<div class="result-page"><span></span></div>
|
||||
<div class="result-tips z-text-center z-hide">已经到底了!!</div>
|
||||
</div>
|
||||
</div>
|
||||
</#function>
|
||||
|
||||
<#--计算左侧宽高值-->
|
||||
<#function yangcai_calc_Left_width_height(width, height)>
|
||||
<script>
|
||||
function calcLeftWidthHeight()
|
||||
{
|
||||
Z("#left").css("width", Z.D.clientWidth() - ${zmr_sidebar_width} - 20 - ${width} - 5);//左20PD,右5PD
|
||||
Z("#left").css("height", Z.D.clientHeight() - ${zmr_topnav_height} - ${zmr_breadcrumb_height} - 20 - ${height} - 5);//上20PD,下5PD
|
||||
}
|
||||
|
||||
Z.onload(calcLeftWidthHeight);
|
||||
Z(window).resize(calcLeftWidthHeight);
|
||||
</script>
|
||||
</#function>
|
||||
|
||||
|
||||
<#--计算指定元素的宽度-->
|
||||
<#function yangcai_designer_calc_width(width, containerId)>
|
||||
<script>
|
||||
function calcLeftWidthHeight()
|
||||
{
|
||||
Z("#${containerId}").css("width", Z.D.clientWidth() - ${zmr_sidebar_width} - 20 - ${width} - 5);//左20PD,右5PD
|
||||
}
|
||||
|
||||
Z.onload(calcLeftWidthHeight);
|
||||
Z(window).resize(calcLeftWidthHeight);
|
||||
</script>
|
||||
</#function>
|
||||
|
||||
|
||||
<#function sweet_alert_reuse_method()>
|
||||
${Scripts.src("/zinc/js/sweetalert2.min.js")}
|
||||
<link rel="stylesheet" href="/zinc/css/sweetalert2.min.css">
|
||||
</#function>
|
||||
|
||||
<#function Mydome()>
|
||||
<link rel="stylesheet" href="/zinc/css/dome.css">
|
||||
</#function>
|
||||
Reference in New Issue
Block a user