更新
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="库存" align="center" width="50">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.货位存量1 }}
|
||||
{{ scope.row.货位存量1 ? scope.row.货位存量1 : 0 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="已领" align="center" width="50">
|
||||
@@ -735,7 +735,8 @@ export default {
|
||||
background: #D8DDE6 !important;
|
||||
}
|
||||
.el-table .weilingwan-row {
|
||||
background: #E9F0F9 !important;
|
||||
background: #4395D0 !important;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="已领数量" align="center" min-width="70">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.出库数量 }}
|
||||
{{ scope.row.出库数量1 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column v-if="true" label="备料确认" align="center" width="100">
|
||||
|
||||
Reference in New Issue
Block a user