零件报废补投

This commit is contained in:
zhangdingyu
2018-12-07 09:00:43 +08:00
parent 82f45f4389
commit 7d9f713ecd

View File

@@ -51,36 +51,42 @@
style="width: 100%; text-align: center" style="width: 100%; text-align: center"
@current-change="fetchTableData2"> @current-change="fetchTableData2">
<el-table-column <el-table-column
align="center"
prop="province1" prop="province1"
label="零件号" label="零件号"
> >
<template slot-scope="scope">{{ scope.row.零件图号 }}</template> <template slot-scope="scope">{{ scope.row.零件图号 }}</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
align="center"
prop="province2" prop="province2"
label="零件名称" label="零件名称"
> >
<template slot-scope="scope">{{ scope.row.零件名称 }}</template> <template slot-scope="scope">{{ scope.row.零件名称 }}</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
align="center"
prop="province4" prop="province4"
label="批次数量" label="批次数量"
> >
<template slot-scope="scope">{{ scope.row.批次数量 }}</template> <template slot-scope="scope">{{ scope.row.批次数量 }}</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
align="center"
prop="province5" prop="province5"
label="开始时间" label="开始时间"
> >
<template slot-scope="scope">{{ scope.row.机加工开始时间 }}</template> <template slot-scope="scope">{{ scope.row.机加工开始时间 }}</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
align="center"
prop="province6" prop="province6"
label="结束时间" label="结束时间"
> >
<template slot-scope="scope">{{ scope.row.机加工结束时间 }}</template> <template slot-scope="scope">{{ scope.row.机加工结束时间 }}</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
align="center"
prop="province7" prop="province7"
label="批次零件状态" label="批次零件状态"
> >
@@ -90,6 +96,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
align="center"
fixed="right" fixed="right"
label="操作" label="操作"
width="100px" width="100px"
@@ -119,7 +126,6 @@
element-loading-spinner="el-icon-loading" element-loading-spinner="el-icon-loading"
element-loading-background="rgba(226,223,223,1)" element-loading-background="rgba(226,223,223,1)"
height="250" height="250"
highlight-current-row
border border
stripe stripe
style="width: 100%"> style="width: 100%">
@@ -377,6 +383,7 @@ export default {
this.MachineDrawingValue ? this.MachineCode_check = 1 : this.MachineCode_check = 0 this.MachineDrawingValue ? this.MachineCode_check = 1 : this.MachineCode_check = 0
this.TeamValue ? this.TeamCode_check = 1 : this.TeamCode_check = 0 this.TeamValue ? this.TeamCode_check = 1 : this.TeamCode_check = 0
this.PartDrawing ? this.PartDrawing_check = 1 : this.PartDrawing_check = 0 this.PartDrawing ? this.PartDrawing_check = 1 : this.PartDrawing_check = 0
this.tableData2 = []
this.getTable(TableDataSelect, [this.ProjectCode_check, this.ProjectNameValue, this.MachineCode_check, this.MachineDrawingValue, this.TeamCode_check, this.TeamValue, this.ComponentPartsBasicCattleTaxNumber_check, this.ComponentPartsBasicCattleTaxNumber, this.CutCode_check, this.CutCode, this.CutCodeBefore_check, this.CutCodeBefore, this.Assess_check, this.Assess, this.PartDrawing_check, this.PartDrawing, this.currentPage1, this.pageSize1], ['tableData', 'total1', 'loading']) this.getTable(TableDataSelect, [this.ProjectCode_check, this.ProjectNameValue, this.MachineCode_check, this.MachineDrawingValue, this.TeamCode_check, this.TeamValue, this.ComponentPartsBasicCattleTaxNumber_check, this.ComponentPartsBasicCattleTaxNumber, this.CutCode_check, this.CutCode, this.CutCodeBefore_check, this.CutCodeBefore, this.Assess_check, this.Assess, this.PartDrawing_check, this.PartDrawing, this.currentPage1, this.pageSize1], ['tableData', 'total1', 'loading'])
}, },
fetchTableData2(row) { fetchTableData2(row) {