XMLWAN 3 years ago
parent
commit
31bbdc6362
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/stock/drugs/drugPrint.vue

+ 1 - 1
src/xt_pages/stock/drugs/drugPrint.vue View File

@@ -219,7 +219,7 @@
219 219
       getTotal(){
220 220
         var total = 0
221 221
         for(let i=0;i<this.cancelStockDate.length;i++){
222
-           total += this.cancelStockDate[i].price*getCount(this.cancelStockDate[i].drug_id)
222
+           total += this.cancelStockDate[i].price*this.getCount(this.cancelStockDate[i].drug_id)
223 223
         }
224 224
         return total
225 225
       },