fix:毛坯检测汇总传参变动
This commit is contained in:
parent
cf6ac5dba3
commit
bb372c2b93
|
@ -176,8 +176,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
params: {
|
params: {
|
||||||
ordering:'-data__毛坯检测_小日期',
|
ordering:'-data__毛坯检测_小日期',
|
||||||
ordering:'data__毛坯检测_批次号',
|
querys:[[{field:"data__has_key",compare:"",value:"毛坯检测_日期"}]],
|
||||||
querys:[[{field:"wm",value:0,compare:"isnull"},{field:"data__has_key",compare:"",value:"毛坯检测_批次号"}]],
|
|
||||||
},
|
},
|
||||||
query:{
|
query:{
|
||||||
name__contains:'',
|
name__contains:'',
|
||||||
|
@ -186,7 +185,7 @@ export default {
|
||||||
last_time__lte:'',
|
last_time__lte:'',
|
||||||
},
|
},
|
||||||
// apiObj: this.$API.wpm.wpr.query,
|
// apiObj: this.$API.wpm.wpr.query,
|
||||||
apiObj: null,
|
apiObj: this.$API.wpm.batchstquery,
|
||||||
options:[],
|
options:[],
|
||||||
tableData:[],
|
tableData:[],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue