|
|
@@ -110,7 +110,8 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</template>
|
|
|
- <el-table-column label="处置状态" prop="disposalStatus" align="center" fixed="right"
|
|
|
+ <!-- *** fixed="right" -->
|
|
|
+ <el-table-column label="处置状态" prop="disposalStatus" align="center"
|
|
|
:show-overflow-tooltip="true">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.disposalStatus == 1 && form.qualityType == 2">返工</span>
|
|
|
@@ -123,10 +124,12 @@
|
|
|
<span v-if="scope.row.disposalStatus == 8">回用</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="处置时间" prop="disposeTime" align="center" fixed="right"
|
|
|
+ <!-- *** fixed="right" -->
|
|
|
+ <el-table-column label="处置时间" prop="disposeTime" align="center"
|
|
|
:show-overflow-tooltip="true">
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="质检状态" prop="qualityStatus" align="center" fixed="right"
|
|
|
+ <!-- *** fixed="right" -->
|
|
|
+ <el-table-column label="质检状态" prop="qualityStatus" align="center"
|
|
|
:show-overflow-tooltip="true">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.qualityStatus == 0">未检</span>
|
|
|
@@ -237,25 +240,25 @@ export default {
|
|
|
align: 'center'
|
|
|
},
|
|
|
{ label: '批次号', prop: 'batchNo', align: 'center'},
|
|
|
- // { label: '发货条码', prop: 'barcodes', align: 'center' },
|
|
|
- // { label: '包装编码', prop: 'packageNo', align: 'center' },
|
|
|
+ { label: '发货条码', prop: 'barcodes', align: 'center' },
|
|
|
+ { label: '包装编码', prop: 'packageNo', align: 'center' },
|
|
|
// { label: '包装数量', prop: 'packingQuantity', align: 'center' },
|
|
|
- // { label: '包装单位', prop: 'packingUnit', align: 'center' },
|
|
|
- // { label: '计量数量', prop: 'measureQuantity', align: 'center' },
|
|
|
- // { label: '计量单位', prop: 'measureUnit', align: 'center' },
|
|
|
- // { label: '供应商名称', prop: 'supplierName', align: 'center', width: '120' },
|
|
|
- // { label: '供应商代号', prop: 'supplierCode', align: 'center', width: '120' },
|
|
|
- // { label: '物料代号', prop: 'materielDesignation', align: 'center', slot: 'materielDesignation', width: '120' },
|
|
|
- // { label: '客户代号', prop: 'clientCode', align: 'center', slot: 'clientCode', width: '120' },
|
|
|
- // { label: '刻码', prop: 'engrave', align: 'center', slot: 'engrave', width: '120' },
|
|
|
- // { label: '重量', prop: 'weight', align: 'center', slot: 'weight', width: '120' },
|
|
|
- // { label: '重量单位', prop: 'weightUnit', align: 'center', width: 100 },
|
|
|
- // { label: '仓库', prop: 'warehouseName', align: 'center', width: 100 },
|
|
|
- // { label: '货区', prop: 'areaName', align: 'center' },
|
|
|
- // { label: '货架', prop: 'goodsShelfName', align: 'center' },
|
|
|
- // { label: '货位', prop: 'goodsAllocationName', align: 'center' },
|
|
|
- // { label: '生产日期', prop: 'productionDate', align: 'center' },
|
|
|
- // { label: '采购日期', prop: 'purchaseDate', align: 'center' },
|
|
|
+ { label: '包装单位', prop: 'packingUnit', align: 'center' },
|
|
|
+ { label: '计量数量', prop: 'measureQuantity', align: 'center' },
|
|
|
+ { label: '计量单位', prop: 'measureUnit', align: 'center' },
|
|
|
+ { label: '供应商名称', prop: 'supplierName', align: 'center', width: '120' },
|
|
|
+ { label: '供应商代号', prop: 'supplierCode', align: 'center', width: '120' },
|
|
|
+ { label: '物料代号', prop: 'materielDesignation', align: 'center', slot: 'materielDesignation', width: '120' },
|
|
|
+ { label: '客户代号', prop: 'clientCode', align: 'center', slot: 'clientCode', width: '120' },
|
|
|
+ { label: '刻码', prop: 'engrave', align: 'center', slot: 'engrave', width: '120' },
|
|
|
+ { label: '重量', prop: 'weight', align: 'center', slot: 'weight', width: '120' },
|
|
|
+ { label: '重量单位', prop: 'weightUnit', align: 'center', width: 100 },
|
|
|
+ { label: '仓库', prop: 'warehouseName', align: 'center', width: 100 },
|
|
|
+ { label: '货区', prop: 'areaName', align: 'center' },
|
|
|
+ { label: '货架', prop: 'goodsShelfName', align: 'center' },
|
|
|
+ { label: '货位', prop: 'goodsAllocationName', align: 'center' },
|
|
|
+ { label: '生产日期', prop: 'productionDate', align: 'center' },
|
|
|
+ { label: '采购日期', prop: 'purchaseDate', align: 'center' },
|
|
|
],
|
|
|
|
|
|
conditionType: null,
|