|
|
|
@ -103,7 +103,7 @@ |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
<el-col :span="17"> |
|
|
|
<el-col :span="17"> |
|
|
|
<div style="float: right;display: flex;align-items: center;"> |
|
|
|
<div style="float: right;display: flex;align-items: center;"> |
|
|
|
<el-checkbox style="color:#284c89;margin-right:10px;font-seze:14px;">同步同炉/同槽</el-checkbox> |
|
|
|
<!-- <el-checkbox style="color:#284c89;margin-right:10px;font-seze:14px;">同步同炉/同槽</el-checkbox> --> |
|
|
|
<el-button |
|
|
|
<el-button |
|
|
|
@click="gainYDValue" |
|
|
|
@click="gainYDValue" |
|
|
|
link |
|
|
|
link |
|
|
|
@ -157,7 +157,7 @@ |
|
|
|
<el-table-column width="57px"> |
|
|
|
<el-table-column width="57px"> |
|
|
|
<template #header> |
|
|
|
<template #header> |
|
|
|
<div style="display: flex;align-items: center;"> |
|
|
|
<div style="display: flex;align-items: center;"> |
|
|
|
<img src="@/assets/add.png" style="cursor:pointer;" alt="" @click="addRules(scope.row.wpItemDetailList)"> |
|
|
|
<img src="@/assets/add.png" style="cursor:pointer;" alt="" @click="addRules(scope.row.wpItemDetailList,scope.row)"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<template #default="subScope"> |
|
|
|
<template #default="subScope"> |
|
|
|
@ -564,7 +564,7 @@ export default { |
|
|
|
column: [ |
|
|
|
column: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: '流程卡号', |
|
|
|
label: '流程卡号', |
|
|
|
prop: 'tpProject', |
|
|
|
prop: 'cardNo', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
hide: true, |
|
|
|
hide: true, |
|
|
|
addDisplay: false, |
|
|
|
addDisplay: false, |
|
|
|
@ -978,8 +978,8 @@ export default { |
|
|
|
console.log('arr=============',arr) |
|
|
|
console.log('arr=============',arr) |
|
|
|
this.getDChyData = arr |
|
|
|
this.getDChyData = arr |
|
|
|
}, |
|
|
|
}, |
|
|
|
addRules(data){ |
|
|
|
addRules(data,row){ |
|
|
|
console.log('data=============',data) |
|
|
|
console.log('row=============',row) |
|
|
|
data.push({ |
|
|
|
data.push({ |
|
|
|
isDel:2 |
|
|
|
isDel:2 |
|
|
|
}) |
|
|
|
}) |
|
|
|
|