|
@@ -365,7 +365,7 @@ return array
|
|
|
'button' => $button,
|
|
|
'list_button' => array
|
|
|
(
|
|
|
- 'new' => array('查看', '"lib/agreement.location?id={id}"', 'agent'),
|
|
|
+ 'new' => array('查看', '"lib/agreement.location?id={id}"', 'agent', '"{status} != 3"'),
|
|
|
'oper' => array('作废并生成', '"agent/lib/manage.dropAgreement?id={id}"', "{status} == 2"),
|
|
|
'oper1' => array('更新', '"agent/lib/manage.upAgreement?id={id}"', "{status} == 2"),
|
|
|
),
|