|
|
@ -1007,10 +1007,12 @@ export default { |
|
|
this.tagNo = val |
|
|
this.tagNo = val |
|
|
this.$nextTick(() => { |
|
|
this.$nextTick(() => { |
|
|
let strVal = '' |
|
|
let strVal = '' |
|
|
|
|
|
let conSql = '' |
|
|
if (val === 89) { |
|
|
if (val === 89) { |
|
|
strVal = this.rollDefectForm.defectCode || '' |
|
|
strVal = this.rollDefectForm.defectCode || '' |
|
|
|
|
|
conSql = " and A.workCenter_no = '" + this.scheduleData.workCenterNo + "'" |
|
|
} |
|
|
} |
|
|
this.$refs.baseList.init(val, strVal) |
|
|
|
|
|
|
|
|
this.$refs.baseList.init(val, strVal, conSql) |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|