34
chenyc
2025-01-09 070ff71561be29e98bbc90e6d77f43f806f5b50b
src/views/home/components/pingubiao/editDietary2.vue
@@ -1,6 +1,6 @@
<template>
    <div class="dietarySurvey-item">
        <el-dialog v-model="state.dialogTableVisible" title="主观全面评定(SGA)评价" :fullscreen="true" width="100%">
        <el-dialog v-model="state.dialogTableVisible" title="SGA" :fullscreen="true" width="100%">
            <div class="container" style="width: 100%; height: 100%;overflow: auto;">
                <div id="pinggu2">
                    <div>
@@ -464,7 +464,7 @@
const state = reactive({
    dialogTableVisible: false,
    tableData: {
        表名: '主观全面评定(SGA)评价',
        表名: 'SGA',
        初次调查日期: "",
        填表日期: '',
        更新日期: '',
@@ -551,7 +551,7 @@
        surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'),
        surveryPerson: userInfos.value.code,
        surveryJsonBody: '',
        suveryFormName: '主观全面评定(SGA)评价',
        suveryFormName: 'SGA',
        surveryFormType: 1,
        updateTime: ''
    }
@@ -588,7 +588,7 @@
        surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'),
        surveryPerson: userInfos.value.code,
        surveryJsonBody: JSON.stringify(state.tableData),
        suveryFormName: '主观全面评定(SGA)评价',
        suveryFormName: 'SGA',
        updateTime: ''
    }
    console.log(info)
@@ -640,7 +640,7 @@
}
const getPageInfo = () => {
    state.tableData = {
        表名: '主观全面评定(SGA)评价',
        表名: 'SGA',
        初次调查日期: formatDate(new Date(), 'YYYY-mm-dd'),
        填表日期: '',
        更新日期: formatDate(new Date(), 'YYYY-mm-dd'),
@@ -726,7 +726,7 @@
        surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'),
        surveryPerson: userInfos.value.code,
        surveryJsonBody: '',
        suveryFormName: '主观全面评定(SGA)评价',
        suveryFormName: 'SGA',
        surveryFormType: 1,
        updateTime: ''
    }