|
|
@ -56,6 +56,7 @@ |
|
|
|
getCurrDateTime, |
|
|
|
getDirectoryItemArray, |
|
|
|
getPackingNumberAndBatch, |
|
|
|
deepCopyData |
|
|
|
} from '@/common/basic.js'; |
|
|
|
|
|
|
|
import { |
|
|
@ -354,7 +355,7 @@ |
|
|
|
} |
|
|
|
subItem.recordList.push(record); |
|
|
|
}) |
|
|
|
subList.push(subItem); |
|
|
|
subList.push(deepCopyData(subItem)); |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
@ -493,9 +494,6 @@ |
|
|
|
this.scanPopupGetFocus(); |
|
|
|
}, |
|
|
|
|
|
|
|
showScanMessage(message) { |
|
|
|
this.$refs.comMessage.showScanMessage(message); |
|
|
|
}, |
|
|
|
|
|
|
|
closeScanMessage() { |
|
|
|
this.scanPopupGetFocus(); |
|
|
|