From 3d8dfc3dd31f73dd7ba33d020193f9ab0764fa56 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期六, 04 十一月 2023 00:54:54 +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