|
@@ -449,7 +449,7 @@ const xuanZhongFeiYong = async (row, newData = true) => {
|
|
|
await Sleep(200)
|
|
|
yiZhuData.value = row
|
|
|
if (row.serial !== '00') {
|
|
|
- huoQuFeiYongXinXi(row.orderCode, row.serial, '')
|
|
|
+ huoQuFeiYongXinXi(row.orderCode, row.serial, '', groupNo)
|
|
|
.then((res) => {
|
|
|
yiZhuData.value.drugFlag = row.drugFlag ? row.drugFlag : row.orderType
|
|
|
// 判断是否 是皮试的药 如果是就只能有这些 给药方式
|
|
@@ -502,7 +502,7 @@ const xuanZhongFeiYong = async (row, newData = true) => {
|
|
|
})
|
|
|
} else {
|
|
|
yiZhuData.value.kjywFlag = 0
|
|
|
- huoQuFeiYongXinXi(row.orderCode, '00', '')
|
|
|
+ huoQuFeiYongXinXi(row.orderCode, '00', '', groupNo)
|
|
|
.then((res) => {
|
|
|
yiZhuData.value.drugFlag = row.drugFlag ? row.drugFlag : row.orderType
|
|
|
if (stringNotBlank(res.prompt)) {
|
|
@@ -703,7 +703,7 @@ const expandChange = (row, expandedRows) => {
|
|
|
if (feeInformation.has(row.id)) {
|
|
|
return
|
|
|
}
|
|
|
- huoQuFeiYongXinXi(row.orderCode, row.serial, '').then((res) => {
|
|
|
+ huoQuFeiYongXinXi(row.orderCode, row.serial, '', groupNo).then((res) => {
|
|
|
if (res.prompt) {
|
|
|
feeInformation.set(row.id, res.prompt)
|
|
|
}
|