Browse Source

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

csx 4 years ago
parent
commit
545a60e7cc
1 changed files with 9 additions and 9 deletions
  1. 9 9
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 9 - 9
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

@@ -29,7 +29,6 @@
29 29
           </el-radio-group>
30 30
         </div>
31 31
         <div class="mainCell" style="margin-bottom:10px;">
32
-          <!--<el-input size="small" v-model="key" class="filter-item"/>-->
33 32
           <el-input size="small" @keyup.enter.native='searchAction' v-model.trim="search_input" class="filter-item"/>
34 33
           <el-button size="small" style="margin-left:10px;" class="filter-item" type="primary" @click="searchAction">
35 34
             搜索
@@ -80,17 +79,18 @@
80 79
           </el-button>
81 80
 
82 81
 
83
-          <!--<el-button v-loading="loadingtwo" v-if="this.hisPatientInfo.id > 0 && this.order.id == 0" size="small"-->
84
-                     <!--@click="open(4)"-->
85
-                     <!--type="primary">收费-->
86
-          <!--</el-button>-->
82
+          <el-button v-loading="loadingtwo" v-if="this.hisPatientInfo.id > 0 && this.order.id == 0" size="small"
83
+                     @click="open(4)"
84
+                     type="primary">收费
85
+          </el-button>
87 86
 
88 87
           <el-button size="small" @click="open(5)" type="primary"
89 88
                      v-if="this.hisPatientInfo.id > 0 && this.order.id > 0 &&  this.order.order_status == 2">退费
90 89
           </el-button>
91
-          <el-button size="small" @click="open(5)" type="primary"
92
-                    >退费
93
-          </el-button>
90
+
91
+          <!--<el-button size="small" @click="open(5)" type="primary"-->
92
+                    <!--&gt;退费-->
93
+          <!--</el-button>-->
94 94
 
95 95
 
96 96
           <!--<el-button v-if="this.info.prescription_status >= 2" size="small" @click="open(7)" type="primary"-->
@@ -1584,7 +1584,7 @@
1584 1584
           this.loadingtwo = true
1585 1585
           if (this.$store.getters.xt_user.org_id == 9919) {
1586 1586
             var that = this
1587
-            axios.get('http://127.0.0.1:9532/api/upload/get', {
1587
+            axios.get('http://127.0.0.1:9532/api/pre_upload/get', {
1588 1588
               params: form
1589 1589
             })
1590 1590
               .then(function(response) {