zhaowc
2025-04-07 b9f7560cbe0e562a40e9515a0559a3e951f0fee6
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,7 +909,9 @@
         //明细表操作栏事件
         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)
@@ -939,6 +941,7 @@
                        }
                     });
                  });   
                  break;
               case "Addlabel" :
@@ -962,7 +965,8 @@
                           //"&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,