外协付款

This commit is contained in:
Vergil
2020-02-11 16:49:39 +08:00
parent 8cc1acc245
commit 21010d5403
3 changed files with 142 additions and 48 deletions

View File

@@ -39,7 +39,7 @@
</el-table-column>
<el-table-column label="数量" align="center" width="60px">
<template slot-scope="scope">
{{ scope.row.批次数量 }}
{{ scope.row.投产数量 }}
</template>
</el-table-column>
</el-table>
@@ -84,7 +84,7 @@
{{ scope.row.计划日期 }}
</template>
</el-table-column>
<el-table-column label="工序工时" align="center" width="85px">
<el-table-column label="计划工时" align="center" width="85px">
<template slot-scope="scope">
{{ scope.row.工序工时 }}
</template>
@@ -327,7 +327,7 @@ export default {
background: #9bd7fc !important;
}
.XJWXywc{
background: #AEF199 !important;
background: rgb(103,194,58) !important;
}
</style>