|
|
@ -919,7 +919,6 @@ |
|
|
|
|
|
|
|
setParamsBatch() { |
|
|
|
var subList = [] |
|
|
|
var createTime = getCurrDateTime(); |
|
|
|
var creator = this.$store.state.user.id |
|
|
|
console.log(8787,this.detailSource) |
|
|
|
this.detailSource.forEach(item => { |
|
|
@ -955,13 +954,11 @@ console.log(8787,this.detailSource) |
|
|
|
}) |
|
|
|
|
|
|
|
this.jobContent.subList = subList |
|
|
|
this.jobContent.createTime = createTime; |
|
|
|
this.jobContent.creator = creator; |
|
|
|
return this.jobContent; |
|
|
|
}, |
|
|
|
setParams() { |
|
|
|
var subList = [] |
|
|
|
var createTime = getCurrDateTime(); |
|
|
|
var creator = this.$store.state.user.id |
|
|
|
|
|
|
|
this.detailSource.forEach(item => { |
|
|
@ -983,7 +980,6 @@ console.log(8787,this.detailSource) |
|
|
|
}) |
|
|
|
this.jobContent.toWarehouseCode = this.toWarehouseCode |
|
|
|
this.jobContent.subList = subList |
|
|
|
this.jobContent.createTime = createTime; |
|
|
|
this.jobContent.creator = creator; |
|
|
|
return this.jobContent; |
|
|
|
}, |
|
|
|