Browse Source

提交代码

陈少旭 1 year ago
parent
commit
f0e8b0620a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/outpatientCharges/invoiceTemplate/printtwelve.vue

+ 1 - 1
src/xt_pages/outpatientCharges/invoiceTemplate/printtwelve.vue View File

81
           {{paramsObj.name}}
81
           {{paramsObj.name}}
82
         </div>
82
         </div>
83
         <div :style="{position: 'absolute',top:(80 + (index * 450))  + 'px',left:'200px'}">
83
         <div :style="{position: 'absolute',top:(80 + (index * 450))  + 'px',left:'200px'}">
84
-          {{list.order.fapiao_number}}
84
+          {{list.order.fa_piao_number}}
85
         </div>
85
         </div>
86
       </div>
86
       </div>
87
 
87