|
@@ -52,7 +52,7 @@ module.exports = app => {
|
|
|
*/
|
|
|
_ledgerReadOnly() {
|
|
|
const tender = this.ctx.tender.data;
|
|
|
- return tender.user_id === this.ctx.session.sessionUser.accountId &&
|
|
|
+ return tender.user_id !== this.ctx.session.sessionUser.accountId &&
|
|
|
(tender.ledger_status === auditConst.status.checking || tender.ledger_status === auditConst.status.checked);
|
|
|
}
|
|
|
|