From b9f7560cbe0e562a40e9515a0559a3e951f0fee6 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期一, 07 四月 2025 09:16:01 +0800 Subject: [PATCH] 问题修改 --- HTML/views/ASNSetting/ArrivalNotice.html | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HTML/views/ASNSetting/ArrivalNotice.html b/HTML/views/ASNSetting/ArrivalNotice.html index 9bf5690..461c73a 100644 --- a/HTML/views/ASNSetting/ArrivalNotice.html +++ b/HTML/views/ASNSetting/ArrivalNotice.html @@ -156,7 +156,7 @@ <div class="layui-inline DivLoadingArea" style="margin-top: 10px;"> <label class="layui-form-label">瀵嗙爜</label> <div class="layui-input-inline" style="width: 220px;"> - <input type="text" id="password" name="password" placeholder="瀵嗙爜" autocomplete="off" + <input type="password" id="password" name="password" placeholder="瀵嗙爜" autocomplete="off" class="layui-input"> </div> </div> @@ -909,6 +909,10 @@ //鏄庣粏琛ㄦ搷浣滄爮浜嬩欢 table.on('tool(LAY-app-content-list2)', function (obj) { var data = obj.data; + console.log("data.supplierlot:"+data.SupplierLot); + var lotno = data.LotNo; + + var id = data.Id; switch(obj.event) { @@ -937,6 +941,7 @@ } }); }); + break; case "Addlabel" : @@ -955,11 +960,13 @@ iframeWindow.layui.form.on('submit('+ submitID +')', function(data){ var field = data.field; //鑾峰彇鎻愪氦鐨勫瓧娈� console.log(field); + //鎻愪氦 Ajax 鎴愬姛鍚庯紝闈欐�佹洿鏂拌〃鏍间腑鐨勬暟鎹� //"&Level="+field.level+"&Type="+field.type+"&BoxType="+field.boxType+"&Qty="+field.qty+ var str = "Id="+id+"&IsReset="+field.reset+"&ArriveQty="+field.arriveQty +"&ProductionTime="+field.productionTime+"&ExpirationTime="+field.expirationTime - +"&StoreTime="+field.storeTime+"&SupplierLot="+field.SupplierLot; + +"&StoreTime="+field.storeTime+"&SupplierLot="+field.SupplierLot +"&Lotno="+lotno; + console.log("field.lotno:"+lotno); layer.open({ type: 2, -- Gitblit v1.8.0