|
|
@ -107,7 +107,6 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
const toolsCodeId = this.findObject(this.option.column, "toolsCodeId"); |
|
|
|
const toolsCodeId = this.findObject(this.option.column, "toolsCodeId"); |
|
|
|
this.form.toolsCodeId=' '; |
|
|
|
|
|
|
|
toolsCodeId.display = false; |
|
|
|
toolsCodeId.display = false; |
|
|
|
const kksNo = this.findObject(this.option.column, "kksNo"); |
|
|
|
const kksNo = this.findObject(this.option.column, "kksNo"); |
|
|
|
kksNo.disabled = false; |
|
|
|
kksNo.disabled = false; |
|
|
@ -207,6 +206,11 @@ export default { |
|
|
|
label: "toolsCodeId", |
|
|
|
label: "toolsCodeId", |
|
|
|
value: "toolsCodeId", |
|
|
|
value: "toolsCodeId", |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
rules: [{ |
|
|
|
|
|
|
|
required: true, |
|
|
|
|
|
|
|
message: "请输入工器具编码", |
|
|
|
|
|
|
|
trigger: "blur" |
|
|
|
|
|
|
|
}], |
|
|
|
event: { |
|
|
|
event: { |
|
|
|
change: (val) => { |
|
|
|
change: (val) => { |
|
|
|
if (!val) return |
|
|
|
if (!val) return |
|
|
|