Commit 23588f23 authored by renjintao's avatar renjintao

tasktime 工时提交

parent 0e19d11e
......@@ -26,6 +26,7 @@
</a>
<Button type="primary" @click="goResults" style="background:#515A6E;border:solid 1px #515A6E">历史方案</Button>
<Button type="primary" @click="openApsModal">APS排产</Button>
<Button type="primary" v-if="showMutiAps">多级连排</Button>
</template>
<template slot="batch">
<Button type="primary" class="mr10 ml10" @click="removeOk">移出排产</Button>
......@@ -367,7 +368,8 @@ export default {
circleModal: false, //进度条
listTemp: [], //自定义模板排序下拉框列表
tempValue: null,
tempStatu: 0 //新建模型时传过来的id值
tempStatu: 0, //新建模型时传过来的id值
showMutiAps: false, //多级连排是否显示
};
},
mounted() {
......
......@@ -18,7 +18,8 @@
<!-- <Icon type="ios-time" /> -->
<div class="gs_bo01">
<span class="shi">总工时</span>
<span class="number">{{ allHours }}</span>
<span class="number" style="display: inline;">{{ allHours }}</span><span style="display: inline;"> 工时</span>
</div>
</div>
<Divider type="vertical" class="line_slit" />
......@@ -27,7 +28,7 @@
<img src="@/assets/imgicon/execute/time02.png" alt />
<div class="gs_bo01">
<span class="shi">待分配</span>
<span class="number">{{ waitHours }}</span>
<span class="number" style="display: inline;">{{ waitHours }}</span><span style="display: inline;"> 工时</span>
</div>
</div>
</div>
......
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