XMLWAN před 4 roky
rodič
revize
3bfc3beff0

+ 1 - 1
src/xt_pages/stock/selfPreparedMedicine/queryPrint.vue Zobrazit soubor

@@ -42,7 +42,7 @@
42 42
                                     <!-- <td>{{item.min_unit}}</td> -->
43 43
                                     <td>{{item.Total?item.Total:0}}</td>
44 44
                                     <td>{{item.Count}}</td>
45
-                                    <td>{{item.Total?item.Total:0 - item.Count}}</td>
45
+                                    <td>{{(item.Total?item.Total:0) - item.Count}}</td>
46 46
                                 </tr>
47 47
                             </tbody>
48 48
                         </table>