|
@@ -616,7 +616,7 @@ export default {
|
|
|
})
|
|
|
.toPromise()
|
|
|
.then((response) => {
|
|
|
- workflowcontent({workflowId:item.workflowId,businessKey:item.id,type:'汽运结算报表'}).toPromise()
|
|
|
+ workflowcontent({workflowId:item.workflowId,businessKey:item.id,type:'销售出库报表'}).toPromise()
|
|
|
.then((response1) => {
|
|
|
this.audit(this.modification[index + 1], index + 1, status)
|
|
|
})
|