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) }