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