|
@@ -143,7 +143,7 @@
|
143
|
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
|
147
|
@change="changevalue">
|
148
|
148
|
<el-option
|
149
|
149
|
v-for="(item,index) in register"
|
|
@@ -153,7 +153,7 @@
|
153
|
153
|
</el-option>
|
154
|
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
|
157
|
@change="changevalue">
|
158
|
158
|
<el-option
|
159
|
159
|
v-for="(item,index) in register10206"
|
|
@@ -3233,7 +3233,7 @@ export default {
|
3233
|
3233
|
this.$refs.additionalCharges.show()
|
3234
|
3234
|
},
|
3235
|
3235
|
selectDrugs(selection, row) {
|
3236
|
|
-
|
|
3236
|
+
|
3237
|
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
|
3238
|
// if (row.count <= 0) {
|
3239
|
3239
|
// if (selection) {
|
|
@@ -3274,14 +3274,14 @@ export default {
|
3274
|
3274
|
this.$refs.multipleTable.toggleRowSelection(row)
|
3275
|
3275
|
}
|
3276
|
3276
|
}
|
3277
|
|
-
|
|
3277
|
+
|
3278
|
3278
|
})
|
3279
|
3279
|
} else {
|
3280
|
3280
|
this.$refs.multipleTable.clearSelection()
|
3281
|
3281
|
}
|
3282
|
3282
|
if (row.is_project == 0 || row.is_project == 2){
|
3283
|
3283
|
this.$message.error(row.drug_name + '库存不足')
|
3284
|
|
- return
|
|
3284
|
+ return
|
3285
|
3285
|
}
|
3286
|
3286
|
}
|
3287
|
3287
|
}
|
|
@@ -3562,7 +3562,7 @@ export default {
|
3562
|
3562
|
this.teamList = row
|
3563
|
3563
|
},
|
3564
|
3564
|
selectChange(selection, row) {
|
3565
|
|
-
|
|
3565
|
+
|
3566
|
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
|
3567
|
// if (row.stock_count <= 0) {
|
3568
|
3568
|
// if (row.type == 3) {
|