MaiXinRong 5 years ago
parent
commit
d3705586d7
2 changed files with 1 additions and 1 deletions
  1. 1 0
      app/public/js/ledger.js
  2. 0 1
      app/view/tender/index.ejs

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

@@ -2516,6 +2516,7 @@ $(document).ready(function() {
                             sheet.setSelection(result.create[0].index, sel.col, sel.rowCount, sel.colCount);
                             SpreadJsObj.reloadRowsBackColor(sheet, [sel.row, result.create[0].index]);
                             treeOperationObj.refreshOperationValid(sheet);
+                            posOperationObj.loadCurPosData();
                             self.obj.modal('hide');
                         }, null, true);
                     } else {

+ 0 - 1
app/view/tender/index.ejs

@@ -16,5 +16,4 @@
     const uid = '<%- uid %>';
     const pid = '<%- pid %>';
     const uphlname = 'user_' + uid + '_pro_' + pid + '_category_hide_list';
-    const thousandth = <%- ctx.tender.info.display.thousandth %>;
 </script>