Browse Source

打印单单位修改

mainqaq 2 years ago
parent
commit
eba9eb955b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/stock/drugs/drugStockInOrderDetailPrint.vue

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

51
                    <span>{{ item.warehousing_count }}</span>
51
                    <span>{{ item.warehousing_count }}</span>
52
               </td>
52
               </td>
53
               <td style="line-height: 18px">
53
               <td style="line-height: 18px">
54
-                <span>{{item.max_unit}}</span>
54
+                <span>{{item.limax_unit}}</span>
55
               </td>
55
               </td>
56
               <td style="line-height:18px">
56
               <td style="line-height:18px">
57
                   <span>{{(item.warehousing_count * item.price).toFixed(2)}}</span>
57
                   <span>{{(item.warehousing_count * item.price).toFixed(2)}}</span>