Compare commits

..

No commits in common. "37982133987197de797652da905bf4ad573923ce" and "e0fc8be16bddd5d1169ad1db616b0aafd5fc496d" have entirely different histories.

1 changed files with 3 additions and 2 deletions

View File

@ -176,7 +176,8 @@ export default {
return { return {
params: { params: {
ordering:'-data__毛坯检测_小日期', ordering:'-data__毛坯检测_小日期',
querys:[[{field:"data__has_key",compare:"",value:"毛坯检测_日期"}]], ordering:'data__毛坯检测_批次号',
querys:[[{field:"wm",value:0,compare:"isnull"},{field:"data__has_key",compare:"",value:"毛坯检测_批次号"}]],
}, },
query:{ query:{
name__contains:'', name__contains:'',
@ -185,7 +186,7 @@ export default {
last_time__lte:'', last_time__lte:'',
}, },
// apiObj: this.$API.wpm.wpr.query, // apiObj: this.$API.wpm.wpr.query,
apiObj: this.$API.wpm.batchstquery, apiObj: null,
options:[], options:[],
tableData:[], tableData:[],
}; };