소스 검색

1.出库派发。

jiaxiaoqiang 1 년 전
부모
커밋
5965365229
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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) => {