| | |
| | | <div class="legend-label">èæç²¾ææ ä»»å¡</div> |
| | | <span class="color-box color-lightgreen"></span> |
| | | </div> |
| | | <div class="legend-item"> |
| | | <div class="legend-label">ç²æ</div> |
| | | <span class="color-box color-blue"></span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="content-wrapper"> |
| | |
| | | </el-col> |
| | | <el-col :span="12" :offset="0" :push="0" :pull="0" tag="div"> |
| | | <el-form-item label="ç½è½¦èº«ç©æå·:"> |
| | | <j-el-description :value="stockInfos.biwMaterialCode" type="primary" ellipsis></j-el-description> |
| | | <j-el-description :value="stockInfos.biwMaterialCode" type="primary" |
| | | ellipsis></j-el-description> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | </template> |
| | | </el-dialog> |
| | | </template> |
| | | |
| | | |
| | | <script> |
| | | import JElDescription from "./JElDescription"; |
| | | export default { |
| | |
| | | components: { JElDescription } |
| | | } |
| | | </script> |
| | | |
| | | |
| | | <style scoped> |
| | | .header { |
| | | display: flex; |
| | |
| | | background-color: #9dc88d; |
| | | } |
| | | |
| | | .color-blue { |
| | | background-color: #6ec0f0; |
| | | } |
| | | |
| | | .color-font { |
| | | background-color: #6ec0f0; |
| | | } |
| | |
| | | |
| | | .content-wrapper { |
| | | padding: 24px; |
| | | height: calc(100vh - 72px); |
| | | height: calc(100vh - 32px); |
| | | overflow-y: auto; |
| | | background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%); |
| | | display: flex; |
| | |
| | | color: #909399; |
| | | font-weight: 500; |
| | | } |
| | | </style> |
| | | |
| | | </style> |