Sfoglia il codice sorgente

台账分解,修改提示

MaiXinRong 6 anni fa
parent
commit
8039138323
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/public/js/ledger.js

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

@@ -312,7 +312,7 @@ $(document).ready(function() {
                         if (!node.children || node.children.length ===0) {
                             const lPos = pos.getLedgerPos(node.id);
                             if (lPos && lPos.length > 0) {
-                                toast('清单含有部位明细,不可修改施工图复核数量', 'error');
+                                toast('清单含有部位明细,请在部位明细输入数量', 'error');
                                 SpreadJsObj.reLoadRowData(info.sheet, info.row);
                                 return;
                             }