|
@@ -101,12 +101,12 @@
|
|
});
|
|
});
|
|
table.render({
|
|
table.render({
|
|
elem: '#customer_datagrid'
|
|
elem: '#customer_datagrid'
|
|
- , url: 'order/get_details/?order_id='
|
|
|
|
|
|
+ , url: '/order/get_details/?order_id=' + order_id
|
|
, cols: [[
|
|
, cols: [[
|
|
- {field: 'time', title: '时间', width: 150}
|
|
|
|
- , {field: 'process', title: "进度", width: 120}
|
|
|
|
|
|
+ {field: 'operation', title: "操作", width: 200}
|
|
|
|
+ , {field: 'operation_time', title: '操作时间', width: 150}
|
|
, {field: 'notes', title: '备注', width: 200}
|
|
, {field: 'notes', title: '备注', width: 200}
|
|
- , {field: 'option_user', title: '操作人', width: 120}
|
|
|
|
|
|
+ , {field: 'user', title: '操作人', width: 120}
|
|
, {width: 100, align: 'center', fixed: 'right', toolbar: '#customer-operate-bar'}
|
|
, {width: 100, align: 'center', fixed: 'right', toolbar: '#customer-operate-bar'}
|
|
]]
|
|
]]
|
|
, page: true
|
|
, page: true
|
|
@@ -125,7 +125,7 @@
|
|
btn1: function (index, layero) {
|
|
btn1: function (index, layero) {
|
|
layer.close(index);//关闭当前按钮
|
|
layer.close(index);//关闭当前按钮
|
|
},
|
|
},
|
|
- content: 'imgsInfo.html'
|
|
|
|
|
|
+ content: 'imgsInfo.html?'
|
|
});
|
|
});
|
|
}
|
|
}
|
|
});
|
|
});
|