Browse Source

Merge remote-tracking branch 'origin/testing' into testing

zengjun 6 months ago
parent
commit
4d8f229aee
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/inbound/takeDelivery/task/index.vue

+ 2 - 1
src/views/inbound/takeDelivery/task/index.vue

@@ -683,13 +683,14 @@ const isCheck = () => {
 const onConfirm = () => {
   if(isCheck()){
     const lotMap = toMap(lotData.value, 'field', 'mapping')
-    const { asnLineNo, asnNo, warehouse } = asnInfo.value
+    const { asnLineNo, asnNo, warehouse,customerId } = asnInfo.value
     const data = {
       asnLineNo,
       asnNo,
       containerId: containerNo.value,
       quantity: searchCount.value,
       warehouse,
+      customerId,
       serialNos: uniqueCodeList.value.length > 0 ? uniqueCodeList.value : undefined,
       ...lotMap,
     }