From d809ecd16cbb23f5aad86a6844f51ffea0455fe8 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 06 九月 2024 16:53:55 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override
---
north-glass-erp/northglass-erp/src/views/sd/delivery/SelectOrderList.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/views/sd/delivery/SelectOrderList.vue b/north-glass-erp/northglass-erp/src/views/sd/delivery/SelectOrderList.vue
index 7d4f1c8..038385e 100644
--- a/north-glass-erp/northglass-erp/src/views/sd/delivery/SelectOrderList.vue
+++ b/north-glass-erp/northglass-erp/src/views/sd/delivery/SelectOrderList.vue
@@ -256,8 +256,8 @@
const projectArray=[];
for (let i=0;i<selectRecords.length;i++){
customerIdArray.push(selectRecords[i].customerId)
- if(selectRecords[i].project.trim.length===0){
- projectArray.push(selectRecords[i].project.trim)
+ if(selectRecords[i].project.trim().length===0){
+ projectArray.push(selectRecords[i].project.trim())
}else{
projectArray.push(selectRecords[i].project)
}
--
Gitblit v1.8.0