瀏覽代碼

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

csx 4 年之前
父節點
當前提交
3f10f13648
共有 1 個文件被更改,包括 13 次插入10 次删除
  1. 13 10
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 13 - 10
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue 查看文件

88
           <el-button size="small" @click="open(5)" type="primary"
88
           <el-button size="small" @click="open(5)" type="primary"
89
                      v-if="this.hisPatientInfo.id > 0 && this.order.id > 0 &&  this.order.order_status == 2">退费
89
                      v-if="this.hisPatientInfo.id > 0 && this.order.id > 0 &&  this.order.order_status == 2">退费
90
           </el-button>
90
           </el-button>
91
-          <!-- <el-button size="small" @click="open(5)" type="primary"
91
+          <el-button size="small" @click="open(5)" type="primary"
92
                     >退费
92
                     >退费
93
-          </el-button> -->
93
+          </el-button>
94
 
94
 
95
 
95
 
96
           <!--<el-button v-if="this.info.prescription_status >= 2" size="small" @click="open(7)" type="primary"-->
96
           <!--<el-button v-if="this.info.prescription_status >= 2" size="small" @click="open(7)" type="primary"-->
105
           >结算单
105
           >结算单
106
           </el-button>
106
           </el-button>
107
 
107
 
108
-          <!--<el-button v-if="this.$store.getters.xt_user.org_id == 9919"-->
109
-          <!--size="small" @click="open(10)" type="primary"-->
110
-          <!--&gt;退号-->
111
-          <!--</el-button>-->
108
+          <el-button v-if="this.$store.getters.xt_user.org_id == 9919"
109
+          size="small" @click="open(10)" type="primary"
110
+          >退号
111
+          </el-button>
112
 
112
 
113
-          <!--<el-button v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919"-->
114
-          <!--size="small" @click="open(11)" type="primary"-->
115
-          <!--&gt;撤销明细-->
116
-          <!--</el-button>-->
113
+          <el-button v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919"
114
+          size="small" @click="open(11)" type="primary"
115
+          >撤销明细
116
+          </el-button>
117
 
117
 
118
 
118
 
119
           <!--<el-button v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919" size="small" @click="open(12)" type="primary"-->
119
           <!--<el-button v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919" size="small" @click="open(12)" type="primary"-->
553
         form['id'] = this.patientInfo.id
553
         form['id'] = this.patientInfo.id
554
         form['record_time'] = this.record_date
554
         form['record_time'] = this.record_date
555
         form['admin_user_id'] = this.$store.getters.xt_user.user.id
555
         form['admin_user_id'] = this.$store.getters.xt_user.user.id
556
+        form['order_id'] = this.order.id
557
+
556
 
558
 
557
         if (this.activeName == 'first') {
559
         if (this.activeName == 'first') {
558
           form['settle_accounts_type'] = 1
560
           form['settle_accounts_type'] = 1
1594
                 } else {
1596
                 } else {
1595
                   that.loadingtwo = false
1597
                   that.loadingtwo = false
1596
                   that.state = '预结算'
1598
                   that.state = '预结算'
1599
+
1597
                   that.$message({ message: '预结算成功', type: 'success' })
1600
                   that.$message({ message: '预结算成功', type: 'success' })
1598
                 }
1601
                 }
1599
               })
1602
               })