|
@@ -103,7 +103,7 @@ export default {
|
|
endDate: getDate.getCurrMonthDays().endtime + ' 23:59:59',
|
|
endDate: getDate.getCurrMonthDays().endtime + ' 23:59:59',
|
|
purchaseBillNo: '', // 采购单号
|
|
purchaseBillNo: '', // 采购单号
|
|
sendBillNo: '', // 备货单号
|
|
sendBillNo: '', // 备货单号
|
|
- auditState: 'WAIT_PUT_WAREHOUSE_AUDIT'
|
|
|
|
|
|
+ auditState: undefined
|
|
},
|
|
},
|
|
disabled: false, // 查询、重置按钮是否可操作
|
|
disabled: false, // 查询、重置按钮是否可操作
|
|
tableHeight: 0,
|
|
tableHeight: 0,
|
|
@@ -148,7 +148,7 @@ export default {
|
|
this.queryParam.endDate = getDate.getCurrMonthDays().endtime + ' 23:59:59'
|
|
this.queryParam.endDate = getDate.getCurrMonthDays().endtime + ' 23:59:59'
|
|
this.queryParam.purchaseBillNo = ''
|
|
this.queryParam.purchaseBillNo = ''
|
|
this.queryParam.sendBillNo = ''
|
|
this.queryParam.sendBillNo = ''
|
|
- this.queryParam.auditState = 'WAIT_PUT_WAREHOUSE_AUDIT'
|
|
|
|
|
|
+ this.queryParam.auditState = undefined
|
|
this.$refs.table.refresh(true)
|
|
this.$refs.table.refresh(true)
|
|
},
|
|
},
|
|
// 详情
|
|
// 详情
|