From 9c12b5ac339c5a9bf962eecfc17f2395426023de Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期三, 06 三月 2024 14:21:37 +0800 Subject: [PATCH] Merge branch 'yyk' of https://gitee.com/liudongl/jc24-wms into yyk --- HTML/views/ASNSetting/AppointSlot.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/HTML/views/ASNSetting/AppointSlot.html b/HTML/views/ASNSetting/AppointSlot.html index 81b9389..d62c817 100644 --- a/HTML/views/ASNSetting/AppointSlot.html +++ b/HTML/views/ASNSetting/AppointSlot.html @@ -127,7 +127,8 @@ Row: $("#Row").val(), Column: $("#Column").val(), Layer: $("#Layer").val(), - LocateNo: $("#LocateNo").val() + LocateNo: $("#LocateNo").val(), + BindId: id, }; // 娴佹按璇︽儏 var tableIns = table.render({ -- Gitblit v1.8.0