dever 3 anni fa
parent
commit
e5be5301c1

+ 3 - 1
service/agent/database/dh_order.php

@@ -272,6 +272,7 @@ return array
             'option'    => $audit,
             //'search'    => 'select',
             'update'    => 'radio',
+            'control'   => 'audit',
         ),
 
         'audit_desc'        => array
@@ -280,8 +281,9 @@ return array
             'name'      => '审核备注',
             'default'   => '',
             'desc'      => '审核备注',
-            'match'     => 'option',
+            'match'     => 'is_string',
             'update'    => 'textarea',
+            'show'      => 'audit=3',
         ),
 
         'fdate'     => array

+ 3 - 3
service/agent/database/order_process.php

@@ -106,7 +106,7 @@ return array
             'update'    => 'radio',
             'option'    => $audit,
             'search'    => 'select',
-            'control'   => 'status',
+            'control'   => 'audit',
         ),
 
         'prize_type'      => array
@@ -151,11 +151,11 @@ return array
             'name'      => '备注',
             'default'   => '',
             'desc'      => '备注',
-            'match'     => 'option',
+            'match'     => 'is_string',
             'update'    => 'textarea',
             'search'    => 'fulltext',
             'list'      => true,
-            'show'		=> 'type=1,2',
+            'show'		=> 'type=1,2&audit=2',
         ),
 
         'type'        => array

+ 3 - 1
service/bill/database/cash.php

@@ -217,6 +217,7 @@ return array
             'update'    => 'radio',
             'option'    => $manage_status,
             'mul'       => true,
+            'control'   => 'audit',
         ),
 
         'audit_desc'      => array
@@ -225,10 +226,11 @@ return array
             'name'      => '备注',
             'default'   => '',
             'desc'      => '审核说明',
-            'match'     => 'option',
+            'match'     => 'is_string',
             'update'    => 'textarea',
             'list'      => '"{audit_desc}" ? "{audit_desc}" : "-"',
             'list_order'  => 9,
+            'show'      => 'audit=3',
         ),
 
         'desc'      => array

+ 2 - 0
service/bill/database/tixian.php

@@ -230,6 +230,7 @@ return array
             'update'    => 'radio',
             'option'    => $manage_status,
             'mul'       => true,
+            'control'   => 'audit',
         ),
 
         'audit_desc'      => array
@@ -242,6 +243,7 @@ return array
             'update'    => 'textarea',
             'list'      => '"{audit_desc}" ? "{audit_desc}" : "-"',
             'list_order'  => 12,
+            'show'      => 'audit=3',
         ),
 
         'pic'		=> array