XMLWAN 4 年 前
コミット
3bfc3beff0
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/xt_pages/stock/selfPreparedMedicine/queryPrint.vue

+ 1 - 1
src/xt_pages/stock/selfPreparedMedicine/queryPrint.vue ファイルの表示

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