From 7d51ce9e92d76109d623515200914b029c49365d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=BD=AA?= <2018656660@qq.com> Date: Tue, 15 Aug 2023 17:56:09 +0800 Subject: [PATCH] =?UTF-8?q?overseamom-562=20feat=20FG=20inward=20=E5=BA=93?= =?UTF-8?q?=E4=BD=8D=E4=B8=8B=E6=8B=89=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/product/inbound/finishProductOffline/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/product/inbound/finishProductOffline/index.vue b/src/pages/product/inbound/finishProductOffline/index.vue index aeff522..7dc0328 100644 --- a/src/pages/product/inbound/finishProductOffline/index.vue +++ b/src/pages/product/inbound/finishProductOffline/index.vue @@ -310,8 +310,8 @@ export default class finishProductOfflineDom extends BasePage { if (this.model.searchCode == '1') { if (session.factoryCode == '9A61' || session.factoryCode == '9A62') { - await this.model.queryTypeListVN(this.model.materielList); - this.form.aimWl = model.firstLocation; + // await this.model.queryTypeListVN(this.model.materielList[0].productCode); + // this.form.aimWl = model.firstLocation; } else { //查询库位接口/wmspda/fg/getMdLocationProd await this.model.queryTypeList(this.model.materielList[0].productCode);