|
@@ -731,9 +731,9 @@
|
|
|
requestadd(list, status) {
|
|
|
console.log(list)
|
|
|
list.compId = localStorage.getItem('ws-pf_compId')
|
|
|
- list.publisher =
|
|
|
- localStorage.getItem('ws-pf_roleName') +
|
|
|
- localStorage.getItem('ws-pf_staffName')
|
|
|
+ // list.publisher =
|
|
|
+ // localStorage.getItem('ws-pf_roleName') +
|
|
|
+ // localStorage.getItem('ws-pf_staffName')
|
|
|
warehousetask(list)
|
|
|
.toPromise()
|
|
|
.then((response) => {
|
|
@@ -750,8 +750,8 @@
|
|
|
// console.log(response1)
|
|
|
|
|
|
workflowcontent({
|
|
|
- workflowId: item.workflowId,
|
|
|
- businessKey: item.id,
|
|
|
+ workflowId: list.workflowId,
|
|
|
+ businessKey: list.id,
|
|
|
type: '出入库任务'
|
|
|
}).toPromise()
|
|
|
.then((response1) => {
|