新购验收驳回2

This commit is contained in:
zzyuan 2024-12-24 15:01:37 +08:00
parent f99df38248
commit a646db1a5c
2 changed files with 4 additions and 0 deletions

View File

@ -545,6 +545,9 @@ export default {
if (this.queryParams.time && this.queryParams.time.length > 0) {
this.queryParams.startTime = this.queryParams.time[0]
this.queryParams.endTime = this.queryParams.time[1]
}else{
this.queryParams.startTime=undefined
this.queryParams.endTime=undefined
}
try {
let params = {

View File

@ -554,6 +554,7 @@ export default {
obj.purchaseTaxPrice = 0
obj.purchaseNum = 1
obj.fixCode = "0"
obj.status=1
obj.bmFileInfos=[]
tempList.push(obj)
break