| | |
| | | <template> |
| | | <div class="dietarySurvey-item"> |
| | | <el-dialog v-model="state.dialogTableVisible" title="营养风险筛查表(NRS2002)" :fullscreen="true" width="100%"> |
| | | <el-dialog v-model="state.dialogTableVisible" title="NRS2002" :fullscreen="true" width="100%"> |
| | | <div class="container" style="width: 100%; height: 100%; overflow: auto"> |
| | | <div id="pinggu1"> |
| | | <div> |
| | |
| | | const state = reactive({ |
| | | dialogTableVisible: false, |
| | | tableData: { |
| | | 表名: '营养风险筛查表(NRS2002)', |
| | | 表名: 'NRS2002', |
| | | 初次调查日期: '', |
| | | 填表日期: '', |
| | | 更新日期: '', |
| | |
| | | surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'), |
| | | surveryPerson: userInfos.value.code, |
| | | surveryJsonBody: '', |
| | | suveryFormName: '营养风险筛查表(NRS2002)', |
| | | suveryFormName: 'NRS2002', |
| | | surveryFormType: 1, |
| | | updateTime: '', |
| | | }, |
| | |
| | | surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'), |
| | | surveryPerson: userInfos.value.code, |
| | | surveryJsonBody: JSON.stringify(state.tableData), |
| | | suveryFormName: '营养风险筛查表(NRS2002)', |
| | | suveryFormName: 'NRS2002', |
| | | updateTime: '', |
| | | }; |
| | | console.log(info); |
| | |
| | | }; |
| | | const getPageInfo = () => { |
| | | state.tableData = { |
| | | 表名: '营养风险筛查表(NRS2002)', |
| | | 表名: 'NRS2002', |
| | | 初次调查日期: formatDate(new Date(), 'YYYY-mm-dd'), |
| | | 填表日期: '', |
| | | 更新日期: formatDate(new Date(), 'YYYY-mm-dd'), |
| | |
| | | surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'), |
| | | surveryPerson: userInfos.value.code, |
| | | surveryJsonBody: '', |
| | | suveryFormName: '营养风险筛查表(NRS2002)', |
| | | suveryFormName: 'NRS2002', |
| | | surveryFormType: 1, |
| | | updateTime: '', |
| | | }; |