From c93c13d1cfe288d431109ae1eafd7a9fc6d58746 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 13 六月 2023 10:23:17 +0800
Subject: [PATCH] 1.递交
---
src/views/produceManager/productWarehouse.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/views/produceManager/productWarehouse.vue b/src/views/produceManager/productWarehouse.vue
index da1ca13..76f763a 100644
--- a/src/views/produceManager/productWarehouse.vue
+++ b/src/views/produceManager/productWarehouse.vue
@@ -1023,7 +1023,8 @@
saleOrderId: this.tableDataDetail[0].saleOrderid,
saleOrderCode: this.tableDataDetail[0].saleOrderCode,
rdDirectionFlag: 1,
- makerid: this.userArr.find(i => i.name === getCookie('username')).id,
+ // makerid: this.userArr.find(i => i.name === getCookie('username')).id,
+ makerid: '',
maker: getCookie('username'),
accountingyear: new Date().getFullYear(),
VoucherYear: new Date().getFullYear(),
@@ -1166,7 +1167,8 @@
saleOrderId: this.tableDataDetail[0].saleOrderid,
saleOrderCode: this.tableDataDetail[0].saleOrderCode,
rdDirectionFlag: 1,
- makerid: this.userArr.find(i => i.name === getCookie('username')).id,
+ // makerid: this.userArr.find(i => i.name === getCookie('username')).id,
+ makerid: '',
maker: getCookie('username'),
accountingyear: new Date().getFullYear(),
VoucherYear: new Date().getFullYear(),
--
Gitblit v1.9.3