Explorar o código

SAI检查管理新增/修改下拉框label加员工号

wangggziwen %!s(int64=2) %!d(string=hai) anos
pai
achega
f3c5e248a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ui/src/views/production/check/index.vue

+ 1 - 1
ui/src/views/production/check/index.vue

@@ -454,7 +454,7 @@ export default {
         this.applicantOptions = [];
         for (let i = 0; i < staffList.length; i++) {
           let staffOption = {
-            dictLabel: staffList[i].name,
+            dictLabel: staffList[i].staffid + " - " + staffList[i].name,
             dictValue: staffList[i].userId
           }
           this.applicantOptions.push(staffOption);