Browse Source

自备药

XMLWAN 4 years ago
parent
commit
3bfc3beff0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/stock/selfPreparedMedicine/queryPrint.vue

+ 1 - 1
src/xt_pages/stock/selfPreparedMedicine/queryPrint.vue View File

@@ -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>