Browse Source

提交代码

陈少旭 1 year ago
parent
commit
0e5d76ded0

+ 6 - 6
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue View File

143
                               </el-date-picker>
143
                               </el-date-picker>
144
 
144
 
145
 
145
 
146
-                              <el-select v-if="org_id != 10206 && org_id != 0" style="width:50%;" v-model="item.med_type" placeholder="医疗类型"
146
+                              <el-select v-if="org_id != 10206" style="width:50%;" v-model="item.med_type" placeholder="医疗类型"
147
                                          @change="changevalue">
147
                                          @change="changevalue">
148
                                   <el-option
148
                                   <el-option
149
                                           v-for="(item,index) in register"
149
                                           v-for="(item,index) in register"
153
                                   </el-option>
153
                                   </el-option>
154
                               </el-select>
154
                               </el-select>
155
 <!--                            //针对海拉尔普爱肾病医院-->
155
 <!--                            //针对海拉尔普爱肾病医院-->
156
-                            <el-select v-if="org_id == 10206 ||  org_id == 0" style="width:50%;" v-model="item.med_type" placeholder="医疗类型"
156
+                            <el-select v-if="org_id == 10206" style="width:50%;" v-model="item.med_type" placeholder="医疗类型"
157
                                        @change="changevalue">
157
                                        @change="changevalue">
158
                               <el-option
158
                               <el-option
159
                                 v-for="(item,index) in register10206"
159
                                 v-for="(item,index) in register10206"
3233
       this.$refs.additionalCharges.show()
3233
       this.$refs.additionalCharges.show()
3234
     },
3234
     },
3235
     selectDrugs(selection, row) {
3235
     selectDrugs(selection, row) {
3236
-    
3236
+
3237
       // if(this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id == 3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10188 || this.org_id == 10245 || this.org_id == 9919 || this.org_id == 10106 || this.org_id == 9504 || this.org_id ==10215 || this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10188 || this.org_id == 10191 || this.org_id == 10278 || this.org_id == 10217 || this.org_id ==10210 || this.org_id ==10318 || this.org_id ==10340){
3237
       // if(this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id == 3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10188 || this.org_id == 10245 || this.org_id == 9919 || this.org_id == 10106 || this.org_id == 9504 || this.org_id ==10215 || this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10188 || this.org_id == 10191 || this.org_id == 10278 || this.org_id == 10217 || this.org_id ==10210 || this.org_id ==10318 || this.org_id ==10340){
3238
       //     if (row.count <= 0) {
3238
       //     if (row.count <= 0) {
3239
       //       if (selection) {
3239
       //       if (selection) {
3274
                 this.$refs.multipleTable.toggleRowSelection(row)
3274
                 this.$refs.multipleTable.toggleRowSelection(row)
3275
               }
3275
               }
3276
             }
3276
             }
3277
-            
3277
+
3278
           })
3278
           })
3279
         } else {
3279
         } else {
3280
           this.$refs.multipleTable.clearSelection()
3280
           this.$refs.multipleTable.clearSelection()
3281
         }
3281
         }
3282
         if (row.is_project == 0 || row.is_project == 2){
3282
         if (row.is_project == 0 || row.is_project == 2){
3283
           this.$message.error(row.drug_name + '库存不足')
3283
           this.$message.error(row.drug_name + '库存不足')
3284
-          return 
3284
+          return
3285
         }
3285
         }
3286
        }
3286
        }
3287
       }
3287
       }
3562
       this.teamList = row
3562
       this.teamList = row
3563
     },
3563
     },
3564
     selectChange(selection, row) {
3564
     selectChange(selection, row) {
3565
-    
3565
+
3566
       // if(this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id ==3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10188 || this.org_id ==10245 || this.org_id == 9919  || this.org_id == 10106 || this.org_id == 9504 || this.org_id ==10215 ||  this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10188 || this.org_id == 10191 || this.org_id == 10278 || this.org_id == 10217 || this.org_id ==10210 || this.org_id ==10318 || this.org_id ==10340){
3566
       // if(this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id ==3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10188 || this.org_id ==10245 || this.org_id == 9919  || this.org_id == 10106 || this.org_id == 9504 || this.org_id ==10215 ||  this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10188 || this.org_id == 10191 || this.org_id == 10278 || this.org_id == 10217 || this.org_id ==10210 || this.org_id ==10318 || this.org_id ==10340){
3567
       //    if (row.stock_count <= 0) {
3567
       //    if (row.stock_count <= 0) {
3568
       //     if (row.type == 3) {
3568
       //     if (row.type == 3) {