|
@@ -8,7 +8,8 @@
|
|
|
font-weight: 600;
|
|
|
margin-botttom: 30px;
|
|
|
color: black;
|
|
|
- font-family: 'heiti'
|
|
|
+ font-family: 'heiti';
|
|
|
+ text-align: center;
|
|
|
"
|
|
|
>
|
|
|
《伙食管理登记簿》
|
|
@@ -42,7 +43,8 @@
|
|
|
mso-border-insideh: 0.5pt solid windowtext;
|
|
|
mso-border-insidev: 0.5pt solid windowtext;
|
|
|
mso-padding-alt: 0pt 0pt 0pt 0pt;
|
|
|
- font-size: 16px;font-weight: 500;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 500;
|
|
|
"
|
|
|
width="930"
|
|
|
align="center"
|
|
@@ -50,21 +52,29 @@
|
|
|
>
|
|
|
<tr
|
|
|
class="aaa"
|
|
|
- style="border: none; color: black; font-size: 12pt; line-height: 30px;font-family: 'songti'"
|
|
|
+ style="
|
|
|
+ border: none;
|
|
|
+ color: black;
|
|
|
+ font-size: 12pt;
|
|
|
+ line-height: 30px;
|
|
|
+ font-family: 'songti';
|
|
|
+ "
|
|
|
>
|
|
|
<td
|
|
|
class="JR_right"
|
|
|
colspan="5"
|
|
|
align="left"
|
|
|
- style="border: none; line-height: 45px;font-family: 'songti'"
|
|
|
+ style="border: none; line-height: 45px; font-family: 'songti'"
|
|
|
>
|
|
|
- 日期:<span style="font-family: 'fangsong'"> {{ message.recordDate }}</span>
|
|
|
+ 日期:<span style="font-family: 'fangsong'">
|
|
|
+ {{ message.recordDate }}</span
|
|
|
+ >
|
|
|
</td>
|
|
|
<td
|
|
|
class="JR_right"
|
|
|
colspan="8"
|
|
|
align="left"
|
|
|
- style="border: none; line-height: 45px;font-family: 'songti'"
|
|
|
+ style="border: none; line-height: 45px; font-family: 'songti'"
|
|
|
>
|
|
|
{{ week }}
|
|
|
</td>
|
|
@@ -72,15 +82,21 @@
|
|
|
class="JR_right"
|
|
|
colspan="3"
|
|
|
align="left"
|
|
|
- style="border: none; line-height: 45px;font-family: 'songti'"
|
|
|
+ style="border: none; line-height: 45px; font-family: 'songti'"
|
|
|
>
|
|
|
- 单位:千克、元
|
|
|
+ 单位:千克/元
|
|
|
</td>
|
|
|
</tr>
|
|
|
- <tbody style="font-size: 16px;font-weight: 500;">
|
|
|
+ <tbody style="font-size: 16px; font-weight: 500">
|
|
|
<!-- 区分早中晚一日三餐 -->
|
|
|
- <tr style="text-align: center;font-family: 'songti'" class="JR_tr" >
|
|
|
- <td colspan="2" class="JR_left" style="widt: 60px;font-family: 'songti'" >区 分</td>
|
|
|
+ <tr style="text-align: center; font-family: 'songti'" class="JR_tr">
|
|
|
+ <td
|
|
|
+ colspan="2"
|
|
|
+ class="JR_left"
|
|
|
+ style="widt: 60px; font-family: 'songti'"
|
|
|
+ >
|
|
|
+ 区 分
|
|
|
+ </td>
|
|
|
<td colspan="3" class="JR_left">
|
|
|
<p align="center" style="font-family: 'songti'">主食</p>
|
|
|
</td>
|
|
@@ -89,19 +105,35 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
- <tr class="JR_tr" >
|
|
|
- <td colspan="2" class="JR_left"><p align="center" style="font-family: 'songti'">早</p></td>
|
|
|
- <td colspan="3" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <tr class="JR_tr">
|
|
|
+ <td colspan="2" class="JR_left">
|
|
|
+ <p align="center" style="font-family: 'songti'">早</p>
|
|
|
+ </td>
|
|
|
+ <td
|
|
|
+ colspan="3"
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[0].stapleFood }}</p>
|
|
|
</td>
|
|
|
- <td colspan="11" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ colspan="11"
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[0].menu }}</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
<tr class="JR_tr">
|
|
|
- <td colspan="2" class="JR_left"><p align="center" style="font-family: 'songti'">中</p></td>
|
|
|
- <td colspan="3" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td colspan="2" class="JR_left">
|
|
|
+ <p align="center" style="font-family: 'songti'">中</p>
|
|
|
+ </td>
|
|
|
+ <td
|
|
|
+ colspan="3"
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[1].stapleFood }}</p>
|
|
|
</td>
|
|
|
<td colspan="11" style="font-family: 'fangsong'" class="JR_right">
|
|
@@ -109,7 +141,9 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr class="JR_tr">
|
|
|
- <td colspan="2" class="JR_left"><p align="center" style="font-family: 'songti'">晚</p></td>
|
|
|
+ <td colspan="2" class="JR_left">
|
|
|
+ <p align="center" style="font-family: 'songti'">晚</p>
|
|
|
+ </td>
|
|
|
<td colspan="3" style="font-family: 'fangsong'" class="JR_right">
|
|
|
<p align="center">{{ message.bdglFoodMeal[2].stapleFood }}</p>
|
|
|
</td>
|
|
@@ -118,7 +152,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
- <tr style="text-align: center;font-family: 'songti'" class="JR_tr">
|
|
|
+ <tr style="text-align: center; font-family: 'songti'" class="JR_tr">
|
|
|
<td rowspan="2" colspan="2" class="JR_left">
|
|
|
<p align="center" style="font-family: 'songti'">区<br />分</p>
|
|
|
</td>
|
|
@@ -131,9 +165,15 @@
|
|
|
</tr>
|
|
|
|
|
|
<tr class="JR_tr" style="font-family: 'songti'">
|
|
|
- <td width="" class="JR_left"><p align="center" style="font-family: 'songti'">总数</p></td>
|
|
|
- <td width="" class="JR_left"><p align="center" style="font-family: 'songti'">连队</p></td>
|
|
|
- <td width="" class="JR_left"><p align="center" style="font-family: 'songti'">外来</p></td>
|
|
|
+ <td width="" class="JR_left">
|
|
|
+ <p align="center" style="font-family: 'songti'">总数</p>
|
|
|
+ </td>
|
|
|
+ <td width="" class="JR_left">
|
|
|
+ <p align="center" style="font-family: 'songti'">连队</p>
|
|
|
+ </td>
|
|
|
+ <td width="" class="JR_left">
|
|
|
+ <p align="center" style="font-family: 'songti'">外来</p>
|
|
|
+ </td>
|
|
|
<td width="60px" class="JR_left">
|
|
|
<p align="center" style="font-family: 'songti'">面<br />粉</p>
|
|
|
</td>
|
|
@@ -156,16 +196,22 @@
|
|
|
<p align="center" style="font-family: 'songti'">蔬<br />菜</p>
|
|
|
</td>
|
|
|
<td width="60px" class="JR_left">
|
|
|
- <p align="center" style="font-family: 'songti'">水果<br />(奶)</p>
|
|
|
+ <p align="center" style="font-family: 'songti'">
|
|
|
+ 水果<br />(奶)
|
|
|
+ </p>
|
|
|
</td>
|
|
|
<td width="60px" colspan="" class="JR_left">
|
|
|
<p align="center" style="font-family: 'songti'">糖</p>
|
|
|
</td>
|
|
|
<td width="60px">
|
|
|
- <p align="center" class="JR_left" style="font-family: 'songti'">调<br />料</p>
|
|
|
+ <p align="center" class="JR_left" style="font-family: 'songti'">
|
|
|
+ 调<br />料
|
|
|
+ </p>
|
|
|
</td>
|
|
|
<td width="60px" colspan="">
|
|
|
- <p align="center" class="JR_left" style="font-family: 'songti'">燃<br />料</p>
|
|
|
+ <p align="center" class="JR_left" style="font-family: 'songti'">
|
|
|
+ 燃<br />料
|
|
|
+ </p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
@@ -173,46 +219,108 @@
|
|
|
<td width="" colspan="2" class="JR_left">
|
|
|
<p align="center" style="font-family: 'songti'">早</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[0].jiucanCount }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[0].lianduiCount }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[0].wailaiCount }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[0].mianfen }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[0].dami }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[0].rolei }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[0].yulei }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[0].youlei }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[0].huangdo }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[0].suchai }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[0].shuiguo }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[0].tang }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[0].tiaoliao }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[0].ranliao }}</p>
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -221,47 +329,109 @@
|
|
|
<td colspan="2" width="" class="JR_left">
|
|
|
<p align="center" style="font-family: 'songti'">中</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[1].jiucanCount }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[1].lianduiCount }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[1].wailaiCount }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[1].mianfen }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[1].dami }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[1].rolei }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[1].yulei }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[1].youlei }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[1].huangdo }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[1].suchai }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[1].shuiguo }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[1].tang }}</p>
|
|
|
</td>
|
|
|
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[1].tiaoliao }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[1].ranliao }}</p>
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -270,46 +440,108 @@
|
|
|
<td colspan="2" width="" class="JR_left">
|
|
|
<p align="center" style="font-family: 'songti'">晚</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[2].jiucanCount }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[2].lianduiCount }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[2].wailaiCount }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[2].mianfen }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[2].dami }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[2].rolei }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[2].yulei }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[2].youlei }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[2].huangdo }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[2].suchai }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[2].shuiguo }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[2].tang }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[2].tiaoliao }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan=""
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.bdglFoodMeal[2].ranliao }}</p>
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -320,7 +552,9 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr class="JR_tr" style="font-family: 'songti'">
|
|
|
- <td width="" class="JR_left"><p align="center" style="font-family: 'songti'">区分</p></td>
|
|
|
+ <td width="" class="JR_left">
|
|
|
+ <p align="center" style="font-family: 'songti'">区分</p>
|
|
|
+ </td>
|
|
|
<td width="" colspan="3" class="JR_left">
|
|
|
<p align="center" style="font-family: 'songti'">品名</p>
|
|
|
</td>
|
|
@@ -341,36 +575,70 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
- <tr class="JR_tr" v-for="(item, i) in message.bdglFoodKinds" :key="i">
|
|
|
+ <tr
|
|
|
+ class="JR_tr"
|
|
|
+ v-for="(item, i) in message.bdglFoodKinds"
|
|
|
+ :key="i + ''"
|
|
|
+ >
|
|
|
<td width="" rowspan="" class="JR_left">
|
|
|
<p align="center" style="font-family: 'songti'">
|
|
|
{{ i == 0 ? "主食" : i == 1 ? "副食" : "其他" }}
|
|
|
</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="3" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan="3"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ item.name }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="2" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan="2"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">
|
|
|
{{ item.distinctions }}
|
|
|
</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="2" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan="2"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ item.weight }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="2" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan="2"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ item.money }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="3" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan="3"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ item.types }}</p>
|
|
|
</td>
|
|
|
- <td width="" style="color: black;font-family: 'fangsong'" colspan="3" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ style="color: black; font-family: 'fangsong'"
|
|
|
+ colspan="3"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ item.money }}</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
<!-- 退交伙食费- -->
|
|
|
- <tr class="JR_tr" style="text-align: center;font-family: 'songti'">
|
|
|
+ <tr class="JR_tr" style="text-align: center; font-family: 'songti'">
|
|
|
<td width="" colspan="1" rowspan="2" class="JR_left">
|
|
|
<p align="center" style="font-family: 'songti'">姓名</p>
|
|
|
</td>
|
|
@@ -407,18 +675,26 @@
|
|
|
</tr>
|
|
|
|
|
|
<tr
|
|
|
- align="center"
|
|
|
+ align="center"
|
|
|
v-for="(item, i) in by_reset"
|
|
|
- :key="i"
|
|
|
+ :key="i + ' '"
|
|
|
class="JR_tr"
|
|
|
- style="text-align: center; line-height: 47px;font-family: 'fangsong'"
|
|
|
+ style="
|
|
|
+ text-align: center;
|
|
|
+ line-height: 47px;
|
|
|
+ font-family: 'fangsong';
|
|
|
+ "
|
|
|
>
|
|
|
<td colspan="1" class="JR_right" align="center">
|
|
|
{{ item.peopleName }}
|
|
|
</td>
|
|
|
<td colspan="3" class="JR_right" align="center">{{ item.sky }}</td>
|
|
|
- <td colspan="2" class="JR_right" align="center">{{ item.standard }}</td>
|
|
|
- <td colspan="2" class="JR_right" align="center">{{ item.money }}</td>
|
|
|
+ <td colspan="2" class="JR_right" align="center">
|
|
|
+ {{ item.standard }}
|
|
|
+ </td>
|
|
|
+ <td colspan="2" class="JR_right" align="center">
|
|
|
+ {{ item.money }}
|
|
|
+ </td>
|
|
|
|
|
|
<td colspan="2" v-if="isWho" class="JR_right" align="center">
|
|
|
{{ reset[i].peopleName }}
|
|
@@ -453,7 +729,10 @@
|
|
|
<p align="center" style="font-family: 'songti'">在食堂购物</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
- <tr class="JR_tr" style="text-align: center; line-height: 47px;font-family: 'songti'">
|
|
|
+ <tr
|
|
|
+ class="JR_tr"
|
|
|
+ style="text-align: center; line-height: 47px; font-family: 'songti'"
|
|
|
+ >
|
|
|
<td width="" rowspan="2" colspan="2" class="JR_left">
|
|
|
<p align="center" style="font-family: 'songti'">姓名</p>
|
|
|
</td>
|
|
@@ -502,7 +781,7 @@
|
|
|
|
|
|
<tr
|
|
|
class="JR_tr"
|
|
|
- v-for="(item) in message.bdglFoodShoppings"
|
|
|
+ v-for="item in message.bdglFoodShoppings"
|
|
|
:key="item.id"
|
|
|
height="50"
|
|
|
style="font-family: 'fangsong'"
|
|
@@ -547,7 +826,12 @@
|
|
|
</tr>
|
|
|
|
|
|
<tr class="JR_tr">
|
|
|
- <td width="" colspan="2" class="JR_left" style="font-family: 'songti'">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ colspan="2"
|
|
|
+ class="JR_left"
|
|
|
+ style="font-family: 'songti'"
|
|
|
+ >
|
|
|
<p align="center" style="font-family: 'songti'">
|
|
|
炊<br />
|
|
|
事<br />
|
|
@@ -576,7 +860,12 @@
|
|
|
员
|
|
|
</p>
|
|
|
</td>
|
|
|
- <td width="" colspan="7" style="font-family: 'fangsong'" class="JR_right">
|
|
|
+ <td
|
|
|
+ width=""
|
|
|
+ colspan="7"
|
|
|
+ style="font-family: 'fangsong'"
|
|
|
+ class="JR_right"
|
|
|
+ >
|
|
|
<p align="center">{{ message.peopleNames }}</p>
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -596,7 +885,7 @@
|
|
|
class="JR_right"
|
|
|
width=""
|
|
|
colspan="14"
|
|
|
- style="text-align: center;font-family: 'fangsong'"
|
|
|
+ style="text-align: center; font-family: 'fangsong'"
|
|
|
v-html="message.repastContent"
|
|
|
>
|
|
|
<p align="center"></p>
|
|
@@ -605,31 +894,48 @@
|
|
|
</tbody>
|
|
|
<tr
|
|
|
class="aaa"
|
|
|
- style="border: none; color: black; font-size: 12pt; line-height: 30px;font-family: 'songti'"
|
|
|
+ style="
|
|
|
+ border: none;
|
|
|
+ color: black;
|
|
|
+ font-size: 12pt;
|
|
|
+ line-height: 30px;
|
|
|
+ font-family: 'songti';
|
|
|
+ "
|
|
|
>
|
|
|
<td
|
|
|
class="JR_right"
|
|
|
colspan="6"
|
|
|
align="left"
|
|
|
- style="border: none; line-height: 45px;font-family: 'songti'"
|
|
|
+ style="
|
|
|
+ border: none;
|
|
|
+ line-height: 45px;
|
|
|
+ font-family: 'songti';
|
|
|
+ padding-left: 10px;
|
|
|
+ "
|
|
|
>
|
|
|
- 单位首长:<span style="font-family: 'fangsong'">{{ message.people1Name }}</span>
|
|
|
+ 单位首长:<span style="font-family: 'fangsong'">{{
|
|
|
+ message.people1Name
|
|
|
+ }}</span>
|
|
|
</td>
|
|
|
<td
|
|
|
class="JR_right"
|
|
|
colspan="6"
|
|
|
align="left"
|
|
|
- style="border: none; line-height: 45px;font-family: 'songti'"
|
|
|
+ style="border: none; line-height: 45px; font-family: 'songti'"
|
|
|
>
|
|
|
- 经委会主任:<span style="font-family: 'fangsong'">{{ message.chairmanName }}</span>
|
|
|
+ 经委会主任:<span style="font-family: 'fangsong'">{{
|
|
|
+ message.chairmanName
|
|
|
+ }}</span>
|
|
|
</td>
|
|
|
<td
|
|
|
class="JR_right"
|
|
|
colspan="3"
|
|
|
align="left"
|
|
|
- style="border: none; line-height: 45px;font-family: 'songti'"
|
|
|
+ style="border: none; line-height: 45px; font-family: 'songti'"
|
|
|
>
|
|
|
- 值班员:<span style="font-family: 'fangsong'"> {{ message.peopleName }}</span>
|
|
|
+ 值班员:<span style="font-family: 'fangsong'">
|
|
|
+ {{ message.peopleName }}</span
|
|
|
+ >
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
@@ -671,7 +977,7 @@ export default {
|
|
|
peopleId: "",
|
|
|
sky: "",
|
|
|
standard: "",
|
|
|
- weel:"",
|
|
|
+ weel: "",
|
|
|
},
|
|
|
by: [],
|
|
|
reset: [],
|
|
@@ -684,7 +990,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
daochu() {
|
|
|
- lookWord(this.title, "#contents", this.style, );
|
|
|
+ lookWord(this.title, "#contents", this.style);
|
|
|
},
|
|
|
isWhy() {
|
|
|
let item;
|
|
@@ -696,8 +1002,8 @@ export default {
|
|
|
this.reset.push(this.message.bdglFoodBoardWagess[item]);
|
|
|
}
|
|
|
}
|
|
|
- console.log(this.by,111);
|
|
|
- console.log(this.reset,222);
|
|
|
+ console.log(this.by, 111);
|
|
|
+ console.log(this.reset, 222);
|
|
|
|
|
|
if (this.by.length > this.by_reset || this.reset.length > this.by_reset) {
|
|
|
console.log(this.by.length);
|
|
@@ -735,7 +1041,7 @@ export default {
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
|
-<style scoped>
|
|
|
+<style scoped media="print">
|
|
|
tbody {
|
|
|
border: black;
|
|
|
color: black;
|
|
@@ -751,4 +1057,8 @@ tr:last-child {
|
|
|
border: 1px solid rgb(129, 130, 131);
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
+@page {
|
|
|
+ size: auto;
|
|
|
+ margin: 0mm;
|
|
|
+}
|
|
|
</style>
|