新购验收驳回2
This commit is contained in:
parent
f99df38248
commit
a646db1a5c
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -554,6 +554,7 @@ export default {
|
|||
obj.purchaseTaxPrice = 0
|
||||
obj.purchaseNum = 1
|
||||
obj.fixCode = "0"
|
||||
obj.status=1
|
||||
obj.bmFileInfos=[]
|
||||
tempList.push(obj)
|
||||
break
|
||||
|
|
|
|||
Loading…
Reference in New Issue