liuhairui 1 年之前
父節點
當前提交
50831f0474

+ 8 - 0
src/api/mes_api_gty/orderAccounting.js

@@ -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)

+ 2 - 8
src/view/performance/12-orderAccounting/componets/gdcjstj.vue

@@ -4,14 +4,8 @@
     <el-input v-model="yjno" />
     <br>
     <br>
-    <el-button
-      @click="handlePrint1"
-    >按工序打印
-    </el-button>
-    <el-button
-      @click="handlePrint2"
-    >按班组打印
-    </el-button>
+    <el-button @click="handlePrint1" >按工序打印</el-button>
+    <el-button @click="handlePrint2">按班组打印</el-button>
   </div>
 </template>
 

文件差異過大導致無法顯示
+ 74 - 198
src/view/performance/12-orderAccounting/index.vue


部分文件因文件數量過多而無法顯示