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
e138e6bb9a

+ 3 - 1
src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue View File

2193
         }
2193
         }
2194
 
2194
 
2195
         if (row.advice_desc) {
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
         if (isChild == 1) {
2201
         if (isChild == 1) {
2200
           // 不是子药
2202
           // 不是子药
2201
 
2203
 

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

101
           <!--<el-button v-if="this.info.prescription_status >= 2" size="small" @click="open(8)" type="primary"-->
101
           <!--<el-button v-if="this.info.prescription_status >= 2" size="small" @click="open(8)" type="primary"-->
102
           <!--&gt;明细对账-->
102
           <!--&gt;明细对账-->
103
           <!--</el-button>-->
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
           </el-button>
106
           </el-button>
107
 
107
 
570
         this.loadingtwo = true
570
         this.loadingtwo = true
571
         if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 3877) {
571
         if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 3877) {
572
           var that = this
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
             params: form
574
             params: form
575
           })
575
           })
576
             .then(function(response) {
576
             .then(function(response) {