| | |
| | | <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> |
| | |
| | | //明细表操作栏事件 |
| | | table.on('tool(LAY-app-content-list2)', function (obj) { |
| | | var data = obj.data; |
| | | console.log("data.supplierlot:"+data.SupplierLot); |
| | | var lotno = data.LotNo; |
| | | |
| | | |
| | |
| | | } |
| | | }); |
| | | }); |
| | | |
| | | |
| | | break; |
| | | case "Addlabel" : |