|
|
@ -164,32 +164,32 @@ |
|
|
ref="toolTable" |
|
|
ref="toolTable" |
|
|
v-loading="dataListLoading" |
|
|
v-loading="dataListLoading" |
|
|
style="width: 100%;"> |
|
|
style="width: 100%;"> |
|
|
<el-table-column label="项目号" width="90" prop="projectId" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="工具编码" width="100" prop="toolId" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="工具描述" width="120" prop="toolDescription" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="工具数量" width="60" prop="toolQty" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="申请数量" width="70" prop="applyQty" show-overflow-tooltip> |
|
|
|
|
|
|
|
|
<el-table-column label="项目号" header-align="center" width="90" prop="projectId" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="工具编码" header-align="center" width="100" prop="toolId" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="工具描述" header-align="center" width="120" prop="toolDescription" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="工具数量" align="right" header-align="center" width="60" prop="toolQty" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="申请数量" align="right" header-align="center" width="70" prop="applyQty" show-overflow-tooltip> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-input v-model="scope.row.applyQty" type="number" @change="changeSum(scope.row)" placeholder="请输入数量" onkeyup="value=value.replace(/^(0+)|[^\d]+/g,'')" |
|
|
<el-input v-model="scope.row.applyQty" type="number" @change="changeSum(scope.row)" placeholder="请输入数量" onkeyup="value=value.replace(/^(0+)|[^\d]+/g,'')" |
|
|
style="width:98%"></el-input> |
|
|
style="width:98%"></el-input> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="工具成本" width="70" prop="standardCost" show-overflow-tooltip> |
|
|
|
|
|
|
|
|
<el-table-column label="工具成本" align="right" header-align="center" width="70" prop="standardCost" show-overflow-tooltip> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-input v-if="accessField('10601001')" v-model="scope.row.standardCost" type="number" @change="changeSum(scope.row)" placeholder="请输入成本" |
|
|
<el-input v-if="accessField('10601001')" v-model="scope.row.standardCost" type="number" @change="changeSum(scope.row)" placeholder="请输入成本" |
|
|
style="width:98%"></el-input> |
|
|
style="width:98%"></el-input> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="物料编码" width="100" prop="partNo" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="物料名称" width="160" prop="partName" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="IFS料号" width="100" prop="finalPartNo" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="客户料号" width="100" prop="customerPartNo" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="工艺版本" width="80" prop="routingRevision" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="工艺类型" width="80" prop="routingType" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="替代编码" width="80" prop="alternativeNo" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="替代名称" width="80" prop="alternativeDescription" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="工序号" width="60" prop="operationNo" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="工序名称" width="80" prop="operationName" show-overflow-tooltip/> |
|
|
|
|
|
|
|
|
<el-table-column label="物料编码" header-align="center" width="140" prop="partNo" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="物料名称" header-align="center" width="160" prop="partName" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="IFS料号" header-align="center" width="140" prop="finalPartNo" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="客户料号" header-align="center" width="100" prop="customerPartNo" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="工艺版本" header-align="center" width="80" prop="routingRevision" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="工艺类型" header-align="center" width="80" prop="routingType" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="替代编码" header-align="center" width="80" prop="alternativeNo" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="替代名称" header-align="center" width="80" prop="alternativeDescription" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="工序号" header-align="center" width="60" prop="operationNo" show-overflow-tooltip/> |
|
|
|
|
|
<el-table-column label="工序名称" header-align="center" width="80" prop="operationName" show-overflow-tooltip/> |
|
|
<!-- <el-table-column label="工具成本" width="60" prop="standardCost" show-overflow-tooltip/>--> |
|
|
<!-- <el-table-column label="工具成本" width="60" prop="standardCost" show-overflow-tooltip/>--> |
|
|
<!-- <el-table-column label="单位报价成本" width="90" prop="quotationUnitCost" show-overflow-tooltip/>--> |
|
|
<!-- <el-table-column label="单位报价成本" width="90" prop="quotationUnitCost" show-overflow-tooltip/>--> |
|
|
<!-- <el-table-column label="预计使用寿命" width="90" prop="expectedServiceLife" show-overflow-tooltip/>--> |
|
|
<!-- <el-table-column label="预计使用寿命" width="90" prop="expectedServiceLife" show-overflow-tooltip/>--> |
|
|
|