|
@@ -1,3 +1,4 @@
|
|
|
+<!-- 不合格品审理单 -->
|
|
|
<template>
|
|
|
<div>
|
|
|
<template v-if="!updateVisible && !disposeVisible && !verifyVisible">
|
|
@@ -43,6 +44,7 @@
|
|
|
prop="invoicesCode"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="120"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="审理编码"
|
|
|
>
|
|
@@ -51,6 +53,7 @@
|
|
|
prop="orderCode"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="140"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="任务单编码"
|
|
|
>
|
|
@@ -59,6 +62,7 @@
|
|
|
prop="batchNumber"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="120"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="批次号"
|
|
|
>
|
|
@@ -67,6 +71,7 @@
|
|
|
prop="productName"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="120"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="物料名称"
|
|
|
>
|
|
@@ -75,6 +80,7 @@
|
|
|
prop="productNumber"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="120"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="生产编号"
|
|
|
>
|
|
@@ -83,6 +89,7 @@
|
|
|
prop="techName"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="120"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="工艺名称"
|
|
|
>
|
|
@@ -91,6 +98,7 @@
|
|
|
prop="nodeName"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="120"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="检验工序节点"
|
|
|
>
|
|
@@ -99,6 +107,7 @@
|
|
|
prop="disqualificationNodeName"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="120"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="发生工序节点"
|
|
|
>
|
|
@@ -115,6 +124,7 @@
|
|
|
prop="disqualificationCnt"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="100"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="不合格数量"
|
|
|
>
|
|
@@ -131,6 +141,7 @@
|
|
|
prop="approver"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="120"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="当前审理人"
|
|
|
>
|
|
@@ -139,6 +150,7 @@
|
|
|
prop="responsibleName"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="120"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="责任人"
|
|
|
>
|
|
@@ -147,6 +159,7 @@
|
|
|
prop="disposeAnalyse"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="100"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="处理分析"
|
|
|
>
|
|
@@ -155,6 +168,7 @@
|
|
|
prop="analyseName"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="120"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="处理分析人"
|
|
|
>
|
|
@@ -163,6 +177,7 @@
|
|
|
prop="disposeMeasure"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="140"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="处置措施"
|
|
|
>
|
|
@@ -171,6 +186,7 @@
|
|
|
prop="measureName"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="120"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="处置措施人"
|
|
|
>
|
|
@@ -179,6 +195,7 @@
|
|
|
prop="verifyConclusion"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="140"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="验证结论"
|
|
|
>
|
|
@@ -187,6 +204,7 @@
|
|
|
prop="verifyName"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="120"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="验证人"
|
|
|
>
|
|
@@ -195,6 +213,7 @@
|
|
|
prop="creatorName"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="120"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="检验员"
|
|
|
>
|
|
@@ -203,7 +222,7 @@
|
|
|
prop="createTime"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
- :show-tooltip-when-overflow="true"
|
|
|
+ width="160"
|
|
|
label="检验时间"
|
|
|
>
|
|
|
</el-table-column>
|
|
@@ -211,6 +230,7 @@
|
|
|
prop="approveStateStr"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="120"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="审理评审状态"
|
|
|
>
|
|
@@ -219,6 +239,7 @@
|
|
|
prop="reworkCnt"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="100"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="返工数量"
|
|
|
>
|
|
@@ -227,6 +248,7 @@
|
|
|
prop="repairCnt"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="100"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="返修数量"
|
|
|
>
|
|
@@ -235,6 +257,7 @@
|
|
|
prop="damageCnt"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="140"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="不合格/报损数量"
|
|
|
>
|
|
@@ -243,6 +266,7 @@
|
|
|
prop="concessionCnt"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="120"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="让步接收数量"
|
|
|
>
|
|
@@ -251,6 +275,7 @@
|
|
|
prop="releaseList"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
+ width="100"
|
|
|
:show-tooltip-when-overflow="true"
|
|
|
label="顾客放行表"
|
|
|
>
|
|
@@ -294,21 +319,21 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
- v-if="isAuth('quality:disqualification:update')"
|
|
|
+ v-if="isAuth('disqualification:invoices:update')"
|
|
|
type="text"
|
|
|
size="small"
|
|
|
@click="updateHandle(scope.row)"
|
|
|
>编辑</el-button
|
|
|
>
|
|
|
<el-button
|
|
|
- v-if="isAuth('quality:disqualification:updateDispose')"
|
|
|
+ v-if="isAuth('disqualification:invoices:updateDispose')"
|
|
|
type="text"
|
|
|
size="small"
|
|
|
@click="disposeHandle(scope.row)"
|
|
|
>处理</el-button
|
|
|
>
|
|
|
<el-button
|
|
|
- v-if="isAuth('quality:disqualification:updateVerify')"
|
|
|
+ v-if="isAuth('disqualification:invoices:updateVerify')"
|
|
|
type="text"
|
|
|
size="small"
|
|
|
@click="verifyHandle(scope.row)"
|
|
@@ -435,4 +460,4 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
-</style>
|
|
|
+</style>
|