Browse Source

增加人员编号

tomatozq 5 years ago
parent
commit
c5a3706dd4

+ 2 - 2
.env.development

@@ -1,9 +1,9 @@
 OUT_PUT_DIR=dist/jp-housekeeper-portal
 
 #VUE_APP_BACKEND_URL=http://127.0.0.1:7070/xpgj
-VUE_APP_BACKEND_URL=http://127.0.0.1:8086/jp-housekeeper-server
+#VUE_APP_BACKEND_URL=http://127.0.0.1:8086/jp-housekeeper-server
 #VUE_APP_BACKEND_URL=http://ykt-test.xiaoxinda.com/jp-housekeeper-server
-#VUE_APP_BACKEND_URL=http://xpgjapi.xiaoxinda.com
+VUE_APP_BACKEND_URL=http://xpgjapi.xiaoxinda.com
 
 #手机企业版
 VUE_APP_COMPANY_HEALTH_WECHAT_QY_URL=http://wisdomhousewechat.sudaonline.net/prevention/motemwall.html 

+ 1 - 0
src/views/business/clockOut-list.vue

@@ -64,6 +64,7 @@
       v-loading="loading" 
       stripe>
       <el-table-column type="index" label="序号" :index="indexMethod" width="50"></el-table-column>
+      <el-table-column prop="personId" label="申请人编号" width="120"></el-table-column>
       <el-table-column prop="personName" label="申请人" width="120"></el-table-column>
       <el-table-column prop="companyName" label="申请单位" width="180"></el-table-column>
       <el-table-column prop="fillDay" label="打卡日" width="120"></el-table-column>

+ 1 - 0
src/views/business/fillAttendance-list.vue

@@ -66,6 +66,7 @@
       v-loading="loading" 
       stripe>
       <el-table-column type="index" label="序号" :index="indexMethod" width="50"></el-table-column>
+      <el-table-column prop="personId" label="申请人编号" width="120"></el-table-column>
       <el-table-column prop="personName" label="申请人" width="120"></el-table-column>
       <el-table-column prop="companyName" label="申请单位" width="180"></el-table-column>
       <el-table-column prop="typeN" label="申请类型" width="80"></el-table-column>