追溯加工过程姜福壮
This commit is contained in:
@@ -49,6 +49,16 @@
|
|||||||
{{ scope.row.完成数量 }}
|
{{ scope.row.完成数量 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column align="center" label="检验数" width="80">
|
||||||
|
<template slot-scope="scope">
|
||||||
|
{{ scope.row.检验数量 }}
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column align="center" label="不合格数" width="80">
|
||||||
|
<template slot-scope="scope">
|
||||||
|
{{ scope.row不合格数量 }}
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column align="center" label="操作者" show-overflow-tooltip width="70">
|
<el-table-column align="center" label="操作者" show-overflow-tooltip width="70">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.工序间是否外协 === 1 ? (scope.row.操作者 === '超级管理员' ? '系统' : scope.row.操作者) : '外协' }}
|
{{ scope.row.工序间是否外协 === 1 ? (scope.row.操作者 === '超级管理员' ? '系统' : scope.row.操作者) : '外协' }}
|
||||||
@@ -95,6 +105,16 @@
|
|||||||
{{ scope.row.报废数量 }}
|
{{ scope.row.报废数量 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column align="center" label="检验数" width="70">
|
||||||
|
<template slot-scope="scope">
|
||||||
|
{{ scope.row.检验数量 }}
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column align="center" label="不合格数" width="80">
|
||||||
|
<template slot-scope="scope">
|
||||||
|
{{ scope.row.不合格数量 }}
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column align="center" label="加工完成" width="100">
|
<el-table-column align="center" label="加工完成" width="100">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.机加工实际完成时间 }}
|
{{ scope.row.机加工实际完成时间 }}
|
||||||
|
|||||||
@@ -23,4 +23,4 @@ export const downloadFileMachine_config = `http://123.56.95.229:58010/submit/dow
|
|||||||
export const MESUploadFile_config = `http://123.56.95.229:58010/submit/MESUploadFile.ashx`
|
export const MESUploadFile_config = `http://123.56.95.229:58010/submit/MESUploadFile.ashx`
|
||||||
export const MESDownloadFile_config = `http://123.56.95.229:58010/submit/MESDownloadFile.ashx`
|
export const MESDownloadFile_config = `http://123.56.95.229:58010/submit/MESDownloadFile.ashx`
|
||||||
|
|
||||||
export const request_config = `http://123.56.95.229:58010/submit/MESCommonBase.ashx`
|
export const request_config = `http://localhost:8002/submit/MESCommonBase.ashx`
|
||||||
|
|||||||
Reference in New Issue
Block a user