feat : sauvegarde01 partie 2
This commit is contained in:
@@ -119,6 +119,13 @@
|
||||
wrapper-class="col-start-2 row-start-4"
|
||||
/>
|
||||
</div>
|
||||
<div class="grid grid-cols-2 items-start gap-y-8 gap-x-40 mb-16">
|
||||
<h1 class="font-bold text-5xl uppercase col-start-1 row-start-1">pesée</h1>
|
||||
<h1 class="font-bold text-5xl uppercase col-start-2 row-start-1">marchandise</h1>
|
||||
</div>
|
||||
<update-weight
|
||||
:idReception="idReception"
|
||||
/>
|
||||
</form>
|
||||
</template>
|
||||
|
||||
@@ -141,6 +148,7 @@ import {SUPLLIER_CODE} from "~/utils/constants";
|
||||
import {deleteReceptionBovine, getReceptionBovineList} from "~/services/reception-bovine";
|
||||
import type {ReceptionData, ReceptionFormData} from "~/services/dto/reception-data";
|
||||
import {getReception} from "~/services/reception";
|
||||
import UpdateWeight from "~/components/reception/update-weight.vue";
|
||||
|
||||
const router = useRouter()
|
||||
const receptionStore = useReceptionStore()
|
||||
|
||||
Reference in New Issue
Block a user