| | |
| | | <html> |
| | | <head> |
| | | <meta charset="utf-8"><meta http-equiv="Expires" content="0"><meta http-equiv="Pragma" content="no-cache"><meta http-equiv="Cache-control" content="no-cache"><meta http-equiv="Cache" content="no-cache"> |
| | | <title>销售首页</title> |
| | | <title>公司首页</title> |
| | | |
| | | <script type="text/javascript"> |
| | | var pageVue = null; |
| | |
| | | new BasicsVue({ |
| | | el: "#vbody", |
| | | data: { |
| | | title: "销售首页", |
| | | title: "公司首页", |
| | | tableData: [], |
| | | dataRequest: [ |
| | | { |
| | |
| | | // {isshow: "T", code: "M002", title: "我的申请", layout: "left", width: "50%", height: "30%", order_no: 2}, |
| | | {isshow: "T", code: "M003", title: "我的指标", layout: "left", width: "100%", height: "306px", order_no: 3}, |
| | | {isshow: "T", code: "M004", title: "我的客户", layout: "left", width: "100%", height: "148px", order_no: 4}, |
| | | {isshow: "T", code: "M005", title: "植入日历", layout: "right", width: "100%", height: "50%", order_no: 5}, |
| | | {isshow: "T", code: "M005", title: "工作日历", layout: "right", width: "100%", height: "50%", order_no: 5}, |
| | | {isshow: "T", code: "M006", title: "快捷入口", layout: "right", width: "100%", height: "50%", order_no: 6}, |
| | | ], |
| | | moduleLayout: {}, |
| | |
| | | if (me.dataRequestObj.sys_notify_message && me.dataRequestObj.sys_notify_message.data && me.dataRequestObj.sys_notify_message.data.entityset) { |
| | | dataobj_.M001 = clone(me.dataRequestObj.sys_notify_message.data.entityset) |
| | | var file_ = { |
| | | id: "111", type_code: "sale", title: "《客户DMS操作手册-简版-1.1》", create_time: "2024-03-20 15:48:04", |
| | | id: "111", type_code: "sale", title: "《营销一体化运营平台操作手册1.1》", create_time: "2024-03-20 15:48:04", |
| | | files: [ |
| | | {filename: "客户DMS操作手册-简版-1.1.pdf", fileid: "11111", dataname: "sys_notify_message"}, |
| | | {filename: "营销一体化运营平台操作手册1.1.pdf", fileid: "11111", dataname: "sys_notify_message"}, |
| | | ]} |
| | | dataobj_.M001.push(file_); |
| | | |
| | |
| | | if (this.calendar_month_map[slotData.day].order_open_time && this.calendar_month_map[slotData.day].order_open_time != "00:00") { |
| | | tooltip_ = "关账日【"+ this.calendar_month_map[slotData.day].order_open_time +"】后不允许下单。"; |
| | | }else { |
| | | tooltip_ = "关账日内不允许下单。"; |
| | | tooltip_ = "流向可申诉"; |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | if (this.calendar_month_map[slotData.day] && this.calendar_month_map[slotData.day].is_implant_open) { |
| | | tooltip_ += "【允许植入上报】。"; |
| | | tooltip_ += "【初版流向】"; |
| | | } |
| | | if (this.calendar_month_map[slotData.day] && this.calendar_month_map[slotData.day].is_order_open) { |
| | | tooltip_ += "【允许下单】。"; |
| | | tooltip_ += "【终版流向】"; |
| | | } |
| | | } |
| | | return tooltip_; |
| | |
| | | /* border-left: 1px solid #6495ed; */ |
| | | border-right: 1px solid #6495ed; |
| | | border-bottom: 1px solid #6495ed; |
| | | background-color: #6495ed; |
| | | border-radius: 5px; |
| | | cursor: pointer; |
| | | } |
| | |
| | | /* border-left: 1px solid #55aa7f; */ |
| | | border-right: 1px solid #55aa7f; |
| | | border-bottom: 1px solid #55aa7f; |
| | | background-color: #55aa7f; |
| | | border-radius: 5px; |
| | | cursor: pointer; |
| | | } |