|
|
|
@ -438,8 +438,8 @@
|
|
|
|
|
:show-overflow-tooltip="true" :formatter="productCodeFormate" />
|
|
|
|
|
<el-table-column label="物料名称" width="280" align="left" prop="materialName"
|
|
|
|
|
:show-overflow-tooltip="true" />
|
|
|
|
|
<el-table-column label="BOM组件用量" width="110" align="left" prop="planQuantity" />
|
|
|
|
|
<el-table-column label="单位数量" align="center" prop="erfmg" :show-overflow-tooltip="true"/>
|
|
|
|
|
|
|
|
|
|
<el-table-column label="Bom用量" width="100" align="left" prop="quantitySplitBom" />
|
|
|
|
|
<el-table-column label="条目单位" align="center" prop="erfme" />
|
|
|
|
|
<el-table-column label="实际用量" width="150" align="left" prop="quantity"
|
|
|
|
|
:show-overflow-tooltip="true">
|
|
|
|
@ -452,7 +452,8 @@
|
|
|
|
|
<el-table-column label="单位" width="50" align="center" prop="unit" />
|
|
|
|
|
<el-table-column label="反冲标识" align="center" prop="recoil" />
|
|
|
|
|
<el-table-column label="订单数量" width="80" align="left" prop="quantitySplit" />
|
|
|
|
|
<el-table-column label="Bom用量" width="100" align="left" prop="quantitySplitBom" />
|
|
|
|
|
<el-table-column label="单位数量" align="center" prop="erfmg" :show-overflow-tooltip="true"/>
|
|
|
|
|
<el-table-column label="BOM组件用量" width="110" align="left" prop="planQuantity" />
|
|
|
|
|
<el-table-column label="sap项目编码" width="100" align="center" prop="rspos" />
|
|
|
|
|
<el-table-column label="仓库" width="150" align="center" prop="warehouseCode">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|