| | |
| | | // {isshow: "T", code: "M003", title: "我的指标", layout: "left", width: "100%", height: "35%", order_no: 3}, |
| | | // {isshow: "T", code: "M004", title: "我的客户", layout: "left", width: "100%", height: "35%", order_no: 4}, |
| | | {isshow: "T", code: "M007", title: "证照有效期", layout: "right", width: "100%", height: "20%", order_no: 2}, |
| | | {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: "30%", order_no: 6}, |
| | | ], |
| | | moduleLayout: { |
| | |
| | | // {isshow: "T", code: "004", title: "我的客户", layout: "left", width: "100%", height: "30%", order_no: 4}, |
| | | // ], |
| | | // right: [ |
| | | // {isshow: "T", code: "005", title: "植入日历", layout: "right", width: "100%", height: "50%", order_no: 5}, |
| | | // {isshow: "T", code: "005", title: "工作日历", layout: "right", width: "100%", height: "50%", order_no: 5}, |
| | | // {isshow: "T", code: "006", title: "快捷入口", layout: "right", width: "100%", height: "50%", order_no: 6}, |
| | | // ], |
| | | }, |
| | | |
| | | dataobj: { |
| | | M001: [ |
| | | // {id: "111", title: "《客户DMS操作手册-简版-1.1》", create_time: "2024-03-20 15:48:04", |
| | | // {id: "111", 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"}, |
| | | // ]}, |
| | | ], |
| | | M002: [ |
| | |
| | | me.dataobj.M001.push(welcome_); |
| | | } |
| | | |
| | | var file_ = {id: "111", title: "《客户DMS操作手册-简版-1.1》", create_time: "2024-03-20 15:48:04", |
| | | var file_ = {id: "111", 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"}, |
| | | ], |
| | | } |
| | | me.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; |
| | | } |