|
@@ -3,7 +3,7 @@
|
|
|
<app-modal direction="right-top" height="100%" width="100%" v-model:show="showModal" :refresh="refresh">
|
|
<app-modal direction="right-top" height="100%" width="100%" v-model:show="showModal" :refresh="refresh">
|
|
|
<app-view class="g-form">
|
|
<app-view class="g-form">
|
|
|
<template #header>
|
|
<template #header>
|
|
|
- <app-navbar :title="$t('operation.transfer')" @back="closed" />
|
|
|
|
|
|
|
+ <app-navbar :title="$t('operation.close')" @back="closed" />
|
|
|
</template>
|
|
</template>
|
|
|
<Form ref="formRef" class="g-form__container" @submit="onCloseSumit">
|
|
<Form ref="formRef" class="g-form__container" @submit="onCloseSumit">
|
|
|
<CellGroup :title="$t('position.goods.subtitle')" inset>
|
|
<CellGroup :title="$t('position.goods.subtitle')" inset>
|
|
@@ -40,7 +40,7 @@
|
|
|
</CellGroup>
|
|
</CellGroup>
|
|
|
</Form>
|
|
</Form>
|
|
|
<template #footer>
|
|
<template #footer>
|
|
|
- <Button block square type="danger" @click="formRef?.submit">{{ $t('operation.transfer') }}</Button>
|
|
|
|
|
|
|
+ <Button block square type="danger" @click="formRef?.submit">{{ $t('operation.close') }}</Button>
|
|
|
</template>
|
|
</template>
|
|
|
</app-view>
|
|
</app-view>
|
|
|
</app-modal>
|
|
</app-modal>
|