|
@@ -94,7 +94,7 @@
|
|
<!-- <div @click.stop="showReportDetail(scope.row,item,0)" v-if="items.workTime>0">已填 {{items.workTime}}分钟 {{items.cost}}元 </div>{{items.leave}}
|
|
<!-- <div @click.stop="showReportDetail(scope.row,item,0)" v-if="items.workTime>0">已填 {{items.workTime}}分钟 {{items.cost}}元 </div>{{items.leave}}
|
|
<div style="color: green;" @click.stop="showTempReportDetail(scope.row,item,0)" v-if="items.tempWorkTime>0||items.tempCost>0">临时报工 {{items.tempWorkTime}}分钟 {{items.tempCost}}元</div> -->
|
|
<div style="color: green;" @click.stop="showTempReportDetail(scope.row,item,0)" v-if="items.tempWorkTime>0||items.tempCost>0">临时报工 {{items.tempWorkTime}}分钟 {{items.tempCost}}元</div> -->
|
|
<div v-if="items.workTime>0">已填 {{items.workTime}}分钟 {{items.cost}}元 </div>{{items.leave}}
|
|
<div v-if="items.workTime>0">已填 {{items.workTime}}分钟 {{items.cost}}元 </div>{{items.leave}}
|
|
- <div style="color: green;" v-if="items.tempWorkTime>0||items.tempCost>0">临时报工 {{items.tempWorkTime}}分钟 {{items.tempCost}}元</div>
|
|
|
|
|
|
+ <div style="color: green;" v-if="items.tempWorkTime>0||items.tempCost>0">临时报工 {{items.tempWorkTime}}小时 {{items.tempCost}}元</div>
|
|
<div style="color: red;" v-if="items.surplusTime">剩余 {{items.surplusTime}}分钟 {{items.surplusCost}}元</div>
|
|
<div style="color: red;" v-if="items.surplusTime">剩余 {{items.surplusTime}}分钟 {{items.surplusCost}}元</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -393,7 +393,7 @@
|
|
<el-table-column prop="checkerName" label="质检人" width="180"></el-table-column>
|
|
<el-table-column prop="checkerName" label="质检人" width="180"></el-table-column>
|
|
<el-table-column prop="working_time" label="工作时长" width="180">
|
|
<el-table-column prop="working_time" label="工作时长" width="180">
|
|
<template slot-scope="scope" v-if="scope.row.working_time">
|
|
<template slot-scope="scope" v-if="scope.row.working_time">
|
|
- {{scope.row.working_time}}分钟
|
|
|
|
|
|
+ {{scope.row.working_time}}{{scope.row.planType==0?'分钟':'小时'}}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|