mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
fix(FE): add sales person, refactor calculate total weight and price, add uom information and implement lazy load select
This commit is contained in:
@@ -563,7 +563,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
||||
todayRecordings.forEach((recording) => {
|
||||
const recordingDate = recording.record_datetime?.split('T')[0];
|
||||
if (recordingDate === today) {
|
||||
recordedIds.add(recording.project_flock.project_flock_kandang_id);
|
||||
recordedIds.add(recording.project_flock?.project_flock_kandang_id);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user