zhaohuanhuan 3 недель назад
Родитель
Сommit
8961926880
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/haikang/putaway/putaway/index.vue

+ 2 - 2
src/views/haikang/putaway/putaway/index.vue

@@ -465,7 +465,7 @@ const setPutaway=async (type)=>{
           ? boxReturn
           : taskContinue
         const params = mode.value
-          ? {warehouse,container,boxCode:workBinNo.value,stationCode,locationId,externalCode:asnCode,taskType:'ASRS'}
+          ? {warehouse,container,boxCode:workBinNo.value,stationCode,locationId,externalCode:equipment,taskType:'ASRS'}
           : {warehouse, boxCode: workBinNo.value, stationCode, externalCode: asnCode, emptyRobot: false}
         apiCall(params).then(res=>{
           closeLoading()
@@ -502,7 +502,7 @@ const setGoBack=async (item)=>{
       showLoading()
       const apiCall = mode.value ? boxReturn : taskContinue
       const params = mode.value
-        ? {warehouse,container,boxCode:workBinNo.value,externalCode:asnCode,stationCode,locationId,taskType:'ASRS'}
+        ? {warehouse,container,boxCode:workBinNo.value,externalCode:equipment,stationCode,locationId,taskType:'ASRS'}
         : {warehouse, boxCode:workBinNo.value, stationCode, externalCode: asnCode, emptyRobot: false}
       const boxRes= await apiCall(params).catch(err=>{
         closeLoading()