فهرست منبع

审批退回,编辑相关

MaiXinRong 2 سال پیش
والد
کامیت
ed85c5a459
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/view/stage/index.ejs

+ 1 - 1
app/view/stage/index.ejs

@@ -527,7 +527,7 @@
         regExp = new RegExp(FindText, 'g');
         regExp = new RegExp(FindText, 'g');
         return this.replace(regExp, RepText);
         return this.replace(regExp, RepText);
     }
     }
-    const readOnly = <%- stage.readOnly || stage.revising || (!!stage.assist && !stage.assist.confirm) %>;
+    const readOnly = <%- stage.readOnly || stage.revising || (!stage.assist || !!stage.assist.confirm) %>;
     const ledgerSpreadSetting = JSON.parse('<%- JSON.stringify(ledgerSpread) %>');
     const ledgerSpreadSetting = JSON.parse('<%- JSON.stringify(ledgerSpread) %>');
     ledgerSpreadSetting.localCache = {
     ledgerSpreadSetting.localCache = {
         key: 'stage-bills',
         key: 'stage-bills',