From bf342711154875882fe5ab608ec49a840653b46d Mon Sep 17 00:00:00 2001 From: suiwei <136693118@qq.com> Date: Tue, 2 May 2023 20:00:15 +0800 Subject: [PATCH] =?UTF-8?q?hdsmesin-51=20feat=20=E6=88=90=E5=93=81?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E9=80=89=E6=8B=A9=E5=BA=93=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/product/inbound/finishProductOffline/model.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/product/inbound/finishProductOffline/model.ts b/src/pages/product/inbound/finishProductOffline/model.ts index 7f8bd02..448f971 100644 --- a/src/pages/product/inbound/finishProductOffline/model.ts +++ b/src/pages/product/inbound/finishProductOffline/model.ts @@ -75,6 +75,7 @@ export class PickingModule extends VuexModule { const returningTypeList = res.data.map((item: any) => ({ label: item.locationCode, value: item.locationCode + '(' + item.sendSpot + ')', + areaCode: item.areaCode, })); const firstLocation = returningTypeList[0]; return { returningTypeList, firstLocation };