Browse Source

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

see999 3 years ago
parent
commit
38a6a6af7c
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

@@ -54,7 +54,7 @@
54 54
               <td style="line-height:18px">
55 55
                   <span>{{(item.warehousing_count * item.price).toFixed(2)}}</span>
56 56
               </td>
57
-              <td style="line-height:18px">{{ item.number }}</td>
57
+              <td style="line-height:18px">{{ item.batch_number }}</td>
58 58
               <td style="line-height:18px">{{ getTime(item.product_date,'{y}-{m}-{d}')}}</td>
59 59
               <td style="line-height:18px">{{ getTime(item.expiry_date,'{y}-{m}-{d}')}}</td>
60 60
               <td style="line-height:18px">正常<br>入库</td>