bug 443 444 445 478 494 521

This commit is contained in:
Ranyunqiao
2026-05-19 14:22:40 +08:00
parent 05e7d54d87
commit c28b322e91
9 changed files with 218 additions and 273 deletions

View File

@@ -1173,8 +1173,9 @@ function handleSaveSign(row, index) {
cleanRow.generateSourceEnum = 6; // 手术计费
cleanRow.sourceBillNo = props.patientInfo.sourceBillNo;
}
console.log('cleanRow', cleanRow)
savePrescription({ adviceSaveList: [cleanRow] }, '1').then((res) => {
// 🔧 门诊计费场景:保存为草稿,让药品出现在临时医嘱弹窗"已引用计费药品(待生成医嘱)"中
const adviceOpType = props.patientInfo.sourceBillNo ? '0' : '1'
savePrescription({ adviceSaveList: [cleanRow] }, adviceOpType).then((res) => {
if (res.code === 200) {
proxy.$modal.msgSuccess('保存成功');
getListInfo(false);