diff --git a/admin/data/menu.json b/admin/data/menu.json
index 57ec7d4..7be9022 100644
--- a/admin/data/menu.json
+++ b/admin/data/menu.json
@@ -298,19 +298,33 @@
"type": 0,
"href": "",
"children": [{
- "id": 701,
- "title": "登录页面",
- "icon": "layui-icon layui-icon-face-smile",
- "type": 1,
- "openType": "_iframe",
- "href": "login.html"
+ "id": 701,
+ "title": "登录页面",
+ "icon": "layui-icon layui-icon-face-smile",
+ "type": 1,
+ "openType": "_iframe",
+ "href": "login.html"
},{
- "id": 702,
- "title": "空白页面",
- "icon": "layui-icon layui-icon-face-smile",
- "type": 1,
- "openType": "_iframe",
- "href": "view/system/space.html"
+ "id": 702,
+ "title": "空白页面",
+ "icon": "layui-icon layui-icon-face-smile",
+ "type": 1,
+ "openType": "_iframe",
+ "href": "view/system/space.html"
+ },{
+ "id": 703,
+ "title": "基本详情",
+ "icon": "layui-icon layui-icon-face-smile",
+ "type": 1,
+ "openType": "_iframe",
+ "href": "view/document/basicDetail.html"
+ },{
+ "id": 704,
+ "title": "高级详情",
+ "icon": "layui-icon layui-icon-face-smile",
+ "type": 1,
+ "openType": "_iframe",
+ "href": "view/document/SeniorDetail.html"
}]
},
{
diff --git a/component/pear/css/pear-module/step.css b/component/pear/css/pear-module/step.css
index b622112..379af9c 100644
--- a/component/pear/css/pear-module/step.css
+++ b/component/pear/css/pear-module/step.css
@@ -12,6 +12,7 @@
line-height: 35px;
position: relative;
font-size: 15px;
+ vertical-align: top;
}
.step-item-tail {
@@ -74,6 +75,10 @@
color: #aaaaaa;
}
+.step-item-main-time {
+ color: #aaaaaa;
+}
+
.lay-step + [carousel-item]:before {
display: none;
}
diff --git a/component/pear/module/step.js b/component/pear/module/step.js
index 9186061..8bce8d3 100644
--- a/component/pear/module/step.js
+++ b/component/pear/module/step.js
@@ -33,7 +33,8 @@ layui.define(['layer', 'carousel'], function (exports) {
// 标题和描述
var title = stepItems[i].title;
var desc = stepItems[i].desc;
- if (title || desc) {
+ var time = stepItems[i].time;
+ if (title || desc || time) {
stepDiv += '
';
if (title) {
stepDiv += '
' + title + '
';
@@ -41,6 +42,9 @@ layui.define(['layer', 'carousel'], function (exports) {
if (desc) {
stepDiv += '
' + desc + '
';
}
+ if (time) {
+ stepDiv += '
' + time + '
';
+ }
stepDiv += '
';
}
stepDiv += '';
@@ -57,9 +61,9 @@ layui.define(['layer', 'carousel'], function (exports) {
var pearStep = {
// 渲染步骤条
render: function (param) {
- param.indicator = 'none'; // 不显示指示器
- param.arrow = 'always'; // 始终显示箭头
- param.autoplay = false; // 关闭自动播放
+ param.indicator = 'none'; // 不显示指示器
+ param.arrow = 'always'; // 始终显示箭头
+ param.autoplay = false; // 关闭自动播放
if (!param.stepWidth) {
param.stepWidth = '400px';
}
@@ -95,4 +99,4 @@ layui.define(['layer', 'carousel'], function (exports) {
}
};
exports('step', pearStep);
-});
+});
\ No newline at end of file
diff --git a/view/document/SeniorDetail.html b/view/document/SeniorDetail.html
new file mode 100644
index 0000000..f597095
--- /dev/null
+++ b/view/document/SeniorDetail.html
@@ -0,0 +1,473 @@
+
+
+
+
+
+
+ 高级详情
+
+
+
+
+
+
+
+
+
+
+
+
+ 单号:234231029431
+
+
+
+
+
+
+
+
+
+
+ 创建人:曲丽丽
+
+
+ 订购产品:XX 服务
+
+
+ 状态:待审批
+
+
+ 创建时间:2017-07-07
+
+
+ 关联单据:12421
+
+
+ 生效日期:2017-07-07 ~ 2017-08-08
+
+
+ 备注:请于两个工作日内确认
+
+
+ 订单金额:¥568.08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 用户姓名:付小小
+
+
+ 联系电话:18100000000
+
+
+ 常用快递:菜鸟仓储
+
+
+ 取货地址:浙江省杭州市西湖区万塘路18号
+
+
+ 备注:无
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/view/document/basicDetail.html b/view/document/basicDetail.html
new file mode 100644
index 0000000..9e08cae
--- /dev/null
+++ b/view/document/basicDetail.html
@@ -0,0 +1,206 @@
+
+
+
+
+
+
+ 基本详情
+
+
+
+
+
+
+
+
+
退款申请
+
+
+
+ 取货单号:1000000000
+
+
+ 状态:已取货
+
+
+ 销售单号:1234123421
+
+
+ 子订单:3214321432
+
+
+
+
+
+
用户信息
+
+
+
+ 用户姓名:付小小
+
+
+ 联系电话:18100000000
+
+
+ 常用快递:菜鸟仓储
+
+
+ 取货地址:浙江省杭州市西湖区万塘路18号
+
+
+ 备注:无
+
+
+
+
+
+
退货商品
+
+
+
+
退货进度
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/view/document/form.html b/view/document/form.html
index 0a27f4f..c991209 100644
--- a/view/document/form.html
+++ b/view/document/form.html
@@ -3,7 +3,7 @@
- 富文本编辑器
+ 表单页面
@@ -12,7 +12,7 @@
- Pear 基于 From 的基础上扩展样式
+ Pear 基于 Form 的基础上扩展样式