Commit dce99d57 authored by 华国豪's avatar 华国豪 🙄

1

parent 238139dd
...@@ -179,7 +179,7 @@ input[type="number"] { ...@@ -179,7 +179,7 @@ input[type="number"] {
<td v-if="childIndex==0" :rowspan="subItem.TicketPriceList.length"> <td v-if="childIndex==0" :rowspan="subItem.TicketPriceList.length">
{{subItem.Remarks}} {{subItem.Remarks}}
</td> </td>
<td><span class="cursorpointer text-decoratio" @click="godetail('ticket', childItem)">明细</span></td> <td v-if="childIndex==0" :rowspan="subItem.TicketPriceList.length"><span class="cursorpointer text-decoratio" @click="godetail('ticket', childItem)">明细</span></td>
</tr> </tr>
</template> </template>
</template> </template>
...@@ -252,7 +252,7 @@ input[type="number"] { ...@@ -252,7 +252,7 @@ input[type="number"] {
<td> <td>
{{item2.Remarks}} {{item2.Remarks}}
</td> </td>
<td><span class="cursorpointer text-decoratio" @click="godetail('bus', item2)">明细</span></td> <td v-if="index2 ==0" :rowspan="item.data.length"><span class="cursorpointer text-decoratio" @click="godetail('bus', item2)">明细</span></td>
</tr> </tr>
</template> </template>
</table> </table>
...@@ -314,7 +314,7 @@ input[type="number"] { ...@@ -314,7 +314,7 @@ input[type="number"] {
<td v-if="childIndex==0" :rowspan="subItem.DiningPriceList.length"> <td v-if="childIndex==0" :rowspan="subItem.DiningPriceList.length">
{{subItem.Remarks}} {{subItem.Remarks}}
</td> </td>
<td><span class="cursorpointer text-decoratio" @click="godetail('dining', childItem)">明细</span></td> <td v-if="childIndex==0" :rowspan="subItem.DiningPriceList.length"><span class="cursorpointer text-decoratio" @click="godetail('dining', childItem)">明细</span></td>
</tr> </tr>
</template> </template>
</template> </template>
...@@ -440,7 +440,7 @@ input[type="number"] { ...@@ -440,7 +440,7 @@ input[type="number"] {
<td v-if="childIndex==0" :rowspan="subItem.OrderDetailsList.length"> <td v-if="childIndex==0" :rowspan="subItem.OrderDetailsList.length">
{{subItem.Remarks}} {{subItem.Remarks}}
</td> </td>
<td><span class="cursorpointer text-decoratio" @click="godetail('hotel', childItem)">明细</span></td> <td v-if="childIndex==0" :rowspan="subItem.OrderDetailsList.length"><span class="cursorpointer text-decoratio" @click="godetail('hotel', childItem)">明细</span></td>
</tr> </tr>
</template> </template>
</template> </template>
...@@ -504,18 +504,20 @@ input[type="number"] { ...@@ -504,18 +504,20 @@ input[type="number"] {
value="保存" value="保存"
class="leader2Btn" class="leader2Btn"
@click="saveBZPrice()" @click="saveBZPrice()"
> --> ></th> -->
</th> <th width="40">操作</th>
</tr> </tr>
<tr v-show="totalList.SelfPayingExpendTotalPrice>0"> <tr v-show="totalList.SelfPayingExpendTotalPrice>0">
<td>自费支出</td> <td>自费支出</td>
<td>0</td> <td>0</td>
<td>{{moneyFormat(totalList.SelfPayingExpendTotalPrice)}}</td> <td>{{moneyFormat(totalList.SelfPayingExpendTotalPrice)}}</td>
<td><span class="cursorpointer text-decoratio" @click="godetailAll('zifeizhi')">明细</span></td>
</tr> </tr>
<tr v-show="totalList.SelfPayingIncomeTotalPrice>0"> <tr v-show="totalList.SelfPayingIncomeTotalPrice>0">
<td>自费收入</td> <td>自费收入</td>
<td>0</td> <td>0</td>
<td>{{moneyFormat(totalList.SelfPayingIncomeTotalPrice)}}</td> <td>{{moneyFormat(totalList.SelfPayingIncomeTotalPrice)}}</td>
<td><span class="cursorpointer text-decoratio" @click="godetailAll('zifeishou')">明细</span></td>
</tr> </tr>
<!-- <tr v-show="totalList.IncomeTotalPrice>0"> <!-- <tr v-show="totalList.IncomeTotalPrice>0">
<td>消费收入</td> <td>消费收入</td>
...@@ -527,11 +529,13 @@ input[type="number"] { ...@@ -527,11 +529,13 @@ input[type="number"] {
<td>其他费用</td> <td>其他费用</td>
<td>0</td> <td>0</td>
<td>{{moneyFormat(totalList.ExpendTotalPrice-totalScenicPrice-totalTrafficPrice-totalDinnerPrice-totalHotelPrice)}}</td> <td>{{moneyFormat(totalList.ExpendTotalPrice-totalScenicPrice-totalTrafficPrice-totalDinnerPrice-totalHotelPrice)}}</td>
<td><span class="cursorpointer text-decoratio" @click="godetailAll('qitafeiyong')">明细</span></td>
</tr> </tr>
<tr v-show="totalScenicPrice>0"> <tr v-show="totalScenicPrice>0">
<td>景点门票</td> <td>景点门票</td>
<td>{{moneyFormat(OtherTotalPrice)}}</td> <td>{{moneyFormat(OtherTotalPrice)}}</td>
<td>{{moneyFormat(totalScenicPrice)}}</td> <td>{{moneyFormat(totalScenicPrice)}}</td>
<td><span class="cursorpointer text-decoratio" @click="godetailAll('ticket', childItem)">明细</span></td>
<!-- <td> <!-- <td>
<el-input <el-input
size="mini" size="mini"
...@@ -544,6 +548,7 @@ input[type="number"] { ...@@ -544,6 +548,7 @@ input[type="number"] {
<td>交通</td> <td>交通</td>
<td>{{moneyFormat(SelfPayingExpendTotalPrice)}}</td> <td>{{moneyFormat(SelfPayingExpendTotalPrice)}}</td>
<td>{{moneyFormat(totalTrafficPrice)}}</td> <td>{{moneyFormat(totalTrafficPrice)}}</td>
<td><span class="cursorpointer text-decoratio" @click="godetailAll('bus', childItem)">明细</span></td>
<!-- <td> <!-- <td>
<el-input <el-input
size="mini" size="mini"
...@@ -556,6 +561,7 @@ input[type="number"] { ...@@ -556,6 +561,7 @@ input[type="number"] {
<td>餐饮</td> <td>餐饮</td>
<td>{{moneyFormat(IncomeTotalPrice)}}</td> <td>{{moneyFormat(IncomeTotalPrice)}}</td>
<td>{{moneyFormat(totalDinnerPrice)}}</td> <td>{{moneyFormat(totalDinnerPrice)}}</td>
<td><span class="cursorpointer text-decoratio" @click="godetailAll('dining', childItem)">明细</span></td>
<!-- <td> <!-- <td>
<el-input <el-input
size="mini" size="mini"
...@@ -568,6 +574,7 @@ input[type="number"] { ...@@ -568,6 +574,7 @@ input[type="number"] {
<td>酒店</td> <td>酒店</td>
<td>{{moneyFormat(ExpendTotalPrice)}}</td> <td>{{moneyFormat(ExpendTotalPrice)}}</td>
<td>{{moneyFormat(totalHotelPrice)}}</td> <td>{{moneyFormat(totalHotelPrice)}}</td>
<td><span class="cursorpointer text-decoratio" @click="godetailAll('hotel', childItem)">明细</span></td>
<!-- <td> <!-- <td>
<el-input <el-input
size="mini" size="mini"
......
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