|
@@ -52,7 +52,7 @@ $is_idcard = array
|
|
|
$agreement_status = array
|
|
|
(
|
|
|
0 => '合同审核状态',
|
|
|
-
|
|
|
+ 'no' => '未签署',
|
|
|
2 => '待审核',
|
|
|
3 => '审核通过',
|
|
|
4 => '审核未通过',
|
|
@@ -321,6 +321,7 @@ return array
|
|
|
'result' => 'aid',
|
|
|
'search' => 'id',
|
|
|
'option' => $agreement_status,
|
|
|
+ 'no' => '(select aid from churen_option_agreement)',
|
|
|
) : 'hidden',
|
|
|
|
|
|
'sync' => array('id', 'aid'),
|
|
@@ -409,9 +410,19 @@ return array
|
|
|
'audit' => array('yes', 'in'),
|
|
|
'start_cdate' => array('yes-cdate', '>='),
|
|
|
'end_cdate' => array('yes-cdate', '<='),
|
|
|
+
|
|
|
+
|
|
|
+ 'not' => array
|
|
|
+ (
|
|
|
+ 'table' => 'option/agreement',
|
|
|
+ 'on' => array('aid','id'),
|
|
|
+ ),
|
|
|
+ */
|
|
|
+ 'no' => array('yes-id', 'not in'),
|
|
|
'status' => 'yes',
|
|
|
'state' => 1,
|
|
|
),
|
|
|
+
|
|
|
'type' => 'all',
|
|
|
'order' => array('id' => 'desc'),
|
|
|
'page' => array(20, 'list'),
|