|
|
|
@ -748,8 +748,9 @@ |
|
|
|
site: '', |
|
|
|
username: this.$store.state.user.name, |
|
|
|
codeNo: '', |
|
|
|
buNo:'', |
|
|
|
ifDisableFlag:'', |
|
|
|
buNo: '', |
|
|
|
ifDisableFlag: '', |
|
|
|
operationId: '' |
|
|
|
}, |
|
|
|
ifDisableFlag: false, |
|
|
|
dataForm: { |
|
|
|
@ -832,8 +833,8 @@ |
|
|
|
} |
|
|
|
//初始化参数 |
|
|
|
this.searchData = JSON.parse(JSON.stringify(inData)) |
|
|
|
// if(this.searchData.ifDisableFlag){ |
|
|
|
// this.ifDisableFlag=true |
|
|
|
// if (this.searchData.ifDisableFlag) { |
|
|
|
// this.ifDisableFlag = true |
|
|
|
// } |
|
|
|
//刷新表格 |
|
|
|
this.searchTable() |
|
|
|
@ -952,6 +953,7 @@ |
|
|
|
site: this.searchData.site, |
|
|
|
codeNo: this.searchData.codeNo, |
|
|
|
createBy: this.$store.state.user.name, |
|
|
|
operationId: this.searchData.operationId |
|
|
|
} |
|
|
|
saveBMToolBatch(tempData).then(({data}) => { |
|
|
|
if (data && data.code === 0) { |
|
|
|
|