Explorar o código

台账修订,审批中,计量单元保持不可编辑

MaiXinRong %!s(int64=4) %!d(string=hai) anos
pai
achega
cfe083348e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/public/js/revise.js

+ 1 - 1
app/public/js/revise.js

@@ -1326,7 +1326,7 @@ $(document).ready(() => {
             if (node) {
                 const posData = pos.getLedgerPos(node.id) || [];
                 SpreadJsObj.loadSheetData(posSheet, 'data', posData);
-                posSheet.zh_setting.readOnly = posData.length === 0 && node.used;
+                posSheet.zh_setting.readOnly = readOnly || posData.length === 0;
             } else {
                 SpreadJsObj.loadSheetData(posSheet, 'data', []);
                 posSheet.zh_setting.readOnly = true;