|
@@ -33,11 +33,11 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'selectpage'], functi
|
|
|
{field: 'number', title: __('Number'),searchable: false},
|
|
|
{field: 'price', title: '单价',searchable: false},
|
|
|
{field: 'total', title: '总价',searchable: false},
|
|
|
- {field: 'depart_id', title: '操作人部门',searchList: $.getJSON('auth/group/departList'),formatter:function (value, row) {
|
|
|
+ {field: 'depart_id', title: '操作人部门',searchable: false,searchList: $.getJSON('auth/group/departList'),formatter:function (value, row) {
|
|
|
return row.usr_depart;
|
|
|
- }},
|
|
|
+ }},
|
|
|
{field: 'usr_nickname', title: '操作人'},
|
|
|
- {field: 'pro_date', title: __('Pro_date'), operate:'RANGE', addclass:'datetimerange',searchable: false},
|
|
|
+ {field: 'pro_date', title: __('Pro_date'), operate:'RANGE', addclass:'datetimerange'},
|
|
|
{field: 'ex_date', title: __('Ex_date'),searchable: false, operate:'RANGE', addclass:'datetimerange'},
|
|
|
{field: 'operate', title: __('Operate'),searchable: false,visible: status!='contract' ? true : false,
|
|
|
table: table,
|