|
@@ -95,16 +95,16 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="binNumber" label="仓位号"></el-table-column>
|
|
<el-table-column prop="binNumber" label="仓位号"></el-table-column>
|
|
<el-table-column prop="storageTagNo" label="囤位号"></el-table-column>
|
|
<el-table-column prop="storageTagNo" label="囤位号"></el-table-column>
|
|
- <el-table-column prop="qualityInspector" label="质检员">
|
|
|
|
|
|
+ <el-table-column prop="qualityInspector" label="质检员" width="100px">
|
|
<template scope="scope">
|
|
<template scope="scope">
|
|
<span>{{scope.row.qualityInspector}}</span>
|
|
<span>{{scope.row.qualityInspector}}</span>
|
|
- <span v-if="scope.row.reInspector && scope.row.qualityInspector != scope.row.reInspector">{{scope.row.reInspector}}</span>
|
|
|
|
|
|
+ <span v-if="scope.row.reInspector && scope.row.qualityInspector != scope.row.reInspector">,{{scope.row.reInspector}}</span>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="updateDate" label="质检时间"></el-table-column>
|
|
|
|
|
|
+ <el-table-column prop="updateDate" label="质检时间" width="90px"></el-table-column>
|
|
<el-table-column prop="status" label="状态">
|
|
<el-table-column prop="status" label="状态">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span v-if='scope.row.confirm=="1"'>
|
|
<span v-if='scope.row.confirm=="1"'>
|