From 4704eed889c9ffb224fa9632712c22cb1fef95a9 Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期二, 12 三月 2024 16:05:53 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/liudongl/jc24-wms --- 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