| | |
| | | } |
| | | |
| | | .one { |
| | | background-color: #91cc75; |
| | | background-color: #75bfcc; |
| | | Opacity: .8; |
| | | } |
| | | |
| | | .two { |
| | | background-color: #ffdc60; |
| | | background-color: #89a297; |
| | | } |
| | | |
| | | .three { |
| | | background-color: #ee6666; |
| | | background-color: #8ef0f0; |
| | | Opacity: .8; |
| | | } |
| | | |
| | | .four { |
| | | background-color: #ffff7f; |
| | | background-color: #f0b9f9; |
| | | Opacity: .8; |
| | | } |
| | | |
| | |
| | | var option2 = { |
| | | color: [ |
| | | '#5470c6', |
| | | '#91cc75', |
| | | '#ffdc60', |
| | | '#ee6666', |
| | | '#ffff7f', |
| | | '#75bfcc', |
| | | '#89a297', |
| | | '#8ef0f0', |
| | | '#f0b9f9', |
| | | '#ee23ee', |
| | | '#808080', |
| | | ], |
| | |
| | | html += "<br/>物料名称:"+res.data.GoodsInfoList[i].SkuName; |
| | | html += "<br/>批次号: "+res.data.GoodsInfoList[i].LotNo; |
| | | html += "<br/>数量: "+res.data.GoodsInfoList[i].Qty; |
| | | html += "<br/>检验状态:"+res.data.GoodsInfoList[i].InspectStatus; |
| | | } |
| | | html += "</p>" |
| | | } |