|
|
|
@ -201,6 +201,7 @@ |
|
|
|
type:'', |
|
|
|
propertiesCodeNo:'', |
|
|
|
fieldId:'', |
|
|
|
operationNo: '' |
|
|
|
}, |
|
|
|
type:'prepress', |
|
|
|
ifDisableFlag:false, |
|
|
|
@ -232,6 +233,9 @@ |
|
|
|
// } |
|
|
|
// 初始化参数 |
|
|
|
this.searchData = JSON.parse(JSON.stringify(inData)) |
|
|
|
if (this.searchData.type === 'PackageInfo' || this.searchData.type === 'drawing' || this.searchData.type === 'fai' || this.searchData.type === 'qualityDocument') { |
|
|
|
this.searchData.operationNo = '0' |
|
|
|
} |
|
|
|
// if (this.searchData.ifDisableFlag) { |
|
|
|
// this.ifDisableFlag = true |
|
|
|
// } |
|
|
|
|