| | |
| | | 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() { |
| | | // 获取物品分类列表 |