|
@@ -149,7 +149,7 @@ return array
|
|
|
'search' => 'fulltext',
|
|
|
'list' => true,
|
|
|
'list_name' => '流水号<br />交易时间',
|
|
|
- 'list' =>'Dever::load("bill/lib/cash.order_num", {id})',
|
|
|
+ 'list' =>'Dever::load("bill/lib/cash.order_num#num", {id})',
|
|
|
'list_order' => 1,
|
|
|
),
|
|
|
|
|
@@ -198,8 +198,9 @@ return array
|
|
|
'desc' => '金额',
|
|
|
'match' => 'is_numeric',
|
|
|
'update' => 'text',
|
|
|
- 'list' => true,
|
|
|
- 'list_order' => 6,
|
|
|
+ 'list_name' => '金额<br />操作后余额',
|
|
|
+ 'list' =>'Dever::load("bill/lib/cash.order_num#cash", {id})',
|
|
|
+ 'list_order' => 6,
|
|
|
),
|
|
|
|
|
|
'yue' => array
|
|
@@ -210,8 +211,8 @@ return array
|
|
|
'desc' => '操作后余额',
|
|
|
'match' => 'is_numeric',
|
|
|
'update' => 'text',
|
|
|
- 'list' => true,
|
|
|
- 'list_order' => 7,
|
|
|
+
|
|
|
+
|
|
|
),
|
|
|
|
|
|
'status' => array
|