外协任务执行重做

This commit is contained in:
Vergil
2020-02-21 15:52:33 +08:00
parent 4160cdcbb5
commit 756b6bac5c
4 changed files with 230 additions and 1188 deletions

View File

@@ -32,7 +32,7 @@
</el-card>
<el-tabs type="border-card" @tab-click="selectPart">
<el-tab-pane label="基本件">
<el-table :data="tableData1" :row-class-name="tableRowClassName1" stripe border size="mini" style="width: 1140px" height="300px" @selection-change="handleSelectionChange">
<el-table :data="tableData1" :row-class-name="tableRowClassName1" stripe border size="mini" style="width: 1160px" height="300px" @selection-change="handleSelectionChange">
<el-table-column align="center" width="50" type="selection"/>
<el-table-column label="零件名称" align="center" width="140px" show-overflow-tooltip>
<template slot-scope="scope">
@@ -64,7 +64,7 @@
{{ scope.row.机床数量 }}
</template>
</el-table-column>
<el-table-column label="零件总数量" align="center" width="90px">
<el-table-column label="零件总数量" align="center" width="110px">
<template slot-scope="scope">
{{ scope.row.总数量 }}
</template>
@@ -119,7 +119,7 @@
{{ scope.row.机床数量 }}
</template>
</el-table-column>
<el-table-column label="零件总数量" align="center" width="90px">
<el-table-column label="零件总数量" align="center" width="110px">
<template slot-scope="scope">
{{ scope.row.总数量 }}
</template>
@@ -169,7 +169,7 @@
{{ scope.row.机床数量 }}
</template>
</el-table-column>
<el-table-column label="零件总数量" align="center" width="90px">
<el-table-column label="零件总数量" align="center" width="110px">
<template slot-scope="scope">
{{ scope.row.总数量 }}
</template>
@@ -473,7 +473,7 @@
{{ scope.row.物料型号 }}
</template>
</el-table-column>
<el-table-column align="center" label="零件数量" width="70">
<el-table-column align="center" label="零件数量" width="80">
<template slot-scope="scope">
{{ scope.row.零件数量 }}
</template>