MaiXinRong 5 years ago
parent
commit
2d2af2fbb6
2 changed files with 2 additions and 0 deletions
  1. 1 0
      app/public/js/ledger.js
  2. 1 0
      app/public/js/revise.js

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

@@ -2158,6 +2158,7 @@ $(document).ready(function() {
                         if (bills) {
                             info.sheet.getCell(info.row, 1).value(bills.name);
                             info.sheet.getCell(info.row, 2).value(bills.unit);
+                            info.sheet.getCell(info.row, 3).value(bills.unit_price);
                         }
                     }
                 }

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

@@ -1638,6 +1638,7 @@ $(document).ready(() => {
                         if (bills) {
                             info.sheet.getCell(info.row, 1).value(bills.name);
                             info.sheet.getCell(info.row, 2).value(bills.unit);
+                            info.sheet.getCell(info.row, 3).value(bills.unit_price);
                         }
                     }
                 }