|
@@ -184,9 +184,10 @@ function handleShowTurnoverDialog(row) {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- console.log(needCheckProcessCodeList)
|
|
|
|
- console.log(returnReceiptProcessCodeList)
|
|
|
|
- console.log(process)
|
|
|
|
|
|
+ // console.log(needCheckProcessCodeList)
|
|
|
|
+ // console.log(returnReceiptProcessCodeList)
|
|
|
|
+ // console.log(process)
|
|
|
|
+ process.sort((a, b) => (a.processStepNumber > b.processStepNumber ? 1 : -1))
|
|
if (process.length > 0) {
|
|
if (process.length > 0) {
|
|
getProcessInspectionList(process[process.length - 1]).then(res => {
|
|
getProcessInspectionList(process[process.length - 1]).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|