|
@ -480,7 +480,6 @@ const autoCreatePlanRequest = async (row)=>{ |
|
|
// 生成发料申请 |
|
|
// 生成发料申请 |
|
|
if (Array.isArray(res) && res.length > 0) { |
|
|
if (Array.isArray(res) && res.length > 0) { |
|
|
res.forEach(item => { |
|
|
res.forEach(item => { |
|
|
debugger |
|
|
|
|
|
// 已发布 |
|
|
// 已发布 |
|
|
if(item.status == '6'){ |
|
|
if(item.status == '6'){ |
|
|
ProductionMainApi.generateIssueRequest(item.number) |
|
|
ProductionMainApi.generateIssueRequest(item.number) |
|
|