4.20 质检报告添加颜色

This commit is contained in:
tczjx58520 2020-04-20 11:29:49 +08:00
parent 758585c97b
commit 3b1968621b
4 changed files with 17 additions and 1 deletions

View file

@ -24,6 +24,11 @@
<span>{{ scope.row.unit }}</span>
</template>
</el-table-column>
<el-table-column :resizable="false" :label="$t('updates.ys')" align="center" min-width="150">
<template slot-scope="scope">
<span>{{ scope.row.color }}</span>
</template>
</el-table-column>
<el-table-column :resizable="false" :label="$t('updates.jbel')" align="center" min-width="150">
<template slot-scope="scope">
<span>{{ scope.row.basicQuantity }}</span>

View file

@ -24,6 +24,11 @@
<span>{{ scope.row.unit }}</span>
</template>
</el-table-column>
<el-table-column :resizable="false" :label="$t('updates.ys')" align="center" min-width="150">
<template slot-scope="scope">
<span>{{ scope.row.color }}</span>
</template>
</el-table-column>
<el-table-column :resizable="false" :label="$t('updates.cgsl')" align="center" min-width="150">
<template slot-scope="scope">
<span>{{ scope.row.stockQuantity }}</span>

View file

@ -24,6 +24,11 @@
<span>{{ scope.row.unit }}</span>
</template>
</el-table-column>
<el-table-column :resizable="false" :label="$t('updates.ys')" align="center" min-width="150">
<template slot-scope="scope">
<span>{{ scope.row.color }}</span>
</template>
</el-table-column>
<el-table-column :resizable="false" :label="$t('updates.scsl')" align="center" min-width="150">
<template slot-scope="scope">
<span>{{ scope.row.produceQuantity }}</span>

View file

@ -133,7 +133,7 @@
</el-form>
</div>
</el-card>
<el-card :body-style=" { padding: '5px' }" class="box-card" shadow="never" style="margin-top: 5px;margin-bottom:30px;">
<el-card :body-style="{ padding: '5px' }" class="box-card" shadow="never" style="margin-top: 5px;margin-bottom:30px;">
<div ref="fuzhu" class="form-name" >{{ $t('updates.ktgspmx') }}</div>
<button :loading="downloadLoading" class="print" style="font-size: 13px;background: white;" @click="handleExport">{{ $t('public.export') }}</button>
<div class="container">
@ -175,6 +175,7 @@ export default {
},
data() {
return {
downloadLoading: false,
//
editVisible: this.detailcontrol,
//