From 1075b40ee2ada6bfce485fd59797c380e7dd34c5 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Wed, 6 Mar 2024 20:03:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=86=E5=8C=85=E6=90=BA=E5=B8=A6=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/inventory/distributionStockListMarket.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/distribution/inventory/distributionStockListMarket.vue b/src/views/distribution/inventory/distributionStockListMarket.vue index 6bf8925f..d93ad6e7 100644 --- a/src/views/distribution/inventory/distributionStockListMarket.vue +++ b/src/views/distribution/inventory/distributionStockListMarket.vue @@ -1041,7 +1041,8 @@ export default { this.formInline.materialId = this.stockList.materialId; this.formInline.marketId = this.stockList.marketId; this.formInline.storeId = this.stockList.storeId; - this.formInline.descriptionGoods = ''; + this.formInline.descriptionGoods = this.formInline.materialIdName; + addParcels(this.formInline).then(() => { this.box = false; this.dismantle = false;