From 902ee0587ed329e282f98b2de4d985980afdce84 Mon Sep 17 00:00:00 2001 From: wangjian963 <15215920+aprilry@user.noreply.gitee.com> Date: Thu, 22 Jan 2026 14:13:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E5=A2=9E=E8=80=97?= =?UTF-8?q?=E6=9D=90=E2=80=9C=E4=B8=80=E6=AC=A1=E6=80=A7=E9=9D=99=E8=84=89?= =?UTF-8?q?=E9=87=87=E8=A1=80=E5=99=A8=E2=80=9D=20=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E4=BF=9D=E5=AD=98categoryEnum=E4=B8=BA=E7=A9=BA=E5=80=BC?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../clinicmanagement/bargain/component/prescriptionlist.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openhis-ui-vue3/src/views/clinicmanagement/bargain/component/prescriptionlist.vue b/openhis-ui-vue3/src/views/clinicmanagement/bargain/component/prescriptionlist.vue index 2c37b3c1..3cf47f53 100644 --- a/openhis-ui-vue3/src/views/clinicmanagement/bargain/component/prescriptionlist.vue +++ b/openhis-ui-vue3/src/views/clinicmanagement/bargain/component/prescriptionlist.vue @@ -756,6 +756,8 @@ function handleSaveSign(row, index) { row.contentJson = JSON.stringify(row); row.dbOpType = row.requestId ? '2' : '1'; row.minUnitQuantity = row.quantity * row.partPercent; + row.categoryEnum = row.adviceType + console.log('row', row) savePrescription({ adviceSaveList: [row] }).then((res) => { if (res.code === 200) { proxy.$modal.msgSuccess('保存成功');