整加工零件
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="app-container">
|
<div class="app-container">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col style="width: 610px">
|
<el-col style="width: 720px">
|
||||||
<el-card style="width:610px">
|
<el-card style="width:720px">
|
||||||
<span style="margin-left: 45%;font-size: 25px;">正在加工零件</span>
|
<span style="margin-left: 45%;font-size: 25px;">正在加工零件</span>
|
||||||
<div>加工日期:{{ dateTime }}</div>
|
<div>加工日期:{{ dateTime }}</div>
|
||||||
<el-table :data="tableData" border size="mini" highlight-current-row style="width: 610px" stripe height="640px">
|
<el-table :data="tableData" border size="mini" highlight-current-row style="width: 720px" stripe height="640px">
|
||||||
<el-table-column label="机床图号" show-overflow-tooltip prop="机床图号" align="center" width="80px">
|
<el-table-column label="机床图号" show-overflow-tooltip prop="机床图号" align="center" width="80px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.机床图号 }}
|
{{ scope.row.机床图号 }}
|
||||||
@@ -68,10 +68,10 @@
|
|||||||
</el-table>
|
</el-table>
|
||||||
</el-card>
|
</el-card>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col style="width: 610px">
|
<el-col style="width: 620px">
|
||||||
<el-card>
|
<el-card>
|
||||||
<div style="margin-left: 45%;margin-bottom: 20px; font-size: 25px">待加工零件</div>
|
<div style="margin-left: 45%;margin-bottom: 20px; font-size: 25px">待加工零件</div>
|
||||||
<el-table :data="tableData3" border size="mini" highlight-current-row style="width: 610px" stripe height="640px">
|
<el-table :data="tableData3" border size="mini" highlight-current-row style="width: 620px" stripe height="640px">
|
||||||
<el-table-column label="机床图号" show-overflow-tooltip prop="机床图号" align="center" width="80px">
|
<el-table-column label="机床图号" show-overflow-tooltip prop="机床图号" align="center" width="80px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.机床图号 }}
|
{{ scope.row.机床图号 }}
|
||||||
@@ -138,14 +138,7 @@
|
|||||||
<span>零件名称:</span>
|
<span>零件名称:</span>
|
||||||
<el-input v-model="SparePartsName" style="width: 150px" size="small"/>
|
<el-input v-model="SparePartsName" style="width: 150px" size="small"/>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-table
|
<el-table :data="tableData2" style="width: 615px;margin-top: 20px" size="mini" height="320" stripe highlight-current-row border>
|
||||||
:data="tableData2"
|
|
||||||
style="width: 615px;margin-top: 20px"
|
|
||||||
size="mini"
|
|
||||||
height="320"
|
|
||||||
stripe
|
|
||||||
highlight-current-row
|
|
||||||
border>
|
|
||||||
<el-table-column align="center" label="工序" width="70">
|
<el-table-column align="center" label="工序" width="70">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.工序顺序 }}
|
{{ scope.row.工序顺序 }}
|
||||||
@@ -163,7 +156,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="操作工" width="70">
|
<el-table-column align="center" label="操作工" width="70">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.操作员 }}
|
{{ scope.row.工序间是否外协 === 2 ? '外协' : scope.row.操作员 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="工序完成" width="80">
|
<el-table-column align="center" label="工序完成" width="80">
|
||||||
|
|||||||
Reference in New Issue
Block a user