|
@@ -20,7 +20,7 @@ $list_button['new'] = array('查看', '"lib/agreement.location?id={id}"', 'agent
|
|
|
$list_button['oper'] = array('作废并生成', '"agent/lib/manage.dropAgreement?id={id}"', "{status} == 2");
|
|
|
}
|
|
|
if (Dever::load('manage/auth')->checkFunc('agent.member_agreement', 'edit1', '更新')) {
|
|
|
- $list_button['oper1'] = array('更新', '"agent/lib/manage.upAgreement?id={id}"', "{status} == 2");
|
|
|
+ $list_button['oper1'] = array('更新', '"agent/lib/manage.upAgreement?id={id}"', "{status} <= 2");
|
|
|
}
|
|
|
|
|
|
return array
|