|
@@ -117,7 +117,7 @@ export default {
|
|
|
endDate: getDate.getCurrMonthDays().endtime,
|
|
|
purchaseBillNo: '',
|
|
|
receivingBillNo: '',
|
|
|
- auditState: undefined
|
|
|
+ auditState: 'WAIT_PUT_WAREHOUSE_AUDIT'
|
|
|
},
|
|
|
// 表头
|
|
|
columns: [
|
|
@@ -202,7 +202,7 @@ export default {
|
|
|
this.queryParam.endDate = getDate.getCurrMonthDays().endtime
|
|
|
this.queryParam.purchaseBillNo = ''
|
|
|
this.queryParam.receivingBillNo = ''
|
|
|
- this.queryParam.auditState = undefined
|
|
|
+ this.queryParam.auditState = 'WAIT_PUT_WAREHOUSE_AUDIT'
|
|
|
this.$refs.table.refresh(true)
|
|
|
},
|
|
|
pageInit () {
|