Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

陈少旭 1 month ago
parent
commit
9edcc079e1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/stock/drugs/inventoryPrint.vue

+ 2 - 2
src/xt_pages/stock/drugs/inventoryPrint.vue View File

@@ -37,10 +37,10 @@
37 37
                         <td align="center">{{item.max_unit}}</td>
38 38
                         <td align="center">
39 39
                           <span v-if="item.stock_max_number>0">
40
-                            {{ item.stock_max_number }}{{ item.max_unit }}
40
+                            {{ item.stock_max_number }}{{ item.max_unit_one }}
41 41
                           </span>
42 42
                            <span v-if="item.stock_min_number>0">
43
-                            {{ item.stock_min_number }}{{ item.min_unit }}
43
+                            {{ item.stock_min_number }}{{ item.min_unit_one }}
44 44
                            </span>
45 45
                         </td>
46 46
                         <td align="center">