From 279e16eab8872fc85c1dadc1302fbf04569fdaf9 Mon Sep 17 00:00:00 2001 From: cy <1664593601@qq.com> Date: 星期三, 22 十一月 2023 10:23:00 +0800 Subject: [PATCH] feat: 台账SQL调整 --- 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