dever %!s(int64=7) %!d(string=hai) anos
pai
achega
56fcb067eb
Modificáronse 1 ficheiros con 12 adicións e 2 borrados
  1. 12 2
      product/database/order.php

+ 12 - 2
product/database/order.php

@@ -215,7 +215,17 @@ return array
 			'search'	=> 'select',
 			'update'	=> 'radio',
 			'list'		=> true,
-			'edit'		=> true,
+			//'edit'		=> true,
+		),
+
+		'fa_desc'		=> array
+		(
+			'type' 		=> 'varchar-300',
+			'name' 		=> '发货快递号',
+			'default' 	=> '',
+			'desc' 		=> '发货快递号',
+			'match' 	=> 'option',
+			'update'	=> 'textarea',
 		),
 
 		'state'		=> array
@@ -246,7 +256,7 @@ return array
 		'edit' => false,
 		'insert' => false,
 
-		
+		'edit' => array('发货', 'fastatus,order_id,status_desc', '{status} > 1'),
 	),
 
 	'request' => array