liuhairui 1 vuosi sitten
vanhempi
commit
1a383bba17
1 muutettua tiedostoa jossa 6 lisäystä ja 3 poistoa
  1. 6 3
      src/view/performance/chejianbaogong.vue

+ 6 - 3
src/view/performance/chejianbaogong.vue

@@ -2429,11 +2429,14 @@ const FacilityProduction = async (addr) => {
 //设备工作清单
 const FacilityWorklist = async () => {
 	console.log(JTMC)
-	console.log(23123131232131312321)
 	if (!JTMC.endsWith('#')) {
 	  JTMC += '#';
 	}
   const response = await facilityWorklist({machine:JTMC});
+  
+  console.log("设备运行跟踪数据 ↓↓↓↓↓↓↓↓↓↓↓")
+  console.log(response)
+  
   if (response.code === 0) {
 	sbzyData.splice(0, sbzyData.length, ...response.data);
 	response.data.map(item=>{
@@ -2445,9 +2448,9 @@ const FacilityWorklist = async () => {
 	if(formData.value.工单编号 === undefined){
 		 return false;
 	}
-	console.log(formData.value.工单编号)
     const res = await facilityProcedure({ Gd_gdbh: formData.value.工单编号 })
-  	console.log(res)
+  	console.log("印件及工序已完成板数 ↓↓↓↓↓↓↓↓↓↓↓")
+	console.log(res)
 	if (res.code === 0) {
 	    selectData.value = res.data
 	}