陈少旭 8 months ago
parent
commit
16730ddb6f
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/xt_pages/outpatientTool/components/pdetail.vue

+ 12 - 0
src/xt_pages/outpatientTool/components/pdetail.vue View File

126
       <el-table-column align="center" prop="name" label="是否结算">
126
       <el-table-column align="center" prop="name" label="是否结算">
127
         <template slot-scope="scope">{{scope.row.order_status == 2?'已结算':'未结算'}}</template>
127
         <template slot-scope="scope">{{scope.row.order_status == 2?'已结算':'未结算'}}</template>
128
       </el-table-column>
128
       </el-table-column>
129
+
130
+      <el-table-column align="center" prop="name" label="结算时间">
131
+        <template slot-scope="scope">{{scope.row.order_status == 2?scope.row.setl_time:''}}</template>
132
+      </el-table-column>
129
     </el-table>
133
     </el-table>
130
   </div>
134
   </div>
131
 
135
 
528
               newObj['price'] = orders[c].pric
532
               newObj['price'] = orders[c].pric
529
 
533
 
530
               newObj['order_status'] = orders[c].order_status
534
               newObj['order_status'] = orders[c].order_status
535
+              newObj['setl_time'] = orders[c].setl_time
536
+
531
               newObj['med_type'] = orders[c].med_type
537
               newObj['med_type'] = orders[c].med_type
532
               newObj['record_date'] = orders[c].record_date
538
               newObj['record_date'] = orders[c].record_date
533
               newObj['unit'] = orders[c].unit
539
               newObj['unit'] = orders[c].unit
590
               obj['item_spec'] = project[i].item_spec
596
               obj['item_spec'] = project[i].item_spec
591
 
597
 
592
               obj['order_status'] = project[i].order_status
598
               obj['order_status'] = project[i].order_status
599
+              obj['setl_time'] = project[i].setl_time
600
+
593
               obj['med_type'] = project[i].med_type
601
               obj['med_type'] = project[i].med_type
594
               obj['record_date'] = project[i].record_date
602
               obj['record_date'] = project[i].record_date
595
               obj['item_cost_type'] = project[i].item_cost_type
603
               obj['item_cost_type'] = project[i].item_cost_type
623
 
631
 
624
               obj['name'] = tempPatientsTwo[d].name
632
               obj['name'] = tempPatientsTwo[d].name
625
               obj['order_status'] = advice[i].order_status
633
               obj['order_status'] = advice[i].order_status
634
+              obj['setl_time'] = advice[i].setl_time
635
+
626
               obj['med_type'] = advice[i].med_type
636
               obj['med_type'] = advice[i].med_type
627
               obj['record_date'] = advice[i].record_date
637
               obj['record_date'] = advice[i].record_date
628
               obj['item_cost_type'] = advice[i].item_cost_type
638
               obj['item_cost_type'] = advice[i].item_cost_type
664
                   count: tempPatientsTwo[i].new_order_info[b].count,
674
                   count: tempPatientsTwo[i].new_order_info[b].count,
665
                   item_spec: tempPatientsTwo[i].new_order_info[b].item_spec,
675
                   item_spec: tempPatientsTwo[i].new_order_info[b].item_spec,
666
                   order_status: tempPatientsTwo[i].new_order_info[b].order_status,
676
                   order_status: tempPatientsTwo[i].new_order_info[b].order_status,
677
+                  setl_time: tempPatientsTwo[i].new_order_info[b].setl_time,
678
+
667
                   med_type: tempPatientsTwo[i].new_order_info[b].med_type,
679
                   med_type: tempPatientsTwo[i].new_order_info[b].med_type,
668
                   record_date: tempPatientsTwo[i].new_order_info[b].record_date,
680
                   record_date: tempPatientsTwo[i].new_order_info[b].record_date,
669
                   item_cost_type: tempPatientsTwo[i].new_order_info[b].item_cost_type,
681
                   item_cost_type: tempPatientsTwo[i].new_order_info[b].item_cost_type,