소스 검색

台账分解、台账修订,添加标准清单、项目节,部位明细刷新问题

MaiXinRong 5 년 전
부모
커밋
da4405b1ef
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/public/js/ledger.js
  2. 1 0
      app/public/js/revise.js

+ 1 - 0
app/public/js/ledger.js

@@ -1668,6 +1668,7 @@ $(document).ready(function() {
                         }
                     }
                     treeOperationObj.refreshOperationValid(mainSheet);
+                    posOperationObj.loadCurPosData();
                 });
             });
             this.pathTree = createNewPathTree('base', this.treeSetting);

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

@@ -1065,6 +1065,7 @@ $(document).ready(() => {
                             }
                         }
                         billsTreeSpreadObj.refreshOperationValid(mainSheet);
+                        posSpreadObj.loadCurPosData();
                     });
                 });
             }