Commit b564b434 authored by 吴春's avatar 吴春
parents 15370ae3 2a21a0a0
...@@ -665,6 +665,8 @@ ...@@ -665,6 +665,8 @@
return 'hasStock_5'; return 'hasStock_5';
} else if (type === 6) { } else if (type === 6) {
return 'hasStock_6'; return 'hasStock_6';
} else {
return 'hasStock_7';
} }
} else { } else {
return; return;
...@@ -1167,6 +1169,10 @@ ...@@ -1167,6 +1169,10 @@
background-color: #808000; background-color: #808000;
} }
.hotelProductManage2_calendarItem>.calendarItem_day>div>.hasStock_7 {
background-color: #DDA0DD;
}
/* 页面编辑 */ /* 页面编辑 */
.hotelProductManage2_edit2 { .hotelProductManage2_edit2 {
margin: 20px 0 0 0; margin: 20px 0 0 0;
......
...@@ -807,7 +807,7 @@ ...@@ -807,7 +807,7 @@
</template> </template>
</font> </font>
=<font style="color:red"> =<font style="color:red">
{{Number(getLocalJpyTotalMoney(subItem.PeopleNumber))+Number(getLocalJpyChangeTotalMoney(subItem.PeopleNumber))}} {{(Number(getLocalJpyTotalMoney(subItem.PeopleNumber))+Number(getLocalJpyChangeTotalMoney(subItem.PeopleNumber))).toFixed(2)}}
</font> </font>
</template> </template>
</td> </td>
...@@ -840,6 +840,7 @@ ...@@ -840,6 +840,7 @@
</template> </template>
</font> </font>
=<font style="color:red"> =<font style="color:red">
{{Number(getLocalTotalMoney(subItem.PeopleNumber))+Number(getLocalChangeTotalMoney(subItem.PeopleNumber))}} {{Number(getLocalTotalMoney(subItem.PeopleNumber))+Number(getLocalChangeTotalMoney(subItem.PeopleNumber))}}
</font> </font>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment