From 13b0bad30ef1df53492cbab1c1b99dfc02dee63f Mon Sep 17 00:00:00 2001
From: haoyahui <2032914783@qq.com>
Date: 星期二, 21 十一月 2023 17:51:16 +0800
Subject: [PATCH] 台账管理,盘点任务开发

---
 admin-web/src/views/stock/scrap/itemScrapping/edit.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin-web/src/views/stock/scrap/itemScrapping/edit.vue b/admin-web/src/views/stock/scrap/itemScrapping/edit.vue
index fd5ec9d..c24c442 100644
--- a/admin-web/src/views/stock/scrap/itemScrapping/edit.vue
+++ b/admin-web/src/views/stock/scrap/itemScrapping/edit.vue
@@ -276,12 +276,12 @@
       this.getCategoryTree();
       this.formData.procureGoods.push(JSON.parse(JSON.stringify(this.goodsItem)));
       this.formData.operatorId = this.userInfo.userCode;
-      this.formData.operatorName = this.userInfo.id;
+      this.formData.operatorName = this.userInfo.userName;
       this.formData.agencyId = this.userInfo.tenantId;
       this.formData.agencyName = this.userInfo.tenantName;
       this.formData.warehouseId = this.userInfo.tenantId;
       this.formData.warehouseName = this.userInfo.tenantName;
-      this.formData.WAREHOUSE_TYPE = 0;
+      this.formData.warehouseType = 0;
     },
     async getCategoryTree() {
       // 鑾峰彇鐗╁搧鍒嗙被鍒楄〃

--
Gitblit v1.9.1