Przeglądaj źródła

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

csx 4 lat temu
rodzic
commit
e138e6bb9a

+ 3 - 1
src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue Wyświetl plik

@@ -2193,9 +2193,11 @@
2193 2193
         }
2194 2194
 
2195 2195
         if (row.advice_desc) {
2196
-          tempDrugSpecDesc = '(' + row.advice_desc + row.drug_spec_unit + ')'
2196
+          tempDrugSpecDesc = '(' + row.advice_desc + row.drug_spec_unit + ')' + " " + row.remark
2197 2197
         }
2198 2198
 
2199
+
2200
+
2199 2201
         if (isChild == 1) {
2200 2202
           // 不是子药
2201 2203
 

+ 2 - 2
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Wyświetl plik

@@ -101,7 +101,7 @@
101 101
           <!--<el-button v-if="this.info.prescription_status >= 2" size="small" @click="open(8)" type="primary"-->
102 102
           <!--&gt;明细对账-->
103 103
           <!--</el-button>-->
104
-          <el-button v-if="this.info.prescription_status == 2" size="small" @click="open(9)" type="primary"
104
+          <el-button v-if="this.order.order_status == 2" size="small" @click="open(9)" type="primary"
105 105
           >结算单
106 106
           </el-button>
107 107
 
@@ -570,7 +570,7 @@
570 570
         this.loadingtwo = true
571 571
         if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 3877) {
572 572
           var that = this
573
-          axios.get('http://127.0.0.1:9532/api/settle/get', {
573
+          axios.get('http://127.0.0.1:9532/api/upload/get', {
574 574
             params: form
575 575
           })
576 576
             .then(function(response) {