点检、巡检、保养详情查看标准重复BUG解决

yangwl
wws 10 months ago
parent 2d37a3dba9
commit 89b1f3f9bf

@ -481,10 +481,11 @@
label="下限">
</el-table-column>
<el-table-column
width="120"
prop="actualValue"
label="实际值">
<template slot-scope="scope">
<el-input v-if="scope.row.standardType == 'quantify' " size="small" v-model="scope.row.actualValue" @change="handleEdit(scope.$index,scope.row)"></el-input>
<el-input-number style="width: 90px;" v-if="scope.row.standardType == 'quantify'" size="small" v-model="scope.row.actualValue" controls-position="right"></el-input-number>
</template>
</el-table-column>
<el-table-column
@ -787,6 +788,7 @@ export default {
//
showWork(row) {
this.reset();
this.standardListVo = [];
const orderId = row.orderId || this.ids
getInspectionWork(orderId).then(response => {
this.workVO = response.data;

@ -673,6 +673,7 @@ export default {
//
showWork(row) {
this.reset();
this.standardListVo = [];
const orderId = row.orderId || this.ids
getInspectionWork(orderId).then(response => {
this.workVO = response.data;

@ -750,6 +750,7 @@ export default {
//
showWork(row) {
this.reset();
this.standardListVo = [];
const orderId = row.orderId || this.ids
getInspectionWork(orderId).then(response => {
this.workVO = response.data;

@ -472,10 +472,11 @@
label="下限">
</el-table-column>
<el-table-column
width="120"
prop="actualValue"
label="实际值">
<template slot-scope="scope">
<el-input v-if="scope.row.standardType == 'quantify' " size="small" v-model="scope.row.actualValue" @change="handleEdit(scope.$index,scope.row)"></el-input>
<el-input-number style="width: 90px;" v-if="scope.row.standardType == 'quantify'" size="small" v-model="scope.row.actualValue" controls-position="right"></el-input-number>
</template>
</el-table-column>
<el-table-column
@ -785,6 +786,7 @@ export default {
//
showWork(row) {
this.reset();
this.standardListVo = [];
const orderId = row.orderId || this.ids
getInspectionWork(orderId).then(response => {
this.workVO = response.data;

@ -656,6 +656,7 @@ export default {
//
showWork(row) {
this.reset();
this.standardListVo = [];
const orderId = row.orderId || this.ids
getInspectionWork(orderId).then(response => {
this.workVO = response.data;

@ -919,10 +919,11 @@
label="下限">
</el-table-column>
<el-table-column
width="120"
prop="actualValue"
label="实际值">
<template slot-scope="scope">
<el-input v-if="scope.row.standardType == 'quantify' " size="small" v-model="scope.row.actualValue" @change="handleEdit(scope.$index,scope.row)"></el-input>
<el-input-number style="width: 90px;" v-if="scope.row.standardType == 'quantify'" size="small" v-model="scope.row.actualValue" controls-position="right"></el-input-number>
</template>
</el-table-column>
<el-table-column
@ -1414,6 +1415,7 @@ export default {
//
showWork(row) {
this.reset();
this.standardListVo = [];
const orderId = row.orderId || this.ids
getInspectionWork(orderId).then(response => {
this.workVO = response.data;

Loading…
Cancel
Save