34
chenyc
2025-01-09 070ff71561be29e98bbc90e6d77f43f806f5b50b
src/views/home/components/pingubiao/editDietary3.vue
@@ -1,6 +1,6 @@
<template>
   <div class="dietarySurvey-item">
      <el-dialog v-model="state.dialogTableVisible" title="营养不良炎症评分表(MIS)" :fullscreen="true" width="100%">
      <el-dialog v-model="state.dialogTableVisible" title="MIS" :fullscreen="true" width="100%">
         <div class="container" style="width: 100%; height: 100%; overflow: auto">
            <div id="pinggu3">
               <div>
@@ -228,7 +228,7 @@
const state = reactive({
   dialogTableVisible: false,
   tableData: {
      表名: '营养不良炎症评分表(MIS)',
      表名: 'MIS',
      初次调查日期: '',
      填表日期: '',
      更新日期: '',
@@ -313,7 +313,7 @@
      surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'),
      surveryPerson: userInfos.value.code,
      surveryJsonBody: JSON.stringify(state.tableData),
      suveryFormName: '营养不良炎症评分表(MIS)',
      suveryFormName: 'MIS',
      updateTime: '',
   };
   console.log(info);
@@ -359,7 +359,7 @@
};
const getPageInfo = () => {
   state.tableData = {
      表名: '营养不良炎症评分表(MIS)',
      表名: 'MIS',
      初次调查日期: formatDate(new Date(), 'YYYY-mm-dd'),
      填表日期: '',
      更新日期: formatDate(new Date(), 'YYYY-mm-dd'),