diff --git a/openhis-ui-vue3/src/views/inpatientNurse/InpatientBilling/components/FeeDialog.vue b/openhis-ui-vue3/src/views/inpatientNurse/InpatientBilling/components/FeeDialog.vue index 98f0a703..cead0ed4 100755 --- a/openhis-ui-vue3/src/views/inpatientNurse/InpatientBilling/components/FeeDialog.vue +++ b/openhis-ui-vue3/src/views/inpatientNurse/InpatientBilling/components/FeeDialog.vue @@ -40,7 +40,7 @@ - 划价组套 + 划价组套
@@ -147,6 +147,7 @@ @@ -171,12 +172,13 @@ v-if="scope.row.adviceType == 3" clearable filterable + :filter-method="(val) => filterOptions(val, scope.row, 'departmentOptions')" v-model="scope.row.positionId" placeholder="选择科室" style="width: 220px" >
+ + +
+ + + + + 个人 + 科室 + 全院 + +
+ + + + + + + + +
+ 取消 + 应用 +
+