| | |
| | | layer.msg(res.msg, { |
| | | icon: 2, |
| | | time: 2000 //2秒关闭(如果不配置,默认是3秒) |
| | | }, function () { }); |
| | | // $("#SkuName").html(res.data.SkuName); |
| | | // $("#Standard").html(res.data.Standard); |
| | | // $("#PackageStandard").html(res.data.PackageStandard); |
| | | // $("#SkuNo").html(res.data.SkuNo); |
| | | // $("#SupplierLot").html(res.data.SupplierLot); |
| | | // $("#ExpirationTime").html(expirationTime); |
| | | // $("#StoreTime").html( storeTime); |
| | | }, function () { |
| | | parent.location.reload(); |
| | | parent.layer.close(layer.index); |
| | | }); |
| | | |
| | | // $("#imgBar").attr("src", res.data[0].imageStr); |
| | | } else { //不成功 |
| | | layer.msg(res.msg, { |
| | | icon: 2, |