From 6a37dde7cf54de4bf5f010c1da2996f16568ab0a Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期一, 29 四月 2024 14:28:45 +0800 Subject: [PATCH] 销售订单客户编号非必填 --- src/views/plan/customerorder/customerorder-return.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/plan/customerorder/customerorder-return.vue b/src/views/plan/customerorder/customerorder-return.vue index 57bedc1..04c8194 100644 --- a/src/views/plan/customerorder/customerorder-return.vue +++ b/src/views/plan/customerorder/customerorder-return.vue @@ -82,7 +82,6 @@ this.customerOrderList.forEach((item) => { ids.push(item.id) }) - console.log('this.userInfo.username', this.userInfo.username) const setDataForm = { customerOrderIds: ids, returnUser: this.userInfo.staffName, -- Gitblit v1.9.3