|
@@ -280,7 +280,7 @@ export default {
|
|
|
this.disabled = true
|
|
|
this.spinning = true
|
|
|
// 是否包含废弃单
|
|
|
- this.queryParam.disuseStateList = this.isAbandonOrder ? ['CANCEL', 'AUDIT_REJECT '] : undefined
|
|
|
+ this.queryParam.disuseFlag = this.isAbandonOrder ? '1' : '0'
|
|
|
// 查询总计
|
|
|
salesCount(Object.assign(parameter, this.queryParam)).then(res => {
|
|
|
this.totalData = res.data
|