|
@@ -548,6 +548,7 @@
|
|
|
return this.replace(regExp, RepText);
|
|
return this.replace(regExp, RepText);
|
|
|
}
|
|
}
|
|
|
const readOnly = <%- stage.readOnly || stage.revising || (stage.assist ? !!stage.assist.confirm : false) %>;
|
|
const readOnly = <%- stage.readOnly || stage.revising || (stage.assist ? !!stage.assist.confirm : false) %>;
|
|
|
|
|
+ const qcTpReadOnly = <%- (ctx.session.sessionUser.is_admin ? 0 : 1) %>;
|
|
|
const ledgerSpreadSetting = JSON.parse('<%- JSON.stringify(ledgerSpread) %>');
|
|
const ledgerSpreadSetting = JSON.parse('<%- JSON.stringify(ledgerSpread) %>');
|
|
|
ledgerSpreadSetting.localCache = {
|
|
ledgerSpreadSetting.localCache = {
|
|
|
key: 'stage-bills',
|
|
key: 'stage-bills',
|