陈少旭 8 months ago
parent
commit
67587c93e6
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/xt_pages/hospitalStation/summary.vue

+ 3 - 2
src/xt_pages/hospitalStation/summary.vue View File

365
         :invoiceParams="invoiceParams"
365
         :invoiceParams="invoiceParams"
366
       ></shou-ju-print>
366
       ></shou-ju-print>
367
     </el-dialog>
367
     </el-dialog>
368
-    <!-- <el-dialog
368
+   <el-dialog
369
                 class="centerDialog"
369
                 class="centerDialog"
370
                 width="1200px"
370
                 width="1200px"
371
                 title="打印"
371
                 title="打印"
372
                 :visible.sync="settlementVisible">
372
                 :visible.sync="settlementVisible">
373
             <settlement-print ref="print" :paramsObj='orderObj'></settlement-print>
373
             <settlement-print ref="print" :paramsObj='orderObj'></settlement-print>
374
-        </el-dialog> -->
374
+        </el-dialog>
375
 
375
 
376
 
376
 
377
     <el-dialog
377
     <el-dialog
1081
         start_time: this.start_time,
1081
         start_time: this.start_time,
1082
         end_time: this.end_time,
1082
         end_time: this.end_time,
1083
         p_type: this.p_type,
1083
         p_type: this.p_type,
1084
+        sort_type:this.sort_type,
1084
       };
1085
       };
1085
       getExportConsumeDetailList(params).then((response) => {
1086
       getExportConsumeDetailList(params).then((response) => {
1086
         if (response.data.state == 0) {
1087
         if (response.data.state == 0) {