Explorar o código

台账修订。计量单元,delete数据

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

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

@@ -680,7 +680,7 @@ $(document).ready(() => {
                 postData(window.location.pathname + '/update', {postType: 'update', postData: datas}, function (result) {
                     const refreshNode = sheet.zh_tree.loadPostData(result);
                     billsTreeSpreadObj.refreshTree(sheet, refreshNode);
-                    treeOperationObj.loadExprToInput(sheet);
+                    billsTreeSpreadObj.loadExprToInput(sheet);
                 });
             }
         },
@@ -1311,7 +1311,7 @@ $(document).ready(() => {
          * @param sheet
          */
         deletePress: function (sheet) {
-            if (!sheet.zh_settting) return;
+            if (!sheet.zh_setting) return;
 
             const sortData = sheet.zh_data;
             const datas = [], posSelects = [];