From 2a9bf520f65e85777fff0f20f4c84ba9a810eef5 Mon Sep 17 00:00:00 2001 From: yyk <2336760928@qq.com> Date: 星期四, 29 八月 2024 13:54:46 +0800 Subject: [PATCH] Merge branch 'yyk' --- HTML/views/WareHouseSetting/Locate.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HTML/views/WareHouseSetting/Locate.html b/HTML/views/WareHouseSetting/Locate.html index e3fbe92..02f55f4 100644 --- a/HTML/views/WareHouseSetting/Locate.html +++ b/HTML/views/WareHouseSetting/Locate.html @@ -208,7 +208,7 @@ //鐩戝惉鎻愪氦 iframeWindow.layui.form.on('submit(' + submitID + ')', function (data) { var field = data.field; //鑾峰彇鎻愪氦鐨勫瓧娈� - console.log(field); + console.log("淇敼鐨勫瓧娈碉細"+field); var msg = []; for (var i = 0; i < checkData.length; i++) { // msg.push(checkData[i].Id); -- Gitblit v1.8.0