生产日报表-计算公式

yangwl
shaoyong 4 months ago
parent 281c07ad1a
commit 1ed78f56a9

@ -53,6 +53,10 @@
v-hasPermi="['mes:dailyReportNew:export']" v-hasPermi="['mes:dailyReportNew:export']"
>导出</el-button> >导出</el-button>
</el-col> </el-col>
<el-col :span="20">
<div style="color:firebrick;font-size: small; text-align: center;">产量=规格*实际产量订单完成率=实际产量/计划产量标准工时=产量/产线标准效率产线效率=标准工时/实际工时
总工时=实际用人*实际工时<br/>标准人均效率=实际产量/标准用人/标准工时实际人均效率=实际产量/总工时人均效率达成率=标准人均效率/实际人均效率</div>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row> </el-row>
@ -61,7 +65,7 @@
:header-cell-style="{'text-align':'center'}" :header-cell-style="{'text-align':'center'}"
:cell-style="{'text-align':'center'}" :cell-style="{'text-align':'center'}"
> >
<el-table-column prop="factoryCode" label="工厂" width="90"/> <el-table-column prop="factoryCode" label="工厂" width="90"/>
<el-table-column prop="workshopCode" label="车间编码" width="90"/> <el-table-column prop="workshopCode" label="车间编码" width="90"/>
<el-table-column prop="workshopName" label="车间名称" width="90"/> <el-table-column prop="workshopName" label="车间名称" width="90"/>
<el-table-column prop="productDate" label="日期" width="100"/> <el-table-column prop="productDate" label="日期" width="100"/>
@ -125,8 +129,6 @@
:limit.sync="queryParams.pageSize" :limit.sync="queryParams.pageSize"
@pagination="getList" @pagination="getList"
/> />
</div> </div>
</template> </template>

Loading…
Cancel
Save