Jelajahi Sumber

收货-增加货主字段

zhaohuanhuan 6 bulan lalu
induk
melakukan
700b0e5fa7
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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,
     }