Change customer unpaid initial date
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
643e068863
commit
998561badd
|
@ -15,7 +15,7 @@ const route = useRoute();
|
|||
const { notify } = useNotify();
|
||||
const stateStore = useStateStore();
|
||||
|
||||
const initialDated = '2001-01-01T11:00:00.000Z';
|
||||
const initialDated = Date.vnNew();
|
||||
const unpaidClient = ref(false);
|
||||
const isLoading = ref(false);
|
||||
const amount = ref(null);
|
||||
|
|
Loading…
Reference in New Issue