|
|
|
@ -906,7 +906,7 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
</div>
|
|
|
|
|
</el-collapse-item>
|
|
|
|
|
<el-collapse-item title="是否人工审核据设置(二次审核)">
|
|
|
|
|
<el-collapse-item title="是否人工审核单据设置(二次审核)">
|
|
|
|
|
<div>
|
|
|
|
|
<div style="width: 100%;margin: 0 auto;margin-top: 20px">
|
|
|
|
|
<el-row style="margin-bottom: 15px">
|
|
|
|
@ -1226,7 +1226,6 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
corpTypeChange(type) {
|
|
|
|
|
debugger
|
|
|
|
|
if (type != 2) {
|
|
|
|
|
this.inputQuery.genUnit = false
|
|
|
|
|
}
|
|
|
|
@ -1355,7 +1354,6 @@ export default {
|
|
|
|
|
this.findSpecialMethod()
|
|
|
|
|
this.selectBussinessList()
|
|
|
|
|
this.oldData = Object.assign({}, this.inputQuery)
|
|
|
|
|
debugger
|
|
|
|
|
if(this.inputQuery.id==null || this.inputQuery.id==''){
|
|
|
|
|
this.inputQuery.codeFillCheck=false;
|
|
|
|
|
this.inputQuery.preInBack=false;
|
|
|
|
|