From 22d189f4028bc00478efbb33b8a29fe65635188f Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期四, 02 十一月 2023 15:42:47 +0800 Subject: [PATCH] 取消药剂表多主键 --- igds-web/src/main/resources/static/admin/inout/in-weight.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/igds-web/src/main/resources/static/admin/inout/in-weight.js b/igds-web/src/main/resources/static/admin/inout/in-weight.js index df5b067..ef6d28e 100644 --- a/igds-web/src/main/resources/static/admin/inout/in-weight.js +++ b/igds-web/src/main/resources/static/admin/inout/in-weight.js @@ -115,6 +115,7 @@ deptId: deptId, progress: recordData.progress, bizType: bizType, + bizId: recordData.id, plateNum: recordData.plateNum, id1: snapDto1.id, id2: snapDto2.id, @@ -254,7 +255,8 @@ } function flushByHand() { - flushData(null, null); + var intelCard = $("#intelCard").val(); + flushData(intelCard, null); } function flushWeight() { -- Gitblit v1.9.3