Browse Source

打印单修改

mainqaq 2 years ago
parent
commit
0c28d1ad9a
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

@@ -38,7 +38,7 @@
38 38
               <td style="line-height: 18px">
39 39
                  <span v-if="item.drug_id != 0">{{item.drug_name}}</span>
40 40
               </td>
41
-              <td style="line-height: 18px">{{ item.batch_number }}</td>
41
+              <td style="line-height: 18px">{{ item.number }}</td>
42 42
               <td style="line-height: 18px">
43 43
                  <span v-if="item.drug_id != 0">{{item.dose}}{{item.dose_unit}}*{{item.min_number}}{{item.min_unit}}/{{item.max_unit}}</span>
44 44
               </td>