Browse Source

1.出库派发。

jiaxiaoqiang 1 year ago
parent
commit
5965365229
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/storage-out/index.vue

+ 2 - 2
src/views/storage-out/index.vue

@@ -251,8 +251,8 @@ const createTask = () => {
     stationId: currentDestination.value.id,
     targetType: currentDestination.value.targetType,
     vehicleCode: outingBox.value.vehicleNo,
-    vehicleId: outingBox.value.id,
-    vehicleName: outingBox.value.name,
+    vehicleId: outingBox.value.vehicleId,
+    vehicleName: outingBox.value.vehicleName,
   };
 
   addMaterialFlow(params).then((res: any) => {