|
|
@ -111,7 +111,7 @@
|
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item label="设备名称" prop="equipmentCode">
|
|
|
|
<el-form-item label="设备名称" prop="equipmentName">
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
|
v-model="queryParams.equipmentName"
|
|
|
|
v-model="queryParams.equipmentName"
|
|
|
|
placeholder="请输入设备名称"
|
|
|
|
placeholder="请输入设备名称"
|
|
|
@ -791,6 +791,7 @@ export default {
|
|
|
|
const orderId = row.orderId || this.ids
|
|
|
|
const orderId = row.orderId || this.ids
|
|
|
|
getInspectionWork(orderId).then(response => {
|
|
|
|
getInspectionWork(orderId).then(response => {
|
|
|
|
this.workVO = response.data;
|
|
|
|
this.workVO = response.data;
|
|
|
|
|
|
|
|
console.log(this.workVO)
|
|
|
|
for (let i = 0; i < this.workVO.detailList.length; i++) {
|
|
|
|
for (let i = 0; i < this.workVO.detailList.length; i++) {
|
|
|
|
for (let j = 0; j < this.workVO.detailList[i].standardList.length; j++) {
|
|
|
|
for (let j = 0; j < this.workVO.detailList[i].standardList.length; j++) {
|
|
|
|
this.workVO.detailList[i].standardList[j].itemName = this.workVO.detailList[i].itemName;
|
|
|
|
this.workVO.detailList[i].standardList[j].itemName = this.workVO.detailList[i].itemName;
|
|
|
|