@@ -100,6 +100,14 @@ export const getOrderProcessCount = (params) => {
params
})
}
+// 月度员工超节损核损汇总
+export const EmployeeDataCollect = (data) => {
+ return service({
+ url: '/mes_server/order_super_loss/EmployeeDataCollect',
+ method: 'post',
+ data
+ })
+}
// 7核检废品分布(工单核检单维护3.1)
// 8流程单查询(工单核检单维护5.1,5.2)
// 9工单质检废品统计(工单核检单维护8)
@@ -4,14 +4,8 @@
<el-input v-model="yjno" />
<br>
- <el-button
- @click="handlePrint1"
- >按工序打印
- </el-button>
- @click="handlePrint2"
- >按班组打印
+ <el-button @click="handlePrint1" >按工序打印</el-button>
+ <el-button @click="handlePrint2">按班组打印</el-button>
</div>
</template>