ソースを参照

部分功能优化

Lexie 1 年間 前
コミット
826e8e4a73

+ 2 - 2
src/view/performance/chejianbaogong.vue

@@ -3485,8 +3485,8 @@ const FieldInspectionRecord = async () => {
 //获取机台编号
 const GetMachineMac = async (addr) => {
   console.log(addr);
-  // const response = await getMachineMac({ addr: addr });
-  const response = await getMachineMac({ addr: '68-ED-A4-26-5D-5E' });
+  const response = await getMachineMac({ addr: addr });
+  // const response = await getMachineMac({ addr: '68-ED-A4-26-5D-5E' });
   // const response = await getMachineMac({ addr: '68-ED-A4-26-5D-90' });
   // const response = await getMachineMac({ addr: '68-ED-A4-26-5E-50' });
   // const response = await getMachineMac({ addr: '68-ED-A4-26-60-CC' });

+ 1 - 1
src/view/yunyin/renliziyuan/renyuanjibenziliao.vue

@@ -8,7 +8,7 @@
             <el-form-item>
               <el-input v-model="searchInfo" placeholder="搜索员工编号或员工姓名" clearable style="width: 200px;margin: 5px"></el-input>
               <el-button type="primary" icon="search" @click="onSubmit" style="margin: 5px">查询</el-button>
-			  <!-- <el-button type="primary"  @click="onAttendance" style="margin: 5px">考勤建立</el-button> -->
+			  <el-button type="primary"  @click="onAttendance" style="margin: 5px">考勤建立</el-button>
               <el-button disabled type="primary" icon="Download" @click="exportToExcel" style="margin: 5px;float: right;">导出到Excel</el-button>
               <el-dialog v-model="dialogexportToExcel" disabled title="员工基本资料导出" width="50%">
               </el-dialog>