Преглед на файлове

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

28169 преди 5 дни
родител
ревизия
5e89d1b527
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/xt_pages/outpatientCharges/statementTemplate/printFour.vue

+ 1 - 1
src/xt_pages/outpatientCharges/statementTemplate/printFour.vue Целия файл

@@ -135,7 +135,7 @@
135 135
               <div class="actionBar">
136 136
                   <div>收费员:{{info.charge_admin.user_name}}</div>
137 137
 <!--                  <div>日期:{{info.setl_time ? info.setl_time.split(' ')[0] : ''}}</div>-->
138
-                 <div>日期:{{getTime(balanceAccounts.order.settle_accounts_date,"{y}-{m}-{d}")?getTime(balanceAccounts.order.settle_accounts_date,"{y}-{m}-{d}"):""}}</div>
138
+                 <div>日期:{{getTime(info.new_order.settle_accounts_date,"{y}-{m}-{d}")?getTime(info.new_order.settle_accounts_date,"{y}-{m}-{d}"):""}}</div>
139 139
               </div>
140 140
           </div>
141 141