ซ่อนเงินเดือน 3 อัน
This commit is contained in:
parent
35bfa128dc
commit
2b59c01fdf
3 changed files with 19 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ const props = defineProps({
|
|||
onCheckChangeData: { type: Function, required: true },
|
||||
fetchDataCommandList: { type: Function, required: true },
|
||||
commandSysId: { type: String, required: true },
|
||||
formCommandList: { type: Object, required: true },
|
||||
});
|
||||
|
||||
const ListCommandSalary = ref<ListCommandSalaryType[]>([]);
|
||||
|
|
@ -466,5 +467,6 @@ onMounted(async () => {
|
|||
:command-edit-recive="commandReciveId"
|
||||
:get-data="getPersonList"
|
||||
:select-person-data="selectPersonData"
|
||||
:issue="formCommandList.issue"
|
||||
/>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ const { showLoader, hideLoader, dialogConfirm, messageError, success } =
|
|||
const props = defineProps({
|
||||
getData: Function,
|
||||
selectPersonData: Object,
|
||||
issue: String,
|
||||
});
|
||||
const modal = defineModel<boolean>("modal", { required: true });
|
||||
const titleName = defineModel<string>("titleName", { required: true });
|
||||
|
|
@ -109,6 +110,11 @@ watch(
|
|||
/> -->
|
||||
|
||||
<q-input
|
||||
v-if="
|
||||
issue !==
|
||||
'คำสั่งแต่งตั้งคณะกรรมการประเมินผลการทดลองปฏิบัติหน้าที่ราชการ' &&
|
||||
issue !== 'คำสั่งยกเลิกการลาออก'
|
||||
"
|
||||
dense
|
||||
outlined
|
||||
lazy-rules
|
||||
|
|
@ -124,6 +130,11 @@ watch(
|
|||
|
||||
<div class="col-xs-6 col-sm-6 col-md-6">
|
||||
<q-input
|
||||
v-if="
|
||||
issue !==
|
||||
'คำสั่งแต่งตั้งคณะกรรมการประเมินผลการทดลองปฏิบัติหน้าที่ราชการ' &&
|
||||
issue !== 'คำสั่งยกเลิกการลาออก'
|
||||
"
|
||||
dense
|
||||
outlined
|
||||
lazy-rules
|
||||
|
|
@ -145,6 +156,11 @@ watch(
|
|||
|
||||
<div class="col-xs-6 col-sm-6 col-md-6">
|
||||
<q-input
|
||||
v-if="
|
||||
issue !==
|
||||
'คำสั่งแต่งตั้งคณะกรรมการประเมินผลการทดลองปฏิบัติหน้าที่ราชการ' &&
|
||||
issue !== 'คำสั่งยกเลิกการลาออก'
|
||||
"
|
||||
dense
|
||||
outlined
|
||||
lazy-rules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue