1.修改公务接待

This commit is contained in:
lagos 2025-08-13 09:36:51 +08:00
parent 3f622354a6
commit 15c86f500a

View File

@ -1,7 +1,5 @@
<template>
<view>
<wd-collapse v-model="value">
<wd-collapse-item title="表单数据" name="item1">
<wd-cell title="接待类别" :value="info.jdlb" />
<wd-cell title="详细类别" :value="info.jdlb2" />
<wd-cell title="申请时间" :value="info.sqrq" />
@ -24,8 +22,6 @@
<wd-cell title="陪餐人数" :value="info.pcrs" />
<wd-cell title="申请金额(元)" :value="info.sqje" />
<wd-cell title="备注" :value="info.bz" />
</wd-collapse-item>
</wd-collapse>
<wd-toast></wd-toast>
</view>
</template>
@ -50,7 +46,6 @@
const value = ref([]);
const info = ref({});
const valiData = ref({});
const ifEsign = ref(true);
const props = defineProps({
formData: {
type: Object,
@ -84,20 +79,14 @@
emit('getStampSuc', val)
}
const signValidator = (procInsId,path)=>{
//
return sign.value.signValidator();
}
onMounted(() => {
queryData();
})
defineExpose({ //
signValidator,
ifEsign
})
</script>
<style lang="scss" scoped>