From cbe9196d95fb5d3629e23e953e4dbadd0ee6a482 Mon Sep 17 00:00:00 2001
From: xzg <4727863@qq.com>
Date: Wed, 6 Mar 2024 18:29:25 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8B=86=E5=8C=85=E7=BC=BA=E5=B0=91=E5=8F=82?=
 =?UTF-8?q?=E6=95=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/views/distribution/inventory/distributionStockList.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/distribution/inventory/distributionStockList.vue b/src/views/distribution/inventory/distributionStockList.vue
index 49647868..277432f9 100644
--- a/src/views/distribution/inventory/distributionStockList.vue
+++ b/src/views/distribution/inventory/distributionStockList.vue
@@ -1124,7 +1124,7 @@ export default {
       console.log('adfadsfvasd', aa.data.data);
       this.getQuery = aa.data.data.records[0];
       this.getQuery.quantityStock = row.row.quantityStock;
-      // this.formInline.descriptionGoods = this.getQuery.name;
+      this.formInline.descriptionGoods = this.getQuery.name;
       let q = this.distributionUnit.find(i => i.dictKey == this.getQuery.logpmUnit);
       this.getQuery.logpmUnitName = q.dictValue;
       // getListParcelDetails(this.pageDetails.currentPage,this.pageDetails.pageSize,par).then(res => {