From 2acfc2d2a0e956910c51bd996f443b3cb9bd3dc9 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期日, 22 三月 2026 14:27:21 +0800
Subject: [PATCH] 优化找库位规则

---
 src/main/webapp/static/js/rowLastno/rowLastno.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/static/js/rowLastno/rowLastno.js b/src/main/webapp/static/js/rowLastno/rowLastno.js
index 7bd9ec6..4c4aa10 100644
--- a/src/main/webapp/static/js/rowLastno/rowLastno.js
+++ b/src/main/webapp/static/js/rowLastno/rowLastno.js
@@ -25,6 +25,7 @@
             ,{field: 'wrkMk', align: 'center',title: '褰撳墠宸ヤ綔鍙�', hide:false}
             ,{field: 'sRow', align: 'center',title: '璧峰鎺掑彿', hide:true}
             ,{field: 'currentRow', align: 'center',title: '褰撳墠鎺掑彿', style: 'color: #AA3130;font-weight: bold', hide:false}
+            ,{field: 'currentCrnNo', align: 'center',title: '褰撳墠鍫嗗灈鏈哄彿', style: 'color: #AA3130;font-weight: bold', hide:false}
             ,{field: 'eRow', align: 'center',title: '缁堟鎺掑彿', hide:true}
             ,{field: 'sCrnNo', align: 'center',title: '璧峰鍫嗗灈鏈哄彿', hide:true}
             ,{field: 'eCrnNo', align: 'center',title: '缁堟鍫嗗灈鏈哄彿', hide:true}
@@ -332,6 +333,7 @@
             whsType: $('#whsType').val(),
             wrkMk: $('#wrkMk').val(),
             currentRow: $('#currentRow').val(),
+            currentCrnNo: $('#currentCrnNo').val(),
             sRow: $('#sRow').val(),
             eRow: $('#eRow').val(),
             crnQty: $('#crnQty').val(),

--
Gitblit v1.9.1