new command module
This commit is contained in:
parent
612cd87689
commit
a750c4924c
13 changed files with 91 additions and 4 deletions
5
src/modules/18_command/components/Step/1_Detail.vue
Normal file
5
src/modules/18_command/components/Step/1_Detail.vue
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>รายละเอียดคำสั่ง</div>
|
||||
</template>
|
||||
5
src/modules/18_command/components/Step/2_ListPersons.vue
Normal file
5
src/modules/18_command/components/Step/2_ListPersons.vue
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>รายชื่อผู้ถูกออกคำสั่ง</div>
|
||||
</template>
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>รายชื่อผู้ได้รับสำเนาคำสั่ง</div>
|
||||
</template>
|
||||
5
src/modules/18_command/components/Step/4_Attached.vue
Normal file
5
src/modules/18_command/components/Step/4_Attached.vue
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>คำสั่งและบัญชีแนบท้าย</div>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue