|
|
@@ -684,6 +684,7 @@ const onConfirm = () => {
|
|
|
if(isCheck()){
|
|
|
const lotMap = toMap(lotData.value, 'field', 'mapping')
|
|
|
const { asnLineNo, asnNo, warehouse,customerId } = asnInfo.value
|
|
|
+ const {taskNo: taskCode } = taskInfo.value
|
|
|
const data = {
|
|
|
asnLineNo,
|
|
|
asnNo,
|
|
|
@@ -693,6 +694,7 @@ const onConfirm = () => {
|
|
|
customerId,
|
|
|
serialNos: uniqueCodeList.value.length > 0 ? uniqueCodeList.value : undefined,
|
|
|
...lotMap,
|
|
|
+ taskNo:taskCode
|
|
|
}
|
|
|
showLoading()
|
|
|
inputBarcodeType.value='task'
|