Sfoglia il codice sorgente

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

MaiXinRong 5 anni fa
parent
commit
da4405b1ef
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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();
                     });
                 });
             }