ソースを参照

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) => {