|
@ -301,14 +301,14 @@ |
|
|
//创建上架申请 |
|
|
//创建上架申请 |
|
|
if(this.dataContent.putAwayRequestSwitch){ |
|
|
if(this.dataContent.putAwayRequestSwitch){ |
|
|
if(list.length>0&&list[0].requestNumber){ |
|
|
if(list.length>0&&list[0].requestNumber){ |
|
|
createPutawayRequestByPlan(list[0].requestNumber) |
|
|
await createPutawayRequestByPlan(list[0].requestNumber) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
//创建检验申请 |
|
|
//创建检验申请 |
|
|
if(this.dataContent.putAwayInspectSwitch){ |
|
|
if(this.dataContent.putAwayInspectSwitch){ |
|
|
if(list.length>0&&list[0].requestNumber){ |
|
|
if(list.length>0&&list[0].requestNumber){ |
|
|
createInspectRequestByPlan(list[0].requestNumber) |
|
|
await createInspectRequestByPlan(list[0].requestNumber) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
var hintMsg ="提交成功\n生成装配收货记录\n"; |
|
|
var hintMsg ="提交成功\n生成装配收货记录\n"; |
|
|