|
@@ -915,9 +915,9 @@
|
|
|
|
|
|
}
|
|
|
},
|
|
|
- {field:'order_time_str', title:'下单时间', width:60,sortable:false
|
|
|
+ {field:'order_time_str', title:'下单时间', width:70,sortable:false
|
|
|
},
|
|
|
- {field:'order_count', title:'总单', width:20,sortable:false,
|
|
|
+ {field:'order_count', title:'总单', width:30,sortable:false,
|
|
|
formatter: function(value, row){
|
|
|
if(value){
|
|
|
return '<a href="javascript:;" onclick="parent.load_url(\'<?php echo Yii::app()->request->baseUrl; ?>/index.php?r=rOrder&have_pay=1&search='+row.address.mobile+'\');">'+ value +'</a>';
|
|
@@ -936,14 +936,14 @@
|
|
|
var hour = now.getHours();
|
|
|
return month+"-"+date+" "+hour+":00";
|
|
|
}},
|
|
|
- {field:'af_sum_price', title:'总额', width:20,sortable:false},
|
|
|
- {field:'sum_price', title:'折后', width:20,sortable:false},
|
|
|
+ {field:'af_sum_price', title:'总额', width:25,sortable:false},
|
|
|
+ {field:'sum_price', title:'折后', width:25,sortable:false},
|
|
|
{field:'status', title:'状态', width:40, sortable: true,
|
|
|
formatter: function(value, row){
|
|
|
return get_filed_text(value, status_data);
|
|
|
}
|
|
|
},
|
|
|
- {field:'counts', title:'数量', width:50,sortable:false},
|
|
|
+ {field:'counts', title:'数量', width:20,sortable:false},
|
|
|
{field:'score', title:'评价',width:20,
|
|
|
formatter:function(value, row) {
|
|
|
if (value == 100) {
|