陈勇
3 天以前 6b74e1dcf5642c8f56975471e27780d695953989
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/widesea_wms/stock/Eliteselection.vue
@@ -11,6 +11,10 @@
                    <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">
@@ -93,7 +97,8 @@
                </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>
@@ -121,7 +126,7 @@
        </template>
    </el-dialog>
</template>
<script>
import JElDescription from "./JElDescription";
export default {
@@ -198,7 +203,7 @@
    components: { JElDescription }
}
</script>
<style scoped>
.header {
    display: flex;
@@ -259,6 +264,10 @@
    background-color: #9dc88d;
}
.color-blue {
    background-color: #6ec0f0;
}
.color-font {
    background-color: #6ec0f0;
}
@@ -301,7 +310,7 @@
.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;
@@ -411,5 +420,4 @@
    color: #909399;
    font-weight: 500;
}
</style>
</style>