Commit cdba673f authored by 高宇's avatar 高宇

1.修改 检查表

parent 6c1a662b
......@@ -3239,7 +3239,6 @@ export default {
// 切换厂家
handleJcCjChange(value) {
// 如果切换到第一个厂家时,将 11-15 21-25个输入框禁用并且情空数据
console.log('value',value)
if (value === this.manufacturer[0].value) {
console.log('选中第一个厂家')
this.disableInput = true
......@@ -3971,7 +3970,13 @@ export default {
if (this.inspectJbAl2o3List.limitData && this.inspectJbAl2o3List.limitData.length > 0) {
this.getRecordThreeList(this.inspectJbAl2o3List.limitData.split(','))
}
this.handleJcCjChange()
// this.handleJcCjChange(this.inspectInfoList.jcCj)
console.log('this.inspectInfoList.jcCj',this.inspectInfoList.jcCj)
if (this.inspectInfoList.jcCj === this.manufacturer[0].value) {
this.disableInput = true
} else {
this.disableInput = false
}
/** 审批信息**/
this.inspectInfoList.approveStatus = response.data.approveStatus
this.inspectsForm.approveUser = response.data.approveName
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment