|
@@ -131,16 +131,16 @@
|
|
elem: '#order_datagrid'
|
|
elem: '#order_datagrid'
|
|
, url: '/order/'
|
|
, url: '/order/'
|
|
, cols: [[
|
|
, cols: [[
|
|
- {field: 'no', title: '单号', width: 110}
|
|
|
|
|
|
+ {field: 'no', title: '单号', width: 180}
|
|
, {field: 'name', title: '客户名称', width: 110}
|
|
, {field: 'name', title: '客户名称', width: 110}
|
|
, {field: 'tel', title: '客户电话', width: 120}
|
|
, {field: 'tel', title: '客户电话', width: 120}
|
|
, {field: 'address', title: '地址', width: 200}
|
|
, {field: 'address', title: '地址', width: 200}
|
|
, {field: 'village', title: '小区', width: 200}
|
|
, {field: 'village', title: '小区', width: 200}
|
|
, {field: 'project_text', title: '项目', width: 120}
|
|
, {field: 'project_text', title: '项目', width: 120}
|
|
|
|
+ , {field: 'status_text', title: "订单状态", width: 150}
|
|
, {field: 'stage_progress_text', title: '当前进度', width: 100}
|
|
, {field: 'stage_progress_text', title: '当前进度', width: 100}
|
|
, {field: 'service_user_text', title: '服务人员', width: 150}
|
|
, {field: 'service_user_text', title: '服务人员', width: 150}
|
|
, {field: 'create_time_f', title: "下单时间", width: 150}
|
|
, {field: 'create_time_f', title: "下单时间", width: 150}
|
|
- , {field: 'status_text', title: "订单状态", width: 150}
|
|
|
|
, {width: 150, align: 'center', fixed: 'right', toolbar: '#order-operate-bar'}
|
|
, {width: 150, align: 'center', fixed: 'right', toolbar: '#order-operate-bar'}
|
|
]]
|
|
]]
|
|
, page: true
|
|
, page: true
|